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
[1m===> Testing for fusefs-ufs-0.6.0[0m
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
MidnightBSD Magus