filesystems/xfuse
Read-only FUSE server implementing XFS
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.4.4 | 625 | 4.0 | amd64 | bsd2 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064 | info | 2026-01-08 10:24:21.310058 | Test Started |
| m4064 | fail | 2026-01-08 10:25:47.903417 | make build returned non-zero: 1 |
| m4064 | fail | 2026-01-08 10:25:47.998391 | Test complete. |
Log
[1m===> Building for fusefs-xfuse-0.4.4[0m
Compiling proc-macro2 v1.0.66
Compiling unicode-ident v1.0.11
Compiling libc v0.2.155
Compiling once_cell v1.18.0
Compiling bitflags v2.4.0
Compiling rustix v0.38.10
Compiling cfg-if v1.0.0
Compiling utf8parse v0.2.1
Compiling colorchoice v1.0.1
Compiling pkg-config v0.3.27
Compiling regex-syntax v0.6.29
Compiling regex-syntax v0.7.5
Compiling log v0.4.21
Compiling is_terminal_polyfill v1.70.0
Compiling autocfg v1.1.0
Compiling anstyle v1.0.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=68af4a7efcf97537 -C extra-filename=-db5042a21b538184 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/build/proc-macro2-db5042a21b538184 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/unicode-ident-1.0.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/unicode-ident-1.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/unicode-ident-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ac2c86ab08ca150 -C extra-filename=-3b40af5695650a67 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/once_cell-1.18.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/once_cell-1.18.0/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.60 CARGO_PKG_VERSION=1.18.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/once_cell-1.18.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "race", "std", "unstable"))' -C metadata=6f7742ef910c905f -C extra-filename=-eec14302131e73f4 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/cfg-if-1.0.0/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='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/cfg-if-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=16271a730bdd939d -C extra-filename=-6af2dcf5b5df3562 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/rustix-0.38.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/rustix-0.38.10/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-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=0.38.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/rustix-0.38.10/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=a371e486b3ad85c5 -C extra-filename=-0bac9f7aeddc5144 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/build/rustix-0bac9f7aeddc5144 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/utf8parse-0.2.1/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.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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/utf8parse-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 panic=abort -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=6c9caa8cff1507a6 -C extra-filename=-c27079bbd82dd1e6 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/bitflags-2.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/bitflags-2.4.0/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.4.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/bitflags-2.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 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", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=8104a04d5f385fa7 -C extra-filename=-e6d66de4989d9cb0 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-1.0.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' 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.64.0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-1.0.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 panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ae4eb2987c53fe5d -C extra-filename=-9feb3af7c46c9bf1 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-0.6.29 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-0.6.29/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-0.6.29/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="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=da7e481b41fee70b -C extra-filename=-468fbaa128e777d7 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-0.7.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-0.7.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' 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/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.60.0 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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/regex-syntax-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 panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --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=85fd78d2aeff4189 -C extra-filename=-758e0a07478e2be9 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/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' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name colorchoice --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.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 panic=abort -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=7f06e6d5ce7b2199 -C extra-filename=-7291cd96b06eb110 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' 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='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155/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="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=08f7ab0ae5ca2f51 -C extra-filename=-9502e7f32f4eb3e4 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/build/libc-9502e7f32f4eb3e4 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/build.rs:51:30
|
51 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs;
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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(procmacro2_semver_exempt)'] }
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/is_terminal_polyfill-1.70.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/is_terminal_polyfill-1.70.0/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.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/is_terminal_polyfill-1.70.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 '--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=a49449e68f00736f -C extra-filename=-c0b33f8e7cd47159 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/log-0.4.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/log-0.4.21/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.60.0 CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -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=85c6ba180ddb4001 -C extra-filename=-c05aa2940e37244f --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/autocfg-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/autocfg-1.1.0/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=9796f077fd48e6a8 -C extra-filename=-2e7d1a3e0340bb19 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
warning: unused import: `external::__private::*`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/bitflags-2.4.0/src/lib.rs:255:21
|
255 | pub use crate::{external::__private::*, traits::__private::*};
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Compiling anstyle-query v1.0.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pkg-config-0.3.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pkg-config-0.3.27/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.30 CARGO_PKG_VERSION=0.3.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name pkg_config --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pkg-config-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64a11a91bd1e26ef -C extra-filename=-288a84c2f2d23712 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-query-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-query-1.0.3/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' CARGO_PKG_RUST_VERSION=1.65.0 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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_query --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-query-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 panic=abort -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=b231402308809b32 -C extra-filename=-4266523d068aa5bd --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling anstyle-parse v0.2.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-parse-0.2.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-parse-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' 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.65.0 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_parse --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstyle-parse-0.2.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 '--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' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=98b3628142e1e940 -C extra-filename=-69ff945f755d3111 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern utf8parse=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libutf8parse-c27079bbd82dd1e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling heck v0.4.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/heck-0.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' 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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name heck --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/heck-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=9bd6002b86fe2c1e -C extra-filename=-66f3a5c0c81585f9 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/log-0.4.21/src/lib.rs:342:13
|
342 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
| ^^^^^^^^^
|
= 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(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` 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: `rustbuild`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/log-0.4.21/src/lib.rs:343:13
|
343 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:54:13
|
54 | crate::ColorChoice::Auto,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: requested on the command line with `-W unused-qualifications`
help: remove the unnecessary path segments
|
54 - crate::ColorChoice::Auto,
54 + ColorChoice::Auto,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:70:13
|
70 | crate::ColorChoice::Auto => 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
70 - crate::ColorChoice::Auto => 0,
70 + ColorChoice::Auto => 0,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:71:13
|
71 | crate::ColorChoice::AlwaysAnsi => 1,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
71 - crate::ColorChoice::AlwaysAnsi => 1,
71 + ColorChoice::AlwaysAnsi => 1,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:72:13
|
72 | crate::ColorChoice::Always => 2,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
72 - crate::ColorChoice::Always => 2,
72 + ColorChoice::Always => 2,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:73:13
|
73 | crate::ColorChoice::Never => 3,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
73 - crate::ColorChoice::Never => 3,
73 + ColorChoice::Never => 3,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:79:23
|
79 | 0 => Some(crate::ColorChoice::Auto),
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
79 - 0 => Some(crate::ColorChoice::Auto),
79 + 0 => Some(ColorChoice::Auto),
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:80:23
|
80 | 1 => Some(crate::ColorChoice::AlwaysAnsi),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
80 - 1 => Some(crate::ColorChoice::AlwaysAnsi),
80 + 1 => Some(ColorChoice::AlwaysAnsi),
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:81:23
|
81 | 2 => Some(crate::ColorChoice::Always),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
81 - 2 => Some(crate::ColorChoice::Always),
81 + 2 => Some(ColorChoice::Always),
|
warning: unnecessary qualification
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/colorchoice-1.0.1/src/lib.rs:82:23
|
82 | 3 => Some(crate::ColorChoice::Never),
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
82 - 3 => Some(crate::ColorChoice::Never),
82 + 3 => Some(ColorChoice::Never),
|
Compiling clap_lex v0.6.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/clap_lex-0.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/clap_lex-0.6.0/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/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name clap_lex --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/clap_lex-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 panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc37b1653d8184d -C extra-filename=-16f4f86d052b1a3d --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling byteorder v1.4.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/byteorder-1.4.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/byteorder-1.4.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name byteorder --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f274b3ee7882fc34 -C extra-filename=-a316fbb9ab397e9f --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: struct `AsDisplay` is never constructed
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/bitflags-2.4.0/src/parser.rs:80:19
|
80 | pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B);
| ^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `colorchoice` (lib) generated 9 warnings
Compiling pin-project-lite v0.2.13
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/pin-project-lite-0.2.13/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c8be5f1e95d6e45 -C extra-filename=-27ee96a7ba0d2127 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling tracing-core v0.1.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name tracing_core --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/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="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=76fa75f2e7ca0a50 -C extra-filename=-15b871ff79b0a757 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern once_cell=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libonce_cell-eec14302131e73f4.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling virtue v0.0.13
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=virtue CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/virtue-0.0.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/virtue-0.0.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A sinless derive macro helper' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bincode-org/virtue' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name virtue --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/virtue-0.0.13/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=45335a167f20a002 -C extra-filename=-1927f90cfdfaa834 --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn`
Compiling overload v0.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=overload CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/overload-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/overload-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Daniel Salvadori ' CARGO_PKG_DESCRIPTION='Provides a macro to simplify operator overloading.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=overload CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danaugrs/overload' 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/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name overload --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/overload-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 opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ce78323ad47dfa4 -C extra-filename=-0e3d8de89c3e134d --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling anstream v0.6.14
Compiling lazy_static v1.4.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/lazy_static-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/lazy_static-1.4.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/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.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/lazy_static-1.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 panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=a778b44d3bad7879 -C extra-filename=-82ad02e8e8b9272a --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstream-0.6.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstream-0.6.14/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' 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.65.0 CARGO_PKG_VERSION=0.6.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name anstream --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/anstream-0.6.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 panic=abort -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' --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=978aceb2540a80b2 -C extra-filename=-2928974181d18f1e --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern anstyle=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libanstyle-9feb3af7c46c9bf1.rmeta --extern anstyle_parse=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libanstyle_parse-69ff945f755d3111.rmeta --extern anstyle_query=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libanstyle_query-4266523d068aa5bd.rmeta --extern colorchoice=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libcolorchoice-7291cd96b06eb110.rmeta --extern is_terminal_polyfill=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libis_terminal_polyfill-c0b33f8e7cd47159.rmeta --extern utf8parse=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libutf8parse-c27079bbd82dd1e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `log` (lib) generated 2 warnings
Compiling strsim v0.10.0
warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/lib.rs:138:5
|
138 | private_in_public,
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
Compiling nu-ansi-term v0.46.0
warning: unexpected `cfg` condition value: `alloc`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/dispatcher.rs:147:7
|
147 | #[cfg(feature = "alloc")]
| ^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable`
= help: consider adding `alloc` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `alloc`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/dispatcher.rs:150:7
|
150 | #[cfg(feature = "alloc")]
| ^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `once_cell`, `std`, and `valuable`
= help: consider adding `alloc` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:374:11
|
374 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= 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(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:711:11
|
711 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:714:11
|
714 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:722:11
|
722 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:725:11
|
725 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tracing_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/tracing-core-0.1.31/src/field.rs:270:15
|
270 | #[cfg(all(tracing_unstable, feature = "valuable"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracing_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nu_ansi_term CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/nu-ansi-term-0.46.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/nu-ansi-term-0.46.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett :The Nushell Project Developers' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colors and styles (bold, underline)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nu-ansi-term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nushell/nu-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.46.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=46 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name nu_ansi_term --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/nu-ansi-term-0.46.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=9e5044e5a54958e2 -C extra-filename=-91d6708facdaa1cb --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern overload=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/liboverload-0e3d8de89c3e134d.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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/strsim-0.10.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/strsim-0.10.0/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo ' 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/dguo/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/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/strsim-0.10.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21f2d07cf2518e27 -C extra-filename=-bbdaee6177fc91aa --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `proc-macro2` (build script) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro 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_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps:/magus/work/usr/mports/filesystems/xfuse/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/xfuse/work/target/release/build/proc-macro2-bd04d174b68c8356/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/xfuse/work/target/release/build/proc-macro2-db5042a21b538184/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,default,std,termios,use-libc-auxv 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_STD=1 CARGO_FEATURE_TERMIOS=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/rustix-0.38.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/rustix-0.38.10/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-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=0.38.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps:/magus/work/usr/mports/filesystems/xfuse/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/build/rustix-ba79b7139f0d4dd5/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/xfuse/work/target/release/build/rustix-0bac9f7aeddc5144/build-script-build`
[proc-macro2 1.0.66] cargo:rerun-if-changed=build.rs
warning: `bitflags` (lib) generated 2 warnings
Compiling thread_local v1.1.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/thread_local-1.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/thread_local-1.1.7/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name thread_local --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/thread_local-1.1.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 panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=92546dbd843cd320 -C extra-filename=-e898aebd36276354 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-6af2dcf5b5df3562.rmeta --extern once_cell=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/libonce_cell-eec14302131e73f4.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[rustix 0.38.10] cargo:rerun-if-changed=build.rs
warning: elided lifetime has a name
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
|
26 | pub fn get(&'static self, f: F) -> &T
| ^ this elided lifetime gets resolved as `'static`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
help: consider specifying it explicitly
|
26 | pub fn get(&'static self, f: F) -> &'static T
| +++++++
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,extra_traits,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_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' 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='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps:/magus/work/usr/mports/filesystems/xfuse/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/build/libc-c5ea32c75dbda064/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/xfuse/work/target/release/build/libc-9502e7f32f4eb3e4/build-script-build`
[libc 0.2.155] cargo:rerun-if-changed=build.rs
Compiling num-traits v0.2.14
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/num-traits-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/num-traits-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/num-traits-0.2.14/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1804432d33cf4248 -C extra-filename=-233b4ac6a98d588b --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/build/num-traits-233b4ac6a98d588b -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern autocfg=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps/libautocfg-2e7d1a3e0340bb19.rlib --cap-lints warn`
warning: `lazy_static` (lib) generated 1 warning
Compiling sharded-slab v0.1.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab.
' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name sharded_slab --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.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 panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=30c643b52b89188e -C extra-filename=-194c74057425fc2a --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern lazy_static=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-82ad02e8e8b9272a.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[proc-macro2 1.0.66] cargo:rustc-cfg=wrap_proc_macro
warning: unused import: `windows::*`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/nu-ansi-term-0.46.0/src/lib.rs:261:9
|
261 | pub use windows::*;
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/xfuse/work/target/release/build/proc-macro2-bd04d174b68c8356/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1ab48dd622827790 -C extra-filename=-811dc16e3839850d --out-dir /magus/work/usr/mports/filesystems/xfuse/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --extern unicode_ident=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps/libunicode_ident-3b40af5695650a67.rmeta --cap-lints warn --cfg wrap_proc_macro`
[libc 0.2.155] cargo:rustc-cfg=freebsd11
[libc 0.2.155] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.155] cargo:rustc-cfg=libc_union
[libc 0.2.155] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.155] cargo:rustc-cfg=libc_align
[libc 0.2.155] cargo:rustc-cfg=libc_int128
Compiling crc-catalog v1.1.1
[libc 0.2.155] cargo:rustc-cfg=libc_core_cvoid
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crc_catalog CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/crc-catalog-1.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/crc-catalog-1.1.1/Cargo.toml CARGO_PKG_AUTHORS='Akhil Velagapudi ' CARGO_PKG_DESCRIPTION='Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc-catalog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/akhilles/crc-catalog.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name crc_catalog --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/crc-catalog-1.1.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 panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=165fc6bf827eb912 -C extra-filename=-f24d3ca8ae14e56e --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[libc 0.2.155] cargo:rustc-cfg=libc_packedN
[libc 0.2.155] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.155] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.155] cargo:rustc-cfg=libc_long_array
[libc 0.2.155] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.155] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.155] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.155] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(espidf_time64)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_align)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_size_of)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_core_cvoid)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_int128)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_long_array)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_non_exhaustive)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_packedN)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_priv_mod_use)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_underscore_const_names)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_union)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","visionos"))
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' 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='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/xfuse/work/target/x86_64-unknown-freebsd/release/build/libc-c5ea32c75dbda064/out /usr/local/bin/rustc --crate-name libc --edition=2015 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/libc-0.2.155/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="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=248cd610807c47d6 -C extra-filename=-0cf928a382af75c7 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
[rustix 0.38.10] cargo:rustc-cfg=static_assertions
[rustix 0.38.10] cargo:rustc-cfg=libc
[rustix 0.38.10] cargo:rustc-cfg=freebsdlike
[rustix 0.38.10] cargo:rustc-cfg=bsd
[rustix 0.38.10] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 0.38.10] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 0.38.10] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 0.38.10] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 0.38.10] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
Compiling memchr v2.6.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/memchr-2.6.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/memchr-2.6.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' 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.60 CARGO_PKG_VERSION=2.6.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/memchr-2.6.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 panic=abort -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", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=09a723bc2c57c725 -C extra-filename=-6b2bda0d97f3037e --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling smallvec v1.8.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/smallvec-1.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/smallvec-1.8.0/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/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.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/smallvec-1.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1f65b0dffd503ffb -C extra-filename=-e3f0c3eb549b3495 --out-dir /magus/work/usr/mports/filesystems/xfuse/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/xfuse/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/xfuse/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:90:17
|
90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` 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: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:15:17
|
15 | #[cfg(all(test, loom))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= 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(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` 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: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:453:9
|
453 | test_println!("pool: create {:?}", tid);
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:621:9
|
621 | test_println!("pool: create_owned {:?}", tid);
| --------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:655:9
|
655 | test_println!("pool: create_with");
| ---------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:678:9
|
678 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current());
| ---------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:769:9
|
769 | test_println!("pool: get{:?}; current={:?}", tid, Tid::::current());
| ---------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:914:9
|
914 | test_println!("drop Ref: try clearing data");
| -------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1049:9
|
1049 | test_println!(" -> drop RefMut: try clearing data");
| --------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1124:9
|
1124 | test_println!("drop OwnedRef: try clearing data");
| ------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1135:13
|
1135 | test_println!("-> shard={:?}", shard_idx);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1139:17
|
1139 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx);
| ----------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1238:9
|
1238 | test_println!("-> shard={:?}", shard_idx);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1290:9
|
1290 | test_println!("drop OwnedRefMut: try clearing data");
| ---------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/pool.rs:1303:17
|
1303 | test_println!("-> shard does not exist! THIS IS A BUG");
| ------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/sync.rs:3:11
|
3 | #[cfg(all(loom, any(test, feature = "loom")))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/sync.rs:63:15
|
63 | #[cfg(not(all(loom, any(feature = "loom", test))))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/clear.rs:95:11
|
95 | #[cfg(all(loom, test))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:14:9
|
14 | test_println!("UniqueIter::next");
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:16:13
|
16 | test_println!("-> try next slot");
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:18:17
|
18 | test_println!("-> found an item!");
| ---------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:22:13
|
22 | test_println!("-> try next page");
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:24:17
|
24 | test_println!("-> found another page");
| -------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:29:13
|
29 | test_println!("-> try next shard");
| ---------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:31:17
|
31 | test_println!("-> found another shard");
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/iter.rs:34:17
|
34 | test_println!("-> all done!");
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:115:13
|
115 | / test_println!(
116 | | "-> get {:?}; current_gen={:?}; lifecycle={:#x}; state={:?}; refs={:?};",
117 | | gen,
118 | | current_gen,
... |
121 | | refs,
122 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:129:17
|
129 | test_println!("-> get: no longer exists!");
| ------------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:142:21
|
142 | test_println!("-> {:?}", new_refs);
| ---------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:154:21
|
154 | test_println!("-> get: retrying; lifecycle={:#x};", actual);
| ----------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:175:13
|
175 | / test_println!(
176 | | "-> mark_release; gen={:?}; current_gen={:?};",
177 | | gen,
178 | | curr_gen
179 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:187:13
|
187 | test_println!("-> mark_release; state={:?};", state);
| ---------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:190:21
|
190 | test_println!("--> mark_release; cannot release (already removed!)");
| -------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:194:21
|
194 | test_println!("--> mark_release; already marked;");
| -------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:202:13
|
202 | / test_println!(
203 | | "-> mark_release; old_lifecycle={:#x}; new_lifecycle={:#x};",
204 | | lifecycle,
205 | | new_lifecycle
206 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:216:21
|
216 | test_println!("-> mark_release; retrying");
| ------------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:224:9
|
224 | test_println!("-> mark_release: marked; refs={:?};", refs);
| ---------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:246:13
|
246 | / test_println!("-> release_with; lifecycle={:#x}; expected_gen={:?}; current_gen={:?}; next_gen={:?};",
247 | | lifecycle,
248 | | gen,
249 | | current_gen,
250 | | next_gen
251 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:258:17
|
258 | test_println!("-> already removed!");
| ------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:275:21
|
275 | test_println!("-> advanced gen; lifecycle={:#x}; refs={:?};", actual, refs);
| --------------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:277:25
|
277 | test_println!("-> ok to remove!");
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:290:21
|
290 | test_println!("-> refs={:?}; spin...", refs);
| -------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:296:21
|
296 | test_println!("-> retrying; lifecycle={:#x};", actual);
| ------------------------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:316:9
|
316 | / test_println!(
317 | | "-> initialize_state; state={:?}; gen={:?}; refs={:?};",
318 | | Lifecycle::::from_packed(lifecycle),
319 | | gen,
320 | | refs,
321 | | );
| |_________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:324:13
|
324 | test_println!("-> initialize while referenced! cancelling");
| ----------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:363:9
|
363 | test_println!("-> inserted at {:?}", gen);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:389:17
|
389 | / test_println!(
390 | | "-> try_remove_value; nothing exists at generation={:?}",
391 | | gen
392 | | );
| |_________________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:397:9
|
397 | test_println!("-> try_remove_value; marked!");
| --------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:401:13
|
401 | test_println!("-> try_remove_value; can remove now");
| ---------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:453:17
|
453 | / test_println!(
454 | | "-> try_clear_storage; nothing exists at generation={:?}",
455 | | gen
456 | | );
| |_________________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:461:9
|
461 | test_println!("-> try_clear_storage; marked!");
| ---------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:465:13
|
465 | test_println!("-> try_remove_value; can clear now");
| --------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:485:13
|
485 | test_println!("-> cleared: {}", cleared);
| ---------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:509:13
|
509 | / test_println!(
510 | | "-> drop guard: state={:?}; gen={:?}; refs={:?}; lifecycle={:#x}; new_lifecycle={:#x}; dropping={:?}",
511 | | state,
512 | | gen,
... |
516 | | dropping
517 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:525:21
|
525 | test_println!("-> drop guard: done; dropping={:?}", dropping);
| -------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:529:21
|
529 | test_println!("-> drop guard; retry, actual={:#x}", actual);
| ----------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:709:13
|
709 | test_println!("-> get: {}; MAX={}", self.value, RefCount::::MAX);
| ------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:829:9
|
829 | / test_println!(
830 | | "InitGuard::release; curr_lifecycle={:?}; downgrading={}",
831 | | Lifecycle::::from_packed(self.curr_lifecycle),
832 | | new_refs != 0,
833 | | );
| |_________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:835:13
|
835 | test_println!("-> already released!");
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:851:17
|
851 | test_println!("--> advanced to PRESENT; done");
| ---------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:855:17
|
855 | / test_println!(
856 | | "--> lifecycle changed; actual={:?}",
857 | | Lifecycle::::from_packed(actual)
858 | | );
| |_________________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:869:13
|
869 | / test_println!(
870 | | "-> InitGuard::release; lifecycle={:#x}; state={:?}; refs={:?};",
871 | | curr_lifecycle,
872 | | state,
873 | | refs,
874 | | );
| |_____________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:887:21
|
887 | test_println!("-> InitGuard::RELEASE: done!");
| --------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/slot.rs:892:21
|
892 | test_println!("-> InitGuard::release; retry, actual={:#x}", actual);
| ------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/stack.rs:72:11
|
72 | #[cfg(all(loom, test))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/stack.rs:20:9
|
20 | test_println!("-> pop {:#x}", val);
| ---------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/stack.rs:34:13
|
34 | test_println!("-> next {:#x}", next);
| ------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/stack.rs:43:21
|
43 | test_println!("-> retry!");
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/stack.rs:47:21
|
47 | test_println!("-> successful; next={:#x}", next);
| ------------------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:146:9
|
146 | test_println!("-> local head {:?}", head);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:156:13
|
156 | test_println!("-> remote head {:?}", head);
| ------------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:163:13
|
163 | test_println!("-> NULL! {:?}", head);
| ------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:185:9
|
185 | test_println!("-> offset {:?}", poff);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:214:9
|
214 | test_println!("-> take: offset {:?}", offset);
| --------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:231:9
|
231 | test_println!("-> offset {:?}", offset);
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:287:9
|
287 | test_println!("-> init_with: insert at offset: {}", index);
| ---------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:294:9
|
294 | test_println!("-> alloc new page ({})", self.size);
| -------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:318:9
|
318 | test_println!("-> offset {:?}", offset);
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/page/mod.rs:338:9
|
338 | test_println!("-> offset {:?}", offset);
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:79:9
|
79 | test_println!("-> {:?}", addr);
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:111:9
|
111 | test_println!("-> remove_local {:?}", addr);
| ------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:125:9
|
125 | test_println!("-> take_remote {:?}; page {:?}", addr, page_index);
| ----------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:172:13
|
172 | test_println!("-> page {}; {:?}; {:?}", page_idx, local, page);
| -------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:208:9
|
208 | / test_println!(
209 | | "-> clear_after_release; self.tid={:?}; current.tid={:?};",
210 | | tid,
211 | | self.tid
212 | | );
| |_________- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:286:9
|
286 | test_println!("-> get shard={}", idx);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:293:9
|
293 | test_println!("current: {:?}", tid);
| ----------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:306:13
|
306 | test_println!("-> allocated new shard for index {} at {:p}", idx, ptr);
| ---------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:315:13
|
315 | test_println!("-> highest index={}, prev={}", std::cmp::max(max, idx), max);
| --------------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:326:9
|
326 | test_println!("Array::iter_mut");
| -------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:328:9
|
328 | test_println!("-> highest index={}", max);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:381:9
|
381 | test_println!("---> loaded={:p} (order={:?})", ptr, order);
| ---------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:383:13
|
383 | test_println!("---> null");
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:418:9
|
418 | test_println!("IterMut::next");
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:425:13
|
425 | test_println!("-> next.is_some={}", next.is_some());
| --------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/shard.rs:427:17
|
427 | test_println!("-> done");
| ------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `loom`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/tid.rs:186:15
|
186 | #[cfg(not(all(loom, any(feature = "loom", test))))]
| ^^^^ help: found config with similar value: `feature = "loom"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:419:9
|
419 | test_println!("insert {:?}", tid);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:454:9
|
454 | test_println!("vacant_entry {:?}", tid);
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:515:9
|
515 | test_println!("rm_deferred {:?}", tid);
| -------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:581:9
|
581 | test_println!("rm {:?}", tid);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:608:9
|
608 | test_println!("get {:?}; current={:?}", tid, Tid::::current());
| ----------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:706:9
|
706 | test_println!("get_owned {:?}; current={:?}", tid, Tid::::current());
| ----------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:946:9
|
946 | test_println!("drop OwnedEntry: try clearing data");
| --------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:957:13
|
957 | test_println!("-> shard={:?}", shard_idx);
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `slab_print`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/macros.rs:3:31
|
3 | if cfg!(test) && cfg!(slab_print) {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/sharded-slab-0.1.4/src/lib.rs:961:17
|
961 | test_println!("-> shard={:?} does not exist! THIS IS A BUG", shard_idx);
| ----------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_print)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_print)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `test_println` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:90:34
|
90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
| ^^^^^^^^^^^^^^
|
= 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(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:91:13
|
91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` 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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:92:13
|
92 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= 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: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:113:11
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:113:37
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:113:58
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:130:7
|
130 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:140:11
|
140 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:143:7
|
143 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:146:7
|
146 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:157:7
|
157 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:160:7
|
160 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` 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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:237:12
|
237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= 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/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:245:12
|
245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "proc-macro")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= 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: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:323:11
|
323 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:323:45
|
323 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:323:63
|
323 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:331:11
|
331 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:331:45
|
331 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:331:63
|
331 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:364:11
|
364 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:364:45
|
364 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/lib.rs:364:63
|
364 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:12:11
|
12 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:21:19
|
21 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:176:15
|
176 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:183:23
|
183 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:189:27
|
189 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:202:19
|
202 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:216:19
|
216 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:225:23
|
225 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:227:23
|
227 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:238:23
|
238 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:240:23
|
240 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:250:15
|
250 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:254:19
|
254 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:256:19
|
256 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:900:11
|
900 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:904:15
|
904 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/parse.rs:906:15
|
906 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_is_available`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/detection.rs:26:11
|
26 | #[cfg(not(no_is_available))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_is_available)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_is_available)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_is_available`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/detection.rs:56:7
|
56 | #[cfg(no_is_available)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_is_available)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_is_available)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:1:7
|
1 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:6:11
|
6 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:6:31
|
6 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:8:7
|
8 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:145:7
|
145 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:162:11
|
162 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:322:11
|
322 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:322:31
|
322 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:335:11
|
335 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:335:31
|
335 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:342:11
|
342 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:342:31
|
342 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:375:11
|
375 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:375:31
|
375 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:390:11
|
390 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:390:31
|
390 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:395:11
|
395 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:395:31
|
395 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:449:11
|
449 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:451:11
|
451 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:20:11
|
20 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:27:11
|
27 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:74:19
|
74 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:76:23
|
76 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:107:19
|
107 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:456:15
|
456 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:461:11
|
461 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:470:11
|
470 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:486:11
|
486 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:501:11
|
501 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:514:11
|
514 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:527:15
|
527 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:532:11
|
532 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:554:15
|
554 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:559:11
|
559 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:574:15
|
574 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:579:11
|
579 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:587:15
|
587 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:592:11
|
592 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:600:11
|
600 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:608:15
|
608 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:611:19
|
611 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:617:11
|
617 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:624:13
|
624 | if cfg!(span_locations) {
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:819:15
|
819 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:830:11
|
830 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:998:19
|
998 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:1004:15
|
1004 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:1044:15
|
1044 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:1061:27
|
1061 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/fallback.rs:1063:27
|
1063 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/xfuse/work/xfs-fuse-0.4.4/cargo-crates/proc-macro2-1.0.66/src/extra.rs:22:11
|
22 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus