MidnightBSD Magus

filesystems/ufs

FUSE driver for FreeBSD's UFSv2

Flavor Version Run OSVersion Arch License Restricted Status
0.6.0 639 4.0 amd64 bsd2 mit 0 fail Reset Port

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4064b info 2026-05-23 20:55:01.53484 Test Started
m4064b warn 2026-05-23 20:57:40.704874 fake-qa reported: /usr/local/bin/fuse-ufs is linked to /usr/local/lib/libfuse3.so.4 that does not belong to any package
m4064b fail 2026-05-23 20:57:40.716677 make test returned non-zero: 1
m4064b fail 2026-05-23 20:57:40.820254 Test complete.

Log

===>  Testing for fusefs-ufs-0.6.0
       Fresh unicode-ident v1.0.19
       Fresh proc-macro2 v1.0.101
       Fresh quote v1.0.40
   Compiling syn v2.0.106
   Compiling libc v0.2.176
   Compiling zerocopy v0.8.27
       Fresh cfg_aliases v0.2.1
   Compiling cfg-if v1.0.3
       Fresh pkg-config v0.3.32
       Fresh virtue v0.0.18
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_enum.rs:301:21
    |
301 |     pub fn impl_for(&mut self, name: impl Into) -> ImplFor {
    |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
301 |     pub fn impl_for(&mut self, name: impl Into) -> ImplFor<'_, Self> {
    |                                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_enum.rs:306:19
    |
306 |     pub fn r#impl(&mut self) -> Impl {
    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
306 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
    |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_enum.rs:315:26
    |
315 |     pub fn generate_impl(&mut self) -> Impl {
    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
315 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
    |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_enum.rs:555:9
    |
555 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
558 |     ) -> FieldBuilder {
    |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
558 |     ) -> FieldBuilder<'_, Self> {
    |                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_struct.rs:328:9
    |
328 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
331 |     ) -> FieldBuilder {
    |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
331 |     ) -> FieldBuilder<'_, Self> {
    |                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_struct.rs:338:21
    |
338 |     pub fn impl_for(&mut self, name: impl Into) -> ImplFor {
    |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
338 |     pub fn impl_for(&mut self, name: impl Into) -> ImplFor<'_, Self> {
    |                                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_struct.rs:343:19
    |
343 |     pub fn r#impl(&mut self) -> Impl {
    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
343 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
    |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/gen_struct.rs:352:26
    |
352 |     pub fn generate_impl(&mut self) -> Impl {
    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
352 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
    |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generate_mod.rs:47:28
   |
47 |     pub fn generate_struct(&mut self, name: impl Into) -> GenStruct {
   |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
47 |     pub fn generate_struct(&mut self, name: impl Into) -> GenStruct<'_, Self> {
   |                                                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generate_mod.rs:52:26
   |
52 |     pub fn generate_enum(&mut self, name: impl Into) -> GenEnum {
   |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
52 |     pub fn generate_enum(&mut self, name: impl Into) -> GenEnum<'_, Self> {
   |                                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generate_mod.rs:57:19
   |
57 |     pub fn r#impl(&mut self, name: impl Into) -> Impl {
   |                   ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
57 |     pub fn r#impl(&mut self, name: impl Into) -> Impl<'_, Self> {
   |                                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generate_mod.rs:66:26
   |
66 |     pub fn generate_impl(&mut self, name: impl Into) -> Impl {
   |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
66 |     pub fn generate_impl(&mut self, name: impl Into) -> Impl<'_, Self> {
   |                                                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:40:19
   |
40 |     pub fn r#impl(&mut self) -> Impl {
   |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
40 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
   |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:49:26
   |
49 |     pub fn generate_impl(&mut self) -> Impl {
   |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
   |                          |
   |                          the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
49 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
   |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:56:21
   |
56 |     pub fn impl_for(&mut self, trait_name: impl Into) -> ImplFor {
   |                     ^^^^^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
56 |     pub fn impl_for(&mut self, trait_name: impl Into) -> ImplFor<'_, Self> {
   |                                                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:74:32
   |
74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into) -> ImplFor {
   |                                ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into) -> ImplFor<'_, Self> {
   |                                                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:89:9
   |
89 |         &mut self,
   |         ^^^^^^^^^ the lifetime is elided here
...
92 |     ) -> ImplFor {
   |          ^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
92 |     ) -> ImplFor<'_, Self> {
   |                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:125:9
    |
125 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
128 |     ) -> ImplFor
    |          ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
128 |     ) -> ImplFor<'_, Self>
    |                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:139:28
    |
139 |     pub fn generate_struct(&mut self, name: impl Into) -> GenStruct {
    |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
139 |     pub fn generate_struct(&mut self, name: impl Into) -> GenStruct<'_, Self> {
    |                                                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:144:26
    |
144 |     pub fn generate_enum(&mut self, name: impl Into) -> GenEnum {
    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
144 |     pub fn generate_enum(&mut self, name: impl Into) -> GenEnum<'_, Self> {
    |                                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/generator.rs:149:25
    |
149 |     pub fn generate_mod(&mut self, mod_name: impl Into) -> GenerateMod {
    |                         ^^^^^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
149 |     pub fn generate_mod(&mut self, mod_name: impl Into) -> GenerateMod<'_, Self> {
    |                                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/impl.rs:81:24
   |
81 |     pub fn generate_fn(&mut self, name: impl Into) -> FnBuilder {
   |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
81 |     pub fn generate_fn(&mut self, name: impl Into) -> FnBuilder<'_, Self> {
   |                                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/impl.rs:104:27
    |
104 |     pub fn generate_const(&mut self, name: impl Into, ty: impl Into) -> GenConst {
    |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
104 |     pub fn generate_const(&mut self, name: impl Into, ty: impl Into) -> GenConst<'_> {
    |                                                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/impl_for.rs:176:27
    |
176 |     pub fn generate_const(&mut self, name: impl Into, ty: impl Into) -> GenConst {
    |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
176 |     pub fn generate_const(&mut self, name: impl Into, ty: impl Into) -> GenConst<'_> {
    |                                                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/virtue-0.0.18/src/generate/impl_for.rs:191:24
    |
191 |     pub fn generate_fn(&mut self, name: impl Into) -> FnBuilder> {
    |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
191 |     pub fn generate_fn(&mut self, name: impl Into) -> FnBuilder<'_, ImplFor<'a, P>> {
    |                                                                         +++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.106 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=106 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name syn --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4b3910e3d3c756da -C extra-filename=-725a1f9dd4cfe678 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libproc_macro2-4dea6228e669a64d.rmeta --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rmeta --extern unicode_ident=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libunicode_ident-4519a6ddd0aa7419.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d6d1314e50415090 -C extra-filename=-bc2faaaf7beac5a6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-bc2faaaf7beac5a6 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/libc-0.2.176 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/libc-0.2.176/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.176 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=176 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/libc-867567532bc19049/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/libc-0.2.176/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=dd33b26dd236be11 -C extra-filename=-804b3be697b553e6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=5bb3778d9160a68c -C extra-filename=-04f916dcff994e3e --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `virtue` (lib) generated 25 warnings
   Compiling bitflags v2.9.4
   Compiling getrandom v0.3.3
       Fresh bincode_derive v2.0.1
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bincode_derive-2.0.1/src/derive_enum.rs:12:20
   |
12 |     fn iter_fields(&self) -> EnumVariantIterator {
   |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                    |
   |                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
12 |     fn iter_fields(&self) -> EnumVariantIterator<'_> {
   |                                                 ++++

   Compiling anstyle v1.0.11
   Compiling log v0.4.28
   Compiling utf8parse v0.2.2
   Compiling memchr v2.7.6
       Fresh heck v0.5.0
   Compiling anstyle-query v1.1.4
   Compiling is_terminal_polyfill v1.70.1
warning: `bincode_derive` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.9.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=576bc1d97c8b74d6 -C extra-filename=-d90fe4c32f55641e --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5384d657a72b7de8 -C extra-filename=-98c23ad3b8ed6ca5 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/getrandom-98c23ad3b8ed6ca5 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
   Compiling colorchoice v1.0.4
   Compiling semver v1.0.27
   Compiling rustix v1.1.2
   Compiling regex-syntax v0.8.6
   Compiling smallvec v1.15.1
   Compiling unty v0.0.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/log-0.4.28 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/log-0.4.28/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/log-0.4.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=ebf7e7d21e984761 -C extra-filename=-0949091f69073fd2 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-1.0.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5386f7e591976733 -C extra-filename=-d66d0911499cddb8 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling clap_lex v0.7.5
   Compiling predicates-core v1.0.9
   Compiling doc-comment v0.3.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg-if-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=9efc8c89e5974ad7 -C extra-filename=-9b5caf3469620c55 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/utf8parse-0.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/utf8parse-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=01664e62abcb030c -C extra-filename=-fc840c50db6e29e2 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=2eb07a6ced0bef8d -C extra-filename=-6c21d87a8818cd13 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-syntax-0.8.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-syntax-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-syntax-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=de14b1d38aa4761b -C extra-filename=-0835e9cd026a03cf --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/is_terminal_polyfill-1.70.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/is_terminal_polyfill-1.70.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Polyfill for `is_terminal` stdlib feature for use with older MSRVs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_terminal_polyfill CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/polyfill-rs/is_terminal_polyfill' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.70.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e4f1c8fa101dce54 -C extra-filename=-32ed541fde7ff03e --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/smallvec-1.15.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/smallvec-1.15.1/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.15.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=45d9f71c83eda4ea -C extra-filename=-8a4141fd7e3cb172 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=83c0a944ac5b520c -C extra-filename=-4f7fd4e13891cfcc --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/rustix-4f7fd4e13891cfcc -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Gomez ' CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=doc-comment CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=31ee7627d946e867 -C extra-filename=-48a7671410645fa6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/doc-comment-48a7671410645fa6 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=92d5aa01e3a0ea40 -C extra-filename=-4d5ccec4653e90b8 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-4d5ccec4653e90b8 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f6a142562e0e0c28 -C extra-filename=-70f447710f3768c4 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/semver-1.0.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/semver-1.0.27/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.27 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name semver --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3bcdc627a87da497 -C extra-filename=-c023be34e64fe8e5 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/colorchoice-1.0.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/colorchoice-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name colorchoice --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf5807876d398ba6 -C extra-filename=-545b84540f2633b7 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unty CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/unty-0.0.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/unty-0.0.4/Cargo.toml CARGO_PKG_AUTHORS='Victor Koenders ' CARGO_PKG_DESCRIPTION='Explicitly types your generics' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unty CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bincode-org/unty' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=0.0.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name unty --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/unty-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29aefe91302318ff -C extra-filename=-b7698bc93e3d4715 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-query-1.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-query-1.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_query --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-query-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52081182533458e5 -C extra-filename=-45bc5f1d3c76f6e0 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=predicates_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-core-1.0.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-core-1.0.9/Cargo.toml CARGO_PKG_AUTHORS='Nick Stevens ' CARGO_PKG_DESCRIPTION='An API for boolean-valued predicate functions.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/predicates-rs/tree/master/crates/core' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=predicates-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/predicates-rs/tree/master/crates/core' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=1.0.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name predicates_core --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-core-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c9dce634f53c64f -C extra-filename=-465b821d4b9557f3 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling anstyle-parse v0.2.7
   Compiling getrandom v0.2.16
   Compiling strsim v0.11.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_lex-0.7.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_lex-0.7.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap_lex --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cdd13544e641abe -C extra-filename=-0ce3f1ddf4fddfb1 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.2.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.2.16/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name getrandom --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=38031575f5eaa31f -C extra-filename=-5f9e27851594a090 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libcfg_if-9b5caf3469620c55.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/liblibc-37e9ed1fe3554ac4.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.9.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=6047fdaa03ef3176 -C extra-filename=-75468fe07a7c74fe --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-parse-0.2.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-parse-0.2.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_parse --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=6b7c5a772e368ce2 -C extra-filename=-ae01917bf143e997 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern utf8parse=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libutf8parse-fc840c50db6e29e2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/strsim-0.11.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56f3ea966ef143df -C extra-filename=-f210492a2717fb9e --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling bincode v2.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bincode-2.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bincode-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Ty Overby :Zoey Riordan :Victor Koenders ' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_README=readme.md CARGO_PKG_REPOSITORY='https://github.com/bincode-org/bincode' CARGO_PKG_RUST_VERSION=1.85.0 CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name bincode --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bincode-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="bincode_derive"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bincode_derive", "default", "derive", "serde", "std"))' -C metadata=20ed0c78d0c6e9e1 -C extra-filename=-0bf7d29c58e8696c --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bincode_derive=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libbincode_derive-83962ffd6881c401.so --extern unty=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libunty-b7698bc93e3d4715.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling cfg_aliases v0.1.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_aliases CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg_aliases-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg_aliases-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Zicklag ' CARGO_PKG_DESCRIPTION='A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.' CARGO_PKG_HOMEPAGE='https://github.com/katharostech/cfg_aliases' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg_aliases CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/katharostech/cfg_aliases' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_aliases --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b24bc3086e402945 -C extra-filename=-dede14fd76e29671 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
   Compiling fastrand v2.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fastrand-2.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fastrand-2.3.0/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.3.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name fastrand --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4d8db6c1868a54b8 -C extra-filename=-a18ab3a751af21ee --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling once_cell v1.21.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/once_cell-1.21.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/once_cell-1.21.3/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.21.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=981fddc8bcc937a3 -C extra-filename=-a9468bbc7857b1ea --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling rand_core v0.6.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=edd085a661ec5852 -C extra-filename=-cc9189ea0915d6d6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern getrandom=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libgetrandom-5f9e27851594a090.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/getrandom-2d51258124c4de1b/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/getrandom-98c23ad3b8ed6ca5/build-script-build`
   Compiling nix v0.28.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="fs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3c92e91862190c63 -C extra-filename=-2c8729af53a4513f --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/nix-2c8729af53a4513f -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern cfg_aliases=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libcfg_aliases-dede14fd76e29671.rlib --cap-lints warn`
[getrandom 0.3.3] cargo:rerun-if-changed=build.rs
   Compiling difflib v0.4.0
   Compiling regex-automata v0.4.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=difflib CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='Dima Kudosh ' CARGO_PKG_DESCRIPTION='Port of Python'\''s difflib library to Rust.' CARGO_PKG_HOMEPAGE='https://github.com/DimaKudosh/difflib' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=difflib CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/DimaKudosh/difflib' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name difflib --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3bb177356a0edc5 -C extra-filename=-211979818bfcde15 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name regex_automata --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="dfa-search"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=6c8fc7d444e46dd8 -C extra-filename=-b4497f52bd4beae9 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling anstream v0.6.20
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstream-0.6.20 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstream-0.6.20/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='IO stream adapters for writing colored text that will gracefully degrade according to your terminal'\''s capabilities.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.6.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name anstream --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anstream-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=79f873a44ab9ccbe -C extra-filename=-10b0c42d1bbde137 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anstyle=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-d66d0911499cddb8.rmeta --extern anstyle_parse=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle_parse-ae01917bf143e997.rmeta --extern anstyle_query=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle_query-45bc5f1d3c76f6e0.rmeta --extern colorchoice=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcolorchoice-545b84540f2633b7.rmeta --extern is_terminal_polyfill=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libis_terminal_polyfill-32ed541fde7ff03e.rmeta --extern utf8parse=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libutf8parse-fc840c50db6e29e2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/lib.rs:38:13
   |
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/error.rs:50:16
   |
50 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/error.rs:64:16
   |
64 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/error.rs:75:16
   |
75 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/os.rs:46:12
   |
46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.6.4/src/lib.rs:411:16
    |
411 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Gomez ' CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=doc-comment CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/doc-comment-8b404413a9eaed05/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/doc-comment-48a7671410645fa6/build-script-build`
   Compiling rustc_version v0.4.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustc_version-0.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustc_version-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djc/rustc-version-rs' CARGO_PKG_RUST_VERSION=1.32 CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_version --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6336ab42506a367d -C extra-filename=-48e2b14058faf737 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern semver=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libsemver-c023be34e64fe8e5.rmeta --cap-lints warn`
   Compiling assert_cmd v2.0.17
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif :Ed Page ' CARGO_PKG_DESCRIPTION='Test CLI Applications.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/assert_cmd' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=assert_cmd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/assert_cmd.git' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=6597de4352af6453 -C extra-filename=-8168a32fd1a2ed6f --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/assert_cmd-8168a32fd1a2ed6f -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
   Compiling termtree v0.5.1
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106/src/token.rs:146:28
    |
146 |     #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rust/issues/7...
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106/src/token.rs:327:36
    |
327 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
521 | / define_punctuation_structs! {
522 | |     "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declaration...
523 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=termtree CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/termtree-0.5.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/termtree-0.5.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Visualize tree-like data on the command-line' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/termtree' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termtree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/termtree' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name termtree --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e56d13f3c928075b -C extra-filename=-b19fb318ac47f5a8 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling glob v0.3.3
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/syn-2.0.106/src/token.rs:327:36
    |
327 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
748 | / define_punctuation! {
749 | |     "&"           pub struct And/1        /// bitwise and logical AND, borrow, references, reference patterns
750 | |     "&&"          pub struct AndAnd/2     /// lazy AND, borrow, references, reference patterns
751 | |     "&="          pub struct AndEq/2      /// bitwise AND assignment
...   |
794 | |     "~"           pub struct Tilde/1      /// unused since before Rust 1.0
795 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/glob-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/glob-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name glob --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=941e661391378442 -C extra-filename=-8df55dacbe3424f5 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=derive,simd,zerocopy-derive CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SIMD=1 CARGO_FEATURE_ZEROCOPY_DERIVE=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/zerocopy-f8ab128353a2c7df/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-bc2faaaf7beac5a6/build-script-build`
warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0/src/differ.rs:271:52
    |
271 |         first_tags = first_tags.split_at(common).1.trim_right();
    |                                                    ^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
help: replace the use of the deprecated method
    |
271 -         first_tags = first_tags.split_at(common).1.trim_right();
271 +         first_tags = first_tags.split_at(common).1.trim_end();
    |

[zerocopy 0.8.27] cargo:rerun-if-changed=build.rs
[zerocopy 0.8.27] cargo:rerun-if-changed=Cargo.toml
warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0/src/differ.rs:272:54
    |
272 |         second_tags = second_tags.split_at(common).1.trim_right();
    |                                                      ^^^^^^^^^^
    |
help: replace the use of the deprecated method
    |
272 -         second_tags = second_tags.split_at(common).1.trim_right();
272 +         second_tags = second_tags.split_at(common).1.trim_end();
    |

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,default,fs,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/rustix-b3002b226a0b6e86/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/rustix-4f7fd4e13891cfcc/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=simd CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_SIMD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-fc4ff8c8fa824596/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-4d5ccec4653e90b8/build-script-build`
[rustix 1.1.2] cargo:rerun-if-changed=build.rs
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_core_error_1_81_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.81.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.78.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.61.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_target_has_atomics_1_60_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.60.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_aarch64_simd_1_59_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.59.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.57.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(doc_cfg)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(kani)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(coverage_nightly)
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_core_error_1_81_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_diagnostic_on_unimplemented_1_78_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_generic_bounds_in_const_fn_1_61_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_target_has_atomics_1_60_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_aarch64_simd_1_59_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_panic_in_const_and_vec_try_reserve_1_57_0
   Compiling nix v0.29.0
   Compiling relative-path v1.9.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=relative_path CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3/Cargo.toml CARGO_PKG_AUTHORS='John-John Tedro ' CARGO_PKG_DESCRIPTION='Portable, relative paths for Rust.' CARGO_PKG_HOMEPAGE='https://github.com/udoprog/relative-path' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=relative-path CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/udoprog/relative-path' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=1.9.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name relative_path --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=dc102f7ef4370e24 -C extra-filename=-dfe55e905ed7df77 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/nix-bb1a4e9e99256cdb/out /usr/local/bin/rustc --crate-name nix --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=646968cf61654267 -C extra-filename=-d016457be56e504c --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bitflags=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-75468fe07a7c74fe.rmeta --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-7759f6001dfa8938.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-f873acef3816680e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd --cfg bsd --cfg bsd_without_apple --cfg freebsdlike --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
[zerocopy 0.8.27] cargo:rerun-if-changed=build.rs
[zerocopy 0.8.27] cargo:rerun-if-changed=Cargo.toml
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_core_error_1_81_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.81.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.78.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.61.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_target_has_atomics_1_60_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.60.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_aarch64_simd_1_59_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.59.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.57.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(doc_cfg)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(kani)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(coverage_nightly)
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_core_error_1_81_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_diagnostic_on_unimplemented_1_78_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_generic_bounds_in_const_fn_1_61_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_target_has_atomics_1_60_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_aarch64_simd_1_59_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_panic_in_const_and_vec_try_reserve_1_57_0
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bincode-2.0.1/src/de/mod.rs:163:24
    |
163 |     fn with_context(&mut self, context: C) -> WithContext {
    |                        ^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
163 |     fn with_context(&mut self, context: C) -> WithContext<'_, Self, C> {
    |                                                              +++

warning: `bincode` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=doc_comment CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Gomez ' CARGO_PKG_DESCRIPTION='Macro to generate doc comments' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=doc-comment CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/GuillaumeGomez/doc-comment' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/doc-comment-8b404413a9eaed05/out /usr/local/bin/rustc --crate-name doc_comment --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=b494d14b8e0117ab -C extra-filename=-95d9b25c52932aad --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/release/build/zerocopy-fc4ff8c8fa824596/out /usr/local/bin/rustc --crate-name zerocopy --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2a7f81e98c7fc2d1 -C extra-filename=-fb977cb31ad3ba33 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
warning: variable does not need to be mutable
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/difflib-0.4.0/src/sequencematcher.rs:117:17
    |
117 |             let mut counter = second_sequence_elements
    |                 ----^^^^^^^
    |                 |
    |                 help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default

   Compiling env_filter v0.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_filter-0.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name env_filter --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=35dc17ccfb1d9557 -C extra-filename=-e2777d76d3212270 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[rustix 1.1.2] cargo:rustc-cfg=static_assertions
warning: `rand_core` (lib) generated 6 warnings
   Compiling predicates-tree v1.0.12
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=predicates_tree CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-tree-1.0.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-tree-1.0.12/Cargo.toml CARGO_PKG_AUTHORS='Nick Stevens ' CARGO_PKG_DESCRIPTION='Render boolean-valued predicate functions results as a tree.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/predicates-rs/tree/master/crates/tree' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=predicates-tree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/predicates-rs/tree/master/crates/tree' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name predicates_tree --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8db5d861a60c0eef -C extra-filename=-656327534305318e --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern predicates_core=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpredicates_core-465b821d4b9557f3.rmeta --extern termtree=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libtermtree-b19fb318ac47f5a8.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unreachable `pub` item
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_filter-0.1.3/src/op.rs:27:5
   |
27 |     pub fn new(spec: &str) -> Result {
   |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |     |
   |     help: consider restricting its visibility: `pub(crate)`
   |
   = note: requested on the command line with `-W unreachable-pub`

warning: unreachable `pub` item
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_filter-0.1.3/src/op.rs:33:5
   |
33 |     pub fn is_match(&self, s: &str) -> bool {
   |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |     |
   |     help: consider restricting its visibility: `pub(crate)`

warning: `env_filter` (lib) generated 2 warnings
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/span.rs:5882:20
     |
5882 |     fn checked_add(&self, span: Span) -> Result {
     |                    ^^^^^                        ^^^^^^^^ the same lifetime is hidden here
     |                    |
     |                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
5882 |     fn checked_add(&self, span: Span) -> Result, Error> {
     |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/span.rs:5892:9
     |
5892 |         &self,
     |         ^^^^^ the lifetime is elided here
5893 |         duration: SignedDuration,
5894 |     ) -> Result {
     |                 ^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
5894 |     ) -> Result, Error> {
     |                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/span.rs:6319:17
     |
6319 |     fn borrowed(&self) -> RelativeZoned {
     |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
     |                 |
     |                 the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
6319 |     fn borrowed(&self) -> RelativeZoned<'_> {
     |                                        ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/posix.rs:310:9
    |
310 |         &self,
    |         ^^^^^ the lifetime is elided here
311 |         timestamp: Timestamp,
312 |     ) -> Option {
    |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
312 |     ) -> Option> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/posix.rs:324:9
    |
324 |         &self,
    |         ^^^^^ the lifetime is elided here
325 |         timestamp: Timestamp,
326 |     ) -> Option {
    |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
326 |     ) -> Option> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/timezone.rs:1360:9
     |
1360 |         &self,
     |         ^^^^^ the lifetime is elided here
1361 |         timestamp: Timestamp,
1362 |     ) -> Option {
     |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1362 |     ) -> Option> {
     |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/timezone.rs:1377:9
     |
1377 |         &self,
     |         ^^^^^ the lifetime is elided here
1378 |         timestamp: Timestamp,
1379 |     ) -> Option {
     |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1379 |     ) -> Option> {
     |                                   ++++

warning: transmuting an integer to a pointer creates a pointer without provenance
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/timezone.rs:2436:22
     |
2436 |             unsafe { core::mem::transmute(addr) }
     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: this is dangerous because dereferencing the resulting pointer is undefined behavior
     = note: exposed provenance semantics can be used to create a pointer based on some previously exposed provenance
     = help: if you truly mean to create a pointer without provenance, use `std::ptr::without_provenance_mut`
     = help: for more information about transmute, see 
     = help: for more information about exposed provenance, see 
     = note: `#[warn(integer_to_ptr_transmutes)]` on by default
help: use `std::ptr::with_exposed_provenance` instead to use a previously exposed provenance
     |
2436 -             unsafe { core::mem::transmute(addr) }
2436 +             unsafe { std::ptr::with_exposed_provenance::(addr) }
     |

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/tzif.rs:388:9
    |
388 |         &self,
    |         ^^^^^ the lifetime is elided here
389 |         ts: Timestamp,
390 |     ) -> Option {
    |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
390 |     ) -> Option> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/tz/tzif.rs:442:9
    |
442 |         &self,
    |         ^^^^^ the lifetime is elided here
443 |         ts: Timestamp,
444 |     ) -> Option {
    |                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
444 |     ) -> Option> {
    |                                   ++++

warning: `jiff` (lib) generated 10 warnings
   Compiling jiff v0.2.15
   Compiling anyhow v1.0.100
   Compiling cstr v0.2.12
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anyhow-1.0.100 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anyhow-1.0.100/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.100 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=100 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/anyhow-f5b72dc46a1d04e1/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/anyhow-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7239d96e1f5de4ad -C extra-filename=-f15bbdbdf1aa5d1a --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jiff CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A date-time library that encourages you to jump into the pit of success.

This library is heavily inspired by the Temporal project.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jiff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/jiff' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name jiff --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=beeab4fe92919f0d -C extra-filename=-087187ee6256feb9 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cstr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cstr-0.2.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cstr-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='Xidorn Quan ' CARGO_PKG_DESCRIPTION='Macro for building static CStr reference' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/upsuper/cstr' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name cstr --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/cstr-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7a9d1b58249bc42 -C extra-filename=-0d203425fce1fe3a --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libproc_macro2-4dea6228e669a64d.rlib --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rlib --extern proc_macro --cap-lints warn`
[rustix 1.1.2] cargo:rustc-cfg=lower_upper_exp_for_non_zero
   Compiling lazy_static v1.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=2fd84c88659327e1 -C extra-filename=-93624d05ada2b092 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling clap_builder v4.5.48
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_builder-4.5.48 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_builder-4.5.48/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.48 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap_builder --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_builder-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a8829e16e57f8f8e -C extra-filename=-3aeb5b76869f3165 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anstream=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstream-10b0c42d1bbde137.rmeta --extern anstyle=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-d66d0911499cddb8.rmeta --extern clap_lex=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_lex-0ce3f1ddf4fddfb1.rmeta --extern strsim=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libstrsim-f210492a2717fb9e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[rustix 1.1.2] cargo:rustc-cfg=rustc_diagnostics
[rustix 1.1.2] cargo:rustc-cfg=libc
[rustix 1.1.2] cargo:rustc-cfg=freebsdlike
[rustix 1.1.2] cargo:rustc-cfg=bsd
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif :Ed Page ' CARGO_PKG_DESCRIPTION='Test CLI Applications.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/assert_cmd' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=assert_cmd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/assert_cmd.git' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/assert_cmd-6d687e8b72489a83/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/assert_cmd-8168a32fd1a2ed6f/build-script-build`
warning: eliding a lifetime that's named elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/lazy_static-1.5.0/src/inline_lazy.rs:26:43
   |
26 |     pub fn get(&'static self, f: F) -> &T
   |                    -------                ^^ the same lifetime is elided here
   |                    |
   |                    the lifetime is named here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'static`
   |
26 |     pub fn get(&'static self, f: F) -> &'static T
   |                                            +++++++

[assert_cmd 2.0.17] cargo:rerun-if-changed=build.rs
   Compiling rstest_macros v0.19.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Michele d'\''Amico ' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=2a50e53cb13d7142 -C extra-filename=-51a07f438335d6a2 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/build/rstest_macros-51a07f438335d6a2 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern rustc_version=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librustc_version-48e2b14058faf737.rlib --cap-lints warn`
warning: `lazy_static` (lib) generated 1 warning
   Compiling predicates v3.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=predicates CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-3.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-3.1.3/Cargo.toml CARGO_PKG_AUTHORS='Nick Stevens ' CARGO_PKG_DESCRIPTION='An implementation of boolean-valued predicate functions.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/predicates-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=predicates CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/predicates-rs' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=3.1.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name predicates --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="diff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=bbf15ee7f7a707d1 -C extra-filename=-d35a84db7e77b7f1 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anstyle=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-d66d0911499cddb8.rmeta --extern difflib=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libdifflib-211979818bfcde15.rmeta --extern predicates_core=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpredicates_core-465b821d4b9557f3.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3/src/lib.rs:1115:20
     |
1115 |     pub fn display(&self) -> Display {
     |                    ^^^^^     ^^^^^^^ the same lifetime is hidden here
     |                    |
     |                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1115 |     pub fn display(&self) -> Display<'_> {
     |                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3/src/lib.rs:1154:23
     |
1154 |     pub fn components(&self) -> Components {
     |                       ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
     |                       |
     |                       the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1154 |     pub fn components(&self) -> Components<'_> {
     |                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/relative-path-1.9.3/src/lib.rs:1177:17
     |
1177 |     pub fn iter(&self) -> Iter {
     |                 ^^^^^     ^^^^ the same lifetime is hidden here
     |                 |
     |                 the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1177 |     pub fn iter(&self) -> Iter<'_> {
     |                               ++++

   Compiling aho-corasick v1.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=6bed53f83c629bab -C extra-filename=-74ad96602800da62 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libmemchr-70f447710f3768c4.rmeta --cap-lints warn`
warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/src/sys/statfs.rs:36:36
   |
36 |         const LIBC_FSTATFS: unsafe extern fn
   |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
   |
   = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/src/sys/statfs.rs:39:35
   |
39 |         const LIBC_STATFS: unsafe extern fn
   |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,dir,fs CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DIR=1 CARGO_FEATURE_FS=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/nix-6960fd7ea562d47c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/nix-2c8729af53a4513f/build-script-build`
[nix 0.28.0] cargo:rustc-cfg=freebsd
[nix 0.28.0] cargo:rustc-cfg=bsd
[nix 0.28.0] cargo:rustc-cfg=freebsdlike
warning: `relative-path` (lib) generated 3 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Michele d'\''Amico ' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/release:/magus/work/usr/mports/filesystems/ufs/work/target/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/release/build/rstest_macros-71d149787bc9494f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/filesystems/ufs/work/target/release/build/rstest_macros-51a07f438335d6a2/build-script-build`
warning: `env_filter` (lib) generated 2 warnings (2 duplicates)
   Compiling bstr v1.12.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bstr-1.12.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bstr-1.12.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=1.12.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name bstr --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/bstr-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=86feae16ac0fc413 -C extra-filename=-efedabea0de1ca32 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-6c21d87a8818cd13.rmeta --extern regex_automata=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libregex_automata-b4497f52bd4beae9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `bincode` (lib) generated 1 warning (1 duplicate)
   Compiling page_size v0.6.0
   Compiling errno v0.3.14
   Compiling wait-timeout v0.2.1
   Compiling xattr v1.5.1
   Compiling daemonize v0.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/getrandom-2d51258124c4de1b/out /usr/local/bin/rustc --crate-name getrandom --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=21251af4ef4e80f4 -C extra-filename=-584b6a67dba42878 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-04f916dcff994e3e.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=page_size CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/page_size-0.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/page_size-0.6.0/Cargo.toml CARGO_PKG_AUTHORS='Philip Woods ' CARGO_PKG_DESCRIPTION='Provides an easy, fast, cross-platform way to retrieve the memory page size' CARGO_PKG_HOMEPAGE='https://github.com/Elzair/page_size_rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=page_size CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Elzair/page_size_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name page_size --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/page_size-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std", "spin"))' -C metadata=d835c0f94c37992d -C extra-filename=-2381d9f7fcf7fb62 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/nix-bb1a4e9e99256cdb/out /usr/local/bin/rustc --crate-name nix --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=c6381412e54296b8 -C extra-filename=-2e4bf6bf617ab788 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bitflags=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-d90fe4c32f55641e.rmeta --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-04f916dcff994e3e.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd --cfg bsd --cfg bsd_without_apple --cfg freebsdlike --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/errno-0.3.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/errno-0.3.14/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong :Dan Gohman ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name errno --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ed1b566b3f8db8f -C extra-filename=-1bf2b760c94244a1 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/xattr-1.5.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/xattr-1.5.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name xattr --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/xattr-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=2e5fae252b1034f3 -C extra-filename=-ac60999290b8cd3a --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/wait-timeout-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/wait-timeout-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and
Windows platforms.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name wait_timeout --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f4b98f2ad821f0f -C extra-filename=-75e412ecbccb8331 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=daemonize CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/daemonize-0.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/daemonize-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='Fedor Gogolev ' CARGO_PKG_DESCRIPTION='Library to enable your code run as a daemon process on Unix-like systems.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=daemonize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/knsd/daemonize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name daemonize --edition=2015 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/daemonize-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a8ae5111f4176be -C extra-filename=-9846856f1cfd601b --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.28.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/nix-6960fd7ea562d47c/out /usr/local/bin/rustc --crate-name nix --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="fs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=edc60744843e67f1 -C extra-filename=-0d74fc259bdb2769 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bitflags=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-d90fe4c32f55641e.rmeta --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-04f916dcff994e3e.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd --cfg bsd --cfg freebsdlike`
warning: associated constant `BITS` is never used
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/src/packed/vector.rs:32:11
   |
28 | pub(crate) trait Vector:
   |                  ------ associated constant in this trait
...
32 |     const BITS: usize;
   |           ^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/src/automaton.rs:1117:13
     |
1117 |     fn next(&mut self) -> Option> {
     |             ^^^^^^^^^                            ^^^^^^^^^^^ the same lifetime is hidden here
     |             |
     |             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1117 |     fn next(&mut self) -> Option>> {
     |                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:85:28
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements {
   |                            ^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                            |
   |                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> {
   |                                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:93:23
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges {
   |                       ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> {
   |                                                                  ++++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/rustix-b3002b226a0b6e86/out /usr/local/bin/rustc --crate-name rustix --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=628bbe70b863bd81 -C extra-filename=-df1e7a862fd284ed --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bitflags=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-d90fe4c32f55641e.rmeta --extern libc_errno=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liberrno-1bf2b760c94244a1.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg freebsdlike --cfg bsd`
warning: direct cast of function item into an integer
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/wait-timeout-0.2.1/src/unix.rs:68:48
   |
68 |             new.sa_sigaction = sigchld_handler as usize;
   |                                                ^^^^^^^^
   |
note: the lint level is defined here
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/wait-timeout-0.2.1/src/lib.rs:31:23
   |
31 | #![deny(missing_docs, warnings)]
   |                       ^^^^^^^^
   = note: `#[warn(function_casts_as_integer)]` implied by `#[warn(warnings)]`
help: first cast to a pointer `as *const ()`
   |
68 |             new.sa_sigaction = sigchld_handler as *const () as usize;
   |                                                ++++++++++++

   Compiling rand_core v0.9.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.9.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.9.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=b1958921ea0059d4 -C extra-filename=-9ce57ff3257d407b --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern getrandom=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libgetrandom-584b6a67dba42878.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unreachable expression
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/src/error.rs:200:43
    |
200 |             ConvertError::Alignment(e) => ConvertError::Alignment(Infallible::from(e)),
    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^-------------------^
    |                                           |                       |
    |                                           |                       any code following this expression is unreachable
    |                                           unreachable expression
    |
note: this expression has type `Infallible`, which is uninhabited
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/src/error.rs:200:67
    |
200 |             ConvertError::Alignment(e) => ConvertError::Alignment(Infallible::from(e)),
    |                                                                   ^^^^^^^^^^^^^^^^^^^
    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/lib.rs:134:7
    |
134 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/lib.rs:143:11
    |
143 | #[cfg(any(freebsdlike, target_os = "linux", target_os = "netbsd"))]
    |           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fbsd14`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1104:12
     |
1104 | #[cfg_attr(fbsd14, doc = " ```")]
     |            ^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fbsd14)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fbsd14)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fbsd14`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1105:16
     |
1105 | #[cfg_attr(not(fbsd14), doc = " ```no_run")]
     |                ^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fbsd14)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fbsd14)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fbsd14`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1156:12
     |
1156 | #[cfg_attr(fbsd14, doc = " ```")]
     |            ^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fbsd14)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fbsd14)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fbsd14`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1157:16
     |
1157 | #[cfg_attr(not(fbsd14), doc = " ```no_run")]
     |                ^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fbsd14)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fbsd14)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:232:26
    |
232 |                          solarish,
    |                          ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:233:26
    |
233 |                          linux_android,
    |                          ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:234:26
    |
234 |                          apple_targets))] {
    |                          ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:253:23
    |
253 |         #[cfg(not(any(solarish, target_os = "aix", target_os = "haiku")))]
    |                       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:266:19
    |
266 |         #[cfg(any(solarish, target_os = "aix", target_os = "haiku"))]
    |                   ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:835:11
    |
835 | #[cfg(any(linux_android, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:1129:7
     |
1129 | #[cfg(apple_targets)]
     |       ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:2441:7
     |
2441 | #[cfg(solarish)]
     |       ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:23:18
   |
23 |                  apple_targets,))] {
   |                  ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:27:48
   |
27 |     } else if #[cfg(any(target_os = "android", netbsdlike))] {
   |                                                ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:39:21
   |
39 |     } else if #[cfg(solarish)] {
   |                     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:277:13
    |
277 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:278:13
    |
278 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:285:13
    |
285 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:286:13
    |
286 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:293:13
    |
293 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:294:13
    |
294 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:301:13
    |
301 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:302:13
    |
302 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:309:13
    |
309 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:310:13
    |
310 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:317:13
    |
317 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:318:13
    |
318 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:325:13
    |
325 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:326:13
    |
326 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:333:13
    |
333 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:334:13
    |
334 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:340:19
    |
340 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:340:34
    |
340 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:343:19
    |
343 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:343:34
    |
343 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:346:19
    |
346 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:346:34
    |
346 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:349:19
    |
349 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:349:34
    |
349 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:352:19
    |
352 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:352:34
    |
352 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:355:19
    |
355 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:355:34
    |
355 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:358:19
    |
358 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:358:34
    |
358 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:362:13
    |
362 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:363:13
    |
363 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:370:13
    |
370 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:371:13
    |
371 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:378:13
    |
378 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:379:13
    |
379 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:386:13
    |
386 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:387:13
    |
387 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:393:19
    |
393 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:393:34
    |
393 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:396:19
    |
396 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:396:34
    |
396 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:400:13
    |
400 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:401:13
    |
401 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:408:13
    |
408 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:409:13
    |
409 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:415:19
    |
415 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:415:34
    |
415 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:418:19
    |
418 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:418:34
    |
418 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:421:19
    |
421 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:421:34
    |
421 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:425:13
    |
425 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:426:13
    |
426 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:433:13
    |
433 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:434:13
    |
434 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:440:19
    |
440 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:443:19
    |
443 |         #[cfg(any(linux_android, target_os = "aix", target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:446:15
    |
446 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:450:13
    |
450 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:458:19
    |
458 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:458:34
    |
458 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:461:19
    |
461 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:461:34
    |
461 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:464:19
    |
464 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:464:34
    |
464 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:467:19
    |
467 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:467:34
    |
467 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:470:19
    |
470 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:470:34
    |
470 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:473:19
    |
473 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:473:34
    |
473 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:476:19
    |
476 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:476:34
    |
476 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:480:13
    |
480 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:481:13
    |
481 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:488:13
    |
488 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:489:13
    |
489 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:497:13
    |
497 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:498:13
    |
498 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:504:19
    |
504 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:504:34
    |
504 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:507:19
    |
507 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:507:34
    |
507 |         #[cfg(any(linux_android, solarish, target_os = "fuchsia"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:511:13
    |
511 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:518:19
    |
518 |         #[cfg(any(linux_android, target_os = "fuchsia", target_os = "hurd"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:521:19
    |
521 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:524:19
    |
524 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:527:19
    |
527 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:530:19
    |
530 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:533:19
    |
533 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:536:19
    |
536 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:540:13
    |
540 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:548:13
    |
548 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:555:13
    |
555 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:556:13
    |
556 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:562:19
    |
562 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:565:19
    |
565 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:568:19
    |
568 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:571:19
    |
571 |         #[cfg(any(linux_android, target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:575:13
    |
575 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:582:15
    |
582 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:585:19
    |
585 |         #[cfg(any(linux_android, target_os = "aix", target_os = "fuchsia"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:588:15
    |
588 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:603:15
    |
603 |         #[cfg(freebsdlike)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:606:19
    |
606 |         #[cfg(any(freebsdlike, target_os = "hurd", target_os = "redox"))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:609:19
    |
609 |         #[cfg(any(freebsdlike, target_os = "hurd", target_os = "redox"))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:618:19
    |
618 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:621:19
    |
621 |         #[cfg(any(bsd, target_os = "redox", solarish))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:621:45
    |
621 |         #[cfg(any(bsd, target_os = "redox", solarish))]
    |                                             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:625:13
    |
625 |             freebsdlike,
    |             ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:626:13
    |
626 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:634:19
    |
634 |         #[cfg(any(bsd, target_os = "haiku"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:638:13
    |
638 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:646:13
    |
646 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:654:13
    |
654 |             freebsdlike,
    |             ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:655:13
    |
655 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:661:19
    |
661 |         #[cfg(any(freebsdlike, apple_targets, target_os = "openbsd"))]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:661:32
    |
661 |         #[cfg(any(freebsdlike, apple_targets, target_os = "openbsd"))]
    |                                ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:665:13
    |
665 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:667:13
    |
667 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:673:19
    |
673 |         #[cfg(any(bsd, target_os = "aix", target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:677:13
    |
677 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:685:13
    |
685 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:686:13
    |
686 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:695:13
    |
695 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:696:13
    |
696 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:703:19
    |
703 |         #[cfg(any(bsd, target_os = "aix", target_os = "redox"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:706:19
    |
706 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:709:19
    |
709 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:712:19
    |
712 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:715:19
    |
715 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:718:19
    |
718 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:721:19
    |
721 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:724:19
    |
724 |         #[cfg(any(bsd, target_os = "hurd"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:728:13
    |
728 |             bsd,
    |             ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:735:15
    |
735 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:738:15
    |
738 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:741:15
    |
741 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:744:15
    |
744 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:747:15
    |
747 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:750:15
    |
750 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:753:19
    |
753 |         #[cfg(any(apple_targets, target_os = "netbsd", target_os = "haiku"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:757:13
    |
757 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:764:19
    |
764 |         #[cfg(any(apple_targets, target_os = "netbsd", target_os = "haiku"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:768:13
    |
768 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:776:13
    |
776 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:784:13
    |
784 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:791:19
    |
791 |         #[cfg(any(apple_targets, solarish, target_os = "aix"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:791:34
    |
791 |         #[cfg(any(apple_targets, solarish, target_os = "aix"))]
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:794:15
    |
794 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:797:15
    |
797 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:809:15
    |
809 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:812:15
    |
812 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/errno.rs:815:15
    |
815 |         #[cfg(solarish)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:8:5
  |
8 |     apple_targets,
  |     ^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:24:5
   |
24 |     apple_targets,
   |     ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:29:11
   |
29 | #[cfg(any(linux_android, target_os = "freebsd"))]
   |           ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:36:5
   |
36 |     linux_android,
   |     ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:194:30
    |
194 |     all(feature = "process", linux_android),
    |                              ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:466:11
    |
466 | #[cfg(any(linux_android, target_os = "freebsd"))]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:846:7
    |
846 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:525:11
    |
525 |     #[cfg(linux_android)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:529:11
    |
529 |     #[cfg(linux_android)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:533:11
    |
533 |     #[cfg(linux_android)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:537:9
    |
537 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:543:9
    |
543 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:548:11
    |
548 |     #[cfg(apple_targets)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:551:11
    |
551 |     #[cfg(apple_targets)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:554:11
    |
554 |     #[cfg(linux_android)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:557:11
    |
557 |     #[cfg(linux_android)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:563:9
    |
563 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:570:11
    |
570 |     #[cfg(apple_targets)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1198:5
     |
1198 |     linux_android,
     |     ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1262:5
     |
1262 |     linux_android,
     |     ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:1263:5
     |
1263 |     freebsdlike,
     |     ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:64:15
   |
64 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:68:19
   |
68 |         #[cfg(any(linux_android, target_os = "freebsd", target_os = "hurd"))]
   |                   ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:95:13
   |
95 |             solarish,
   |             ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:108:13
    |
108 |             freebsdlike,
    |             ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:109:13
    |
109 |             linux_android,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:110:13
    |
110 |             solarish,
    |             ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:117:19
    |
117 |         #[cfg(any(linux_android, apple_targets, netbsdlike))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:117:34
    |
117 |         #[cfg(any(linux_android, apple_targets, netbsdlike))]
    |                                  ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:117:49
    |
117 |         #[cfg(any(linux_android, apple_targets, netbsdlike))]
    |                                                 ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:125:19
    |
125 |         #[cfg(any(bsd, target_os = "redox"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:128:19
    |
128 |         #[cfg(any(bsd,
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:133:15
    |
133 |         #[cfg(linux_android)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:136:15
    |
136 |         #[cfg(linux_android)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:154:19
    |
154 |         #[cfg(any(linux_android, target_os = "redox"))]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:165:40
    |
165 |         #[cfg(any(target_os = "linux", netbsdlike))]
    |                                        ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:171:19
    |
171 |         #[cfg(any(bsd, target_os = "redox"))]
    |                   ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:177:15
    |
177 |         #[cfg(linux_android)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:380:23
    |
380 |             #[cfg(any(linux_android, target_os = "freebsd", target_os = "hurd"))]
    |                       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:394:17
    |
394 |                 linux_android,
    |                 ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:482:15
    |
482 |         #[cfg(linux_android)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:617:19
    |
617 |             #[cfg(linux_android)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:619:19
    |
619 |             #[cfg(linux_android)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:621:19
    |
621 |             #[cfg(linux_android)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:624:17
    |
624 |                 linux_android,
    |                 ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:631:17
    |
631 |                 linux_android,
    |                 ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:635:19
    |
635 |             #[cfg(apple_targets)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:637:19
    |
637 |             #[cfg(apple_targets)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:639:19
    |
639 |             #[cfg(linux_android)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:641:19
    |
641 |             #[cfg(linux_android)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:646:17
    |
646 |                 apple_targets,
    |                 ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/fcntl.rs:668:19
    |
668 |             #[cfg(apple_targets)]
    |                   ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:3:5
  |
3 |     freebsdlike,
  |     ^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:5:5
  |
5 |     apple_targets,
  |     ^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:34:11
   |
34 | #[cfg(any(bsd, linux_android, target_os = "redox", solarish))]
   |           ^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:34:16
   |
34 | #[cfg(any(bsd, linux_android, target_os = "redox", solarish))]
   |                ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:34:52
   |
34 | #[cfg(any(bsd, linux_android, target_os = "redox", solarish))]
   |                                                    ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:40:11
   |
40 | #[cfg(any(linux_android, target_os = "freebsd"))]
   |           ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:69:11
   |
69 | #[cfg(any(linux_android, bsd))]
   |           ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:69:26
   |
69 | #[cfg(any(linux_android, bsd))]
   |                          ^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:82:32
   |
82 | #[cfg(any(target_os = "linux", netbsdlike))]
   |                                ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:91:5
   |
91 |     solarish,
   |     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:104:11
    |
104 | #[cfg(any(linux_android, freebsdlike, apple_targets, solarish))]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:104:26
    |
104 | #[cfg(any(linux_android, freebsdlike, apple_targets, solarish))]
    |                          ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:104:39
    |
104 | #[cfg(any(linux_android, freebsdlike, apple_targets, solarish))]
    |                                       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:104:54
    |
104 | #[cfg(any(linux_android, freebsdlike, apple_targets, solarish))]
    |                                                      ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:112:7
    |
112 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:131:11
    |
131 | #[cfg(any(linux_android, freebsdlike, apple_targets, target_os = "openbsd"))]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:131:26
    |
131 | #[cfg(any(linux_android, freebsdlike, apple_targets, target_os = "openbsd"))]
    |                          ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:131:39
    |
131 | #[cfg(any(linux_android, freebsdlike, apple_targets, target_os = "openbsd"))]
    |                                       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:142:7
    |
142 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:170:7
    |
170 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:176:7
    |
176 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/mod.rs:185:9
    |
185 |         solarish,
    |         ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:39:15
   |
39 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:46:15
   |
46 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:49:15
   |
49 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:52:15
   |
52 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:55:15
   |
55 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:58:15
   |
58 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:61:15
   |
61 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:64:15
   |
64 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:67:15
   |
67 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:70:15
   |
70 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/memfd.rs:73:15
   |
73 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/signal.rs:13:7
   |
13 | #[cfg(freebsdlike)]
   |       ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/signal.rs:318:9
    |
318 |     any(linux_android, target_os = "emscripten", target_os = "fuchsia"),
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/signal.rs:335:9
    |
335 |     any(linux_android, target_os = "emscripten", target_os = "fuchsia"),
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/signal.rs:360:5
    |
360 |     linux_android,
    |     ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:1:11
  |
1 | #[cfg(any(apple_targets, target_os = "openbsd"))]
  |           ^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:3:33
  |
3 | #[cfg(any(target_os = "netbsd", freebsdlike))]
  |                                 ^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:64:11
   |
64 | #[cfg(any(apple_targets, target_os = "openbsd"))]
   |           ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:66:11
   |
66 | #[cfg(any(freebsdlike, target_os = "netbsd"))]
   |           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:69:7
   |
69 | #[cfg(bsd)]
   |       ^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:170:15
    |
170 | #[cfg(not(any(apple_targets, target_os = "redox", target_os = "haiku")))]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:360:5
    |
360 |     apple_targets,
    |     ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:88:15
   |
88 |         #[cfg(freebsdlike)]
   |               ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:108:15
    |
108 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:114:13
    |
114 |             apple_targets,
    |             ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:124:15
    |
124 |         #[cfg(freebsdlike)]
    |               ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/stat.rs:148:15
    |
148 |         #[cfg(apple_targets)]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:4:11
  |
4 | #[cfg(not(linux_android))]
  |           ^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:12:30
   |
12 | #[cfg(all(feature = "mount", bsd))]
   |                              ^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:90:7
   |
90 | #[cfg(linux_android)]
   |       ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:94:7
   |
94 | #[cfg(linux_android)]
   |       ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:98:7
   |
98 | #[cfg(linux_android)]
   |       ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:101:7
    |
101 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:105:7
    |
105 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:108:7
    |
108 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:112:7
    |
112 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:116:7
    |
116 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:120:7
    |
120 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:124:7
    |
124 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:127:7
    |
127 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:130:7
    |
130 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:134:7
    |
134 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:138:7
    |
138 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:141:7
    |
141 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:145:7
    |
145 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:149:7
    |
149 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:153:7
    |
153 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:157:7
    |
157 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:161:7
    |
161 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:165:7
    |
165 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:169:7
    |
169 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:173:7
    |
173 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:176:7
    |
176 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:180:7
    |
180 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:184:7
    |
184 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:188:7
    |
188 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:192:7
    |
192 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:196:7
    |
196 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:200:7
    |
200 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:204:7
    |
204 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:208:7
    |
208 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:211:7
    |
211 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:214:7
    |
214 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:218:7
    |
218 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:222:7
    |
222 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:226:7
    |
226 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:230:7
    |
230 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:234:7
    |
234 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:238:7
    |
238 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:242:7
    |
242 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:246:7
    |
246 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:250:7
    |
250 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:254:7
    |
254 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:257:7
    |
257 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:260:7
    |
260 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:263:7
    |
263 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:266:7
    |
266 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:269:7
    |
269 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:272:7
    |
272 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:275:7
    |
275 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:279:7
    |
279 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:283:7
    |
283 | #[cfg(linux_android)]
    |       ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:286:11
    |
286 | #[cfg(all(linux_android, not(target_env = "musl"), not(target_env = "ohos")))]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:26:18
   |
26 |     if #[cfg(any(linux_android, target_os = "fuchsia"))] {
   |                  ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:36:36
   |
36 |         const LIBC_FSTATFS: unsafe extern fn
   |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
   |
   = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:39:35
   |
39 |         const LIBC_STATFS: unsafe extern fn
   |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:295:9
    |
295 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:302:15
    |
302 |     #[cfg(not(linux_android))]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:309:11
    |
309 |     #[cfg(apple_targets)]
    |           ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:369:15
    |
369 |     #[cfg(any(apple_targets, target_os = "openbsd"))]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:436:34
    |
436 |     #[cfg(all(feature = "mount", bsd))]
    |                                  ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:496:9
    |
496 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:497:9
    |
497 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:520:9
    |
520 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:521:9
    |
521 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:543:15
    |
543 |     #[cfg(any(apple_targets, linux_android, target_os = "fuchsia"))]
    |               ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:543:30
    |
543 |     #[cfg(any(apple_targets, linux_android, target_os = "fuchsia"))]
    |                              ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:568:9
    |
568 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:569:9
    |
569 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:592:9
    |
592 |         apple_targets,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:593:9
    |
593 |         linux_android,
    |         ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statfs.rs:636:38
    |
636 |         #[cfg(all(feature = "mount", bsd))]
    |                                      ^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:24:15
   |
24 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:27:15
   |
27 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:30:15
   |
30 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:33:15
   |
33 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:45:15
   |
45 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/statvfs.rs:48:15
   |
48 |         #[cfg(linux_android)]
   |               ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/sys/time.rs:20:13
   |
20 |             solarish,
   |             ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:7:30
  |
7 |     all(feature = "process", linux_android)
  |                              ^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:16:5
   |
16 |     linux_android,
   |     ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:17:5
   |
17 |     freebsdlike,
   |     ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:18:5
   |
18 |     solarish,
   |     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:19:5
   |
19 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:26:27
   |
26 | #[cfg(all(feature = "fs", bsd))]
   |                           ^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:51:11
   |
51 | #[cfg(any(freebsdlike, linux_android, target_os = "openbsd"))]
   |           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:51:24
   |
51 | #[cfg(any(freebsdlike, linux_android, target_os = "openbsd"))]
   |                        ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:54:11
   |
54 | #[cfg(any(freebsdlike, linux_android, target_os = "openbsd"))]
   |           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:54:24
   |
54 | #[cfg(any(freebsdlike, linux_android, target_os = "openbsd"))]
   |                        ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:2849:7
     |
2849 | #[cfg(linux_android)]
     |       ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:2876:11
     |
2876 | #[cfg(any(linux_android, freebsdlike, target_os = "openbsd"))]
     |           ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:2876:26
     |
2876 | #[cfg(any(linux_android, freebsdlike, target_os = "openbsd"))]
     |                          ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:2921:11
     |
2921 | #[cfg(any(linux_android, freebsdlike, target_os = "openbsd"))]
     |           ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:2921:26
     |
2921 | #[cfg(any(linux_android, freebsdlike, target_os = "openbsd"))]
     |                          ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:47:11
   |
47 |     #[cfg(linux_android)]
   |           ^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:451:5
    |
451 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:452:5
    |
452 |     solarish,
    |     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple_targets`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:577:5
    |
577 |     apple_targets,
    |     ^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(apple_targets)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple_targets)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1168:7
     |
1168 | #[cfg(linux_android)]
     |       ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1137:9
     |
1137 |         freebsdlike,
     |         ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1138:9
     |
1138 |         solarish,
     |         ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1148:9
     |
1148 |         freebsdlike,
     |         ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1149:9
     |
1149 |         solarish,
     |         ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1214:5
     |
1214 |     linux_android,
     |     ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1215:5
     |
1215 |     freebsdlike,
     |     ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1216:5
     |
1216 |     solarish,
     |     ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1220:5
     |
1220 |     netbsdlike,
     |     ^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1380:11
     |
1380 | #[cfg(any(freebsdlike, linux_android, netbsdlike))]
     |           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1380:24
     |
1380 | #[cfg(any(freebsdlike, linux_android, netbsdlike))]
     |                        ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1380:39
     |
1380 | #[cfg(any(freebsdlike, linux_android, netbsdlike))]
     |                                       ^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1389:7
     |
1389 | #[cfg(linux_android)]
     |       ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_android`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1411:5
     |
1411 |     linux_android,
     |     ^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(linux_android)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_android)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1412:5
     |
1412 |     solarish,
     |     ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:1413:5
     |
1413 |     netbsdlike,
     |     ^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(netbsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:3120:5
     |
3120 |     freebsdlike,
     |     ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/unistd.rs:3642:7
     |
3642 | #[cfg(bsd)]
     |       ^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bsd)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `wait-timeout` (lib) generated 1 warning
warning: `nix` (lib) generated 2 warnings
warning: `aho-corasick` (lib) generated 4 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=assert_cmd CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif :Ed Page ' CARGO_PKG_DESCRIPTION='Test CLI Applications.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/assert_cmd' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=assert_cmd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/assert-rs/assert_cmd.git' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/assert_cmd-6d687e8b72489a83/out /usr/local/bin/rustc --crate-name assert_cmd --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/assert_cmd-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=5f2b0abad50ef4ec -C extra-filename=-1e6c4d18940d9c78 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anstyle=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-d66d0911499cddb8.rmeta --extern bstr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbstr-efedabea0de1ca32.rmeta --extern doc_comment=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libdoc_comment-95d9b25c52932aad.rmeta --extern predicates=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpredicates-d35a84db7e77b7f1.rmeta --extern predicates_core=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpredicates_core-465b821d4b9557f3.rmeta --extern predicates_tree=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpredicates_tree-656327534305318e.rmeta --extern wait_timeout=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libwait_timeout-75e412ecbccb8331.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `difflib` (lib) generated 3 warnings
   Compiling ppv-lite86 v0.2.21
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Cross-platform cryptography-oriented low-level SIMD library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=660f525e845b0958 -C extra-filename=-d80a35b057f58cab --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern zerocopy=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libzerocopy-fb977cb31ad3ba33.rmeta --cap-lints warn`
warning: `zerocopy` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name regex_automata --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-automata-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d1d3fb5be18b974f -C extra-filename=-d5dc64ec0e78a7ae --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libaho_corasick-74ad96602800da62.rmeta --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libmemchr-70f447710f3768c4.rmeta --extern regex_syntax=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libregex_syntax-0835e9cd026a03cf.rmeta --cap-lints warn`
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/nix-0.28.0/src/dir.rs:76:17
   |
76 |     pub fn iter(&mut self) -> Iter {
   |                 ^^^^^^^^^     ^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
76 |     pub fn iter(&mut self) -> Iter<'_> {
   |                                   ++++

   Compiling rand_chacha v0.3.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=8801c60f3d7f33b7 -C extra-filename=-be498cb827e0a09d --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libppv_lite86-d80a35b057f58cab.rmeta --extern rand_core=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librand_core-cc9189ea0915d6d6.rmeta --cap-lints warn`
   Compiling rand v0.8.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2018 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=fb16c85982e70ed8 -C extra-filename=-6cd3506fb9682365 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/liblibc-37e9ed1fe3554ac4.rmeta --extern rand_chacha=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librand_chacha-be498cb827e0a09d.rmeta --extern rand_core=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librand_core-cc9189ea0915d6d6.rmeta --cap-lints warn`
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/lib.rs:53:13
   |
53 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/weighted_index.rs:80:12
   |
80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/weighted_index.rs:429:12
    |
429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/mod.rs:116:12
    |
116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rng.rs:395:12
    |
395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rngs/mod.rs:99:12
   |
99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rngs/std.rs:32:12
   |
32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rngs/thread.rs:60:12
   |
60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rngs/thread.rs:87:12
   |
87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/rngs/mod.rs:118:12
    |
118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/index.rs:276:12
    |
276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:114:16
    |
114 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:142:16
    |
142 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:170:16
    |
170 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:219:16
    |
219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:465:16
    |
465 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:623:12
    |
623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/lib.rs:181:12
    |
181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/distribution.rs:162:7
    |
162 | #[cfg(features = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
162 - #[cfg(features = "nightly")]
162 + #[cfg(feature = "nightly")]
    |

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:235:11
    |
235 | #[cfg(not(std))]
    |           ^^^ help: found config with similar value: `feature = "std"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
359 | scalar_float_impl!(f32, u32);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
360 | scalar_float_impl!(f64, u64);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling tempfile v3.23.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/tempfile-3.23.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/tempfile-3.23.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.23.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name tempfile --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=18516f4271e55cef -C extra-filename=-cf4b102c3709c896 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern fastrand=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfastrand-a18ab3a751af21ee.rmeta --extern getrandom=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libgetrandom-584b6a67dba42878.rmeta --extern once_cell=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libonce_cell-a9468bbc7857b1ea.rmeta --extern rustix=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librustix-df1e7a862fd284ed.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `nix` (lib) generated 393 warnings
warning: `nix` (lib) generated 2 warnings (2 duplicates)
warning: trait `Float` is never used
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:238:18
    |
238 | pub(crate) trait Float: Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: associated items `lanes`, `extract`, and `replace` are never used
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:247:8
    |
245 | pub(crate) trait FloatAsSIMD: Sized {
    |                  ----------- associated items in this trait
246 |     #[inline(always)]
247 |     fn lanes() -> usize {
    |        ^^^^^
...
255 |     fn extract(self, index: usize) -> Self {
    |        ^^^^^^^
...
260 |     fn replace(self, index: usize, new_value: Self) -> Self {
    |        ^^^^^^^

warning: method `all` is never used
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:268:8
    |
266 | pub(crate) trait BoolAsSIMD: Sized {
    |                  ---------- method in this trait
267 |     fn any(self) -> bool;
268 |     fn all(self) -> bool;
    |        ^^^

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:115:27
    |
115 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter
    |                           ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
115 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item>
    |                                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:221:9
    |
221 |         &self, rng: &mut R, amount: usize, weight: F,
    |         ^^^^^ the lifetime is elided here
222 |     ) -> Result, WeightedError>
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
222 |     ) -> Result, WeightedError>
    |                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:515:27
    |
515 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter
    |                           ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
515 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item>
    |                                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.8.5/src/seq/mod.rs:565:9
    |
565 |         &self, rng: &mut R, amount: usize, weight: F,
    |         ^^^^^ the lifetime is elided here
566 |     ) -> Result, WeightedError>
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
566 |     ) -> Result, WeightedError>
    |                                 +++

warning: `rand` (lib) generated 30 warnings
warning: `syn` (lib) generated 48 warnings (45 duplicates)
   Compiling zerocopy-derive v0.8.27
   Compiling clap_derive v4.5.47
   Compiling rstest_reuse v0.7.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-derive-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-derive-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name zerocopy_derive --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5994c34796692bac -C extra-filename=-bf6c9e64db0e3467 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libproc_macro2-4dea6228e669a64d.rlib --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rlib --extern syn=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libsyn-725a1f9dd4cfe678.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_derive-4.5.47 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_derive-4.5.47/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.47 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=47 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap_derive --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=bd88ddf8c235169a -C extra-filename=-bedeb08eea14b2a2 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern heck=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libheck-c730be6187f3b44b.rlib --extern proc_macro2=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libproc_macro2-4dea6228e669a64d.rlib --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rlib --extern syn=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libsyn-725a1f9dd4cfe678.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rstest_reuse CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_reuse-0.7.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_reuse-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='Michele d'\''Amico ' CARGO_PKG_DESCRIPTION='Reuse rstest attributes: create a set of tests and apply it 
to every scenario you want to test.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_reuse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rstest_reuse --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_reuse-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2780939a37212c9a -C extra-filename=-81ab140069dc6d63 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rlib --extern rand=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librand-6cd3506fb9682365.rlib --extern syn=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libsyn-725a1f9dd4cfe678.rlib --extern proc_macro --cap-lints warn`
   Compiling regex v1.11.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-1.11.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-1.11.3/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name regex --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/regex-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=5deeaf9f4e2f7198 -C extra-filename=-4886d1fea226b9d1 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libaho_corasick-74ad96602800da62.rmeta --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libmemchr-70f447710f3768c4.rmeta --extern regex_automata=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libregex_automata-d5dc64ec0e78a7ae.rmeta --extern regex_syntax=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libregex_syntax-0835e9cd026a03cf.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rstest_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Michele d'\''Amico ' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/release/build/rstest_macros-71d149787bc9494f/out /usr/local/bin/rustc --crate-name rstest_macros --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=f066bd05084fcf50 -C extra-filename=-1efdb844d80e2157 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libcfg_if-9b5caf3469620c55.rlib --extern glob=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libglob-8df55dacbe3424f5.rlib --extern proc_macro2=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libproc_macro2-4dea6228e669a64d.rlib --extern quote=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libquote-d06a17fff40b6266.rlib --extern regex=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libregex-4886d1fea226b9d1.rlib --extern relative_path=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librelative_path-dfe55e905ed7df77.rlib --extern syn=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libsyn-725a1f9dd4cfe678.rlib --extern unicode_ident=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libunicode_ident-4519a6ddd0aa7419.rlib --extern proc_macro --cap-lints warn`
   Compiling env_logger v0.11.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_logger-0.11.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_logger-0.11.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
variable.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name env_logger --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="humantime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=3c6ad2ccb28227c5 -C extra-filename=-363ede6873a56a14 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anstream=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstream-10b0c42d1bbde137.rmeta --extern anstyle=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-d66d0911499cddb8.rmeta --extern env_filter=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libenv_filter-e2777d76d3212270.rmeta --extern jiff=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libjiff-087187ee6256feb9.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `use_proc_macro_diagnostic`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/lib.rs:2:13
  |
2 | #![cfg_attr(use_proc_macro_diagnostic, feature(proc_macro_diagnostic))]
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_proc_macro_diagnostic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro_diagnostic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/zerocopy-f8ab128353a2c7df/out /usr/local/bin/rustc --crate-name zerocopy --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=a45d8b64d547515c -C extra-filename=-ebd32ccfc3acf603 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern zerocopy_derive=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libzerocopy_derive-bf6c9e64db0e3467.so --cap-lints warn -C link-arg=-fstack-protector-strong --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/zerocopy-f8ab128353a2c7df/out /usr/local/bin/rustc --crate-name zerocopy --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=496ef8df375f56d5 -C extra-filename=-7023f6b89299c2f9 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern zerocopy_derive=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libzerocopy_derive-bf6c9e64db0e3467.so --cap-lints warn -C link-arg=-fstack-protector-strong --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
   Compiling clap v4.5.48
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.48 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=06c1f1e6a87eec48 -C extra-filename=-cdecf5ab63ba8330 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern clap_builder=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_builder-3aeb5b76869f3165.rmeta --extern clap_derive=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libclap_derive-bedeb08eea14b2a2.so --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.48 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a3a7586d159c65b9 -C extra-filename=-28b1bd46695776ad --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern clap_builder=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_builder-e5942a2dffcc10a7.rmeta --extern clap_derive=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libclap_derive-bedeb08eea14b2a2.so --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling clap-verbosity-flag v2.2.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_verbosity_flag CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif ' CARGO_PKG_DESCRIPTION='Easily add a `--verbose` flag to CLIs using Clap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap-verbosity-flag CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap-verbosity-flag' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=2.2.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap_verbosity_flag --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96295f923ac9859f -C extra-filename=-25d155a5a0a9c9ab --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern clap=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap-28b1bd46695776ad.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-28ab84e8a6eb050f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_verbosity_flag CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3/Cargo.toml CARGO_PKG_AUTHORS='Pascal Hertleif ' CARGO_PKG_DESCRIPTION='Easily add a `--verbose` flag to CLIs using Clap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap-verbosity-flag CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap-verbosity-flag' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=2.2.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name clap_verbosity_flag --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/clap-verbosity-flag-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f53efa1124d0da37 -C extra-filename=-b13fcf65d1f69583 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern clap=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap-cdecf5ab63ba8330.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/error.rs:202:26
    |
202 | fn invalid_cases(params: &RsTestData) -> Errors {
    |                          ^^^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
202 | fn invalid_cases(params: &RsTestData) -> Errors<'_> {
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/error.rs:217:36
    |
217 | fn case_args_without_cases(params: &RsTestData) -> Errors {
    |                                    ^^^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
    |                                    |
    |                                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
217 | fn case_args_without_cases(params: &RsTestData) -> Errors<'_> {
    |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/render/inject.rs:99:35
   |
99 | fn default_fixture_resolve(ident: &Ident) -> Cow {
   |                                   ^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
   |                                   |
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
99 | fn default_fixture_resolve(ident: &Ident) -> Cow<'_, Expr> {
   |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:104:16
    |
104 |     fn resolve(&self, ident: &Ident) -> Option>;
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
104 |     fn resolve(&self, ident: &Ident) -> Option>;
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:108:16
    |
108 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
108 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:115:16
    |
115 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
115 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:122:16
    |
122 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
122 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:128:16
    |
128 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
128 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:134:16
    |
134 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
134 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest_macros-0.19.0/src/resolver.rs:140:16
    |
140 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                ^^^^^                           ^^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
140 |     fn resolve(&self, ident: &Ident) -> Option> {
    |                                                    +++

warning: `rstest_macros` (lib) generated 11 warnings
   Compiling rstest v0.19.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rstest CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest-0.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Michele d'\''Amico ' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rstest --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=31829c0aa428fa8f -C extra-filename=-a13e7448e2820ea9 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern rstest_macros=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librstest_macros-1efdb844d80e2157.so --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling fuser v0.16.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fuser CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Christopher Berner ' CARGO_PKG_DESCRIPTION='Filesystem in Userspace (FUSE) for Rust' CARGO_PKG_HOMEPAGE='https://github.com/cberner/fuser' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cberner/fuser' CARGO_PKG_RUST_VERSION=1.85 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/fuser-58e8b6cc40472085/out /usr/local/bin/rustc --crate-name fuser --edition=2024 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="libfuse"' --cfg 'feature="pkg-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi-7-19", "abi-7-20", "abi-7-21", "abi-7-22", "abi-7-23", "abi-7-24", "abi-7-25", "abi-7-26", "abi-7-27", "abi-7-28", "abi-7-29", "abi-7-30", "abi-7-31", "abi-7-36", "abi-7-40", "default", "libfuse", "macfuse-4-compat", "pkg-config", "serde", "serializable"))' -C metadata=121559c6697ec420 -C extra-filename=-2f538195299b6a56 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rmeta --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-6c21d87a8818cd13.rmeta --extern nix=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libnix-2e4bf6bf617ab788.rmeta --extern page_size=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpage_size-2381d9f7fcf7fb62.rmeta --extern smallvec=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libsmallvec-8a4141fd7e3cb172.rmeta --extern zerocopy=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libzerocopy-7023f6b89299c2f9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/local/lib -l fuse3 -l pthread --cfg 'fuser_mount_impl="libfuse3"' --check-cfg 'cfg(fuser_mount_impl, values("pure-rust", "libfuse2", "libfuse3"))'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Cross-platform cryptography-oriented low-level SIMD library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d06ddb3bbe43b43c -C extra-filename=-1b652740e1509473 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern zerocopy=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libzerocopy-7023f6b89299c2f9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `zerocopy` (lib) generated 1 warning (1 duplicate)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fuser CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Christopher Berner ' CARGO_PKG_DESCRIPTION='Filesystem in Userspace (FUSE) for Rust' CARGO_PKG_HOMEPAGE='https://github.com/cberner/fuser' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cberner/fuser' CARGO_PKG_RUST_VERSION=1.85 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/build/fuser-58e8b6cc40472085/out /usr/local/bin/rustc --crate-name fuser --edition=2024 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="libfuse"' --cfg 'feature="pkg-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi-7-19", "abi-7-20", "abi-7-21", "abi-7-22", "abi-7-23", "abi-7-24", "abi-7-25", "abi-7-26", "abi-7-27", "abi-7-28", "abi-7-29", "abi-7-30", "abi-7-31", "abi-7-36", "abi-7-40", "default", "libfuse", "macfuse-4-compat", "pkg-config", "serde", "serializable"))' -C metadata=90e5252fd38e5928 -C extra-filename=-6cce888ae3c8753f --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-f873acef3816680e.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-28ab84e8a6eb050f.rmeta --extern memchr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-b8d4da0b83c807e5.rmeta --extern nix=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libnix-d016457be56e504c.rmeta --extern page_size=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libpage_size-2cae92ef6c75fbda.rmeta --extern smallvec=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libsmallvec-ee203bd97eb0b4c8.rmeta --extern zerocopy=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libzerocopy-ebd32ccfc3acf603.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/local/lib -l fuse3 -l pthread --cfg 'fuser_mount_impl="libfuse3"' --check-cfg 'cfg(fuser_mount_impl, values("pure-rust", "libfuse2", "libfuse3"))'`
warning: `zerocopy` (lib) generated 1 warning (1 duplicate)
warning: unused imports: `fuse_session_destroy` and `fuse_session_unmount`
 --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/mnt/fuse3.rs:2:24
  |
2 |     fuse_lowlevel_ops, fuse_session_destroy, fuse_session_fd, fuse_session_mount, fuse_session_new,
  |                        ^^^^^^^^^^^^^^^^^^^^
3 |     fuse_session_unmount,
  |     ^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

   Compiling rand_chacha v0.9.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.9.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=f344f58c310032fd -C extra-filename=-e9995c8158d40c17 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libppv_lite86-1b652740e1509473.rmeta --extern rand_core=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librand_core-9ce57ff3257d407b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling rand v0.9.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.9.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.9.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2021 /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=005434e107437f20 -C extra-filename=-23b2dbc042326911 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern rand_chacha=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librand_chacha-e9995c8158d40c17.rmeta --extern rand_core=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librand_core-9ce57ff3257d407b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: struct `fuse_rename2_in` is never constructed
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:523:12
    |
523 | pub struct fuse_rename2_in {
    |            ^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: struct `cuse_init_in` is never constructed
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:810:12
    |
810 | pub struct cuse_init_in {
    |            ^^^^^^^^^^^^

warning: struct `cuse_init_out` is never constructed
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:819:12
    |
819 | pub struct cuse_init_out {
    |            ^^^^^^^^^^^^^

warning: struct `fuse_ioctl_iovec` is never constructed
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:864:12
    |
864 | pub struct fuse_ioctl_iovec {
    |            ^^^^^^^^^^^^^^^^

warning: struct `fuse_notify_retrieve_out` is never constructed
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:992:12
    |
992 | pub struct fuse_notify_retrieve_out {
    |            ^^^^^^^^^^^^^^^^^^^^^^^^

warning: struct `fuse_notify_retrieve_in` is never constructed
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:1002:12
     |
1002 | pub struct fuse_notify_retrieve_in {
     |            ^^^^^^^^^^^^^^^^^^^^^^^

warning: struct `fuse_lseek_in` is never constructed
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:1014:12
     |
1014 | pub struct fuse_lseek_in {
     |            ^^^^^^^^^^^^^

warning: struct `fuse_copy_file_range_in` is never constructed
    --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/ll/fuse_abi.rs:1030:12
     |
1030 | pub struct fuse_copy_file_range_in {
     |            ^^^^^^^^^^^^^^^^^^^^^^^

warning: function `fuse_session_unmount` is never used
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/mnt/fuse3_sys.rs:287:12
    |
287 |     pub fn fuse_session_unmount(se: *mut c_void);
    |            ^^^^^^^^^^^^^^^^^^^^

warning: function `fuse_session_destroy` is never used
   --> /magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/cargo-crates/fuser-0.16.0/src/mnt/fuse3_sys.rs:289:12
    |
289 |     pub fn fuse_session_destroy(se: *mut c_void);
    |            ^^^^^^^^^^^^^^^^^^^^

warning: `jiff` (lib) generated 10 warnings (10 duplicates)
   Compiling rufs v0.6.0 (/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.85.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rufs --edition=2021 rufs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="fuser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuse2rs", "fuser"))' -C metadata=bf1274741c1f3c55 -C extra-filename=-7bc206d4be6beb00 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bincode=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbincode-0bf7d29c58e8696c.rmeta --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-2f538195299b6a56.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rmeta -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.85.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rufs --edition=2021 rufs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="fuser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuse2rs", "fuser"))' -C metadata=9930e11e5c14ec4c -C extra-filename=-9e2ee4542c0e29e4 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bincode=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbincode-51e8429d4a0bc2f1.rmeta --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-6cce888ae3c8753f.rmeta --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-f873acef3816680e.rmeta --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-28ab84e8a6eb050f.rmeta -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
warning: `fuser` (lib) generated 11 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/rufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.85.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name rufs --edition=2021 rufs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=2 -C lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --test --cfg 'feature="fuser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuse2rs", "fuser"))' -C metadata=812c2d65224198f3 -C extra-filename=-a9cf3d4045829594 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern bincode=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libbincode-0bf7d29c58e8696c.rlib --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-2f538195299b6a56.rlib --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rlib --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rlib --extern tempfile=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libtempfile-cf4b102c3709c896.rlib -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
warning: `fuser` (lib) generated 11 warnings (11 duplicates)
   Compiling fuse-ufs v0.6.0 (/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs)
     Running `CARGO=/usr/local/bin/cargo CARGO_BIN_NAME=fuse-ufs CARGO_CRATE_NAME=fuse_ufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse-ufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.74.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name fuse_ufs --edition=2021 fuse-ufs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=2 -C lto -C codegen-units=1 --test --cfg 'feature="default"' --cfg 'feature="fuse3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("FreeBSD", "Linux", "OpenBSD", "default", "fuse2", "fuse3"))' -C metadata=252291f1a05ca1e9 -C extra-filename=-66bad9e025c804e5 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anyhow=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f15bbdbdf1aa5d1a.rlib --extern assert_cmd=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libassert_cmd-1e6c4d18940d9c78.rlib --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-04f916dcff994e3e.rlib --extern clap=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap-cdecf5ab63ba8330.rlib --extern clap_verbosity_flag=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_verbosity_flag-b13fcf65d1f69583.rlib --extern cstr=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libcstr-0d203425fce1fe3a.so --extern daemonize=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libdaemonize-9846856f1cfd601b.rlib --extern env_logger=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libenv_logger-363ede6873a56a14.rlib --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-2f538195299b6a56.rlib --extern lazy_static=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-93624d05ada2b092.rlib --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rlib --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rlib --extern nix=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libnix-0d74fc259bdb2769.rlib --extern rand=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librand-23b2dbc042326911.rlib --extern rstest=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librstest-a13e7448e2820ea9.rlib --extern rstest_reuse=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librstest_reuse-81ab140069dc6d63.so --extern rufs=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librufs-7bc206d4be6beb00.rlib --extern tempfile=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libtempfile-cf4b102c3709c896.rlib --extern xattr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libxattr-ac60999290b8cd3a.rlib -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_BIN_EXE_fuse-ufs=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/fuse-ufs CARGO_CRATE_NAME=integration CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse-ufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.74.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/tmp LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name integration --edition=2021 fuse-ufs/tests/integration.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=2 -C lto -C codegen-units=1 --test --cfg 'feature="default"' --cfg 'feature="fuse3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("FreeBSD", "Linux", "OpenBSD", "default", "fuse2", "fuse3"))' -C metadata=3b65ec6853310e58 -C extra-filename=-a0898c7a01f3afa6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anyhow=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f15bbdbdf1aa5d1a.rlib --extern assert_cmd=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libassert_cmd-1e6c4d18940d9c78.rlib --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-04f916dcff994e3e.rlib --extern clap=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap-cdecf5ab63ba8330.rlib --extern clap_verbosity_flag=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_verbosity_flag-b13fcf65d1f69583.rlib --extern cstr=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/libcstr-0d203425fce1fe3a.so --extern daemonize=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libdaemonize-9846856f1cfd601b.rlib --extern env_logger=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libenv_logger-363ede6873a56a14.rlib --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-2f538195299b6a56.rlib --extern lazy_static=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-93624d05ada2b092.rlib --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-804b3be697b553e6.rlib --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-0949091f69073fd2.rlib --extern nix=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libnix-0d74fc259bdb2769.rlib --extern rand=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librand-23b2dbc042326911.rlib --extern rstest=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librstest-a13e7448e2820ea9.rlib --extern rstest_reuse=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps/librstest_reuse-81ab140069dc6d63.so --extern rufs=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librufs-7bc206d4be6beb00.rlib --extern tempfile=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libtempfile-cf4b102c3709c896.rlib --extern xattr=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libxattr-ac60999290b8cd3a.rlib -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_BIN_NAME=fuse-ufs CARGO_CRATE_NAME=fuse_ufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse-ufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.74.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps /usr/local/bin/rustc --crate-name fuse_ufs --edition=2021 fuse-ufs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=2 -C panic=abort -C lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="fuse3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("FreeBSD", "Linux", "OpenBSD", "default", "fuse2", "fuse3"))' -C metadata=ff3e8a1954e56b42 -C extra-filename=-5ad5266a65a09cc6 --out-dir /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/ufs/work/target/release/deps --extern anyhow=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-7ceb842eaa650601.rlib --extern cfg_if=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-7759f6001dfa8938.rlib --extern clap=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap-28b1bd46695776ad.rlib --extern clap_verbosity_flag=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libclap_verbosity_flag-25d155a5a0a9c9ab.rlib --extern daemonize=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libdaemonize-8a798c35ebe455bc.rlib --extern env_logger=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libenv_logger-a8edc9a357c9eb08.rlib --extern fuser=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/libfuser-6cce888ae3c8753f.rlib --extern libc=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblibc-f873acef3816680e.rlib --extern log=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/liblog-28ab84e8a6eb050f.rlib --extern rufs=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/librufs-9e2ee4542c0e29e4.rlib -C link-arg=-fstack-protector-strong -L native=/usr/local/lib`
    Finished `release` profile [optimized] target(s) in 38.13s
     Running `CARGO=/usr/local/bin/cargo CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse-ufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.74.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release:/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/fuse_ufs-66bad9e025c804e5`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running `CARGO=/usr/local/bin/cargo CARGO_BIN_EXE_fuse-ufs=/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/fuse-ufs CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/ufs/work/fuse-ufs-0.6.0/fuse-ufs/Cargo.toml CARGO_PKG_AUTHORS='Benjamin Stürz :Alan Somers :Davids Paskevics ' CARGO_PKG_DESCRIPTION='FUSE implementation of FreeBSD'\''s UFSv2' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse-ufs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/realchonk/fuse-ufs' CARGO_PKG_RUST_VERSION=1.74.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release:/magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' /magus/work/usr/mports/filesystems/ufs/work/target/x86_64-unknown-freebsd/release/deps/integration-a0898c7a01f3afa6`

running 56 tests
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
Error: No such file or directory (os error 2)[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
Error: No such file or directory (os error 2)[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
Error: No such file or directory (os error 2[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
)Error: Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
Error: fuse: failed to open fuse device: No such file or directory
No such file or directory (os error 2)No such file or directory[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }




Error: No such file or directory[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
 (os error 2)



Stack backtrace:

Stack backtrace:
Error: Stack backtrace:
fuse: failed to open fuse device: No such file or directory
Error: [2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: [2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Stack backtrace:

Error: No such file or directory
No such file or directoryNo such file or directory (os error  (os error 
 (os error 2)No such file or directory (os error 22)2)) (os error 

Stack backtrace:





Stack backtrace:

Error: No such file or directory

Stack backtrace:

Stack backtrace:
 (os error 2)2)


Stack backtrace:



Stack backtrace:

[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory


[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:
Stack backtrace:




[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: Stack backtrace:

Error: No such file or directory (os error 2)Error: No such file or directory (os error 2)No such file or directory (os error 2)



Stack backtrace:



Stack backtrace:

Stack backtrace:

[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
Error: No such file or directory (os error 2fuse: failed to open fuse device: No such file or directory
)[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[2026-05-23T20:57:25Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory


Stack backtrace:

[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:25Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test getxattr_size::case_1_le ... FAILED
test many_xattrs::case_2_be ... FAILED
test contents::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
test big_xattr::case_2_be ... FAILED
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test listxattr::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test mount::case_2_be ... FAILED
test non_existent::case_1_le ... FAILED
test getxattr::case_1_le ... FAILED
test contents::case_1_le ... FAILED
test non_existent::case_2_be ... FAILED
test getxattr::case_2_be ... FAILED
test listxattr::case_1_le ... FAILED
test fatdir::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)Error: No such file or directory (os error 2)

Stack backtrace:



Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
Error: No such file or directory (os error 2)[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

Error: No such file or directory (os error 2)

Stack backtrace:

test listxattr_size::case_1_le ... FAILED
test big_xattr::case_1_le ... FAILED
test fatdir::case_1_le ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
test mount::case_1_le ... FAILED
Error: No such file or directory (os error 2)

Stack backtrace:

test new_dir::case_1_le ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test many_xattrs::case_1_le ... FAILED
test getxattr_size::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)test new_dir::case_2_be ... FAILED


Stack backtrace:

test listxattr_size::case_2_be ... FAILED
test new_file::case_1_le ... FAILED
test new_file::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
fuse: failed to open fuse device: No such file or directory
Error: [2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
No such file or directory (os error Error: No such file or directory (os error 2)2)

Stack backtrace:



Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)[2026-05-23T20:57:30Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!


Stack backtrace:

[2026-05-23T20:57:30Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
fuse: failed to open fuse device: No such file or directory
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
Error: No such file or directory (os error 2)fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }


Stack backtrace:

[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory


Stack backtrace:
Error: No such file or directory (os error 2)[2026-05-23T20:57:30Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }



Stack backtrace:

Error: No such file or directory (os error 2)

Stack backtrace:

test noxattrs::case_1_le ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test noxattrs_list::case_2_be ... FAILED
test noxattrs_get::case_1_le ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test noxattrs_list::case_1_le ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test read_indir1::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)test sparse::case_2_be ... FAILED
test sparse3::case_1_le ... FAILED


Stack backtrace:

test rm_rf_everything::case_2_be ... FAILED
test read_direct::case_1_le ... FAILED
test sparse2::case_1_le ... FAILED
test noxattrs::case_2_be ... FAILED
test noxattrs_get::case_2_be ... FAILED
test sparse::case_1_le ... FAILED
test readlink_short::case_2_be ... FAILED
test read_direct::case_2_be ... FAILED
test read_indir1::case_1_le ... FAILED
test sparse3::case_2_be ... FAILED
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test readlink_long::case_1_le ... FAILED
test sparse2::case_2_be ... FAILED
test readlink_short::case_1_le ... FAILED
test sparse3_issue54::case_1_le ... FAILED
[2026-05-23T20:57:35Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
[2026-05-23T20:57:35Z WARN  fuse_ufs::cli] Write support is very experimental! Data Loss is practically guaranteed!
fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

fuse: failed to open fuse device: No such file or directory
[2026-05-23T20:57:35Z WARN  fuser::mnt::fuse3] umount failed with Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Error: No such file or directory (os error 2)

Stack backtrace:

test readlink_long::case_2_be ... FAILED
test sparse3_issue54::case_2_be ... FAILED
test rm_rf_everything::case_1_le ... FAILED
test statfs::case_2_be ... FAILED
test sparse_hole::case_1_le ... FAILED
test statfs::case_1_le ... FAILED
test statvfs::case_1_le ... FAILED
test symlink::case_2_be ... FAILED
test sparse_hole::case_2_be ... FAILED
test statvfs::case_2_be ... FAILED
test symlink::case_1_le ... FAILED

failures:

---- getxattr_size::case_1_le stdout ----

thread 'getxattr_size::case_1_le' (133207) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- many_xattrs::case_2_be stdout ----

thread 'many_xattrs::case_2_be' (133214) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- contents::case_2_be stdout ----

thread 'contents::case_2_be' (133202) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- big_xattr::case_2_be stdout ----

thread 'big_xattr::case_2_be' (133200) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- listxattr::case_2_be stdout ----

thread 'listxattr::case_2_be' (133210) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- mount::case_2_be stdout ----

thread 'mount::case_2_be' (133216) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- non_existent::case_1_le stdout ----

thread 'non_existent::case_1_le' (133221) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- getxattr::case_1_le stdout ----

thread 'getxattr::case_1_le' (133205) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- contents::case_1_le stdout ----

thread 'contents::case_1_le' (133201) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- non_existent::case_2_be stdout ----

thread 'non_existent::case_2_be' (133222) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- getxattr::case_2_be stdout ----

thread 'getxattr::case_2_be' (133206) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- listxattr::case_1_le stdout ----

thread 'listxattr::case_1_le' (133209) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- fatdir::case_2_be stdout ----

thread 'fatdir::case_2_be' (133204) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- listxattr_size::case_1_le stdout ----

thread 'listxattr_size::case_1_le' (133211) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- big_xattr::case_1_le stdout ----

thread 'big_xattr::case_1_le' (133199) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- fatdir::case_1_le stdout ----

thread 'fatdir::case_1_le' (133203) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- mount::case_1_le stdout ----

thread 'mount::case_1_le' (133215) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- new_dir::case_1_le stdout ----

thread 'new_dir::case_1_le' (133217) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- many_xattrs::case_1_le stdout ----

thread 'many_xattrs::case_1_le' (133213) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- getxattr_size::case_2_be stdout ----

thread 'getxattr_size::case_2_be' (133208) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- new_dir::case_2_be stdout ----

thread 'new_dir::case_2_be' (133218) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- listxattr_size::case_2_be stdout ----

thread 'listxattr_size::case_2_be' (133212) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- new_file::case_1_le stdout ----

thread 'new_file::case_1_le' (133219) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- new_file::case_2_be stdout ----

thread 'new_file::case_2_be' (133220) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs::case_1_le stdout ----

thread 'noxattrs::case_1_le' (133223) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs_list::case_2_be stdout ----

thread 'noxattrs_list::case_2_be' (133228) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs_get::case_1_le stdout ----

thread 'noxattrs_get::case_1_le' (133225) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs_list::case_1_le stdout ----

thread 'noxattrs_list::case_1_le' (133227) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- read_indir1::case_2_be stdout ----

thread 'read_indir1::case_2_be' (133232) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse::case_2_be stdout ----

thread 'sparse::case_2_be' (133246) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse3::case_1_le stdout ----

thread 'sparse3::case_1_le' (133241) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- rm_rf_everything::case_2_be stdout ----

thread 'rm_rf_everything::case_2_be' (133238) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- read_direct::case_1_le stdout ----

thread 'read_direct::case_1_le' (133229) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse2::case_1_le stdout ----

thread 'sparse2::case_1_le' (133239) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs::case_2_be stdout ----

thread 'noxattrs::case_2_be' (133224) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- noxattrs_get::case_2_be stdout ----

thread 'noxattrs_get::case_2_be' (133226) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse::case_1_le stdout ----

thread 'sparse::case_1_le' (133245) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- readlink_short::case_2_be stdout ----

thread 'readlink_short::case_2_be' (133236) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- read_direct::case_2_be stdout ----

thread 'read_direct::case_2_be' (133230) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- read_indir1::case_1_le stdout ----

thread 'read_indir1::case_1_le' (133231) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse3::case_2_be stdout ----

thread 'sparse3::case_2_be' (133242) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- readlink_long::case_1_le stdout ----

thread 'readlink_long::case_1_le' (133233) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse2::case_2_be stdout ----

thread 'sparse2::case_2_be' (133240) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- readlink_short::case_1_le stdout ----

thread 'readlink_short::case_1_le' (133235) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse3_issue54::case_1_le stdout ----

thread 'sparse3_issue54::case_1_le' (133243) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- readlink_long::case_2_be stdout ----

thread 'readlink_long::case_2_be' (133234) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse3_issue54::case_2_be stdout ----

thread 'sparse3_issue54::case_2_be' (133244) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- rm_rf_everything::case_1_le stdout ----

thread 'rm_rf_everything::case_1_le' (133237) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- statfs::case_2_be stdout ----

thread 'statfs::case_2_be' (133250) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse_hole::case_1_le stdout ----

thread 'sparse_hole::case_1_le' (133247) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- statfs::case_1_le stdout ----

thread 'statfs::case_1_le' (133249) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- statvfs::case_1_le stdout ----

thread 'statvfs::case_1_le' (133251) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- symlink::case_2_be stdout ----

thread 'symlink::case_2_be' (133254) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- sparse_hole::case_2_be stdout ----

thread 'sparse_hole::case_2_be' (133248) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- statvfs::case_2_be stdout ----

thread 'statvfs::case_2_be' (133252) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- symlink::case_1_le stdout ----

thread 'symlink::case_1_le' (133253) panicked at fuse-ufs/tests/integration.rs:159:6:
failed to wait for fuse-ufs: WaitForError
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


failures:
    big_xattr::case_1_le
    big_xattr::case_2_be
    contents::case_1_le
    contents::case_2_be
    fatdir::case_1_le
    fatdir::case_2_be
    getxattr::case_1_le
    getxattr::case_2_be
    getxattr_size::case_1_le
    getxattr_size::case_2_be
    listxattr::case_1_le
    listxattr::case_2_be
    listxattr_size::case_1_le
    listxattr_size::case_2_be
    many_xattrs::case_1_le
    many_xattrs::case_2_be
    mount::case_1_le
    mount::case_2_be
    new_dir::case_1_le
    new_dir::case_2_be
    new_file::case_1_le
    new_file::case_2_be
    non_existent::case_1_le
    non_existent::case_2_be
    noxattrs::case_1_le
    noxattrs::case_2_be
    noxattrs_get::case_1_le
    noxattrs_get::case_2_be
    noxattrs_list::case_1_le
    noxattrs_list::case_2_be
    read_direct::case_1_le
    read_direct::case_2_be
    read_indir1::case_1_le
    read_indir1::case_2_be
    readlink_long::case_1_le
    readlink_long::case_2_be
    readlink_short::case_1_le
    readlink_short::case_2_be
    rm_rf_everything::case_1_le
    rm_rf_everything::case_2_be
    sparse2::case_1_le
    sparse2::case_2_be
    sparse3::case_1_le
    sparse3::case_2_be
    sparse3_issue54::case_1_le
    sparse3_issue54::case_2_be
    sparse::case_1_le
    sparse::case_2_be
    sparse_hole::case_1_le
    sparse_hole::case_2_be
    statfs::case_1_le
    statfs::case_2_be
    statvfs::case_1_le
    statvfs::case_2_be
    symlink::case_1_le
    symlink::case_2_be

test result: FAILED. 0 passed; 56 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.14s

error: test failed, to rerun pass `-p fuse-ufs --test integration`
*** Error code 101

Stop.
make: stopped in /usr/mports/filesystems/ufs

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis