filesystems/sandboxfs
Virtual file system for sandboxing
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.2.0_44 | 637 | 4.0 | i386 | Apache-2.0 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032 | info | 2026-05-14 14:28:37.213433 | Test Started |
| m4032 | fail | 2026-05-14 14:29:56.45814 | make build returned non-zero: 1 |
| m4032 | fail | 2026-05-14 14:29:56.550878 | Test complete. |
Log
[1m===> Building for fusefs-sandboxfs-0.2.0_44[0m
warning: no edition set: defaulting to the 2015 edition while the latest is 2024
Compiling libc v0.2.69
Compiling proc-macro2 v1.0.10
Compiling unicode-xid v0.2.0
Compiling cfg-if v0.1.10
Compiling syn v1.0.17
Compiling pkg-config v0.3.17
Compiling memchr v2.3.3
Compiling cc v1.0.50
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/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.69 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0bce9cf8e4c31d76 -C extra-filename=-111ea27e335d2e99 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/libc-111ea27e335d2e99 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cc-1.0.50 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cc-1.0.50/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.50 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=50 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name cc --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cc-1.0.50/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("jobserver", "parallel"))' -C metadata=221b884b78134538 -C extra-filename=-a2c51d9257f98f2d --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :David Tolnay ' 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/alexcrichton/proc-macro2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4597cb2a31dafcbf -C extra-filename=-c7f561064a7e398c --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/proc-macro2-c7f561064a7e398c -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/unicode-xid-0.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/unicode-xid-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_xid --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/unicode-xid-0.2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=913771a996b0f22e -C extra-filename=-3cf0e4f597c838c7 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cfg-if-0.1.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cfg-if-0.1.10/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=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/cfg-if-0.1.10/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=7952177810c8483d -C extra-filename=-fbd1554653c2fe98 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/pkg-config-0.3.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/pkg-config-0.3.17/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/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='' CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name pkg_config --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/pkg-config-0.3.17/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=d679685e2ce89c6d -C extra-filename=-aacf6de7e9173cfc --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc", "std", "use_std"))' -C metadata=64c4dca7952f0bae -C extra-filename=-7cb27c7b7058b64b --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/memchr-7cb27c7b7058b64b -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/syn-1.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/syn-1.0.17/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.17 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/syn-1.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=d574f1437691919a -C extra-filename=-78c7ec64c8bad83b --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/syn-78c7ec64c8bad83b -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/build.rs:50:30
|
50 | let semver_exempt = cfg!(procmacro2_semver_exempt);
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
Compiling log v0.4.8
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/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='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "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"))' -C metadata=65887cd58716d50b -C extra-filename=-05ca31c97f87513e --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/log-05ca31c97f87513e -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Compiling bitflags v1.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/bitflags-1.2.1/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/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='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/bitflags-1.2.1/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "example_generated"))' -C metadata=0e884046caf3c0c1 -C extra-filename=-284ce294c5298fae --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/bitflags-284ce294c5298fae -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std,use_std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/memchr-a1bc8cdf6b82eddb/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/memchr-7cb27c7b7058b64b/build-script-build`
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_simd
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse2
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse42
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_avx
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/memchr-a1bc8cdf6b82eddb/out /usr/local/bin/rustc --crate-name memchr --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc", "std", "use_std"))' -C metadata=6b8ffaa8e70160d3 -C extra-filename=-8b7f5e7c1060850b --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/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='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/log-c9850f04a7eb4f4c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/log-05ca31c97f87513e/build-script-build`
[log 0.4.8] cargo:rustc-cfg=atomic_cas
[log 0.4.8] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/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='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/log-c9850f04a7eb4f4c/out /usr/local/bin/rustc --crate-name log --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "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"))' -C metadata=774062bc765471be -C extra-filename=-03ec38585b9e5bbd --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps/libcfg_if-fbd1554653c2fe98.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg atomic_cas`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/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.69 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/libc-328261c62a0b953e/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/libc-111ea27e335d2e99/build-script-build`
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 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=32 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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :David Tolnay ' 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/alexcrichton/proc-macro2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/proc-macro2-282ffea8a2e636ee/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/proc-macro2-c7f561064a7e398c/build-script-build`
[proc-macro2 1.0.10] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:48:7
|
48 | #[cfg(memchr_libc)]
| ^^^^^^^^^^^
|
= 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(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` 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: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:59:46
|
59 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=clone-impls,default,derive,extra-traits,parsing,printing,proc-macro,quote,visit CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_FEATURE_VISIT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/syn-1.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/syn-1.0.17/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.17 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/syn-5c69cfb174a2b8f9/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/syn-78c7ec64c8bad83b/build-script-build`
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:140:39
|
140 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:147:9
|
147 | memchr_libc,
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:148:41
|
148 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:157:13
|
157 | not(memchr_libc),
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:158:41
|
158 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:203:39
|
203 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:210:41
|
210 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:260:39
|
260 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:267:41
|
267 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:310:39
|
310 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:317:9
|
317 | memchr_libc,
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:319:41
|
319 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:328:17
|
328 | not(all(memchr_libc, target_os = "linux")),
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:329:41
|
329 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:374:39
|
374 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:381:41
|
381 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:431:39
|
431 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:438:41
|
438 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
[proc-macro2 1.0.10] cargo:rustc-cfg=use_proc_macro
[proc-macro2 1.0.10] cargo:rustc-cfg=wrap_proc_macro
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :David Tolnay ' 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/alexcrichton/proc-macro2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/proc-macro2-282ffea8a2e636ee/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/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=9cead6af310e3723 -C extra-filename=-24e27b16e254a37d --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern unicode_xid=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps/libunicode_xid-3cf0e4f597c838c7.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro`
[syn 1.0.17] cargo:rustc-cfg=syn_disable_nightly_tests
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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/lazy_static-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/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/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/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=a55818ff903b2908 -C extra-filename=-94bf9e349742a505 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[libc 0.2.69] cargo:rustc-cfg=freebsd11
[libc 0.2.69] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.69] cargo:rustc-cfg=libc_union
[libc 0.2.69] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.69] cargo:rustc-cfg=libc_align
[libc 0.2.69] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.69] cargo:rustc-cfg=libc_packedN
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/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.69 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/libc-328261c62a0b953e/out /usr/local/bin/rustc --crate-name libc --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=da2dd1241646c0a1 -C extra-filename=-0774d207d97c6289 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/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_core_cvoid --cfg libc_packedN`
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:277:13
|
277 | #![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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:278:13
|
278 | #![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: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1212:28
|
1212 | #[cfg(all(feature = "std", atomic_cas))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1270:7
|
1270 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1275:7
|
1275 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling serde v1.0.106
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/serde-1.0.106 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/serde-1.0.106/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.106 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=106 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/serde-1.0.106/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("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fb3bbbfe6b174ea4 -C extra-filename=-7377d44d7b50a34f --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/serde-7377d44d7b50a34f -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:309:29
|
309 | static mut LOGGER: &'static Log = &NopLogger;
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
help: if this is a dyn-compatible trait, use `dyn`
|
309 | static mut LOGGER: &'static dyn Log = &NopLogger;
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:64:42
|
64 | pub fn memchr_iter(needle: u8, haystack: &[u8]) -> Memchr {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
64 | pub fn memchr_iter(needle: u8, haystack: &[u8]) -> Memchr<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:70:57
|
70 | pub fn memchr2_iter(needle1: u8, needle2: u8, haystack: &[u8]) -> Memchr2 {
| ^^^^^ ^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
70 | pub fn memchr2_iter(needle1: u8, needle2: u8, haystack: &[u8]) -> Memchr2<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:80:15
|
80 | haystack: &[u8],
| ^^^^^ the lifetime is elided here
81 | ) -> Memchr3 {
| ^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
81 | ) -> Memchr3<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:87:43
|
87 | pub fn memrchr_iter(needle: u8, haystack: &[u8]) -> Rev {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
87 | pub fn memrchr_iter(needle: u8, haystack: &[u8]) -> Rev> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:96:15
|
96 | haystack: &[u8],
| ^^^^^ the lifetime is elided here
97 | ) -> Rev {
| ^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
97 | ) -> Rev> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/lib.rs:107:15
|
107 | haystack: &[u8],
| ^^^^^ the lifetime is elided here
108 | ) -> Rev {
| ^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
108 | ) -> Rev> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/iter.rs:45:38
|
45 | pub fn new(needle: u8, haystack: &[u8]) -> Memchr {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
45 | pub fn new(needle: u8, haystack: &[u8]) -> Memchr<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/iter.rs:84:52
|
84 | pub fn new(needle1: u8, needle2: u8, haystack: &[u8]) -> Memchr2 {
| ^^^^^ ^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
84 | pub fn new(needle1: u8, needle2: u8, haystack: &[u8]) -> Memchr2<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/memchr-2.3.3/src/iter.rs:136:19
|
136 | haystack: &[u8],
| ^^^^^ the lifetime is elided here
137 | ) -> Memchr3 {
| ^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
137 | ) -> Memchr3<'_> {
| ++++
warning: `panic` is ambiguous
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:40:21
|
40 | debug_assert!(false, "attempted to derefence an uninitialized lazy static. This is a bug");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #147319
= note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
note: `panic` could refer to the macro imported here
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:11:5
|
11 | use self::std::prelude::v1::*;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= help: consider adding an explicit import of `panic` to disambiguate
= help: or use `self::panic` to refer to this macro unambiguously
note: `panic` could also refer to the macro defined here
--> /usr/local/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:21:13
|
21 | pub use super::v1::*;
| ^^^^^^^^^
= note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
= note: this warning originates in the macro `$crate::assert` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1213:37
|
1213 | pub fn set_boxed_logger(logger: Box) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1213 | pub fn set_boxed_logger(logger: Box) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1271:36
|
1271 | pub fn set_logger(logger: &'static Log) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1271 | pub fn set_logger(logger: &'static dyn Log) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1278:29
|
1278 | F: FnOnce() -> &'static Log,
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1278 | F: FnOnce() -> &'static dyn Log,
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1315:48
|
1315 | pub unsafe fn set_logger_racy(logger: &'static Log) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1315 | pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1375:29
|
1375 | pub fn logger() -> &'static Log {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1375 | pub fn logger() -> &'static dyn Log {
| +++
warning: eliding a lifetime that's named elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
|
26 | pub fn get(&'static self, f: F) -> &T
| ------- ^^ the same lifetime is elided here
| |
| the lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'static`
|
26 | pub fn get(&'static self, f: F) -> &'static T
| +++++++
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:82:17
|
82 | #![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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:82:34
|
82 | #![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: `lazy_static` (lib) generated 2 warnings
Compiling failure_derive v0.1.7
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1281:21
|
1281 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/failure_derive-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/failure_derive-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='derives for the failure crate' CARGO_PKG_HOMEPAGE='https://rust-lang-nursery.github.io/failure/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=failure_derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/failure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/failure_derive-0.1.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2d2104b37470130e -C extra-filename=-e873fe11a24156a6 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/failure_derive-e873fe11a24156a6 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:83:13
|
83 | #![cfg_attr(super_unstable, feature(proc_macro_raw_ident, 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: `use_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:85:7
|
85 | #[cfg(use_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(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` 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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:94:7
|
94 | #[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: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:103:11
|
103 | #[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: `libc_deny_warnings`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:18:13
|
18 | #![cfg_attr(libc_deny_warnings, deny(warnings))]
| ^^^^^^^^^^^^^^^^^^
|
= 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(libc_deny_warnings)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_deny_warnings)");` 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: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:106:7
|
106 | #[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: `use_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:182:7
|
182 | #[cfg(use_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(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `use_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:189:7
|
189 | #[cfg(use_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(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_thread_local`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:24:13
|
24 | #![cfg_attr(libc_thread_local, feature(thread_local))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_thread_local)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_thread_local)");` 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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:253:7
|
253 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:260:7
|
260 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:293:7
|
293 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:303:7
|
303 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/strnom.rs:10:11
|
10 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/strnom.rs:15:15
|
15 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/strnom.rs:21:11
|
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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:3:7
|
3 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:8:7
|
8 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:36:7
|
36 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:50:11
|
50 | #[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: `use_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:120:7
|
120 | #[cfg(use_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(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:31:13
|
31 | #![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `use_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:130:7
|
130 | #[cfg(use_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(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:226:7
|
226 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:252:7
|
252 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:260:7
|
260 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:286:7
|
286 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:297:7
|
297 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:302:7
|
302 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:850:11
|
850 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:859:7
|
859 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:347:11
|
347 | #[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: `libc_priv_mod_use`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:47:14
|
47 | if #[cfg(libc_priv_mod_use)] {
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_priv_mod_use)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_priv_mod_use)");` 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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:349:11
|
349 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:354:15
|
354 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:359:11
|
359 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:364:11
|
364 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:369:11
|
369 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:377:11
|
377 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:382:11
|
382 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:393:11
|
393 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:402:11
|
402 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:411:15
|
411 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:416:11
|
416 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:431:15
|
431 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:436:11
|
436 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:444:15
|
444 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/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: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:460:15
|
460 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:463:19
|
463 | #[cfg(not(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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:469:13
|
469 | if 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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:537:15
|
537 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:653:15
|
653 | #[cfg(not(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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:664:11
|
664 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:821:15
|
821 | #[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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:5:7
|
5 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:377:7
|
377 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:383:7
|
383 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:405:7
|
405 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:415:11
|
415 | #[cfg(any(super_unstable, feature = "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(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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:436:11
|
436 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:445:11
|
445 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:454:11
|
454 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:470:11
|
470 | #[cfg(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: `super_unstable`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:478:15
|
478 | #[cfg(any(super_unstable, feature = "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(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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:495:15
|
495 | #[cfg(any(super_unstable, feature = "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(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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:522:11
|
522 | #[cfg(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: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:514:19
|
514 | #[cfg(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:621:19
|
621 | #[cfg(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:623:23
|
623 | #[cfg(not(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:631:19
|
631 | #[cfg(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:633:23
|
633 | #[cfg(not(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:895:19
|
895 | #[cfg(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
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:897:23
|
897 | #[cfg(not(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
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:348:11
|
348 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:357:11
|
357 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:366:11
|
366 | #[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: `wrap_proc_macro`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:381:11
|
381 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:387:11
|
387 | #[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: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:396:11
|
396 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:404:11
|
404 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:413:11
|
413 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:435:11
|
435 | #[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/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/lib.rs:865:11
|
865 | #[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: `libc_core_cvoid`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:48:15
|
48 | #[cfg(libc_core_cvoid)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `memchr` (lib) generated 29 warnings
Compiling ryu v1.0.3
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:100:21
|
100 | } else if #[cfg(target_os = "cloudabi")] {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `switch`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:112:21
|
112 | } else if #[cfg(target_os = "switch")] {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:695:40
|
695 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:695:51
|
695 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:705:40
|
705 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:705:51
|
705 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:748:40
|
748 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:748:51
|
748 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:783:40
|
783 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:783:51
|
783 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1017:40
|
1017 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1017:51
|
1017 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1271:40
|
1271 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` 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=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/ryu-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/ryu-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/ryu-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=2d41fb28269aee9c -C extra-filename=-11554b9c8d8f7918 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/ryu-11554b9c8d8f7918 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1271:51
|
1271 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1493:48
|
1493 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1493:59
|
1493 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:609:40
|
609 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:609:51
|
609 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:622:40
|
622 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:622:51
|
622 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:827:40
|
827 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:827:51
|
827 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:827:62
|
827 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/mod.rs:1278:40
|
1278 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/mod.rs:1278:51
|
1278 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/mod.rs:1308:40
|
1308 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/mod.rs:1308:51
|
1308 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1412:36
|
1412 | all(target_os = "freebsd", freebsd11),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1417:36
|
1417 | all(target_os = "freebsd", freebsd11),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `wasi`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/lib.rs:142:25
|
142 | } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/macros.rs:152:14
|
152 | if #[cfg(libc_const_extern_fn)] {
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `rumprun`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:317:25
|
317 | target_vendor = "rumprun"))] {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_vendor` are: `amd`, `apple`, `espressif`, `fortanix`, `ibm`, `kmc`, `mti`, `nintendo`, `nvidia`, `openwrt`, `pc`, `risc0`, `sony`, `sun`, `unikraft`, `unknown`, `uwp`, `vex`, `win7`, and `wrs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `illumos`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:343:21
|
343 | } else if #[cfg(target_env = "illumos")] {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1557:14
|
1557 | if #[cfg(libc_core_cvoid)] {
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_align`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1577:14
|
1577 | if #[cfg(libc_align)] {
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_align)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_align)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1468:9
|
1468 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/mod.rs:1510:9
|
1510 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/mod.rs:501:1
|
501 | / f! {
502 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
503 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
504 | | (*mhdr).msg_control as *mut ::cmsghdr
... |
555 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/mod.rs:1187:1
|
1187 | / f! {
1188 | | pub fn WIFCONTINUED(status: ::c_int) -> bool {
1189 | | status == 0x13
... |
1203 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1459:14
|
1459 | if #[cfg(freebsd12)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1462:21
|
1462 | } else if #[cfg(freebsd13)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1465:25
|
1465 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1465:36
|
1465 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs:1106:1
|
1106 | / f! {
1107 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
1108 | | (cmsg as *mut ::c_uchar)
1109 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
... |
1142 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/x86.rs:36:14
|
36 | if #[cfg(libc_const_size_of)] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:4:24
|
4 | use std::panic::{self, PanicInfo};
| ^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/wrapper.rs:70:34
|
70 | type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static;
| ^^^^^^^^^
Compiling fuse v0.3.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/fuse-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/fuse-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Andreas Neuhaus ' CARGO_PKG_DESCRIPTION='Rust library for filesystems in userspace (FUSE)' CARGO_PKG_HOMEPAGE='https://github.com/zargony/rust-fuse' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zargony/rust-fuse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/fuse-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=322f8270977a3086 -C extra-filename=-08c219a1a21be836 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/fuse-08c219a1a21be836 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern pkg_config=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps/libpkg_config-aacf6de7e9173cfc.rlib --cap-lints warn`
warning: `log` (lib) generated 12 warnings
Compiling thread_local v1.0.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 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.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/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name thread_local --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ecc133a7c77a620 -C extra-filename=-28fd3867f54ace59 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern lazy_static=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps/liblazy_static-94bf9e349742a505.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/serde-1.0.106 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/serde-1.0.106/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.106 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=106 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/serde-94f3d920d5ff104b/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/serde-7377d44d7b50a34f/build-script-build`
[serde 1.0.106] cargo:rustc-cfg=ops_bound
[serde 1.0.106] cargo:rustc-cfg=core_reverse
[serde 1.0.106] cargo:rustc-cfg=de_boxed_c_str
[serde 1.0.106] cargo:rustc-cfg=de_boxed_path
[serde 1.0.106] cargo:rustc-cfg=de_rc_dst
[serde 1.0.106] cargo:rustc-cfg=core_duration
[serde 1.0.106] cargo:rustc-cfg=integer128
[serde 1.0.106] cargo:rustc-cfg=range_inclusive
[serde 1.0.106] cargo:rustc-cfg=num_nonzero
[serde 1.0.106] cargo:rustc-cfg=core_try_from
[serde 1.0.106] cargo:rustc-cfg=num_nonzero_signed
[serde 1.0.106] cargo:rustc-cfg=std_atomic64
[serde 1.0.106] cargo:rustc-cfg=std_atomic
Compiling aho-corasick v0.7.10
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/aho-corasick-0.7.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/aho-corasick-0.7.10/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/aho-corasick-0.7.10/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=a098216f0e9b9944 -C extra-filename=-e9799167d3b9d3d2 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern memchr=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps/libmemchr-8b7f5e7c1060850b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/bitflags-1.2.1/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/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='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/bitflags-8f31433014d4f18f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/bitflags-284ce294c5298fae/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/failure_derive-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/failure_derive-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='derives for the failure crate' CARGO_PKG_HOMEPAGE='https://rust-lang-nursery.github.io/failure/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=failure_derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/failure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/failure_derive-d0edee2059ea6ee8/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/failure_derive-e873fe11a24156a6/build-script-build`
warning: `libc` (lib) generated 50 warnings
Compiling regex-syntax v0.6.17
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-syntax-0.6.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-syntax-0.6.17/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/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.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-syntax-0.6.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C 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=b676d9b3a16f205d -C extra-filename=-0cd2c73454640b3a --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/ryu-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/ryu-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/ryu-9afb925f52b4c872/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/ryu-11554b9c8d8f7918/build-script-build`
[bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
Compiling nix v0.12.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57801bc7af4fec1c -C extra-filename=-d2c1f04afcb050a4 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/nix-d2c1f04afcb050a4 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn`
[failure_derive 0.1.7] cargo:rustc-cfg=has_dyn_trait
Compiling rustc-demangle v0.1.16
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_demangle --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/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=de4f7674d6e807c9 -C extra-filename=-2dfc0ee5ccd89ba2 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/cached.rs:86:37
|
86 | if owner == 0 && self.owner.compare_and_swap(0, id, Ordering::Relaxed) == 0 {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
[ryu 1.0.3] cargo:rustc-cfg=integer128
[ryu 1.0.3] cargo:rustc-cfg=must_use_return
[ryu 1.0.3] cargo:rustc-cfg=maybe_uninit
Compiling quick-error v1.2.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quick-error-1.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quick-error-1.2.3/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write.
' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name quick_error --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4a61f3b9806e2cc -C extra-filename=-3aa73736989bbc86 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: method `unchecked_unwrap_none` is never used
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/unreachable.rs:35:15
|
30 | pub trait UncheckedOptionExt {
| ------------------ method in this trait
...
35 | unsafe fn unchecked_unwrap_none(self);
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: method `unchecked_unwrap_err` is never used
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/unreachable.rs:44:15
|
39 | pub trait UncheckedResultExt {
| ------------------ method in this trait
...
44 | unsafe fn unchecked_unwrap_err(self) -> E;
| ^^^^^^^^^^^^^^^^^^^^
warning: unused return value of `Box::::from_raw` that must be used
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/lib.rs:135:13
|
135 | Box::from_raw(self.table.load(Ordering::Relaxed));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
= note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
help: use `let _ = ...` to ignore the resulting value
|
135 | let _ = Box::from_raw(self.table.load(Ordering::Relaxed));
| +++++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/lib.rs:320:21
|
320 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
320 | pub fn iter_mut(&mut self) -> IterMut<'_, T> {
| +++
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/lib.rs:390:37
|
390 | let entries = unsafe { &(*self.table).entries[..] };
| ^^----------^^^^^^^^^^^^^
| |
| this raw pointer has type `*const Table`
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&[TableEntry]`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/lib.rs:390:37
|
390 | let entries = unsafe { &(*self.table).entries[..] };
| ^^^^^^^^^^^^^^^^^^^^^
= note: `#[warn(dangerous_implicit_autorefs)]` on by default
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
390 | let entries = unsafe { &(&(*self.table).entries)[..] };
| ++ +
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/thread_local-1.0.1/src/cached.rs:103:21
|
103 | pub fn iter_mut(&mut self) -> CachedIterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
103 | pub fn iter_mut(&mut self) -> CachedIterMut<'_, T> {
| +++
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:73:17
|
73 | let mut c = try!(chars.next().ok_or(()));
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:81:19
|
81 | len = try!(len.checked_mul(10)
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:84:17
|
84 | c = try!(chars.next().ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:90:17
|
90 | c = try!(chars.next().ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:187:13
|
187 | try!(f.write_str(rest));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:125:17
|
125 | try!(f.write_str("::"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:133:25
|
133 | try!(f.write_str("::"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:136:25
|
136 | try!(f.write_str("."));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:178:21
|
178 | try!(f.write_str(unescaped));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:161:40
|
161 | ... '0'...'9' | 'a'...'f' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
warning: struct `SourceFile` is never constructed
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:195:12
|
195 | pub struct SourceFile {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: methods `path` and `is_real` are never used
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:201:12
|
199 | impl SourceFile {
| --------------- methods in this implementation
200 | /// Get the path to this source file as a string.
201 | pub fn path(&self) -> PathBuf {
| ^^^^
...
205 | pub fn is_real(&self) -> bool {
| ^^^^^^^
warning: struct `LineColumn` is never constructed
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:221:12
|
221 | pub struct LineColumn {
| ^^^^^^^^^^
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/strnom.rs:114:29
|
114 | pub fn block_comment(input: Cursor) -> PResult<&str> {
| ^^^^^^ ^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
114 | pub fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
| ++++ +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:51:20
|
51 | fn get_cursor(src: &str) -> Cursor {
| ^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
51 | fn get_cursor(src: &str) -> Cursor<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:931:26
|
931 | fn symbol_not_raw(input: Cursor) -> PResult<&str> {
| ^^^^^^ ^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
931 | fn symbol_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
| ++++ +++
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:161:52
|
161 | ... '0'...'9' | 'a'...'f' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:169:41
|
169 | ... try!(c.fmt(f));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:181:21
|
181 | try!(f.write_str(&rest[..i]));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:49:5
|
49 | try!(parser.skip_path());
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:35:13
|
35 | b'A'...b'Z' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:53:14
|
53 | Some(&b'A'...b'Z') => {
| ^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(b'A'..=b'Z')`
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:54:13
|
54 | try!(parser.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:102:13
|
102 | try!(out.get(out_len).ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:141:13
|
141 | try!(insert(len, c));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:195:13
|
195 | try!(insert(i, c));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:167:34
|
167 | Some(d @ b'a'...b'z') => d - b'a',
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:168:34
|
168 | Some(d @ b'0'...b'9') => 26 + (d - b'0'),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:172:25
|
172 | delta = try!(delta.checked_add(
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:173:21
|
173 | try!(d.checked_mul(w).ok_or(()))
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:178:21
|
178 | w = try!(w.checked_mul(base - t).ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:183:17
|
183 | i = try!(i.checked_add(delta).ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:184:17
|
184 | n = try!(n.checked_add(i / len).ok_or(()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:189:17
|
189 | try!(char::from_u32(n_u32).ok_or(()))
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:222:17
|
222 | try!(c.fmt(f));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:227:17
|
227 | try!(f.write_str("punycode{"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:235:17
|
235 | try!(f.write_str(self.punycode));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:232:21
|
232 | try!(f.write_str(self.ascii));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:233:21
|
233 | try!(f.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:293:17
|
293 | let b = try!(self.peek().ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:301:19
|
301 | match try!(self.next()) {
| ^^^
warning: eliding a lifetime that's named elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/fallback.rs:1431:33
|
1431 | named!(doc_comment_contents -> (&str, bool), alt!(
| ^^^^ the same lifetime is elided here
|
::: /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/proc-macro2-1.0.10/src/strnom.rs:160:32
|
160 | fn $name<'a>(i: Cursor<'a>) -> $crate::strnom::PResult<'a, $o> {
| -- the lifetime is named here -- the same lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
|
1431 | named!(doc_comment_contents -> (&'a str, bool), alt!(
| ++
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:302:21
|
302 | b'0'...b'9' | b'a'...b'f' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:302:35
|
302 | b'0'...b'9' | b'a'...b'f' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:312:26
|
312 | Some(d @ b'0'...b'9') => d - b'0',
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:321:26
|
321 | Some(d @ b'0'...b'9') => d - b'0',
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:322:26
|
322 | Some(d @ b'a'...b'z') => 10 + (d - b'a'),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:323:26
|
323 | Some(d @ b'A'...b'Z') => 10 + 26 + (d - b'A'),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:337:21
|
337 | let d = try!(self.digit_62()) as u64;
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:338:17
|
338 | x = try!(x.checked_mul(62).ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:339:17
|
339 | x = try!(x.checked_add(d).ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:348:9
|
348 | try!(self.integer_62()).checked_add(1).ok_or(Invalid)
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:356:15
|
356 | match try!(self.next()) {
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:358:22
|
358 | ns @ b'A'...b'Z' => Ok(Some(ns as char)),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:361:17
|
361 | b'a'...b'z' => Ok(None),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:369:17
|
369 | let i = try!(self.integer_62());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:381:23
|
381 | let mut len = try!(self.digit_10()) as usize;
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:386:31
|
386 | len = try!(len.checked_mul(10).ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:387:31
|
387 | len = try!(len.checked_add(d as usize).ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:398:21
|
398 | self.next = try!(self.next.checked_add(len).ok_or(Invalid));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:429:15
|
429 | match try!(self.next()) {
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:431:17
|
431 | try!(self.disambiguator());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:432:17
|
432 | try!(self.ident());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:435:17
|
435 | try!(self.namespace());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:436:17
|
436 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:437:17
|
437 | try!(self.disambiguator());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:438:17
|
438 | try!(self.ident());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:441:17
|
441 | try!(self.disambiguator());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:442:17
|
442 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:443:17
|
443 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:446:17
|
446 | try!(self.disambiguator());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:447:17
|
447 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:448:17
|
448 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:449:17
|
449 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:452:17
|
452 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:453:17
|
453 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:456:17
|
456 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:458:21
|
458 | try!(self.skip_generic_arg());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:462:17
|
462 | try!(self.backref());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:471:13
|
471 | try!(self.integer_62());
| ^^^
Compiling arc-swap v0.4.5
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:481:15
|
481 | match try!(self.next()) {
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:488:17
|
488 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:486:21
|
486 | try!(self.integer_62());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:490:35
|
490 | b'P' | b'O' | b'S' => try!(self.skip_type()),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:492:17
|
492 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:493:17
|
493 | try!(self.skip_const());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:496:17
|
496 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:513:17
|
513 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:499:31
|
499 | let _binder = try!(self.opt_integer_62(b'G'));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:504:35
|
504 | let abi = try!(self.ident());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:511:21
|
511 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:527:17
|
527 | try!(self.integer_62());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:516:31
|
516 | let _binder = try!(self.opt_integer_62(b'G'));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:518:21
|
518 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:520:25
|
520 | try!(self.ident());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:521:25
|
521 | try!(self.skip_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:530:17
|
530 | try!(self.backref());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:535:17
|
535 | try!(self.skip_path());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:557:9
|
557 | try!(self.hex_nibbles());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:543:13
|
543 | try!(self.backref());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:547:15
|
547 | match try!(self.next()) {
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:617:9
|
617 | try!(self.out.write_str("'"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:629:21
|
629 | try!(self.out.write_str("_"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:646:13
|
646 | try!(self.out.write_str("for<"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:654:13
|
654 | try!(self.out.write_str("> "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:652:17
|
652 | try!(self.print_lifetime_from_index(1));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:649:21
|
649 | try!(self.out.write_str(", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:676:13
|
676 | try!(f(self));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:674:17
|
674 | try!(self.out.write_str(sep));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:689:17
|
689 | try!(name.fmt(self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:691:21
|
691 | try!(self.out.write_str("["));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:692:21
|
692 | try!(fmt::LowerHex::fmt(&dis, self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:693:21
|
693 | try!(self.out.write_str("]"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:699:17
|
699 | try!(self.print_path(in_value));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:707:25
|
707 | try!(self.out.write_str("::{"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:717:25
|
717 | try!(self.out.write_str("#"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:718:25
|
718 | try!(dis.fmt(self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:719:25
|
719 | try!(self.out.write_str("}"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:709:36
|
709 | ... 'C' => try!(self.out.write_str("closure")),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:710:36
|
710 | ... 'S' => try!(self.out.write_str("shim")),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:711:34
|
711 | ... _ => try!(ns.fmt(self.out)),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:714:29
|
714 | ... try!(self.out.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:715:29
|
715 | ... try!(name.fmt(self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:725:29
|
725 | ... try!(self.out.write_str("::"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:726:29
|
726 | ... try!(name.fmt(self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:738:17
|
738 | try!(self.out.write_str("<"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:739:17
|
739 | try!(self.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:744:17
|
744 | try!(self.out.write_str(">"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:741:21
|
741 | try!(self.out.write_str(" as "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:742:21
|
742 | try!(self.print_path(false));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:747:17
|
747 | try!(self.print_path(in_value));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:751:17
|
751 | try!(self.out.write_str("<"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:752:17
|
752 | try!(self.print_sep_list(Self::print_generic_arg, ", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:753:17
|
753 | try!(self.out.write_str(">"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:749:21
|
749 | try!(self.out.write_str("::"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:756:17
|
756 | try!(self.backref_printer().print_path(in_value));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:784:17
|
784 | try!(self.out.write_str("&"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:795:17
|
795 | try!(self.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:788:25
|
788 | try!(self.print_lifetime_from_index(lt));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:789:25
|
789 | try!(self.out.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:793:21
|
793 | try!(self.out.write_str("mut "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:799:17
|
799 | try!(self.out.write_str("*"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:805:17
|
805 | try!(self.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:801:21
|
801 | try!(self.out.write_str("mut "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:803:21
|
803 | try!(self.out.write_str("const "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:809:17
|
809 | try!(self.out.write_str("["));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:810:17
|
810 | try!(self.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:815:17
|
815 | try!(self.out.write_str("]"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:812:21
|
812 | try!(self.out.write_str("; "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:813:21
|
813 | try!(self.print_const());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:818:17
|
818 | try!(self.out.write_str("("));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:823:17
|
823 | try!(self.out.write_str(")"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:819:29
|
819 | let count = try!(self.print_sep_list(Self::print_type, ", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:821:21
|
821 | try!(self.out.write_str(","));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:863:17
|
863 | try!(this.out.write_str("fn("));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:864:17
|
864 | try!(this.print_sep_list(Self::print_type, ", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:865:17
|
865 | try!(this.out.write_str(")"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:842:21
|
842 | try!(this.out.write_str("unsafe "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:847:25
|
847 | try!(this.out.write_str("extern \""));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:852:25
|
852 | try!(this.out.write_str(parts.next().unwrap()));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:858:25
|
858 | try!(this.out.write_str("\" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:854:29
|
854 | ... try!(this.out.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:855:29
|
855 | ... try!(this.out.write_str(part));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:870:21
|
870 | try!(this.out.write_str(" -> "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:871:21
|
871 | try!(this.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:825:21
|
825 | b'F' => try!(self.in_binder(|this| {
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:877:17
|
877 | try!(self.out.write_str("dyn "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:878:17
|
878 | try!(self.in_binder(|this| {
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:879:21
|
879 | try!(this.print_sep_list(Self::print_dyn_trait, " + "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:888:21
|
888 | try!(self.out.write_str(" + "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:889:21
|
889 | try!(self.print_lifetime_from_index(lt));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:893:17
|
893 | try!(self.backref_printer().print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:898:17
|
898 | try!(self.print_path(false));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:913:13
|
913 | try!(self.print_path(false));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:914:13
|
914 | try!(self.out.write_str("<"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:915:13
|
915 | try!(self.print_sep_list(Self::print_generic_arg, ", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:918:13
|
918 | try!(self.print_path(false));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:924:24
|
924 | let mut open = try!(self.print_path_maybe_open_generics());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:935:13
|
935 | try!(name.fmt(self.out));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:936:13
|
936 | try!(self.out.write_str(" = "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:937:13
|
937 | try!(self.print_type());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:928:17
|
928 | try!(self.out.write_str("<"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:931:17
|
931 | try!(self.out.write_str(", "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:941:13
|
941 | try!(self.out.write_str(">"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:964:13
|
964 | try!(self.out.write_str("_"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:966:13
|
966 | try!(self.print_const_uint());
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:970:13
|
970 | try!(self.out.write_str(": "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:971:13
|
971 | try!(self.out.write_str(ty));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:982:13
|
982 | try!(self.out.write_str("0x"));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:74:21
|
74 | 'A' ... 'F' | '0' ... '9' | '@' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:74:35
|
74 | 'A' ... 'F' | '0' ... '9' | '@' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:165:20
|
165 | '\u{0041}' ... '\u{005A}' |
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:166:20
|
166 | '\u{0061}' ... '\u{007A}' |
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:167:20
|
167 | '\u{0030}' ... '\u{0039}' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:175:20
|
175 | '\u{0021}' ... '\u{002F}' |
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:176:20
|
176 | '\u{003A}' ... '\u{0040}' |
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:177:20
|
177 | '\u{005B}' ... '\u{0060}' |
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:178:20
|
178 | '\u{007B}' ... '\u{007E}' => true,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:186:21
|
186 | None => try!(f.write_str(self.original)),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:188:17
|
188 | try!(fmt::Display::fmt(d, f))
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:191:17
|
191 | try!(fmt::Display::fmt(d, f))
| ^^^
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name arc_swap --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-weak"))' -C metadata=f7f52e849a40b611 -C extra-filename=-1737bd7cc58b28e2 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 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=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/filesystems/sandboxfs/work/target/release:/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/build/nix-d1bed407a33b0cad/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/nix-d2c1f04afcb050a4/build-script-build`
Compiling humantime v1.3.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime}
' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name humantime --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63177cff904ce3ca -C extra-filename=-d9e82158f5a8109a --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern quick_error=/magus/work/usr/mports/filesystems/sandboxfs/work/target/i686-unknown-freebsd/release/deps/libquick_error-3aa73736989bbc86.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `thread_local` (lib) generated 7 warnings
Compiling quote v1.0.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quote-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quote-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/quote-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=7dbfe2b8e88c3e4f -C extra-filename=-a433f36582ba0e61 --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps/libproc_macro2-24e27b16e254a37d.rmeta --cap-lints warn`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:495:16
|
495 | #[cfg_attr(feature = "cargo-clippy", allow(wrong_self_convention))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `unstable-weak`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
note: the lint level is defined here
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:5:23
|
5 | #![deny(missing_docs, warnings)]
| ^^^^^^^^
= note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:602:12
|
602 | #[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `unstable-weak`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:1009:25
|
1009 | atomic::spin_loop_hint();
| ^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:93:20
|
93 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:109:37
|
109 | "usec" | "us" => (0u64, try!(n.mul(1000))),
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:110:48
|
110 | "millis" | "msec" | "ms" => (0u64, try!(n.mul(1000_000))),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:113:17
|
113 | => (try!(n.mul(60)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:114:55
|
114 | "hours" | "hour" | "hr" | "hrs" | "h" => (try!(n.mul(3600)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:115:38
|
115 | "days" | "day" | "d" => (try!(n.mul(86400)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:116:40
|
116 | "weeks" | "week" | "w" => (try!(n.mul(86400*7)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:117:42
|
117 | "months" | "month" | "M" => (try!(n.mul(2630016)), 0), // 30.44d
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:118:40
|
118 | "years" | "year" | "y" => (try!(n.mul(31557600)), 0), // 365.25d
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:121:24
|
121 | let mut nsec = try!(self.current.1.add(nsec));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:123:19
|
123 | sec = try!(sec.add(nsec / 1000_000_000));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:126:15
|
126 | sec = try!(self.current.0.add(sec));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:132:21
|
132 | let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:132:26
|
132 | let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:169:13
|
169 | try!(self.parse_unit(n, start, off));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:137:24
|
137 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:138:29
|
138 | n = try!(n.checked_mul(10)
| ^^^
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:65:24
|
65 | pub fn demangle(mut s: &str) -> Demangle {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
65 | pub fn demangle(mut s: &str) -> Demangle<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:138:24
|
138 | pub fn try_demangle(s: &str) -> Result {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
138 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/legacy.rs:49:20
|
49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> {
| ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here
| | |
| | the same lifetime is hidden here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:15:20
|
15 | pub fn demangle(s: &str) -> Result<(Demangle, &str), Invalid> {
| ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here
| | |
| | the same lifetime is hidden here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
15 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), Invalid> {
| ++++
warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/debt.rs:46:29
|
46 | if !node.in_use.compare_and_swap(false, true, Ordering::Relaxed) {
| ^^^^^^^^^^^^^^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:143:24
|
143 | 'a'...'z' | 'A'...'Z' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:143:36
|
143 | 'a'...'z' | 'A'...'Z' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:156:24
|
156 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:157:25
|
157 | try!(self.parse_unit(n, start, off));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:162:24
|
162 | 'a'...'z' | 'A'...'Z' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:162:36
|
162 | 'a'...'z' | 'A'...'Z' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:170:23
|
170 | n = match try!(self.parse_first_char()) {
| ^^^
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/date.rs:5:7
|
5 | #[cfg(target_os="cloudabi")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/date.rs:13:9
|
13 | not(target_os="cloudabi"),
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
Compiling backtrace-sys v0.1.35
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/backtrace-sys-0.1.35 CARGO_MANIFEST_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/backtrace-sys-0.1.35/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Bindings to the libbacktrace gcc library
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/backtrace-sys-0.1.35/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="backtrace-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace-sys", "compiler_builtins", "core", "default", "rustc-dep-of-std"))' -C metadata=97665b479d8f41df -C extra-filename=-ce70ff02022a4a8f --out-dir /magus/work/usr/mports/filesystems/sandboxfs/work/target/release/build/backtrace-sys-ce70ff02022a4a8f -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps --extern cc=/magus/work/usr/mports/filesystems/sandboxfs/work/target/release/deps/libcc-a2c51d9257f98f2d.rlib --cap-lints warn`
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:48:44
|
48 | display(self_) -> ("{}", self_.description())
| ^^^^^^^^^^^
warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:932:37
|
932 | let previous_ptr = self.ptr.compare_and_swap(cur_ptr, new, Ordering::SeqCst);
| ^^^^^^^^^^^^^^^^
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:53:44
|
53 | display(self_) -> ("{}", self_.description())
| ^^^^^^^^^^^
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:1000:22
|
1000 | .compare_and_swap(gen, next_gen, Ordering::Relaxed);
| ^^^^^^^^^^^^^^^^
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/filesystems/sandboxfs/work/sandboxfs-sandboxfs-0.2.0/cargo-crates/arc-swap-0.4.5/src/lib.rs:924:48
|
924 | pub fn compare_and_swap
MidnightBSD Magus