MidnightBSD Magus

audio/spotify-tui

Spotify for the terminal written in Rust

Flavor Version Run OSVersion Arch License Restricted Status
0.25.0_1 621 4.0 amd64 mit 0 fail

License Permissions:

Events

Machine Type Time Message
m4064b info 2025-12-12 01:25:18.706145 Test Started
m4064b fail 2025-12-12 01:29:49.813399 make build returned non-zero: 1
m4064b fail 2025-12-12 01:29:50.031479 Test complete.

Log

===>  Building for spotify-tui-0.25.0_1
   Compiling libc v0.2.82
   Compiling autocfg v1.0.0
   Compiling proc-macro2 v1.0.24
   Compiling unicode-xid v0.2.1
   Compiling syn v1.0.60
   Compiling cfg-if v0.1.10
   Compiling log v0.4.11
   Compiling cfg-if v1.0.0
   Compiling lazy_static v1.4.0
   Compiling memchr v2.3.3
   Compiling bitflags v1.2.1
   Compiling slab v0.4.2
   Compiling futures-core v0.3.5
   Compiling byteorder v1.3.4
   Compiling pin-project-internal v0.4.22
   Compiling futures-sink v0.3.5
   Compiling cc v1.0.58
   Compiling fnv v1.0.7
   Compiling bytes v0.5.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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.82 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=82 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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="align"' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8e3d252874619042 -C extra-filename=-8989dce2097063f3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/libc-8989dce2097063f3 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.2.1/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.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_xid --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=2454a7b5b2242d09 -C extra-filename=-591121908a53b3fc --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8abdca049b212de5 -C extra-filename=-cdafda4f7aa225b5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling proc-macro-nested v0.1.6
   Compiling pkg-config v0.3.18
   Compiling proc-macro2 v0.4.30
   Compiling proc-macro-hack v0.5.16
   Compiling autocfg v0.1.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cfg-if-0.1.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=10d7cd723488bab7 -C extra-filename=-03085ed614c4a572 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/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.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/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=f96170aef3202c7b -C extra-filename=-ffe7af1e4a422121 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/log-ffe7af1e4a422121 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=efab9a273a693369 -C extra-filename=-7eb25ccb6640a62b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/bitflags-7eb25ccb6640a62b -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lazy_static-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=4c00d6a21c3e4e54 -C extra-filename=-08079672d47ea8c5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cc-1.0.58 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cc-1.0.58/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.58 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=58 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name cc --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cc-1.0.58/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=a5f77fbadceabdbf -C extra-filename=-95d33b5f5ff17ef8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name futures_core --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=d930811fd58d7418 -C extra-filename=-aa38c495e70b14e1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name fnv --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7/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=d11efe0814051ce4 -C extra-filename=-01719dc4d33f32b9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pkg-config-0.3.18 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pkg-config-0.3.18/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.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name pkg_config --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pkg-config-0.3.18/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=0a2b1671927e8547 -C extra-filename=-208b04b291ec957e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=25fb7960942549da -C extra-filename=-127682bef7db65a2 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/memchr-127682bef7db65a2 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/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.60 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=77d5836b776d1467 -C extra-filename=-0e59d508fcfe683c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-0e59d508fcfe683c -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=4a6b2ab7ca48d847 -C extra-filename=-072ae5456211be66 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/slab-0.4.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/slab-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='https://github.com/carllerche/slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/carllerche/slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name slab --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/slab-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d5c38665c10ee50 -C extra-filename=-ae4328cecc66b48c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/autocfg-0.1.7/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=7c3f54f89186d7d1 -C extra-filename=-c9040029170d9cb9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='Taiki Endo ' CARGO_PKG_DESCRIPTION='An internal crate to support pin_project - do not use directly
' CARGO_PKG_HOMEPAGE='https://github.com/taiki-e/pin-project' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-internal CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22/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=22997d60aac5d65c -C extra-filename=-0de6c84a527b61de --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-0de6c84a527b61de -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Support for nested proc-macro-hack invocations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-nested CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6/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=57e468025fc1d241 -C extra-filename=-9534966db385cec8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro-nested-9534966db385cec8 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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=4ac44711bce7ba7e -C extra-filename=-8b06f4565e3a26fa --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-8b06f4565e3a26fa -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f4b3e33b1d23bd5e -C extra-filename=-2adbd18ae19b5cec --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/byteorder-2adbd18ae19b5cec -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-sink-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-sink-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name futures_sink --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-sink-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf7c6989be146124 -C extra-filename=-e930f82e61ba65a7 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name bytes --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C 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", "serde", "std"))' -C metadata=79585b25bab714ad -C extra-filename=-b42f0ad90fb2987f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream
unstable API.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_LICENSE=MIT/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=0.4.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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=05a3ebaf5c16e2b2 -C extra-filename=-189685e7596b513b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-189685e7596b513b -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: elided lifetime has a name
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
   |
26 |     pub fn get(&'static self, f: F) -> &T
   |                                           ^ this elided lifetime gets resolved as `'static`
   |
   = note: `#[warn(elided_named_lifetimes)]` on by default
help: consider specifying it explicitly
   |
26 |     pub fn get(&'static self, f: F) -> &'static T
   |                                            +++++++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-hack-0.5.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-hack-0.5.16/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name proc_macro_hack --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-hack-0.5.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3511639783db193 -C extra-filename=-4871f69cf6c9a2ca --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro --cap-lints warn`
   Compiling version_check v0.9.2
   Compiling rand_core v0.4.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/version_check-0.9.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/version_check-0.9.2/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name version_check --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/version_check-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13678beba5a783be -C extra-filename=-ade34ff246f896d4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling once_cell v1.4.0
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5/src/task/__internal/atomic_waker.rs:262:26
    |
262 |         match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) {
    |                          ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: `lazy_static` (lib) generated 1 warning
   Compiling itoa v0.4.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast functions for printing integer primitives to an io::Write' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=79bdfadc9a76b945 -C extra-filename=-79da48f811f7e467 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/once_cell-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/once_cell-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION='' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/once_cell-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot", "std"))' -C metadata=8edbafcfcd431d94 -C extra-filename=-d4d76f1fd234b2cf --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/build.rs:54:30
   |
54 |     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

warning: trait `AssertSync` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5/src/task/__internal/atomic_waker.rs:202:15
    |
202 |         trait AssertSync: Sync {}
    |               ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_core' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=86689308c98500a0 -C extra-filename=-80741685f5a3bfaf --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling unicode-xid v0.1.0
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/build.rs:60:30
   |
60 |     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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.1.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/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.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_xid --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-xid-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=d4611052ac7eba58 -C extra-filename=-386a54e6e869405c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling pin-project-lite v0.1.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-lite-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-lite-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Taiki Endo ' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION='' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-lite-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e1491dc9a076e8b -C extra-filename=-ffa9724ed1c32f37 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:1078:17
     |
1078 | #[cfg(all(test, loom))]
     |                 ^^^^
     |
     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:100:19
    |
100 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:108:15
    |
108 |     #[cfg(all(loom, test))]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:128:19
    |
128 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:138:15
    |
138 |     #[cfg(all(loom, test))]
    |               ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes_mut.rs:1549:17
     |
1549 | #[cfg(all(test, loom))]
     |                 ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/loom.rs:1:21
  |
1 | #[cfg(not(all(test, loom)))]
  |                     ^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/loom.rs:23:17
   |
23 | #[cfg(all(test, loom))]
   |                 ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: `futures-core` (lib) generated 2 warnings
   Compiling futures-channel v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name futures_channel --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e3c532abc1cafe25 -C extra-filename=-874e5130200e00f9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern futures_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-aa38c495e70b14e1.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-e930f82e61ba65a7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling serde_derive v1.0.128
warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/impls.rs:20:23
   |
20 | use core::intrinsics::transmute;
   |                       ^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/error.rs:95:23
   |
95 |     cause: Option>,
   |                       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
95 |     cause: Option>,
   |                       +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/lib.rs:422:24
    |
422 | impl std::io::Read for RngCore {
    |                        ^^^^^^^
    |
    = 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`
    |
422 | impl std::io::Read for dyn RngCore {
    |                        +++

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6/src/lib.rs:61:13
   |
61 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default`, `i128`, and `std`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6/src/lib.rs:63:5
   |
63 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default`, `i128`, and `std`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

   Compiling futures-io v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-io-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-io-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name futures_io --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-io-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "read-initializer", "std", "unstable"))' -C metadata=7201b00a61e502c4 -C extra-filename=-0b1bf74a77ba07ed --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128/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", "deserialize_in_place"))' -C metadata=119ca410c0f2e7ac -C extra-filename=-ee6e53bee25b6e08 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-ee6e53bee25b6e08 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/error.rs:160:32
    |
160 |     fn cause(&self) -> Option<&stdError> {
    |                                ^^^^^^^^
    |
    = 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`
    |
160 |     fn cause(&self) -> Option<&dyn stdError> {
    |                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/error.rs:120:27
    |
120 |         where E: Into>
    |                           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
120 |         where E: Into>
    |                           +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/error.rs:137:48
    |
137 |     pub fn take_cause(&mut self) -> Option> {
    |                                                ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
137 |     pub fn take_cause(&mut self) -> Option> {
    |                                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.4.2/src/error.rs:161:52
    |
161 |         self.cause.as_ref().map(|e| e.as_ref() as &stdError)
    |                                                    ^^^^^^^^
    |
    = 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`
    |
161 |         self.cause.as_ref().map(|e| e.as_ref() as &dyn stdError)
    |                                                    +++

   Compiling pin-utils v0.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name pin_utils --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-utils-0.1.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=c4413688ab426fc3 -C extra-filename=-4c449eaca685746b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/once_cell-1.4.0/src/imp_std.rs:158:46
    |
158 |                 let old = my_state_and_queue.compare_and_swap(
    |                                              ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/once_cell-1.4.0/src/imp_std.rs:200:35
    |
200 |         let old = state_and_queue.compare_and_swap(current_state, me | RUNNING, Ordering::Release);
    |                                   ^^^^^^^^^^^^^^^^

warning: the type `[u8; 40]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itoa-0.4.6/src/lib.rs:130:29
    |
130 |             bytes: unsafe { mem::uninitialized() },
    |                             ^^^^^^^^^^^^^^^^^^^^
    |                             |
    |                             this code causes undefined behavior when executed
    |                             help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized
    = note: `#[warn(invalid_value)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/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.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/log-0d0287dc72091904/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/log-ffe7af1e4a422121/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std,use_std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/memchr-fb91ad150b8e1596/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/memchr-127682bef7db65a2/build-script-build`
[log 0.4.11] cargo:rustc-cfg=atomic_cas
[log 0.4.11] cargo:rerun-if-changed=build.rs
   Compiling matches v0.1.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=matches CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/matches-0.1.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/matches-0.1.8/Cargo.toml CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_DESCRIPTION='A macro to evaluate, as a boolean, whether an expression matches a pattern.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matches CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/SimonSapin/rust-std-candidates' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name matches --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/matches-0.1.8/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=08cbbd39400c82b6 -C extra-filename=-492bbc1f636ba6d8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/memchr-fb91ad150b8e1596/out /usr/local/bin/rustc --crate-name memchr --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=5ab52ed7bf836d2b -C extra-filename=-1cbddfdc6aa6dafe --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/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.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/log-0d0287dc72091904/out /usr/local/bin/rustc --crate-name log --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C 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=e0a6e6db4d335169 -C extra-filename=-6697860c347e7ea1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg atomic_cas`
warning: `itoa` (lib) generated 3 warnings
   Compiling syn v0.15.44
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Support for nested proc-macro-hack invocations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-nested CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/proc-macro-nested-b83a1bcb90c5d0d3/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro-nested-9534966db385cec8/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/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=0.15.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=1d3dc854f5871809 -C extra-filename=-6bbe896c6d887c90 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-6bbe896c6d887c90 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/bitflags-f9d860f1ef30a85f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/bitflags-7eb25ccb6640a62b/build-script-build`
[proc-macro-nested 0.1.6] cargo:rerun-if-changed=build.rs
warning: use of deprecated method `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:1002:23
     |
1002 |     let actual = atom.compare_and_swap(ptr as _, shared as _, Ordering::AcqRel);
     |                       ^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(deprecated)]` on by default

   Compiling futures-task v0.3.5
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/mpsc/mod.rs:900:49
    |
900 |             let actual = self.inner.num_senders.compare_and_swap(curr, next, SeqCst);
    |                                                 ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='Taiki Endo ' CARGO_PKG_DESCRIPTION='An internal crate to support pin_project - do not use directly
' CARGO_PKG_HOMEPAGE='https://github.com/taiki-e/pin-project' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-internal CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-76e1577fe24d69b7/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-0de6c84a527b61de/build-script-build`
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/mpsc/mod.rs:931:49
    |
931 |             let actual = self.inner.num_senders.compare_and_swap(curr, next, SeqCst);
    |                                                 ^^^^^^^^^^^^^^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit,visit-mut CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' 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_FULL=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_FEATURE_VISIT=1 CARGO_FEATURE_VISIT_MUT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/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.60 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-6552f82d3b2c865e/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-0e59d508fcfe683c/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_nested CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Support for nested proc-macro-hack invocations' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-nested CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/proc-macro-nested-b83a1bcb90c5d0d3/out /usr/local/bin/rustc --crate-name proc_macro_nested --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro-nested-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abbbcce329e9e509 -C extra-filename=-1de59412556a08b9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
warning: `proc-macro2` (build script) generated 1 warning
warning: unexpected `cfg` condition name: `rustbuild`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:276:13
    |
276 | #![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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:277:13
    |
277 | #![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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:1201:28
     |
1201 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:1259:7
     |
1259 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:1264:7
     |
1264 | #[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: `once_cell` (lib) generated 2 warnings
   Compiling adler v0.2.3
warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:1279:36
     |
1279 |                 std::sync::atomic::spin_loop_hint();
     |                                    ^^^^^^^^^^^^^^
     |
     = note: `#[warn(deprecated)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=align,default,extra_traits,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_ALIGN=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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.82 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=82 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/libc-9a58a46406a7b35f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/libc-8989dce2097063f3/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-task-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-task-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name futures_task --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-task-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "once_cell", "std", "unstable"))' -C metadata=d6df1add95692397 -C extra-filename=-c189a8f17c791f9b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern once_cell=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libonce_cell-d4d76f1fd234b2cf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling num-traits v0.2.12
[syn 1.0.60] cargo:rustc-cfg=syn_disable_nightly_tests
   Compiling miniz_oxide v0.4.3
[pin-project-internal 0.4.22] cargo:rustc-cfg=underscore_consts
[pin-project-internal 0.4.22] cargo:rustc-cfg=deprecated_proc_macro
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/byteorder-259192abd4855193/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/byteorder-2adbd18ae19b5cec/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-fcd3cccaf436d693/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-8b06f4565e3a26fa/build-script-build`
warning: unexpected `cfg` condition name: `memchr_libc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
   |
42 |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
   |                         ^^^^^^^^^^^^^^^^^^
...
79 |     ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
   |     ------------------------------------------------------------ in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
   |
44 |                 } else if cfg!(memchr_runtime_sse2) {
   |                                ^^^^^^^^^^^^^^^^^^^
...
79 |     ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
   |     ------------------------------------------------------------ in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
   |
42 |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
   |                         ^^^^^^^^^^^^^^^^^^
...
84 |     ifunc!(fn(u8, u8, &[u8]) -> Option, memchr2, haystack, n1, n2)
   |     --------------------------------------------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
   |
44 |                 } else if cfg!(memchr_runtime_sse2) {
   |                                ^^^^^^^^^^^^^^^^^^^
...
84 |     ifunc!(fn(u8, u8, &[u8]) -> Option, memchr2, haystack, n1, n2)
   |     --------------------------------------------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
   |
42 |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
   |                           ^^^^^^^^^^^^^^^^^^
...
89 | /     ifunc!(
90 | |         fn(u8, u8, u8, &[u8]) -> Option,
91 | |         memchr3,
92 | |         haystack,
...  |
95 | |         n3
96 | |     )
   | |_____- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
   |
44 |                   } else if cfg!(memchr_runtime_sse2) {
   |                                  ^^^^^^^^^^^^^^^^^^^
...
89 | /     ifunc!(
90 | |         fn(u8, u8, u8, &[u8]) -> Option,
91 | |         memchr3,
92 | |         haystack,
...  |
95 | |         n3
96 | |     )
   | |_____- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
    |
42  |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                         ^^^^^^^^^^^^^^^^^^
...
101 |     ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
    |     ------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=fba56a181c91fc0c -C extra-filename=-b398716359c9aa2c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-traits-b398716359c9aa2c -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
    |
44  |                 } else if cfg!(memchr_runtime_sse2) {
    |                                ^^^^^^^^^^^^^^^^^^^
...
101 |     ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
    |     ------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
    |
42  |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                         ^^^^^^^^^^^^^^^^^^
...
106 |     ifunc!(fn(u8, u8, &[u8]) -> Option, memrchr2, haystack, n1, n2)
    |     ---------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
    |
44  |                 } else if cfg!(memchr_runtime_sse2) {
    |                                ^^^^^^^^^^^^^^^^^^^
...
106 |     ifunc!(fn(u8, u8, &[u8]) -> Option, memrchr2, haystack, n1, n2)
    |     ---------------------------------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:42:25
    |
42  |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                           ^^^^^^^^^^^^^^^^^^
...
111 | /     ifunc!(
112 | |         fn(u8, u8, u8, &[u8]) -> Option,
113 | |         memrchr3,
114 | |         haystack,
...   |
117 | |         n3
118 | |     )
    | |_____- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/x86/mod.rs:44:32
    |
44  |                   } else if cfg!(memchr_runtime_sse2) {
    |                                  ^^^^^^^^^^^^^^^^^^^
...
111 | /     ifunc!(
112 | |         fn(u8, u8, u8, &[u8]) -> Option,
113 | |         memrchr3,
114 | |         haystack,
...   |
117 | |         n3
118 | |     )
    | |_____- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.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="no_extern_crate_alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "no_extern_crate_alloc", "rustc-dep-of-std"))' -C metadata=ddd37ada7bfa6c6b -C extra-filename=-38560eeb1feb744d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/miniz_oxide-38560eeb1feb744d -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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

[libc 0.2.82] cargo:rustc-cfg=freebsd11
[libc 0.2.82] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.82] cargo:rustc-cfg=libc_union
[libc 0.2.82] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.82] cargo:rustc-cfg=libc_align
[libc 0.2.82] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.82] cargo:rustc-cfg=libc_packedN
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/bitflags-f9d860f1ef30a85f/out /usr/local/bin/rustc --crate-name bitflags --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "example_generated"))' -C metadata=474d4e523f5b121b -C extra-filename=-0ba80bd0bb40e6f5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg bitflags_const_fn`
[libc 0.2.82] cargo:rustc-cfg=libc_cfg_target_vendor
   Compiling hashbrown v0.8.1
[proc-macro2 1.0.24] cargo:rerun-if-changed=build.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler-0.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name adler --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler-0.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("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=4fdbd3522ac9ac51 -C extra-filename=-55251ade8ee546ec --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/log-0.4.11/src/lib.rs:1269:17
     |
1269 |     match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
     |                 ^^^^^^^^^^^^^^^^

warning: `proc-macro2` (build script) generated 1 warning
[proc-macro2 1.0.24] cargo:rustc-cfg=lexerror_display
[proc-macro2 1.0.24] cargo:rustc-cfg=hygiene
[proc-macro2 1.0.24] cargo:rustc-cfg=use_proc_macro
[proc-macro2 1.0.24] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.24] cargo:rustc-cfg=proc_macro_span
warning: `rand_core` (lib) generated 7 warnings
[byteorder 1.3.4] cargo:rustc-cfg=byteorder_i128
   Compiling unicase v2.6.0
   Compiling indexmap v1.5.0
   Compiling num-integer v0.1.43
   Compiling serde v1.0.128
   Compiling tinyvec v0.3.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.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="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3f162936771fbab1 -C extra-filename=-9e473df2833e2409 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/hashbrown-9e473df2833e2409 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
warning: trait `AssertKinds` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/src/mpsc/mod.rs:133:7
    |
133 | trait AssertKinds: Send + Sync + Clone {}
    |       ^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-fcd3cccaf436d693/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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=70fda6ac8ef21d88 -C extra-filename=-68746a94b6db651b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-591121908a53b3fc.rmeta --cap-lints warn --cfg lexerror_display --cfg hygiene --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=31094e86593fb83e -C extra-filename=-6c3225ce978c6a9e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-integer-6c3225ce978c6a9e -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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.82 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=82 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/libc-9a58a46406a7b35f/out /usr/local/bin/rustc --crate-name libc --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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="align"' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=57e26098f387f191 -C extra-filename=-ddbc253df9eba29b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --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 --cfg libc_cfg_target_vendor`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/byteorder-259192abd4855193/out /usr/local/bin/rustc --crate-name byteorder --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=dc08eb7096974df5 -C extra-filename=-4be41dad5fd1bad3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg byteorder_i128`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream
unstable API.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_LICENSE=MIT/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=0.4.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-62f7ce8bc202800f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-189685e7596b513b/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=980f81890b2e0cbb -C extra-filename=-4d8d15015e4a6d74 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-4d8d15015e4a6d74 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern version_check=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libversion_check-ade34ff246f896d4.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='bluss:Josh Stone ' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.

The indexmap is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys. It has the usual
hash table functionality, it preserves insertion order except after
removals, and it allows lookup of its elements by either hash table key
or numerical index. A corresponding hash set type is also provided.

This crate was initially published under the name ordermap, but it was renamed to
indexmap.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rayon", "serde", "serde-1", "test_debug", "test_low_transition_point"))' -C metadata=9cddd6e057e083f7 -C extra-filename=-5302aab7908ebc83 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/indexmap-5302aab7908ebc83 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
warning: unexpected `cfg` condition name: `bitflags_const_fn`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1/src/lib.rs:424:7
    |
424 | #[cfg(bitflags_const_fn)]
    |       ^^^^^^^^^^^^^^^^^
    |
    = 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(bitflags_const_fn)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bitflags_const_fn)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tinyvec-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tinyvec-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='Just, really the littlest Vec you could need. So smol.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tinyvec --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tinyvec-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "experimental_write_impl", "grab_spare_slice", "nightly_const_generics", "nightly_slice_partition_dedup"))' -C metadata=57c0fa040989ef10 -C extra-filename=-d214ca1f55e500f7 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `bitflags_const_fn`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bitflags-1.2.1/src/lib.rs:451:11
    |
451 | #[cfg(not(bitflags_const_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(bitflags_const_fn)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bitflags_const_fn)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

[proc-macro2 0.4.30] cargo:rerun-if-changed=build.rs
warning: `bitflags` (lib) generated 2 warnings
   Compiling unicode-bidi v0.3.4
warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:781:9
    |
781 |         drop(Box::into_raw(slice));
    |         ^^^^^--------------------^
    |              |
    |              argument has type `*mut [u8]`
    |
    = note: `#[warn(dropping_copy_types)]` on by default
help: use `let _ = ...` to ignore the expression or result
    |
781 -         drop(Box::into_raw(slice));
781 +         let _ = Box::into_raw(slice);
    |

warning: unused return value of `Box::::from_raw` that must be used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes.rs:1052:5
     |
1052 |     Box::from_raw(ptr);
     |     ^^^^^^^^^^^^^^^^^^
     |
     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
     = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
     |
1052 |     let _ = Box::from_raw(ptr);
     |     +++++++

warning: unused return value of `Box::::from_raw` that must be used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.5.6/src/bytes_mut.rs:1234:5
     |
1234 |     Box::from_raw(ptr);
     |     ^^^^^^^^^^^^^^^^^^
     |
     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
     |
1234 |     let _ = Box::from_raw(ptr);
     |     +++++++

[proc-macro2 0.4.30] cargo:rustc-cfg=u128
[proc-macro2 0.4.30] cargo:rustc-cfg=use_proc_macro
[proc-macro2 0.4.30] cargo:rustc-cfg=wrap_proc_macro
warning: unexpected `cfg` condition name: `proc_macro_span`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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: unexpected `cfg` condition name: `super_unstable`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:86:7
   |
86 | #[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: `wrap_proc_macro`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:92:7
   |
92 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:100:11
    |
100 | #[cfg(not(wrap_proc_macro))]
    |           ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wrap_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:103:7
    |
103 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:113:7
    |
113 | #[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: `use_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:190:7
    |
190 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:197:7
    |
197 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:269:7
    |
269 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:276:7
    |
276 | #[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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128/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.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7542e5b00bd9abe8 -C extra-filename=-c212947c4d2d1df1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde-c212947c4d2d1df1 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:309:7
    |
309 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:319:7
    |
319 | #[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: `futures-channel` (lib) generated 3 warnings
   Compiling foreign-types-shared v0.1.1
warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:330:7
    |
330 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:339:7
    |
339 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:11:11
   |
11 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:20:19
   |
20 |             #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:164:15
    |
164 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:180:19
    |
180 |             #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:192:19
    |
192 |             #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:200:23
    |
200 |                 #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:202:23
    |
202 |                 #[cfg(span_locations)]
    |                       ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:210:23
    |
210 |                 #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:212:23
    |
212 |                 #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:774:11
    |
774 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:778:15
    |
778 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/parse.rs:780:15
    |
780 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/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: `span_locations`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:5:7
  |
5 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:11:7
   |
11 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:116:7
    |
116 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:130:11
    |
130 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:187:7
    |
187 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:197:7
    |
197 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:290:7
    |
290 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:304:7
    |
304 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:312:7
    |
312 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:339:7
    |
339 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:354:7
    |
354 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:359:7
    |
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: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:403:11
    |
403 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:405:11
    |
405 |     #[cfg(span_locations)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wrap_proc_macro`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:21:11
   |
21 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:28:11
   |
28 |     #[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: `no_bind_by_move_pattern_guard`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:56:23
   |
56 |             #[cfg(not(no_bind_by_move_pattern_guard))]
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_bind_by_move_pattern_guard)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_bind_by_move_pattern_guard)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_bind_by_move_pattern_guard`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:66:19
   |
66 |             #[cfg(no_bind_by_move_pattern_guard)]
   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_bind_by_move_pattern_guard)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_bind_by_move_pattern_guard)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:58:23
   |
58 |                 #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:60:27
   |
60 |                 #[cfg(not(wrap_proc_macro))]
   |                           ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wrap_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:105:19
    |
105 |             #[cfg(wrap_proc_macro)]
    |                   ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:410:15
    |
410 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:415:11
    |
415 |     #[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: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:420:11
    |
420 |     #[cfg(hygiene)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:425:11
    |
425 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:441:11
    |
441 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:452:11
    |
452 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:461:11
    |
461 |     #[cfg(span_locations)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:470:15
    |
470 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:475:11
    |
475 |     #[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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_bidi --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "serde", "unstable", "with_serde"))' -C metadata=bedcc0d12e7162d9 -C extra-filename=-7259261548e9627f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern matches=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmatches-492bbc1f636ba6d8.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:490:15
    |
490 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:495:11
    |
495 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:503:15
    |
503 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:508:11
    |
508 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:519:15
    |
519 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:522:19
    |
522 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:528:11
    |
528 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:535:13
    |
535 |     if cfg!(span_locations) {
    |             ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `span_locations`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:728:15
    |
728 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:739:11
    |
739 |     #[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: `super_unstable`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:7:7
  |
7 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:338:7
    |
338 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:344:7
    |
344 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:366:7
    |
366 | #[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: `log` (lib) generated 7 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=foreign_types_shared CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-shared-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-shared-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='An internal crate used by foreign-types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types-shared CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name foreign_types_shared --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55ac90c1d0e94d73 -C extra-filename=-29381fe896f386b0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:376:11
    |
376 | #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:103:7
    |
103 | #[cfg(byteorder_i128)]
    |       ^^^^^^^^^^^^^^
    |
    = 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(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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: `lexerror_display`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:270:19
    |
270 |             #[cfg(lexerror_display)]
    |                   ^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(lexerror_display)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(lexerror_display)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `lexerror_display`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:272:23
    |
272 |             #[cfg(not(lexerror_display))]
    |                       ^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(lexerror_display)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(lexerror_display)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:397:11
    |
397 |     #[cfg(hygiene)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:144:7
    |
144 | #[cfg(byteorder_i128)]
    |       ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:373:11
    |
373 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:406:11
    |
406 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:400:11
    |
400 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:450:11
    |
450 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:459:11
    |
459 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:468:11
    |
468 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:458:15
    |
458 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:475:15
    |
475 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:674:11
    |
674 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:502:11
    |
502 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:860:11
    |
860 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:1411:11
     |
1411 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:417:19
    |
417 |             #[cfg(hygiene)]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:421:23
    |
421 |             #[cfg(not(hygiene))]
    |                       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:431:19
    |
431 |             #[cfg(hygiene)]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:1420:11
     |
1420 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:435:23
    |
435 |             #[cfg(not(hygiene))]
    |                       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:494:19
    |
494 |             #[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: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:1504:11
     |
1504 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:601:19
    |
601 |             #[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: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/io.rs:1520:11
     |
1520 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:603:23
    |
603 |             #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:611:19
    |
611 |             #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:333:11
    |
333 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:613:23
    |
613 |             #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:875:19
    |
875 |             #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:374:11
    |
374 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/wrapper.rs:877:23
    |
877 |             #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:493:11
    |
493 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `hygiene`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:382:11
    |
382 |     #[cfg(hygiene)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(hygiene)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(hygiene)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:390:11
    |
390 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:417:11
    |
417 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:534:11
    |
534 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:423:11
    |
423 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:432:11
    |
432 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:440:11
    |
440 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:664:11
    |
664 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:471:11
    |
471 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:711:11
    |
711 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/lib.rs:901:11
    |
901 |     #[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: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:890:11
    |
890 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:937:11
    |
937 |     #[cfg(byteorder_i128)]
    |           ^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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=default CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-0fa6b31143fe71f1/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-ee6e53bee25b6e08/build-script-build`
warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1081:11
     |
1081 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1192:11
     |
1192 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1414:11
     |
1414 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1556:11
     |
1556 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1700:11
     |
1700 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:1795:11
     |
1795 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2010:11
     |
2010 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2028:11
     |
2028 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2056:11
     |
2056 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2075:11
     |
2075 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2104:11
     |
2104 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2137:11
     |
2137 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/detection.rs:1:24
  |
1 | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/detection.rs:52:30
   |
52 |     type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static;
   |                              ^^^^^^^^^

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2174:11
     |
2174 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2225:11
     |
2225 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2242:11
     |
2242 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2269:11
     |
2269 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2285:11
     |
2285 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2311:11
     |
2311 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2344:11
     |
2344 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `byteorder_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4/src/lib.rs:2381:11
     |
2381 |     #[cfg(byteorder_i128)]
     |           ^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

   Compiling openssl v0.10.30
   Compiling rand_core v0.3.1
   Compiling http v0.2.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream
unstable API.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_LICENSE=MIT/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=0.4.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-62f7ce8bc202800f/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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=7b238a4478221fac -C extra-filename=-155c9485e81e15a8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-386a54e6e869405c.rmeta --cap-lints warn --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro`
   Compiling tracing-core v0.1.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_core' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde1", "std"))' -C metadata=2a479c3a3a2f9a0b -C extra-filename=-2ea7afc3abbe950e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-80741685f5a3bfaf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/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("v101", "v102", "v110", "v111", "vendored"))' -C metadata=736cc1f376472be9 -C extra-filename=-65012c8c64a1e03f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-65012c8c64a1e03f -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,i128,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_I128=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-traits-f0c6ff53977a1006/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-traits-b398716359c9aa2c/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='A set of types for representing HTTP requests and responses.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name http --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b648f4ca86d95d5 -C extra-filename=-72fd9facd109ad9b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbytes-b42f0ad90fb2987f.rmeta --extern fnv=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfnv-01719dc4d33f32b9.rmeta --extern itoa=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libitoa-79da48f811f7e467.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling foreign-types v0.3.2
[serde_derive 1.0.128] cargo:rustc-cfg=underscore_consts
warning: unexpected `cfg` condition name: `libc_deny_warnings`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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: `libc_thread_local`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/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: `libc_const_extern_fn`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:34:13
   |
34 | #![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: `libc_priv_mod_use`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:52:14
   |
52 |     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: `libc_core_cvoid`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:53:15
   |
53 |         #[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 value: `cloudabi`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:105:21
    |
105 |     } else if #[cfg(target_os = "cloudabi")] {
    |                     ^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `switch`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:117:21
    |
117 |     } else if #[cfg(target_os = "switch")] {
    |                     ^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `wasi`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/lib.rs:153:25
    |
153 |     } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
    |                         ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_const_extern_fn`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:184:14
    |
184 |     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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:339:25
    |
339 |                         target_vendor = "rumprun"))] {
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_vendor` are: `amd`, `apple`, `espressif`, `fortanix`, `ibm`, `kmc`, `mti`, `nintendo`, `nvidia`, `pc`, `risc0`, `sony`, `sun`, `unikraft`, `unknown`, `uwp`, `win7`, and `wrs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `illumos`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:365:21
    |
365 |     } else if #[cfg(target_env = "illumos")] {
    |                     ^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_core_cvoid`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1640:14
     |
1640 |     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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1660:14
     |
1660 |     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: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:639:19
    |
639 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:644:19
    |
644 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:661:19
    |
661 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:672:19
    |
672 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:683:19
    |
683 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:712:19
    |
712 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_cfg_target_vendor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:746:40
    |
746 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:746:51
    |
746 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:759:40
    |
759 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:759:51
    |
759 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:805:40
    |
805 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:805:51
    |
805 |         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 value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4/src/deprecated.rs:13:13
   |
13 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))]
   |             ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `bench_it`, `default`, `flame`, `flame_it`, `flamer`, `serde`, `unstable`, and `with_serde`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `freebsd11`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:843:40
    |
843 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:843:51
    |
843 |         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 value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4/src/lib.rs:396:28
    |
396 |                 #[cfg_attr(feature = "cargo-clippy", allow(needless_range_loop))]
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bench_it`, `default`, `flame`, `flame_it`, `flamer`, `serde`, `unstable`, and `with_serde`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-bidi-0.3.4/src/lib.rs:405:24
    |
405 |             #[cfg_attr(feature = "cargo-clippy", allow(needless_range_loop))]
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bench_it`, `default`, `flame`, `flame_it`, `flamer`, `serde`, `unstable`, and `with_serde`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tracing_core --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="lazy_static"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "std"))' -C metadata=859d6b6a48c73b00 -C extra-filename=-7eb9f480a3175b0d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern lazy_static=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-08079672d47ea8c5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `freebsd11`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1080:40
     |
1080 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1080:51
     |
1080 |         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: `libc_cfg_target_vendor`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1289:19
     |
1289 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
     |                   ^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = 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_cfg_target_vendor)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1298:19
     |
1298 |     #[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc",
     |                   ^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = 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_cfg_target_vendor)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1348:40
     |
1348 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1348:51
     |
1348 |         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: extern declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1549:9
     |
1549 |         extern {
     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
     = note: `#[warn(missing_abi)]` on by default

warning: unexpected `cfg` condition name: `freebsd11`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1575:48
     |
1575 |                 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1575:59
     |
1575 |                 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: extern declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/mod.rs:1593:9
     |
1593 |         extern {
     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:243:28
    |
243 |                   pub unsafe extern fn $i($($arg: $argty),*
    |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:520:1
    |
520 | / f! {
521 | |     pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
522 | |         if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
523 | |             (*mhdr).msg_control as *mut ::cmsghdr
...   |
554 | | }
    | |_- 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:259:21
    |
259 |                   pub extern fn $i($($arg: $argty),*
    |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:556:1
    |
556 | / safe_f! {
557 | |     pub {const} fn WTERMSIG(status: ::c_int) -> ::c_int {
558 | |         status & 0o177
...   |
576 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `freebsd12`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:599:40
    |
599 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:599:51
    |
599 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:599:62
    |
599 |         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: `freebsd12`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:604:40
    |
604 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:604:51
    |
604 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:604:62
    |
604 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:641:40
    |
641 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:641:51
    |
641 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:654:40
    |
654 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:654:51
    |
654 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:859:40
    |
859 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:859:51
    |
859 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/mod.rs:859:62
    |
859 |         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: extern declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:259:21
     |
259  |                   pub extern fn $i($($arg: $argty),*
     |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/mod.rs:1296:1
     |
1296 | / safe_f! {
1297 | |     pub {const} fn WIFCONTINUED(status: ::c_int) -> bool {
1298 | |         status == 0x13
...    |
1308 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `freebsd11`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/mod.rs:1384:40
     |
1384 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/mod.rs:1384:51
     |
1384 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/mod.rs:1408:40
     |
1408 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/mod.rs:1408:51
     |
1408 |         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: `freebsd10`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:339:18
    |
339 |     if #[cfg(any(freebsd10, freebsd11, 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(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

   Compiling ident_case v1.0.1
warning: unexpected `cfg` condition name: `freebsd11`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:339:29
    |
339 |     if #[cfg(any(freebsd10, freebsd11, 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(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: `freebsd12`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:339:40
    |
339 |     if #[cfg(any(freebsd10, freebsd11, 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: `freebsd12`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1542:14
     |
1542 |     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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1545:21
     |
1545 |     } 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1548:25
     |
1548 |     } 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1548:36
     |
1548 |     } 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:243:28
     |
243  |                   pub unsafe extern fn $i($($arg: $argty),*
     |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1157:1
     |
1157 | / f! {
1158 | |     pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
1159 | |         (cmsg as *mut ::c_uchar)
1160 | |             .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
...    |
1202 | | }
     | |_- 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/macros.rs:259:21
     |
259  |                   pub extern fn $i($($arg: $argty),*
     |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1204:1
     |
1204 | / safe_f! {
1205 | |     pub {const} fn WIFSIGNALED(status: ::c_int) -> bool {
1206 | |         (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
1207 | |     }
1208 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `freebsd11`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1489:36
     |
1489 |         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs:1494:36
     |
1494 |         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: `libc_const_size_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs:181:14
    |
181 |     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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=foreign_types CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-0.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A framework for Rust wrappers over C APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name foreign_types --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=637977cc40194198 -C extra-filename=-4af5b8b0337f0273 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern foreign_types_shared=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libforeign_types_shared-29381fe896f386b0.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=no_extern_crate_alloc CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_NO_EXTERN_CRATE_ALLOC=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/miniz_oxide-428026051448afab/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/miniz_oxide-38560eeb1feb744d/build-script-build`
warning: unexpected `cfg` condition name: `libc_align`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs:204:14
    |
204 |     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

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-95a4c242738d83d9/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-4d8d15015e4a6d74/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=raw CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_RAW=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/hashbrown-02c70a2e7ab9275c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/hashbrown-9e473df2833e2409/build-script-build`
warning: unexpected `cfg` condition name: `proc_macro_span`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:83:17
   |
83 | #![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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:83:34
   |
83 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
   |                                  ^^^^^^^^^^^^^^
   |
   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `super_unstable`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:84:13
   |
84 | #![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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:86:7
   |
86 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:95:7
   |
95 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:104:11
    |
104 | #[cfg(not(wrap_proc_macro))]
    |           ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wrap_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:107:7
    |
107 | #[cfg(wrap_proc_macro)]
    |       ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `use_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:188:7
    |
188 | #[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

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' 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_FULL=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/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=0.15.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-a98c163bb5f73790/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-6bbe896c6d887c90/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ident_case-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ident_case-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name ident_case --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ident_case-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebd1ba7af7ce3d03 -C extra-filename=-ba8fd8df90d1718f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=i128,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_I128=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-integer-aeeb90ddb3c91d81/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-integer-6c3225ce978c6a9e/build-script-build`
[hashbrown 0.8.1] cargo:rerun-if-changed=build.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name fnv --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=032766ec477e4af0 -C extra-filename=-60f39b9e599d4e9c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling httparse v1.3.4
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/lib.rs:80:5
   |
80 |     const_err,
   |     ^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/lib.rs:88:5
   |
88 |     private_in_public,
   |     ^^^^^^^^^^^^^^^^^

[unicase 2.6.0] cargo:rustc-cfg=__unicase__iter_cmp
warning: rule #5 of macro `ty_to_nonzero` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/field.rs:317:5
    |
317 |     (u128) => {
    |     ^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/lib.rs:90:5
    |
90  |     unused,
    |     ^^^^^^
    = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`

[syn 0.15.44] cargo:rustc-cfg=syn_can_match_trailing_dollar
[syn 0.15.44] cargo:rustc-cfg=syn_can_use_thread_id
[syn 0.15.44] cargo:rustc-cfg=syn_can_use_associated_constants
[syn 0.15.44] cargo:rustc-cfg=syn_can_call_macro_by_path
[syn 0.15.44] cargo:rustc-cfg=syn_disable_nightly_tests
[num-traits 0.2.12] cargo:rustc-cfg=has_i128
warning: rule #11 of macro `ty_to_nonzero` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/field.rs:335:5
    |
335 |     (i128) => {
    |     ^^^^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='bluss:Josh Stone ' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.

The indexmap is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys. It has the usual
hash table functionality, it preserves insertion order except after
removals, and it allows lookup of its elements by either hash table key
or numerical index. A corresponding hash set type is also provided.

This crate was initially published under the name ordermap, but it was renamed to
indexmap.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/indexmap-70f37c43a81d5e47/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/indexmap-5302aab7908ebc83/build-script-build`
   Compiling strsim v0.7.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a06ed000e3dc544d -C extra-filename=-5fbe70786c4c11a4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/httparse-5fbe70786c4c11a4 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.7.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics.
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346658675d54dabd -C extra-filename=-71387a5d1d8c9d8b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
[unicase 2.6.0] cargo:rustc-cfg=__unicase__default_hasher
warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ident_case-1.0.1/src/lib.rs:25:17
   |
25 | use std::ascii::AsciiExt;
   |                 ^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,derive,serde_derive,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128/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.128 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=128 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/serde-f3b15aea45c25f96/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde-c212947c4d2d1df1/build-script-build`
[miniz_oxide 0.4.3] cargo:rustc-cfg=has_alloc
warning: `bytes` (lib) generated 12 warnings
   Compiling native-tls v0.2.4
[unicase 2.6.0] cargo:rustc-cfg=__unicase__const_fns
[hashbrown 0.8.1] cargo:rustc-cfg=has_extern_crate_alloc
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/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("vendored"))' -C metadata=d433b35699f48f12 -C extra-filename=-f87d5b3fe56311df --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/native-tls-f87d5b3fe56311df -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/miniz_oxide-428026051448afab/out /usr/local/bin/rustc --crate-name miniz_oxide --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="no_extern_crate_alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "no_extern_crate_alloc", "rustc-dep-of-std"))' -C metadata=5086869bb1f8ce29 -C extra-filename=-e44129ad56746965 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern adler=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libadler-55251ade8ee546ec.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_alloc`
[num-traits 0.2.12] cargo:rustc-cfg=has_to_int_unchecked
[num-traits 0.2.12] cargo:rerun-if-changed=build.rs
warning: `memchr` (lib) generated 32 warnings
   Compiling crc32fast v1.2.1
[serde 1.0.128] cargo:rustc-cfg=ops_bound
[serde 1.0.128] cargo:rustc-cfg=core_reverse
warning: unused import: `std::ascii::AsciiExt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ident_case-1.0.1/src/lib.rs:25:5
   |
25 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/build.rs:138:21
    |
138 |         let major = try!(num.parse::().map_err(|e| e.to_string()));
    |                     ^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/build.rs:147:21
    |
147 |         let minor = try!(num.parse::().map_err(|e| e.to_string()));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/build.rs:156:21
    |
156 |         let patch = try!(num.parse::().map_err(|e| e.to_string()));
    |                     ^^^

[serde 1.0.128] cargo:rustc-cfg=de_boxed_c_str
[serde 1.0.128] cargo:rustc-cfg=de_boxed_path
[serde 1.0.128] cargo:rustc-cfg=de_rc_dst
[serde 1.0.128] cargo:rustc-cfg=core_duration
[serde 1.0.128] cargo:rustc-cfg=integer128
[serde 1.0.128] cargo:rustc-cfg=range_inclusive
[serde 1.0.128] cargo:rustc-cfg=num_nonzero
[serde 1.0.128] cargo:rustc-cfg=serde_derive
[serde 1.0.128] cargo:rustc-cfg=core_try_from
[serde 1.0.128] cargo:rustc-cfg=num_nonzero_signed
[serde 1.0.128] cargo:rustc-cfg=systemtime_checked_add
[serde 1.0.128] cargo:rustc-cfg=std_atomic64
[serde 1.0.128] cargo:rustc-cfg=std_atomic
[unicase 2.6.0] cargo:rustc-cfg=__unicase__core_and_alloc
warning: `byteorder` (lib) generated 41 warnings
   Compiling signal-hook v0.3.9
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/hashbrown-02c70a2e7ab9275c/out /usr/local/bin/rustc --crate-name hashbrown --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e3aa5d3b68095ca1 -C extra-filename=-df49dc066ff62f8c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_extern_crate_alloc`
   Compiling openssl-probe v0.1.2
warning: unused return value of `core::mem::replace` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tinyvec-0.3.3/src/arrayvec.rs:404:7
    |
404 |       replace(&mut self.data.as_slice_mut()[self.len], val);
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: if you don't need the old value, you can just assign the new value directly
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
404 |       let _ = replace(&mut self.data.as_slice_mut()[self.len], val);
    |       +++++++

warning: unused return value of `core::mem::replace` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tinyvec-0.3.3/src/tinyvec.rs:150:9
    |
150 |         replace(self, TinyVec::Heap(v));
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: if you don't need the old value, you can just assign the new value directly
help: use `let _ = ...` to ignore the resulting value
    |
150 |         let _ = replace(self, TinyVec::Heap(v));
    |         +++++++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=ff285441bd7dc4fc -C extra-filename=-7a1c2fee94af8ac8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/crc32fast-7a1c2fee94af8ac8 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling try-lock v0.2.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=169971870e9f8ec6 -C extra-filename=-66a0299dbd0e79d8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/signal-hook-66a0299dbd0e79d8 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-traits-f0c6ff53977a1006/out /usr/local/bin/rustc --crate-name num_traits --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=db55e7dc3d3fc7ba -C extra-filename=-d73cfc77514410cd --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128 --cfg has_to_int_unchecked`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-probe-0.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-probe-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name openssl_probe --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-probe-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb0834e6563f4d41 -C extra-filename=-e29298f8183a2a63 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[num-integer 0.1.43] cargo:rustc-cfg=has_i128
[num-integer 0.1.43] cargo:rerun-if-changed=build.rs
warning: field `0` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/marker.rs:15:39
   |
15 | pub(crate) struct ProcMacroAutoTraits(Rc<()>);
   |                   ------------------- ^^^^^^
   |                   |
   |                   field in this struct
   |
   = help: consider removing this field
   = note: `#[warn(dead_code)]` on by default

warning: struct `SourceFile` is never constructed
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:259:19
    |
259 | pub(crate) struct SourceFile {
    |                   ^^^^^^^^^^

warning: methods `path` and `is_real` are never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:265:12
    |
263 | impl SourceFile {
    | --------------- methods in this implementation
264 |     /// Get the path to this source file as a string.
265 |     pub fn path(&self) -> PathBuf {
    |            ^^^^
...
269 |     pub fn is_real(&self) -> bool {
    |            ^^^^^^^

warning: struct `LineColumn` is never constructed
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-1.0.24/src/fallback.rs:285:19
    |
285 | pub(crate) struct LineColumn {
    |                   ^^^^^^^^^^

   Compiling getrandom v0.2.2
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/dispatcher.rs:284:20
    |
284 |     if GLOBAL_INIT.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) == UNINITIALIZED
    |                    ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

   Compiling ryu v1.0.5
warning: `ident_case` (lib) generated 2 warnings
   Compiling adler32 v1.2.0
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/dispatcher.rs:612:9
    |
612 |         Subscriber::is::(&*self.subscriber)
    |         ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
    = note: for more information, see 
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/lib.rs:77:5
    |
77  |     rust_2018_idioms,
    |     ^^^^^^^^^^^^^^^^
    = note: `#[warn(bare_trait_objects)]` implied by `#[warn(rust_2018_idioms)]`
help: if this is a dyn-compatible trait, use `dyn`
    |
612 |         ::is::(&*self.subscriber)
    |         ++++           +

[indexmap 1.5.0] cargo:rustc-cfg=has_std
[indexmap 1.5.0] cargo:rerun-if-changed=build.rs
   Compiling failure_derive v0.1.8
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/dispatcher.rs:619:9
    |
619 |         Subscriber::downcast_ref(&*self.subscriber)
    |         ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
619 |         ::downcast_ref(&*self.subscriber)
    |         ++++           +

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2/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("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b4e69eab6df671f4 -C extra-filename=-7c79b86195a5496d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/getrandom-7c79b86195a5496d -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicase CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-95a4c242738d83d9/out /usr/local/bin/rustc --crate-name unicase --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=313d1b33d77fb701 -C extra-filename=-55c3b7d2122fe50f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/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.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/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=d730efb89b2a3771 -C extra-filename=-e6e6f5f360c032c4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/ryu-e6e6f5f360c032c4 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=adler32 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler32-1.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler32-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Remi Rampin ' CARGO_PKG_DESCRIPTION='Minimal Adler32 implementation for Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/remram44/adler32-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name adler32 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/adler32-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=37d13474ab8352a9 -C extra-filename=-6905d9a058fdff1f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/failure_derive-0.1.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/failure_derive-0.1.8/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.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/failure_derive-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ae39b44ecce7816c -C extra-filename=-dca161a3f0e4d4b5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/failure_derive-dca161a3f0e4d4b5 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: `tinyvec` (lib) generated 2 warnings
   Compiling quote v1.0.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=try_lock CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/try-lock-0.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/try-lock-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A lightweight atomic lock.' CARGO_PKG_HOMEPAGE='https://github.com/seanmonstar/try-lock' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=try-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/try-lock' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name try_lock --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/try-lock-0.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=d1530129de9a86a9 -C extra-filename=-725207071b537ffe --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `has_extern_crate_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/src/lib.rs:39:7
   |
39 | #[cfg(has_extern_crate_alloc)]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(has_extern_crate_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_extern_crate_alloc)");` 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: `has_extern_crate_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/src/lib.rs:42:11
   |
42 | #[cfg(not(has_extern_crate_alloc))]
   |           ^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_extern_crate_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_extern_crate_alloc)");` 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=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-1.0.7/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.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-1.0.7/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=ecf6b47ff5ed631f -C extra-filename=-e3d9e5cbf3c88a0a --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-68746a94b6db651b.rmeta --cap-lints warn`
warning: unnecessary trailing semicolon
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/src/raw/sse2.rs:36:10
   |
36 |         };
   |          ^ help: remove this semicolon
   |
   = note: `#[warn(redundant_semicolons)]` on by default

warning: unexpected `cfg` condition name: `use_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:195:7
    |
195 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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: `__unicase__core_and_alloc`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:7:9
  |
7 |         __unicase__core_and_alloc,
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(__unicase__core_and_alloc)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` 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: `__unicase__core_and_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:55:11
   |
55 | #[cfg(all(__unicase__core_and_alloc, not(test)))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/strnom.rs:12:11
   |
12 |     #[cfg(span_locations)]
   |           ^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `span_locations`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/strnom.rs:17:15
   |
17 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/strnom.rs:23:11
   |
23 |     #[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: `__unicase__core_and_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:57:11
   |
57 | #[cfg(all(__unicase__core_and_alloc, not(test)))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__unicase__core_and_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:60:15
   |
60 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/strnom.rs:98:24
   |
98 |             b' ' | 0x09...0x0d => {
   |                        ^^^ 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)]` on by default

warning: unexpected `cfg` condition name: `span_locations`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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: `procmacro2_semver_exempt`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:3:7
  |
3 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:7:7
  |
7 | #[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: `__unicase__core_and_alloc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:62:15
   |
62 | #[cfg(not(all(__unicase__core_and_alloc, not(test))))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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: `use_proc_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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: `__unicase__iter_cmp`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:66:7
   |
66 | #[cfg(__unicase__iter_cmp)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:830:11
    |
830 | #[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: `__unicase__iter_cmp`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:302:7
    |
302 | #[cfg(__unicase__iter_cmp)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:839:7
    |
839 | #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:350:11
    |
350 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:352:11
    |
352 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:357:15
    |
357 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:362:11
    |
362 |     #[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: `__unicase__iter_cmp`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:310:7
    |
310 | #[cfg(__unicase__iter_cmp)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:367:11
    |
367 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:372:11
    |
372 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:380:11
    |
380 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:385:11
    |
385 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:396:11
    |
396 |     #[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: `__unicase__iter_cmp`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:2:7
  |
2 | #[cfg(__unicase__iter_cmp)]
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:405:11
    |
405 |     #[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: `__unicase__core_and_alloc`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:8:11
  |
8 | #[cfg(not(__unicase__core_and_alloc))]
  |           ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:414:11
    |
414 |     #[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: `__unicase__iter_cmp`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:61:7
   |
61 | #[cfg(__unicase__iter_cmp)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:432:15
    |
432 |         #[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: `__unicase__iter_cmp`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:69:7
   |
69 | #[cfg(__unicase__iter_cmp)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:435:19
    |
435 |         #[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: `__unicase__const_fns`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:16:11
   |
16 |     #[cfg(__unicase__const_fns)]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:441:13
    |
441 |     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: `__unicase__const_fns`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:25:15
   |
25 |     #[cfg(not(__unicase__const_fns))]
   |               ^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:474:11
    |
474 |     #[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: `__unicase_const_fns`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:30:11
   |
30 |     #[cfg(__unicase_const_fns)]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase_const_fns)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase_const_fns)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:479:11
    |
479 |     #[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: `__unicase_const_fns`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/ascii.rs:35:15
   |
35 |     #[cfg(not(__unicase_const_fns))]
   |               ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase_const_fns)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase_const_fns)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:511:15
    |
511 |         #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:629:15
    |
629 |     #[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: `__unicase__iter_cmp`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/mod.rs:1:7
  |
1 | #[cfg(__unicase__iter_cmp)]
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:640:11
    |
640 |     #[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: `__unicase__iter_cmp`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/mod.rs:38:7
   |
38 | #[cfg(__unicase__iter_cmp)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `u128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:695:11
    |
695 |     #[cfg(u128)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__unicase__iter_cmp`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/mod.rs:46:7
   |
46 | #[cfg(__unicase__iter_cmp)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__iter_cmp)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__iter_cmp)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `u128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:714:11
    |
714 |     #[cfg(u128)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:34:44
   |
34 |                     x @ _ if x <= 0x2e  => (from | 1),
   |                                            ^        ^
   |
   = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
   |
34 -                     x @ _ if x <= 0x2e  => (from | 1),
34 +                     x @ _ if x <= 0x2e  => from | 1,
   |

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:774:24
    |
774 |                 b'\x20'...b'\x7E' => escaped.push(*b 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:36:57
   |
36 |                     x @ _ if 0x32 <= x && x <= 0x36  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
36 -                     x @ _ if 0x32 <= x && x <= 0x36  => (from | 1),
36 +                     x @ _ if 0x32 <= x && x <= 0x36  => from | 1,
   |

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:801:15
    |
801 |         #[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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:37:57
   |
37 |                     x @ _ if 0x39 <= x && x <= 0x47  => ((from+1) & !1),
   |                                                         ^             ^
   |
help: remove these parentheses
   |
37 -                     x @ _ if 0x39 <= x && x <= 0x47  => ((from+1) & !1),
37 +                     x @ _ if 0x39 <= x && x <= 0x47  => (from+1) & !1,
   |

warning: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:39:57
   |
39 |                     x @ _ if 0x4a <= x && x <= 0x76  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
39 -                     x @ _ if 0x4a <= x && x <= 0x76  => (from | 1),
39 +                     x @ _ if 0x4a <= x && x <= 0x76  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1176:25
     |
1176 |     next_ch!(chars @ '0'...'7');
     |                         ^^^ 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:41:57
   |
41 |                     x @ _ if 0x79 <= x && x <= 0x7d  => ((from+1) & !1),
   |                                                         ^             ^
   |
help: remove these parentheses
   |
41 -                     x @ _ if 0x79 <= x && x <= 0x7d  => ((from+1) & !1),
41 +                     x @ _ if 0x79 <= x && x <= 0x7d  => (from+1) & !1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1177:25
     |
1177 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1177:37
     |
1177 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:44:57
   |
44 |                     x @ _ if 0x82 <= x && x <= 0x84  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
44 -                     x @ _ if 0x82 <= x && x <= 0x84  => (from | 1),
44 +                     x @ _ if 0x82 <= x && x <= 0x84  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1177:49
     |
1177 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1185:26
     |
1185 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:61:57
   |
61 |                     x @ _ if 0xa0 <= x && x <= 0xa4  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
61 -                     x @ _ if 0xa0 <= x && x <= 0xa4  => (from | 1),
61 +                     x @ _ if 0xa0 <= x && x <= 0xa4  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1185:40
     |
1185 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1185:54
     |
1185 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:69:57
   |
69 |                     x @ _ if 0xb3 <= x && x <= 0xb5  => ((from+1) & !1),
   |                                                         ^             ^
   |
help: remove these parentheses
   |
69 -                     x @ _ if 0xb3 <= x && x <= 0xb5  => ((from+1) & !1),
69 +                     x @ _ if 0xb3 <= x && x <= 0xb5  => (from+1) & !1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1186:26
     |
1186 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:78:57
   |
78 |                     x @ _ if 0xcb <= x && x <= 0xdb  => ((from+1) & !1),
   |                                                         ^             ^
   |
help: remove these parentheses
   |
78 -                     x @ _ if 0xcb <= x && x <= 0xdb  => ((from+1) & !1),
78 +                     x @ _ if 0xcb <= x && x <= 0xdb  => (from+1) & !1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1186:40
     |
1186 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1186:54
     |
1186 |     next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | 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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:79:57
   |
79 |                     x @ _ if 0xde <= x && x <= 0xee  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
79 -                     x @ _ if 0xde <= x && x <= 0xee  => (from | 1),
79 +                     x @ _ if 0xde <= x && x <= 0xee  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1195:25
     |
1195 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1195:37
     |
1195 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:82:57
   |
82 |                     x @ _ if 0xf2 <= x && x <= 0xf4  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
82 -                     x @ _ if 0xf2 <= x && x <= 0xf4  => (from | 1),
82 +                     x @ _ if 0xf2 <= x && x <= 0xf4  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1195:49
     |
1195 |     next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1197:37
     |
1197 |         let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:85:44
   |
85 |                     x @ _ if 0xf8 <= x  => (from | 1),
   |                                            ^        ^
   |
help: remove these parentheses
   |
85 -                     x @ _ if 0xf8 <= x  => (from | 1),
85 +                     x @ _ if 0xf8 <= x  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1197:49
     |
1197 |         let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1197:61
     |
1197 |         let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:91:44
   |
91 |                     x @ _ if x <= 0x1e  => (from | 1),
   |                                            ^        ^
   |
help: remove these parentheses
   |
91 -                     x @ _ if x <= 0x1e  => (from | 1),
91 +                     x @ _ if x <= 0x1e  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1226:16
     |
1226 |             '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: unnecessary parentheses around match arm expression
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:93:57
   |
93 |                     x @ _ if 0x22 <= x && x <= 0x32  => (from | 1),
   |                                                         ^        ^
   |
help: remove these parentheses
   |
93 -                     x @ _ if 0x22 <= x && x <= 0x32  => (from | 1),
93 +                     x @ _ if 0x22 <= x && x <= 0x32  => from | 1,
   |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1271:20
     |
1271 |                 '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1321:17
     |
1321 |             b'0'...b'9' => (b - b'0') as u64,
     |                 ^^^ 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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:102:57
    |
102 |                     x @ _ if 0x46 <= x && x <= 0x4e  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
102 -                     x @ _ if 0x46 <= x && x <= 0x4e  => (from | 1),
102 +                     x @ _ if 0x46 <= x && x <= 0x4e  => from | 1,
    |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1322:17
     |
1322 |             b'a'...b'f' => 10 + (b - b'a') as u64,
     |                 ^^^ 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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:109:57
    |
109 |                     x @ _ if 0x70 <= x && x <= 0x72  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
109 -                     x @ _ if 0x70 <= x && x <= 0x72  => (from | 1),
109 +                     x @ _ if 0x70 <= x && x <= 0x72  => from | 1,
    |

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1323:17
     |
1323 |             b'A'...b'F' => 10 + (b - b'A') as u64,
     |                 ^^^ 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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:126:57
    |
126 |                     x @ _ if 0xd8 <= x && x <= 0xee  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
126 -                     x @ _ if 0xd8 <= x && x <= 0xee  => (from | 1),
126 +                     x @ _ if 0xd8 <= x && x <= 0xee  => from | 1,
    |

warning: elided lifetime has a name
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/fallback.rs:1408:33
     |
1408 | named!(doc_comment_contents -> (&str, bool), alt!(
     |                                 ^ this elided lifetime gets resolved as `'a`
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/strnom.rs:162:18
     |
162  |         fn $name<'a>(i: Cursor<'a>) -> $crate::strnom::PResult<'a, $o> {
     |                  -- lifetime `'a` declared here
     |
     = note: `#[warn(elided_named_lifetimes)]` on by default

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:142:57
    |
142 |                     x @ _ if 0x60 <= x && x <= 0x80  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
142 -                     x @ _ if 0x60 <= x && x <= 0x80  => (from | 1),
142 +                     x @ _ if 0x60 <= x && x <= 0x80  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:4:7
  |
4 | #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:143:57
    |
143 |                     x @ _ if 0x8a <= x && x <= 0xbe  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
143 -                     x @ _ if 0x8a <= x && x <= 0xbe  => (from | 1),
143 +                     x @ _ if 0x8a <= x && x <= 0xbe  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:378:7
    |
378 | #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:145:57
    |
145 |                     x @ _ if 0xc1 <= x && x <= 0xcd  => ((from+1) & !1),
    |                                                         ^             ^
    |
help: remove these parentheses
    |
145 -                     x @ _ if 0xc1 <= x && x <= 0xcd  => ((from+1) & !1),
145 +                     x @ _ if 0xc1 <= x && x <= 0xcd  => (from+1) & !1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:384:7
    |
384 | #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:146:44
    |
146 |                     x @ _ if 0xd0 <= x  => (from | 1),
    |                                            ^        ^
    |
help: remove these parentheses
    |
146 -                     x @ _ if 0xd0 <= x  => (from | 1),
146 +                     x @ _ if 0xd0 <= x  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:406:7
    |
406 | #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:152:44
    |
152 |                     x @ _ if x <= 0x2e  => (from | 1),
    |                                            ^        ^
    |
help: remove these parentheses
    |
152 -                     x @ _ if x <= 0x2e  => (from | 1),
152 +                     x @ _ if x <= 0x2e  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:416:11
    |
416 | #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:252:44
    |
252 |                     x @ _ if x <= 0x94  => (from | 1),
    |                                            ^        ^
    |
help: remove these parentheses
    |
252 -                     x @ _ if x <= 0x94  => (from | 1),
252 +                     x @ _ if x <= 0x94  => from | 1,
    |

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:260:57
    |
260 |                     x @ _ if 0xa0 <= x && x <= 0xfe  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
260 -                     x @ _ if 0xa0 <= x && x <= 0xfe  => (from | 1),
260 +                     x @ _ if 0xa0 <= x && x <= 0xfe  => from | 1,
    |

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:203:19
    |
203 |             #[cfg(slow_extend)]
    |                   ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:213:23
    |
213 |             #[cfg(not(slow_extend))]
    |                       ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:420:57
    |
420 |                     x @ _ if 0x67 <= x && x <= 0x6b  => ((from+1) & !1),
    |                                                         ^             ^
    |
help: remove these parentheses
    |
420 -                     x @ _ if 0x67 <= x && x <= 0x6b  => ((from+1) & !1),
420 +                     x @ _ if 0x67 <= x && x <= 0x6b  => (from+1) & !1,
    |

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:237:27
    |
237 |                 #[cfg(not(slow_extend))]
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:428:57
    |
428 |                     x @ _ if 0x80 <= x && x <= 0xe2  => (from | 1),
    |                                                         ^        ^
    |
help: remove these parentheses
    |
428 -                     x @ _ if 0x80 <= x && x <= 0xe2  => (from | 1),
428 +                     x @ _ if 0x80 <= x && x <= 0xe2  => from | 1,
    |

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:245:23
    |
245 |                 #[cfg(slow_extend)]
    |                       ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:429:57
    |
429 |                     x @ _ if 0xeb <= x && x <= 0xed  => ((from+1) & !1),
    |                                                         ^             ^
    |
help: remove these parentheses
    |
429 -                     x @ _ if 0xeb <= x && x <= 0xed  => ((from+1) & !1),
429 +                     x @ _ if 0xeb <= x && x <= 0xed  => (from+1) & !1,
    |

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:268:27
    |
268 |                 #[cfg(not(slow_extend))]
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:439:53
    |
439 |             x @ _ if 0xa640 <= x && x <= 0xa66c  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
439 -             x @ _ if 0xa640 <= x && x <= 0xa66c  => (from | 1),
439 +             x @ _ if 0xa640 <= x && x <= 0xa66c  => from | 1,
    |

warning: unexpected `cfg` condition name: `slow_extend`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:272:23
    |
272 |                 #[cfg(slow_extend)]
    |                       ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_extend)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slow_extend)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:440:53
    |
440 |             x @ _ if 0xa680 <= x && x <= 0xa69a  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
440 -             x @ _ if 0xa680 <= x && x <= 0xa69a  => (from | 1),
440 +             x @ _ if 0xa680 <= x && x <= 0xa69a  => from | 1,
    |

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:441:53
    |
441 |             x @ _ if 0xa722 <= x && x <= 0xa72e  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
441 -             x @ _ if 0xa722 <= x && x <= 0xa72e  => (from | 1),
441 +             x @ _ if 0xa722 <= x && x <= 0xa72e  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:437:11
    |
437 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:442:53
    |
442 |             x @ _ if 0xa732 <= x && x <= 0xa76e  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
442 -             x @ _ if 0xa732 <= x && x <= 0xa76e  => (from | 1),
442 +             x @ _ if 0xa732 <= x && x <= 0xa76e  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:446:11
    |
446 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:443:53
    |
443 |             x @ _ if 0xa779 <= x && x <= 0xa77b  => ((from+1) & !1),
    |                                                     ^             ^
    |
help: remove these parentheses
    |
443 -             x @ _ if 0xa779 <= x && x <= 0xa77b  => ((from+1) & !1),
443 +             x @ _ if 0xa779 <= x && x <= 0xa77b  => (from+1) & !1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:455:11
    |
455 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:445:53
    |
445 |             x @ _ if 0xa77e <= x && x <= 0xa786  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
445 -             x @ _ if 0xa77e <= x && x <= 0xa786  => (from | 1),
445 +             x @ _ if 0xa77e <= x && x <= 0xa786  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:471:11
    |
471 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:448:53
    |
448 |             x @ _ if 0xa790 <= x && x <= 0xa792  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
448 -             x @ _ if 0xa790 <= x && x <= 0xa792  => (from | 1),
448 +             x @ _ if 0xa790 <= x && x <= 0xa792  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:479:15
    |
479 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:449:53
    |
449 |             x @ _ if 0xa796 <= x && x <= 0xa7a8  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
449 -             x @ _ if 0xa796 <= x && x <= 0xa7a8  => (from | 1),
449 +             x @ _ if 0xa796 <= x && x <= 0xa7a8  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:496:15
    |
496 |     #[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: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/unicode/map.rs:459:53
    |
459 |             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => (from | 1),
    |                                                     ^        ^
    |
help: remove these parentheses
    |
459 -             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => (from | 1),
459 +             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => from | 1,
    |

warning: unexpected `cfg` condition name: `super_unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:513:11
    |
513 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:523:11
    |
523 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:620:11
    |
620 |     #[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: `__unicase__core_and_alloc`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:138:19
    |
138 |         #[cfg(not(__unicase__core_and_alloc))]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__core_and_alloc)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__core_and_alloc)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:628:11
    |
628 |     #[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: `__unicase__const_fns`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:152:11
    |
152 |     #[cfg(__unicase__const_fns)]
    |           ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `u128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:818:11
    |
818 |     #[cfg(u128)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__unicase__const_fns`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:160:15
    |
160 |     #[cfg(not(__unicase__const_fns))]
    |               ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `u128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:837:11
    |
837 |     #[cfg(u128)]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__unicase__const_fns`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:166:11
    |
166 |     #[cfg(__unicase__const_fns)]
    |           ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `__unicase__const_fns`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs:174:15
    |
174 |     #[cfg(not(__unicase__const_fns))]
    |               ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__unicase__const_fns)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__unicase__const_fns)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.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: `procmacro2_semver_exempt`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:430:11
    |
430 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:438:11
    |
438 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:629:11
    |
629 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:640:11
    |
640 |     #[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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:870:11
    |
870 |     #[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: `u128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:1020:11
     |
1020 |     #[cfg(u128)]
     |           ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `u128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/lib.rs:1039:11
     |
1039 |     #[cfg(u128)]
     |           ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(u128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(u128)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:3:24
  |
3 | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:63:30
   |
63 |         type PanicHook = Fn(&PanicInfo) + Sync + Send + 'static;
   |                              ^^^^^^^^^

   Compiling unicode-normalization v0.1.13
   Compiling gimli v0.23.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-normalization-0.1.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-normalization-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='kwantam ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_normalization --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-normalization-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a8cb7b3cc4ec307 -C extra-filename=-d0feec171e4f4bbe --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern tinyvec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtinyvec-d214ca1f55e500f7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name gimli --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="read"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "endian-reader", "fallible-iterator", "indexmap", "read", "rustc-dep-of-std", "stable_deref_trait", "std", "write"))' -C metadata=acea6bfaa9b2b795 -C extra-filename=-ebc8d09f60c28502 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: creating a shared reference to mutable static is discouraged
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-core-0.1.11/src/dispatcher.rs:389:14
    |
389 |         Some(GLOBAL_DISPATCH.as_ref().expect(
    |              ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

   Compiling want v0.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=channel,default,iterator CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_CHANNEL=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_ITERATOR=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/signal-hook-1568ab67e362d727/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/signal-hook-66a0299dbd0e79d8/build-script-build`
   Compiling aho-corasick v0.7.13
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/lib.rs:161:7
    |
161 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` 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: `has_i128`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/bounds.rs:3:7
  |
3 | #[cfg(has_i128)]
  |       ^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/bounds.rs:38:7
   |
38 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/bounds.rs:46:7
   |
46 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/bounds.rs:107:7
    |
107 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:4:7
  |
4 | #[cfg(has_i128)]
  |       ^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:194:7
    |
194 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/unicase-1b06f9e95f267936/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-4d8d15015e4a6d74/build-script-build`
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:267:7
    |
267 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_to_int_unchecked`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:287:7
    |
287 | #[cfg(has_to_int_unchecked)]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_to_int_unchecked)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_to_int_unchecked`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:296:11
    |
296 | #[cfg(not(has_to_int_unchecked))]
    |           ^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_to_int_unchecked)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:577:7
    |
577 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:584:7
    |
584 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` 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=want CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Detect when another Future wants a result.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=want CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/want' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name want --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.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=e3efe393feb045d6 -C extra-filename=-436747e78af888ec --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-6697860c347e7ea1.rmeta --extern try_lock=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtry_lock-725207071b537ffe.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:696:7
    |
696 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:703:7
    |
703 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:785:7
    |
785 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:787:7
    |
787 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
777 | impl_as_primitive!(u8 => { char, f32, f64 });
    | -------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
777 | impl_as_primitive!(u8 => { char, f32, f64 });
    | -------------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
778 | impl_as_primitive!(i8 => { f32, f64 });
    | -------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
778 | impl_as_primitive!(i8 => { f32, f64 });
    | -------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
779 | impl_as_primitive!(u16 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
779 | impl_as_primitive!(u16 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
780 | impl_as_primitive!(i16 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
780 | impl_as_primitive!(i16 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
781 | impl_as_primitive!(u32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
781 | impl_as_primitive!(u32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
782 | impl_as_primitive!(i32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
782 | impl_as_primitive!(i32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
783 | impl_as_primitive!(u64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
783 | impl_as_primitive!(u64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
784 | impl_as_primitive!(i64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
784 | impl_as_primitive!(i64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
786 | impl_as_primitive!(u128 => { f32, f64 });
    | ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
786 | impl_as_primitive!(u128 => { f32, f64 });
    | ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
788 | impl_as_primitive!(i128 => { f32, f64 });
    | ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
788 | impl_as_primitive!(i128 => { f32, f64 });
    | ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/proc-macro2-0.4.30/src/wrapper.rs:63:26
   |
63 |         type PanicHook = Fn(&PanicInfo) + Sync + Send + 'static;
   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
63 |         type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static;
   |                          +++

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
789 | impl_as_primitive!(usize => { f32, f64 });
    | ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
789 | impl_as_primitive!(usize => { f32, f64 });
    | ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
790 | impl_as_primitive!(isize => { f32, f64 });
    | ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
790 | impl_as_primitive!(isize => { f32, f64 });
    | ----------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
791 | impl_as_primitive!(f32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
791 | impl_as_primitive!(f32 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
792 | impl_as_primitive!(f64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
792 | impl_as_primitive!(f64 => { f32, f64 });
    | --------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
793 | impl_as_primitive!(char => { char });
    | ------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/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.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=907c1ed7b0a8e522 -C extra-filename=-d1041ec3c6a17a9a --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern memchr=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-1cbddfdc6aa6dafe.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling rand_pcg v0.1.2
   Compiling rand_chacha v0.1.1
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
793 | impl_as_primitive!(char => { char });
    | ------------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:771:42
    |
771 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
794 | impl_as_primitive!(bool => {});
    | ------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:773:42
    |
773 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
794 | impl_as_primitive!(bool => {});
    | ------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

[unicase 2.6.0] cargo:rustc-cfg=__unicase__iter_cmp
warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:54:11
   |
54 |     #[cfg(has_i128)]
   |           ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:100:11
    |
100 |     #[cfg(has_i128)]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
189 | impl_to_primitive_int!(isize);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
189 | impl_to_primitive_int!(isize);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
190 | impl_to_primitive_int!(i8);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
190 | impl_to_primitive_int!(i8);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
191 | impl_to_primitive_int!(i16);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
191 | impl_to_primitive_int!(i16);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
192 | impl_to_primitive_int!(i32);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
192 | impl_to_primitive_int!(i32);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
193 | impl_to_primitive_int!(i64);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
193 | impl_to_primitive_int!(i64);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:163:23
    |
163 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
195 | impl_to_primitive_int!(i128);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:173:23
    |
173 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
195 | impl_to_primitive_int!(i128);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
262 | impl_to_primitive_uint!(usize);
    | ------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
262 | impl_to_primitive_uint!(usize);
    | ------------------------------ in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
263 | impl_to_primitive_uint!(u8);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
263 | impl_to_primitive_uint!(u8);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
264 | impl_to_primitive_uint!(u16);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
264 | impl_to_primitive_uint!(u16);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
265 | impl_to_primitive_uint!(u32);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
265 | impl_to_primitive_uint!(u32);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
266 | impl_to_primitive_uint!(u64);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
266 | impl_to_primitive_uint!(u64);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:236:23
    |
236 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
268 | impl_to_primitive_uint!(u128);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:246:23
    |
246 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
268 | impl_to_primitive_uint!(u128);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:369:23
    |
369 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
391 | impl_to_primitive_float!(f32);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:379:23
    |
379 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
391 | impl_to_primitive_float!(f32);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:369:23
    |
369 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
392 | impl_to_primitive_float!(f64);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:379:23
    |
379 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
392 | impl_to_primitive_float!(f64);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:436:11
    |
436 |     #[cfg(has_i128)]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:481:11
    |
481 |     #[cfg(has_i128)]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
572 | impl_from_primitive!(isize, to_isize);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
572 | impl_from_primitive!(isize, to_isize);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
573 | impl_from_primitive!(i8, to_i8);
    | ------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
573 | impl_from_primitive!(i8, to_i8);
    | ------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
574 | impl_from_primitive!(i16, to_i16);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
574 | impl_from_primitive!(i16, to_i16);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
575 | impl_from_primitive!(i32, to_i32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
575 | impl_from_primitive!(i32, to_i32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
576 | impl_from_primitive!(i64, to_i64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Selected PCG random number generators
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_pcg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_pcg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=0e62c485c2831c65 -C extra-filename=-33220d1b597203aa --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_pcg-33220d1b597203aa -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-c9040029170d9cb9.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_chacha' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.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=f5c4b3fe8d35f988 -C extra-filename=-e0d18fa7c4f7abe0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_chacha-e0d18fa7c4f7abe0 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-c9040029170d9cb9.rlib --cap-lints warn`
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
576 | impl_from_primitive!(i64, to_i64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
578 | impl_from_primitive!(i128, to_i128);
    | ----------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
578 | impl_from_primitive!(i128, to_i128);
    | ----------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

[unicase 2.6.0] cargo:rustc-cfg=__unicase__default_hasher
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
579 | impl_from_primitive!(usize, to_usize);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
579 | impl_from_primitive!(usize, to_usize);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
580 | impl_from_primitive!(u8, to_u8);
    | ------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
580 | impl_from_primitive!(u8, to_u8);
    | ------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
581 | impl_from_primitive!(u16, to_u16);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
581 | impl_from_primitive!(u16, to_u16);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
582 | impl_from_primitive!(u32, to_u32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
582 | impl_from_primitive!(u32, to_u32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
583 | impl_from_primitive!(u64, to_u64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
583 | impl_from_primitive!(u64, to_u64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
585 | impl_from_primitive!(u128, to_u128);
    | ----------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
585 | impl_from_primitive!(u128, to_u128);
    | ----------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
586 | impl_from_primitive!(f32, to_f32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
586 | impl_from_primitive!(f32, to_f32);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:528:19
    |
528 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
587 | impl_from_primitive!(f64, to_f64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:554:19
    |
554 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
587 | impl_from_primitive!(f64, to_f64);
    | --------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:606:15
    |
606 |         #[cfg(has_i128)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:614:15
    |
614 |         #[cfg(has_i128)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:639:15
    |
639 |         #[cfg(has_i128)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/cast.rs:647:15
    |
647 |         #[cfg(has_i128)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/identities.rs:51:7
   |
51 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/identities.rs:59:7
   |
59 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/identities.rs:140:7
    |
140 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/identities.rs:148:7
    |
148 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/int.rs:400:7
    |
400 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/int.rs:407:7
    |
407 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:27:7
   |
27 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:35:7
   |
35 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:50:7
   |
50 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:58:7
   |
58 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:74:7
   |
74 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:82:7
   |
82 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:98:7
   |
98 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:106:7
    |
106 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:139:7
    |
139 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:147:7
    |
147 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:187:7
    |
187 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:195:7
    |
195 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:233:7
    |
233 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:241:7
    |
241 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:268:7
    |
268 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/checked.rs:276:7
    |
276 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/mul_add.rs:71:7
   |
71 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/mul_add.rs:102:7
    |
102 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:32:7
   |
32 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:58:7
   |
58 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:66:7
   |
66 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:81:7
   |
81 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:89:7
   |
89 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:104:7
    |
104 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/saturating.rs:112:7
    |
112 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:35:7
   |
35 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:43:7
   |
43 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:58:7
   |
58 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:66:7
   |
66 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:81:7
   |
81 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:89:7
   |
89 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:130:7
    |
130 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:137:7
    |
137 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:175:7
    |
175 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:183:7
    |
183 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:210:7
    |
210 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/ops/wrapping.rs:218:7
    |
218 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:102:7
    |
102 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:104:7
    |
104 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:106:7
    |
106 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:108:7
    |
108 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:111:7
    |
111 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:113:7
    |
113 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:115:7
    |
115 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:117:7
    |
117 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:136:7
    |
136 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/pow.rs:138:7
    |
138 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/sign.rs:77:7
   |
77 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-traits-0.2.12/src/sign.rs:206:7
    |
206 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` 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=std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/getrandom-169ceb468c902a7c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/getrandom-7c79b86195a5496d/build-script-build`
warning: `httparse` (build script) generated 3 warnings
   Compiling num-iter v0.1.42
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' 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=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/crc32fast-b472bdf86bdee762/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/crc32fast-7a1c2fee94af8ac8/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='External iterators for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-iter' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-iter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-iter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ca68fd9e7ec88676 -C extra-filename=-e08af3e56660c1bf --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-iter-e08af3e56660c1bf -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/httparse-cd55df2c73fba511/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/httparse-5fbe70786c4c11a4/build-script-build`
[unicase 2.6.0] cargo:rustc-cfg=__unicase__const_fns
[crc32fast 1.2.1] cargo:rerun-if-changed=build.rs
warning: `unicase` (lib) generated 60 warnings
   Compiling tracing v0.1.17
[unicase 2.6.0] cargo:rustc-cfg=__unicase__core_and_alloc
   Compiling mime_guess v2.0.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-0.1.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-0.1.17/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tracing --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-0.1.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="log"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes"))' -C metadata=684ee1c19f0d5cdb -C extra-filename=-4fdd013374a87662 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-6697860c347e7ea1.rmeta --extern tracing_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtracing_core-7eb9f480a3175b0d.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[crc32fast 1.2.1] cargo:rustc-cfg=crc32fast_stdarchx86
   Compiling num-rational v0.3.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0dbfa584761b9a19 -C extra-filename=-1a61b2775b66ff0c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/mime_guess-1a61b2775b66ff0c -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern unicase=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicase-55c3b7d2122fe50f.rlib --cap-lints warn`
   Compiling openssl-sys v0.9.58
[httparse 1.3.4] cargo:rustc-cfg=httparse_min_2018
[httparse 1.3.4] cargo:rustc-cfg=httparse_simd
warning: use of deprecated method `try_lock::TryLock::::try_lock_order`: This method is actually unsafe because it unsafely allows the use of weaker memory ordering. Please use try_lock_explicit instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/src/lib.rs:209:63
    |
209 |                     if let Some(mut locked) = self.inner.task.try_lock_order(SeqCst, SeqCst) {
    |                                                               ^^^^^^^^^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/src/lib.rs:2:9
    |
2   | #![deny(warnings)]
    |         ^^^^^^^^
    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=httparse CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/httparse-cd55df2c73fba511/out /usr/local/bin/rustc --crate-name httparse --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0cab76da78a13c6d -C extra-filename=-1a721bcc57ffc505 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg httparse_min_2018 --cfg httparse_simd`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.58 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=58 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_main --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/build/main.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("openssl-src", "vendored"))' -C metadata=e9cbafb2efbc6f38 -C extra-filename=-a91450966b75048e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-sys-a91450966b75048e -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --extern cc=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libcc-95d33b5f5ff17ef8.rlib --extern pkg_config=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libpkg_config-208b04b291ec957e.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/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("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=1451cee83ebb1331 -C extra-filename=-c45d5432ab263715 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-rational-c45d5432ab263715 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-cdafda4f7aa225b5.rlib --cap-lints warn`
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/src/lib.rs:212:52
    |
212 |                         let old = self.inner.state.compare_and_swap(
    |                                                    ^^^^^^^^^^^^^^^^

warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/src/lib.rs:253:26
    |
253 |         self.inner.state.compare_and_swap(
    |                          ^^^^^^^^^^^^^^^^

warning: use of deprecated method `try_lock::TryLock::::try_lock_order`: This method is actually unsafe because it unsafely allows the use of weaker memory ordering. Please use try_lock_explicit instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/want-0.3.0/src/lib.rs:352:63
    |
352 |                     if let Some(mut locked) = self.inner.task.try_lock_order(SeqCst, SeqCst) {
    |                                                               ^^^^^^^^^^^^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/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.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/ryu-5e5211eb4bd55d78/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/ryu-e6e6f5f360c032c4/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/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.60 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-6552f82d3b2c865e/out /usr/local/bin/rustc --crate-name syn --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d55f018733e4fb68 -C extra-filename=-abdbc57c775984c4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-68746a94b6db651b.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-e3d9e5cbf3c88a0a.rmeta --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-591121908a53b3fc.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
warning: unexpected `cfg` condition value: `phf`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:1:7
  |
1 | #[cfg(feature = "phf")]
  |       ^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default` and `rev-mappings`
  = help: consider adding `phf` as a feature in `Cargo.toml`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:20:7
   |
20 | #[cfg(feature = "phf")]
   |       ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:36:7
   |
36 | #[cfg(feature = "phf")]
   |       ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:73:11
   |
73 | #[cfg(all(feature = "phf", feature = "rev-mappings"))]
   |           ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `phf`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:118:15
    |
118 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))]
    |               ^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `default` and `rev-mappings`
    = help: consider adding `phf` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/build.rs:28:11
   |
28 |     #[cfg(feature = "phf")]
   |           ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

[ryu 1.0.5] cargo:rustc-cfg=integer128
[ryu 1.0.5] cargo:rustc-cfg=maybe_uninit
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-0.1.17/src/lib.rs:812:5
    |
812 |     const_err,
    |     ^^^^^^^^^
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tracing-0.1.17/src/lib.rs:820:5
    |
820 |     private_in_public,
    |     ^^^^^^^^^^^^^^^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/failure_derive-0.1.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/failure_derive-0.1.8/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.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/failure_derive-ad9dc88f644d59ec/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/failure_derive-dca161a3f0e4d4b5/build-script-build`
   Compiling thread_local v1.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/thread_local-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name thread_local --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=56b0753e514a0b55 -C extra-filename=-285b5978e956e384 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern lazy_static=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-08079672d47ea8c5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling instant v0.1.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=instant CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/instant-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/instant-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='sebcrozet ' CARGO_PKG_DESCRIPTION='A partial replacement for std::time::Instant that works on WASM too.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=instant CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sebcrozet/instant' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name instant --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/instant-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("js-sys", "now", "stdweb", "time", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=888bdd7b37b3c100 -C extra-filename=-70b226c135ce517f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[failure_derive 0.1.8] cargo:rustc-cfg=has_dyn_trait
   Compiling encoding_rs v0.8.23
warning: `want` (lib) generated 4 warnings
   Compiling serde_json v1.0.64
   Compiling percent-encoding v2.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/Cargo.toml CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/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("fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=d329c267f5bb9e18 -C extra-filename=-db6c0aa66000b0fc --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/encoding_rs-db6c0aa66000b0fc -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling tower-service v0.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_json-1.0.64 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_json-1.0.64/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.64 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=64 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_json-1.0.64/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", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=789972a132b1f822 -C extra-filename=-ac93e4eb83b29f3c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_json-ac93e4eb83b29f3c -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-2.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name percent_encoding --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-2.1.0/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=711c60760c950fdf -C extra-filename=-eb1d0a959b81267e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `proc-macro2` (lib) generated 108 warnings
   Compiling scopeguard v1.1.0
warning: unexpected `cfg` condition name: `httparse_min_2018`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/lib.rs:7:13
  |
7 | #![cfg_attr(httparse_min_2018, allow(rust_2018_idioms))]
  |             ^^^^^^^^^^^^^^^^^
  |
  = 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(httparse_min_2018)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_min_2018)");` 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: `httparse_simd`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:2:5
  |
2 |     httparse_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(httparse_simd)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:11:5
   |
11 |     httparse_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(httparse_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:20:5
   |
20 |     httparse_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(httparse_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:29:5
   |
29 |     httparse_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(httparse_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:31:9
   |
31 |         httparse_simd_target_feature_avx2,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:32:13
   |
32 |         not(httparse_simd_target_feature_sse42),
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:42:5
   |
42 |     httparse_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(httparse_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:44:9
   |
44 |         httparse_simd_target_feature_sse42,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:45:9
   |
45 |         httparse_simd_target_feature_avx2,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:129:5
    |
129 |     httparse_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(httparse_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:131:9
    |
131 |         httparse_simd_target_feature_sse42,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:132:9
    |
132 |         httparse_simd_target_feature_avx2,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:142:5
    |
142 |     httparse_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(httparse_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:144:9
    |
144 |     not(httparse_simd_target_feature_avx2),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:173:5
    |
173 |     httparse_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(httparse_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:175:9
    |
175 |     not(httparse_simd_target_feature_avx2),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `httparse_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:184:5
    |
184 |     httparse_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(httparse_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `httparse_simd`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/httparse-1.3.4/src/simd/mod.rs:231:5
    |
231 |     httparse_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(httparse_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition value: `asmjs`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/instant-0.1.7/src/lib.rs:4:9
  |
4 |         target_arch = "asmjs"
  |         ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/scopeguard-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/scopeguard-1.1.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).

Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name scopeguard --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=0eb58538e75f1b0d -C extra-filename=-bbbd2eaa05af6369 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tower_service CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tower-service-0.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tower-service-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Tower Maintainers ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, request / response based, client or server.
' CARGO_PKG_HOMEPAGE='https://github.com/tower-rs/tower' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tower-service CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tower-rs/tower' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tower_service --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tower-service-0.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=626b97a57b070c20 -C extra-filename=-de0aa4e16bba86fa --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `instant` (lib) generated 1 warning
   Compiling either v1.5.3
warning: panic message is not a string literal
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/build/find_normal.rs:157:12
    |
157 |     panic!(msg);
    |            ^^^
    |
    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
    = note: for more information, see 
    = note: `#[warn(non_fmt_panics)]` on by default
help: add a "{}" format string to `Display` the message
    |
157 |     panic!("{}", msg);
    |            +++++

warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/either-1.5.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/either-1.5.3/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name either --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/either-1.5.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="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=acc2214587688c67 -C extra-filename=-3b1d3db43d54e204 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling smallvec v1.4.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1/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("const_generics", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=90fcbd0ce1672b04 -C extra-filename=-67e2192c0207a901 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: method `unchecked_unwrap_none` is never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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)]` on by default

warning: method `unchecked_unwrap_err` is never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
135 |             let _ = Box::from_raw(self.table.load(Ordering::Relaxed));
    |             +++++++

   Compiling rustc-demangle v0.1.16
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-demangle-0.1.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_demangle --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=e7ef99dbbc9819c2 -C extra-filename=-f83c51eefedaa714 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling object v0.23.0
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/either-1.5.3/src/lib.rs:839:32
    |
839 |     fn cause(&self) -> Option<&Error> {
    |                                ^^^^^
    |
    = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
    |
839 |     fn cause(&self) -> Option<&dyn Error> {
    |                                +++

warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-2.1.0/lib.rs:437:27
    |
437 |             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
437 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
437 +             debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
437 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
437 +             debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name object --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "elf", "flate2", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "wasm", "wasmparser", "write", "write_core"))' -C metadata=ae5baa003dac6c27 -C extra-filename=-870363251442b320 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling signal-hook-registry v1.4.0
warning: `tracing-core` (lib) generated 8 warnings
   Compiling iovec v0.1.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_registry CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-registry-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-registry-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Masaki Hara ' CARGO_PKG_DESCRIPTION='Backend crate for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-registry CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name signal_hook_registry --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-registry-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())' -C metadata=b2fc1a0c05217a64 -C extra-filename=-172d3b9db0013099 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=iovec CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/iovec-0.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/iovec-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Portable buffer type for scatter/gather I/O operations
' CARGO_PKG_HOMEPAGE='https://github.com/carllerche/iovec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/carllerche/iovec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name iovec --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/iovec-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d95f528e270bc7d -C extra-filename=-e976ca4b1b40ed3d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1/lib.rs:87:28
   |
87 | use alloc::alloc::{Layout, LayoutErr};
   |                            ^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1/lib.rs:233:11
    |
233 | impl From for CollectionAllocErr {
    |           ^^^^^^^^^

warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/smallvec-1.4.1/lib.rs:234:16
    |
234 |     fn from(_: LayoutErr) -> Self {
    |                ^^^^^^^^^

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/either-1.5.3/src/lib.rs:835:43
    |
835 |         either!(*self, ref inner => inner.description())
    |                                           ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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: `hashbrown` (lib) generated 3 warnings
   Compiling net2 v0.2.37
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=net2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/net2-0.2.37 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/net2-0.2.37/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Extensions to the standard library'\''s networking types as proposed in RFC 1158.
' CARGO_PKG_HOMEPAGE='https://github.com/deprecrated/net2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=net2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/deprecrated/net2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name net2 --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/net2-0.2.37/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="duration"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "duration", "nightly"))' -C metadata=3ff5a4baac2f7965 -C extra-filename=-a850e1b9fabd3d33 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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)]` on by default

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:301:19
    |
301 |             match try!(self.next()) {
    |                   ^^^

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-demangle-0.1.16/src/v0.rs:471:13
    |
471 |             try!(self.integer_62());
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-demangle-0.1.16/src/lib.rs:191:17
    |
191 |                 try!(fmt::Display::fmt(d, f))
    |                 ^^^

   Compiling num_cpus v1.13.0
warning: `either` (lib) generated 2 warnings
   Compiling quote v0.6.13
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-0.6.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-0.6.13/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=0.6.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name quote --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-0.6.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=07c5a643dcb145c3 -C extra-filename=-cf8de669fc12ce2d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-155c9485e81e15a8.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num_cpus-1.13.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num_cpus-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name num_cpus --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num_cpus-1.13.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=93ef7c13bc88746f -C extra-filename=-6489de9f8d7a859e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `tracing` (lib) generated 2 warnings
warning: creating a shared reference to mutable static is discouraged
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-registry-1.4.0/src/lib.rs:281:18
    |
281 |         unsafe { GLOBAL_DATA.as_ref().unwrap() }
    |                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

warning: `percent-encoding` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='bluss:Josh Stone ' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.

The indexmap is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys. It has the usual
hash table functionality, it preserves insertion order except after
removals, and it allows lookup of its elements by either hash table key
or numerical index. A corresponding hash set type is also provided.

This crate was initially published under the name ordermap, but it was renamed to
indexmap.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/indexmap-70f37c43a81d5e47/out /usr/local/bin/rustc --crate-name indexmap --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rayon", "serde", "serde-1", "test_debug", "test_low_transition_point"))' -C metadata=98579d5f09c57fcf -C extra-filename=-1a7f9905ee494267 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern hashbrown=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libhashbrown-df49dc066ff62f8c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_std`
   Compiling time v0.1.43
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Utilities for working with time-related functions in Rust.
' CARGO_PKG_HOMEPAGE='https://github.com/time-rs/time' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name time --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/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("rustc-serialize"))' -C metadata=44daa3ac18060af8 -C extra-filename=-09f803984ff9bf70 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `thread_local` (lib) generated 4 warnings
   Compiling socket2 v0.3.19
   Compiling dtoa v0.4.6
warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num_cpus-1.13.0/src/lib.rs:328:5
    |
328 |     target_os = "nacl",
    |     ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dtoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast functions for printing floating-point primitives to an io::Write' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dtoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/dtoa' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name dtoa --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cff192c9075734a -C extra-filename=-d450deee48e4e472 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/socket2-0.3.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/socket2-0.3.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/socket2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/socket2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name socket2 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/socket2-0.3.19/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("pair", "reuseport", "unix"))' -C metadata=5edfd8f0d3669801 -C extra-filename=-8b588c40aa414568 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-072ae5456211be66.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num_cpus-1.13.0/src/lib.rs:409:5
    |
409 |     target_os = "nacl",
    |     ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `integer128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quote-0.6.13/src/to_tokens.rs:148:7
    |
148 | #[cfg(integer128)]
    |       ^^^^^^^^^^
    |
    = 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(integer128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `unicode-bidi` (lib) generated 3 warnings
   Compiling regex-syntax v0.6.18
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/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.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/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=f80646f6082d3090 -C extra-filename=-f6f3b30fbd76fbd1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `libc` (lib) generated 70 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_json-1.0.64 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_json-1.0.64/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.64 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=64 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/serde_json-53cb31fccb3f10ce/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_json-ac93e4eb83b29f3c/build-script-build`
warning: anonymous parameters are deprecated and will be removed in the next edition
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/lib.rs:64:34
   |
64 |     fn write(self, W) -> io::Result;
   |                                  ^ help: try naming the parameter or explicitly ignoring it: `_: W`
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
   = note: for more information, see issue #41686 
   = note: `#[warn(anonymous_parameters)]` on by default

[serde_json 1.0.64] cargo:rustc-cfg=limb_width_64
warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/lib.rs:4:17
  |
4 | #![cfg_attr(not(has_std), no_std)]
  |                 ^^^^^^^
  |
  = 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(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` 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: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/lib.rs:82:11
   |
82 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/lib.rs:87:11
   |
87 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/lib.rs:99:11
   |
99 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/macros.rs:1:7
  |
1 | #[cfg(has_std)]
  |       ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/macros.rs:40:7
   |
40 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map.rs:6:11
  |
6 | #[cfg(not(has_std))]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map.rs:20:7
   |
20 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map.rs:74:7
   |
74 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map.rs:79:11
   |
79 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map.rs:148:7
    |
148 | #[cfg(has_std)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/map/core.rs:12:11
   |
12 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/set.rs:6:11
  |
6 | #[cfg(not(has_std))]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/set.rs:9:7
  |
9 | #[cfg(has_std)]
  |       ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/set.rs:66:7
   |
66 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/set.rs:70:11
   |
70 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0/src/set.rs:132:7
    |
132 | #[cfg(has_std)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `openssl-sys` (build script) generated 1 warning
warning: `num_cpus` (lib) generated 2 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58 CARGO_MANIFEST_LINKS=openssl CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.58 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=58 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-sys-8243827819d28f7a/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-sys-a91450966b75048e/build-script-main`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/signal-hook-1568ab67e362d727/out /usr/local/bin/rustc --crate-name signal_hook --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4a076ebd4c426628 -C extra-filename=-fec7daafd0603960 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern signal_hook_registry=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook_registry-172d3b9db0013099.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling bytes v0.4.12
warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/src/sys.rs:257:15
    |
257 |     #[cfg(any(target_os = "nacl", target_os = "solaris", target_os = "illumos"))]
    |               ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/src/sys.rs:324:13
    |
324 |             target_os = "nacl",
    |             ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/src/lib.rs:286:5
    |
286 |     extern { fn tzset(); }
    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
    = note: `#[warn(missing_abi)]` on by default

warning: elided lifetime has a name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/time-0.1.43/src/lib.rs:526:37
    |
526 |     pub fn rfc3339<'a>(&'a self) -> TmFmt {
    |                    --               ^^^^^ this elided lifetime gets resolved as `'a`
    |                    |
    |                    lifetime `'a` declared here
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='https://github.com/carllerche/bytes' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/carllerche/bytes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name bytes --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either", "i128", "serde"))' -C metadata=cfa4c1ba5b45d0b9 -C extra-filename=-0bb456d1d2e9d592 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern byteorder=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-4be41dad5fd1bad3.rmeta --extern iovec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libiovec-e976ca4b1b40ed3d.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `smallvec` (lib) generated 3 warnings
   Compiling parking_lot_core v0.8.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name parking_lot_core --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c82dc17c9e013b9f -C extra-filename=-15f4c34778422af4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --extern instant=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libinstant-70b226c135ce517f.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern smallvec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsmallvec-67e2192c0207a901.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `httparse` (lib) generated 23 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/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=0.15.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-a98c163bb5f73790/out /usr/local/bin/rustc --crate-name syn --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=1fd20f2bfe98e157 -C extra-filename=-17152a07401486e5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-155c9485e81e15a8.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-cf8de669fc12ce2d.rmeta --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-386a54e6e869405c.rmeta --cap-lints warn --cfg syn_can_match_trailing_dollar --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path --cfg syn_disable_nightly_tests`
warning: trait `Zero` is never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/net2-0.2.37/src/utils.rs:40:11
   |
40 | pub trait Zero {
   |           ^^^^
   |
note: the lint level is defined here
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/net2-0.2.37/src/lib.rs:42:23
   |
42 | #![deny(missing_docs, warnings)]
   |                       ^^^^^^^^
   = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]`

[openssl-sys 0.9.58] cargo:rustc-cfg=const_fn
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=X86_64_UNKNOWN_FREEBSD_OPENSSL_LIB_DIR
[openssl-sys 0.9.58] X86_64_UNKNOWN_FREEBSD_OPENSSL_LIB_DIR unset
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
[openssl-sys 0.9.58] OPENSSL_LIB_DIR = /usr/lib
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=X86_64_UNKNOWN_FREEBSD_OPENSSL_INCLUDE_DIR
[openssl-sys 0.9.58] X86_64_UNKNOWN_FREEBSD_OPENSSL_INCLUDE_DIR unset
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
[openssl-sys 0.9.58] OPENSSL_INCLUDE_DIR = /usr/include
[openssl-sys 0.9.58] cargo:rustc-link-search=native=/usr/lib
[openssl-sys 0.9.58] cargo:include=/usr/include
[openssl-sys 0.9.58] OPT_LEVEL = Some("2")
[openssl-sys 0.9.58] TARGET = Some("x86_64-unknown-freebsd")
[openssl-sys 0.9.58] HOST = Some("x86_64-unknown-freebsd")
[openssl-sys 0.9.58] CC_x86_64-unknown-freebsd = None
[openssl-sys 0.9.58] CC_x86_64_unknown_freebsd = None
[openssl-sys 0.9.58] HOST_CC = None
[openssl-sys 0.9.58] CC = Some("cc")
[openssl-sys 0.9.58] CFLAGS_x86_64-unknown-freebsd = None
[openssl-sys 0.9.58] CFLAGS_x86_64_unknown_freebsd = None
[openssl-sys 0.9.58] HOST_CFLAGS = None
[openssl-sys 0.9.58] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing ")
[openssl-sys 0.9.58] CRATE_CC_NO_DEFAULTS = None
[openssl-sys 0.9.58] DEBUG = Some("false")
[openssl-sys 0.9.58] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
warning: `quote` (lib) generated 1 warning
[openssl-sys 0.9.58] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "/usr/include" "-E" "build/expando.c"
warning: the type `[u8; 24]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/dtoa.rs:493:36
    |
493 |           let mut buffer: [u8; 24] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/lib.rs:69:9
    |
69  | /         dtoa! {
70  | |             floating_type: f32,
71  | |             significand_type: u32,
72  | |             exponent_type: i32,
...   |
83  | |             min_power: (-36),
84  | |         };
    | |_________- in this macro invocation
    |
    = note: integers must be initialized
    = note: `#[warn(invalid_value)]` on by default
    = note: this warning originates in the macro `dtoa` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/Cargo.toml CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/encoding_rs-3e6c113f6cf62d66/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/encoding_rs-db6c0aa66000b0fc/build-script-build`
warning: the type `[u8; 24]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/dtoa.rs:493:36
    |
493 |           let mut buffer: [u8; 24] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dtoa-0.4.6/src/lib.rs:91:9
    |
91  | /         dtoa! {
92  | |             floating_type: f64,
93  | |             significand_type: u64,
94  | |             exponent_type: isize,
...   |
105 | |             min_power: (-348),
106 | |         };
    | |_________- in this macro invocation
    |
    = note: integers must be initialized
    = note: this warning originates in the macro `dtoa` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cloudabi`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/lib.rs:55:30
   |
55 |     all(feature = "nightly", target_os = "cloudabi",),
   |                              ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/thread_parker/mod.rs:79:46
   |
79 |     } else if #[cfg(all(feature = "nightly", target_os = "cloudabi"))] {
   |                                              ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration

warning: unused import: `UnparkHandle`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/thread_parker/mod.rs:88:49
   |
88 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle};
   |                                                 ^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/getrandom-169ceb468c902a7c/out /usr/local/bin/rustc --crate-name getrandom --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/getrandom-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=d8acaf25a9196939 -C extra-filename=-891472d372b68689 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-072ae5456211be66.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/spinwait.rs:9:24
  |
9 | use std::sync::atomic::spin_loop_hint;
  |                        ^^^^^^^^^^^^^^
  |
  = note: `#[warn(deprecated)]` on by default

warning: `proc-macro2` (lib) generated 118 warnings
   Compiling mio v0.7.0
warning: `dtoa` (lib) generated 3 warnings
warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/spinwait.rs:16:9
   |
16 |         spin_loop_hint()
   |         ^^^^^^^^^^^^^^

   Compiling atty v0.2.14
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.7.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking IO' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name mio --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="os-poll"' --cfg 'feature="os-util"' --cfg 'feature="uds"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-docs", "os-poll", "os-util", "tcp", "udp", "uds"))' -C metadata=2a37d9fb8120f339 -C extra-filename=-596400845e074374 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-6697860c347e7ea1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/atty-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/atty-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='softprops ' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name atty --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=403b4a96350e0d12 -C extra-filename=-51126a850c59bbe3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.58] exit status: 0
[openssl-sys 0.9.58] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
[openssl-sys 0.9.58] cargo:conf=OPENSSL_NO_SSL3_METHOD
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl101
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl102
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl102f
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl102h
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl110
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl110f
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl110g
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl110h
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl111
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl111b
[openssl-sys 0.9.58] cargo:rustc-cfg=ossl111c
[openssl-sys 0.9.58] cargo:version_number=1010117f
[openssl-sys 0.9.58] cargo:version=111
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=X86_64_UNKNOWN_FREEBSD_OPENSSL_LIBS
[openssl-sys 0.9.58] X86_64_UNKNOWN_FREEBSD_OPENSSL_LIBS unset
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=OPENSSL_LIBS
[openssl-sys 0.9.58] OPENSSL_LIBS unset
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=X86_64_UNKNOWN_FREEBSD_OPENSSL_STATIC
[openssl-sys 0.9.58] X86_64_UNKNOWN_FREEBSD_OPENSSL_STATIC unset
[openssl-sys 0.9.58] cargo:rerun-if-env-changed=OPENSSL_STATIC
[openssl-sys 0.9.58] OPENSSL_STATIC unset
[openssl-sys 0.9.58] cargo:rustc-link-lib=dylib=ssl
[openssl-sys 0.9.58] cargo:rustc-link-lib=dylib=crypto
   Compiling mio v0.6.23
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking IO' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name mio --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/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="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "with-deprecated"))' -C metadata=d3db934dc84d60aa -C extra-filename=-5bd5f67553d26599 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --extern iovec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libiovec-e976ca4b1b40ed3d.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-6697860c347e7ea1.rmeta --extern net2=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnet2-a850e1b9fabd3d33.rmeta --extern slab=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libslab-ae4328cecc66b48c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lib.rs:254:13
    |
254 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
    |             ^^^^^^^
    |
    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

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

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

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:17:9
   |
17 |         try!(write!(fmt, "b\""));
   |         ^^^
   |
note: the lint level is defined here
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/lib.rs:71:9
   |
71 | #![deny(warnings, missing_docs, missing_debug_implementations)]
   |         ^^^^^^^^
   = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:37:9
   |
37 |         try!(write!(fmt, "\""));
   |         ^^^

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

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:21:17
   |
21 |                 try!(write!(fmt, "\\n"));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:23:17
   |
23 |                 try!(write!(fmt, "\\r"));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:25:17
   |
25 |                 try!(write!(fmt, "\\t"));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:27:17
   |
27 |                 try!(write!(fmt, "\\{}", c as char));
   |                 ^^^

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lib.rs:878:12
    |
878 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:29:17
   |
29 |                 try!(write!(fmt, "\\0"));
   |                 ^^^

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

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

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

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

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

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

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

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:32:17
   |
32 |                 try!(write!(fmt, "{}", c as char));
   |                 ^^^

warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:881:11
    |
881 | #[cfg(not(syn_omit_await_from_token_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(syn_omit_await_from_token_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:883:7
    |
883 | #[cfg(syn_omit_await_from_token_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(syn_omit_await_from_token_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/debug.rs:34:17
   |
34 |                 try!(write!(fmt, "\\x{:02x}", c));
   |                 ^^^

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:394:24
    |
394 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:398:24
    |
398 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:406:24
    |
406 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:414:24
    |
414 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:418:24
    |
418 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:426:24
    |
426 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:271:24
    |
271 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:275:24
    |
275 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:283:24
    |
283 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:291:24
    |
291 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:295:24
    |
295 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:303:24
    |
303 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:309:24
    |
309 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait `Zero` is never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/socket2-0.3.19/src/utils.rs:38:11
   |
38 | pub trait Zero {
   |           ^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `mime_guess` (build script) generated 6 warnings
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:317:24
    |
317 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.58 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=58 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-sys-8243827819d28f7a/out /usr/local/bin/rustc --crate-name openssl_sys --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/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("openssl-src", "vendored"))' -C metadata=ebe686e1859dc329 -C extra-filename=-102a310e5916faf5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -L native=/usr/lib -l dylib=ssl -l dylib=crypto --cfg const_fn --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:444:24
    |
444 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:452:24
    |
452 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:394:24
    |
394 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:398:24
    |
398 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:406:24
    |
406 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:414:24
    |
414 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:418:24
    |
418 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:426:24
    |
426 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_SSL3_METHOD DEP_OPENSSL_INCLUDE=/usr/include DEP_OPENSSL_VERSION=111 DEP_OPENSSL_VERSION_NUMBER=1010117f HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-287c51b0acf69950/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-65012c8c64a1e03f/build-script-build`
warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:1630:45
     |
1630 |                 let mut inner: Inner = mem::uninitialized();
     |                                             ^^^^^^^^^^^^^

warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:1822:45
     |
1822 |                 let mut inner: Inner = mem::uninitialized();
     |                                             ^^^^^^^^^^^^^

warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:2115:41
     |
2115 |             let mut inner: Inner = mem::uninitialized();
     |                                         ^^^^^^^^^^^^^

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/buf/buf.rs:1154:30
     |
1154 | fn _assert_trait_object(_b: &Buf) {}
     |                              ^^^
     |
     = 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)]` implied by `#[warn(warnings)]`
help: if this is a dyn-compatible trait, use `dyn`
     |
1154 | fn _assert_trait_object(_b: &dyn Buf) {}
     |                              +++

[openssl 0.10.30] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
[openssl 0.10.30] cargo:rustc-cfg=ossl101
[openssl 0.10.30] cargo:rustc-cfg=ossl102
[openssl 0.10.30] cargo:rustc-cfg=ossl110
[openssl 0.10.30] cargo:rustc-cfg=ossl110g
[openssl 0.10.30] cargo:rustc-cfg=ossl111
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_SSL3_METHOD DEP_OPENSSL_INCLUDE=/usr/include DEP_OPENSSL_VERSION=111 DEP_OPENSSL_VERSION_NUMBER=1010117f HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/native-tls-d66ec930a1c39bac/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/native-tls-f87d5b3fe56311df/build-script-build`
warning: the type `sigset_t` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-0.3.9/src/low_level/signal_details.rs:178:49
    |
178 |                     let mut newsigs: sigset_t = mem::uninitialized();
    |                                                 ^^^^^^^^^^^^^^^^^^^^
    |                                                 |
    |                                                 this code causes undefined behavior when executed
    |                                                 help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized
    = note: `#[warn(invalid_value)]` on by default

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/buf/buf_mut.rs:1167:30
     |
1167 | fn _assert_trait_object(_b: &BufMut) {}
     |                              ^^^^^^
     |
     = 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`
     |
1167 | fn _assert_trait_object(_b: &dyn BufMut) {}
     |                              +++

[native-tls 0.2.4] cargo:rustc-cfg=have_min_max_version
   Compiling idna v0.2.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name idna --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-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 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=531c5cb0288d055a -C extra-filename=-e10c707c479d23c5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern matches=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmatches-492bbc1f636ba6d8.rmeta --extern unicode_bidi=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_bidi-7259261548e9627f.rmeta --extern unicode_normalization=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_normalization-d0feec171e4f4bbe.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/lib.rs:10:13
   |
10 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::trivially_copy_pass_by_ref))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `with-deprecated`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unused imports: `Read` and `Write`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/io.rs:2:19
  |
2 | pub use std::io::{Read, Write, Result, Error, ErrorKind};
  |                   ^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/poll.rs:1154:16
     |
1154 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::if_same_then_else))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `default` and `with-deprecated`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `bitrig`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/mod.rs:22:11
   |
22 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly",
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `bitrig`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/mod.rs:27:11
   |
27 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly",
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration

warning: unused import: `iovec::IoVec`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/mod.rs:53:9
   |
53 | pub use iovec::IoVec;
   |         ^^^^^^^^^^^^

warning: extern declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/dlsym.rs:10:56
   |
10 |         static $name: ::sys::unix::dlsym::DlSym $ret> =
   |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/mod.rs:60:5
   |
60 |     dlsym!(fn pipe2(*mut c_int, c_int) -> c_int);
   |     -------------------------------------------- in this macro invocation
   |
   = note: `#[warn(missing_abi)]` on by default
   = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: this `#[deprecated]` annotation has no effect
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/event_imp.rs:515:1
    |
515 | #[deprecated(since = "0.6.10", note = "removed")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute
    |
    = note: `#[warn(useless_deprecated)]` on by default

warning: field `last_match_end` is never read
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/src/ahocorasick.rs:1216:5
     |
1211 | pub struct FindOverlappingIter<'a, 'b, S: 'a + StateID> {
     |            ------------------- field in this struct
...
1216 |     last_match_end: usize,
     |     ^^^^^^^^^^^^^^
     |
     = note: `FindOverlappingIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
     = note: `#[warn(dead_code)]` on by default

warning: this `#[deprecated]` annotation has no effect
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/event_imp.rs:1002:1
     |
1002 | #[deprecated(since = "0.6.10", note = "removed")]
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute

warning: field `start` is never read
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/src/ahocorasick.rs:1354:33
     |
1354 |     NonMatch { bytes: &'r [u8], start: usize },
     |     --------                    ^^^^^
     |     |
     |     field in this variant
     |
     = note: `StreamChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: this `#[deprecated]` annotation has no effect
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/ready.rs:480:1
    |
480 | #[deprecated(since = "0.6.10", note = "removed")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute

warning: methods `is_valid`, `leftmost_find_at`, `leftmost_find_at_imp`, and `find_at` are never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/src/automaton.rs:107:8
    |
80  | pub trait Automaton {
    |           --------- methods in this trait
...
107 |     fn is_valid(&self, id: Self::ID) -> bool;
    |        ^^^^^^^^
...
270 |     fn leftmost_find_at(
    |        ^^^^^^^^^^^^^^^^
...
294 |     fn leftmost_find_at_imp(
    |        ^^^^^^^^^^^^^^^^^^^^
...
534 |     fn find_at(
    |        ^^^^^^^

warning: field `config` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/aho-corasick-0.7.13/src/packed/api.rs:380:5
    |
379 | pub struct Searcher {
    |            -------- field in this struct
380 |     config: Config,
    |     ^^^^^^
    |
    = note: `Searcher` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot_core-0.8.0/src/parking_lot.rs:268:17
    |
268 |                 Box::from_raw(new_table);
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
268 |                 let _ = Box::from_raw(new_table);
    |                 +++++++

warning: `net2` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,rev-mappings CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_REV_MAPPINGS=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/mime_guess-8ba84d02a9385400/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/mime_guess-1a61b2775b66ff0c/build-script-build`
   Compiling lock_api v0.4.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lock_api-0.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lock_api-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name lock_api --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lock_api-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "owning_ref", "serde"))' -C metadata=b90cb9e0a657248a -C extra-filename=-a7b7ac3b1ef04a13 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern scopeguard=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libscopeguard-bbbd2eaa05af6369.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-rational-5b0c1b4fb3310555/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-rational-c45d5432ab263715/build-script-build`
warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:2220:31
     |
2220 |         let actual = self.arc.compare_and_swap(arc as *mut Shared, shared, AcqRel);
     |                               ^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/lib.rs:96:7
   |
96 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` 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: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/lib.rs:109:11
    |
109 | #[cfg(not(ossl110))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `const_fn`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:71:7
   |
71 | #[cfg(const_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(const_fn)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(const_fn)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `const_fn`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:80:11
   |
80 | #[cfg(not(const_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(const_fn)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(const_fn)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:25:1
   |
25 | stack!(stack_st_ASN1_OBJECT);
   | ---------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:65:18
   |
65 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:65:27
   |
65 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:29:15
   |
29 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:29:24
   |
29 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:31:19
   |
31 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                   ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:31:32
   |
31 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:31:43
   |
31 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                                           ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:42:11
   |
42 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/asn1.rs:60:11
   |
60 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:40:18
   |
40 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:40:27
   |
40 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:64:18
   |
64 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:64:27
   |
64 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:92:18
   |
92 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:92:27
   |
92 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:103:18
    |
103 |     if #[cfg(any(ossl102, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:103:27
    |
103 |     if #[cfg(any(ossl102, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:77:15
   |
77 |     #[cfg(not(osslconf = "OPENSSL_NO_STDIO"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_STDIO"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_STDIO\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:79:15
   |
79 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:79:24
   |
79 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:81:15
   |
81 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:81:24
   |
81 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:83:15
   |
83 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:83:24
   |
83 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:117:15
    |
117 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:117:24
    |
117 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:119:15
    |
119 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:119:24
    |
119 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:122:15
    |
122 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:503:24
    |
503 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:507:24
    |
507 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:515:24
    |
515 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:523:24
    |
523 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:527:24
    |
527 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/token.rs:535:24
    |
535 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:464:12
    |
464 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:147:16
    |
147 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:330:16
    |
330 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:361:16
    |
361 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:337:1
    |
337 | / ast_enum_of_structs! {
338 | |     /// Content of a compile-time structured attribute.
339 | |     ///
340 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
371 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:378:16
    |
378 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:391:16
    |
391 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:418:16
    |
418 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/attr.rs:413:1
    |
413 | / ast_enum_of_structs! {
414 | |     /// Element of a compile-time attribute list.
415 | |     ///
416 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
427 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:9:16
  |
9 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
  |                ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:36:16
   |
36 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:25:1
    |
25  | / ast_enum_of_structs! {
26  | |     /// Data stored within an enum variant or struct.
27  | |     ///
28  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
48  | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:56:16
   |
56 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:68:16
   |
68 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:153:16
    |
153 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:185:16
    |
185 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:173:1
    |
173 | / ast_enum_of_structs! {
174 | |     /// The visibility level of an item: inherited or `pub` or
175 | |     /// `pub(restricted)`.
176 | |     ///
...   |
200 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:207:16
    |
207 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:218:16
    |
218 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:230:16
    |
230 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:300:20
    |
300 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/data.rs:312:20
    |
312 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:122:24
    |
122 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:127:15
    |
127 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:127:24
    |
127 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:132:15
    |
132 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:132:24
    |
132 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:137:15
    |
137 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:137:24
    |
137 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:142:15
    |
142 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:142:24
    |
142 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:147:15
    |
147 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bio.rs:147:24
    |
147 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bn.rs:137:14
    |
137 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/bn.rs:27:11
   |
27 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:20:7
   |
20 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:22:7
   |
22 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:24:7
   |
24 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:26:7
   |
26 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:28:7
   |
28 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:30:7
   |
30 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:32:7
   |
32 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:34:7
   |
34 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:36:7
   |
36 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:38:7
   |
38 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:40:7
   |
40 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:42:7
   |
42 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:44:7
   |
44 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:46:7
   |
46 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:48:7
   |
48 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:50:7
   |
50 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:52:7
   |
52 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:54:7
   |
54 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:56:7
   |
56 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:58:7
   |
58 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:60:7
   |
60 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:62:7
   |
62 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:7:11
  |
7 |     #[cfg(ossl101)]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:9:11
  |
9 |     #[cfg(ossl101)]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:12:11
   |
12 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:66:11
   |
66 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:78:11
   |
78 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/cms.rs:86:11
   |
86 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:14:1
   |
14 | stack!(stack_st_void);
   | --------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:17:14
   |
17 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:20:21
   |
20 |     } else if #[cfg(libressl)] {
   |                     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:26:18
   |
26 |     if #[cfg(any(ossl110, libressl271))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl271`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:26:27
   |
26 |     if #[cfg(any(ossl110, libressl271))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl271)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:110:14
    |
110 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:75:15
   |
75 |     #[cfg(any(ossl110, libressl))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:75:24
   |
75 |     #[cfg(any(ossl110, libressl))]
   |                        ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:124:11
    |
124 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/crypto.rs:126:11
    |
126 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dh.rs:10:11
   |
10 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dh.rs:12:11
   |
12 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dh.rs:14:11
   |
14 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dh.rs:17:15
   |
17 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dh.rs:17:24
   |
17 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:45:24
   |
45 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:52:24
   |
52 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:54:15
   |
54 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:54:24
   |
54 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:56:15
   |
56 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/dsa.rs:56:24
   |
56 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:184:18
    |
184 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:184:27
    |
184 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:20:15
   |
20 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:53:15
   |
53 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:64:11
   |
64 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:74:15
   |
74 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:98:15
   |
98 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:200:15
    |
200 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:200:24
    |
200 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:203:15
    |
203 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ec.rs:203:24
    |
203 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/err.rs:50:11
   |
50 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:15:7
   |
15 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:38:14
   |
38 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:174:18
    |
174 |     if #[cfg(any(ossl111b, libressl280))] {
    |                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:174:28
    |
174 |     if #[cfg(any(ossl111b, libressl280))] {
    |                            ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:185:14
    |
185 |     if #[cfg(ossl111)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:206:18
    |
206 |     if #[cfg(any(ossl102, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:206:27
    |
206 |     if #[cfg(any(ossl102, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:317:18
    |
317 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:317:27
    |
317 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:89:16
   |
89 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:456:18
    |
456 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:14:1
    |
14  | / ast_enum_of_structs! {
15  | |     /// A Rust expression.
16  | |     ///
17  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
253 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:456:27
    |
456 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:324:16
    |
324 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:376:16
    |
376 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:390:16
    |
390 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:434:16
    |
434 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:498:16
    |
498 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:526:16
    |
526 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:591:16
    |
591 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:607:16
    |
607 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:740:16
    |
740 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:841:16
    |
841 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:893:16
    |
893 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:2159:28
     |
2159 |                   #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                              ^^^^^^^
...
2176 | /     impl_by_parsing_expr! {
2177 | |         ExprBox, Box, "expected box expression",
2178 | |         ExprArray, Array, "expected slice literal expression",
2179 | |         ExprCall, Call, "expected function call expression",
...    |
2206 | |         ExprYield, Yield, "expected yield expression",
2207 | |     }
     | |_____- in this macro invocation
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/expr.rs:1219:20
     |
1219 |         #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))]
     |                    ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs:240:13
    |
240 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:468:18
    |
468 |     if #[cfg(any(ossl111))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:58:11
   |
58 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:245:11
    |
245 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:247:11
    |
247 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:249:11
    |
249 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:251:11
    |
251 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:253:11
    |
253 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:255:11
    |
255 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:278:11
    |
278 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:289:11
    |
289 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:301:11
    |
301 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:303:11
    |
303 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:305:11
    |
305 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:338:15
    |
338 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:303:5
    |
303 |     doc_cfg,
    |     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:338:24
    |
338 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:314:5
    |
314 |     doc_cfg,
    |     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/evp.rs:371:11
    |
371 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:325:5
    |
325 |     doc_cfg,
    |     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:14:16
   |
14 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/hmac.rs:6:14
  |
6 |     if #[cfg(ossl110)] {
  |              ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:35:16
   |
35 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/obj_mac.rs:915:7
    |
915 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/obj_mac.rs:917:7
    |
917 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ocsp.rs:48:18
   |
48 |     if #[cfg(any(ossl110, libressl281))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ocsp.rs:48:27
   |
48 |     if #[cfg(any(ossl110, libressl281))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl281)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:23:1
    |
23  | / ast_enum_of_structs! {
24  | |     /// A generic type parameter, lifetime, or const generic: `T: Into`,
25  | |     /// `'a: 'b`, `const LEN: usize`.
26  | |     ///
...   |
46  | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:446:7
    |
446 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:17:18
   |
17 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:17:27
   |
17 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:43:14
   |
43 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:53:16
   |
53 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:63:18
   |
63 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:69:16
   |
69 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:63:27
   |
63 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:83:16
   |
83 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:94:18
   |
94 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:94:27
   |
94 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:370:20
    |
370 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
411 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:109:18
    |
109 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:109:27
    |
109 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:378:20
    |
378 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
411 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:133:18
    |
133 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:389:20
    |
389 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
411 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:393:20
    |
393 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
411 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:401:20
    |
401 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
411 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:133:27
    |
133 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:370:20
    |
370 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
413 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:149:18
    |
149 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:149:27
    |
149 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:378:20
    |
378 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
413 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:389:20
    |
389 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
413 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:178:18
    |
178 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:178:27
    |
178 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:393:20
    |
393 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
413 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:207:18
    |
207 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:401:20
    |
401 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
413 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:207:27
    |
207 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:209:21
    |
209 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:370:20
    |
370 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
415 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:273:18
    |
273 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:378:20
    |
378 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
415 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:273:27
    |
273 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:275:21
    |
275 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:389:20
    |
389 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
415 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:393:20
    |
393 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
415 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:334:14
    |
334 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:401:20
    |
401 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
415 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
    |
59  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:345:1
    |
345 | stack!(stack_st_X509_CRL);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:433:16
    |
433 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:482:16
    |
482 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:350:18
    |
350 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:350:27
    |
350 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:388:18
    |
388 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:477:1
    |
477 | / ast_enum_of_structs! {
478 | |     /// A trait or lifetime used as a bound on a type parameter.
479 | |     ///
480 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
487 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:388:27
    |
388 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:494:16
    |
494 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:390:21
    |
390 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:403:21
    |
403 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:511:16
    |
511 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:451:18
    |
451 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:451:27
    |
451 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:524:16
    |
524 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:453:21
    |
453 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:542:16
    |
542 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:485:21
    |
485 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` 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=num_integer CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-integer-aeeb90ddb3c91d81/out /usr/local/bin/rustc --crate-name num_integer --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=212ca592bb88025a -C extra-filename=-8b85227d6fa51afd --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern num_traits=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_traits-d73cfc77514410cd.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:531:1
    |
531 | / ast_enum_of_structs! {
532 | |     /// A single predicate in a `where` clause: `T: Deserialize<'de>`.
533 | |     ///
534 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
553 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:753:18
    |
753 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs:241:13
    |
241 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:753:27
    |
753 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:560:16
    |
560 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:755:21
    |
755 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:772:21
    |
772 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:1016:18
     |
1016 |     if #[cfg(any(ossl110, libressl280))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:577:16
    |
577 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:1016:27
     |
1016 |     if #[cfg(any(ossl110, libressl280))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:590:16
    |
590 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs:244:5
    |
244 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ossl_typ.rs:1018:21
     |
1018 |     } else if #[cfg(libressl)] {
     |                     ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:354:9
    |
354 |         doc_cfg,
    |         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pem.rs:163:11
    |
163 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs:261:5
    |
261 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/group.rs:80:19
   |
80 |             #[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)'] }
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:744:16
    |
744 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/group.rs:82:23
   |
82 |             #[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: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/generics.rs:809:16
    |
809 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `syn_can_match_trailing_dollar`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/token.rs:819:7
    |
819 | #[cfg(syn_can_match_trailing_dollar)]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_match_trailing_dollar)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_match_trailing_dollar)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `syn_can_match_trailing_dollar`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/token.rs:823:11
    |
823 | #[cfg(not(syn_can_match_trailing_dollar))]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_match_trailing_dollar)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_match_trailing_dollar)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:9:1
    |
9   | / ast_enum_of_structs! {
10  | |     /// Things that can appear directly inside of a module or scope.
11  | |     ///
12  | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
100 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:468:1
    |
468 | / ast_enum_of_structs! {
469 | |     /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`.
470 | |     ///
471 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
495 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:552:1
    |
552 | / ast_enum_of_structs! {
553 | |     /// An item within an `extern` block.
554 | |     ///
555 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
605 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:663:1
    |
663 | / ast_enum_of_structs! {
664 | |     /// An item declaration within the definition of a trait.
665 | |     ///
666 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
716 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:776:1
    |
776 | / ast_enum_of_structs! {
777 | |     /// An item within an impl block.
778 | |     ///
779 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
829 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pem.rs:170:11
    |
170 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pkcs12.rs:21:18
   |
21 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pkcs12.rs:21:27
   |
21 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pkcs7.rs:28:15
   |
28 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pkcs7.rs:28:24
   |
28 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                        ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:933:1
    |
933 | / ast_enum_of_structs! {
934 | |     /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`.
935 | |     ///
936 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
949 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/pkcs7.rs:28:33
   |
28 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                                 ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rand.rs:6:11
  |
6 |     #[cfg(ossl111)]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

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

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

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

warning: `num-traits` (lib) generated 167 warnings
warning: `parking_lot_core` (lib) generated 6 warnings
warning: a method with this name may be added to the standard library in the future
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/tcp.rs:116:20
    |
116 |         self.inner.set_linger(dur)
    |                    ^^^^^^^^^^
    |
    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
    = note: for more information, see issue #48919 
    = help: call with fully qualified syntax `net2::TcpStreamExt::set_linger(...)` to keep using the current method
    = note: `#[warn(unstable_name_collisions)]` on by default
help: add `#![feature(tcp_linger)]` to the crate attributes to enable `std::net::TcpStream::set_linger`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/lib.rs:111:1
    |
111 + #![feature(tcp_linger)]
    |

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ident.rs:90:11
   |
90 |     #[cfg(syn_can_use_associated_constants)]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:70:24
   |
70 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

[num-rational 0.3.2] cargo:rustc-cfg=has_int_exp_fmt
[num-rational 0.3.2] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ident.rs:96:15
   |
96 |     #[cfg(not(syn_can_use_associated_constants))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/attr.rs:519:20
    |
519 |         #[cfg_attr(feature = "cargo-clippy", allow(trivially_copy_pass_by_ref))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

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

warning: a method with this name may be added to the standard library in the future
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/tcp.rs:120:20
    |
120 |         self.inner.linger()
    |                    ^^^^^^
    |
    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
    = note: for more information, see issue #48919 
    = help: call with fully qualified syntax `net2::TcpStreamExt::linger(...)` to keep using the current method
help: add `#![feature(tcp_linger)]` to the crate attributes to enable `std::net::TcpStream::linger`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/lib.rs:111:1
    |
111 + #![feature(tcp_linger)]
    |

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/attr.rs:530:20
    |
530 |         #[cfg_attr(feature = "cargo-clippy", allow(trivially_copy_pass_by_ref))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lit.rs:733:16
    |
733 |     #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lit.rs:821:16
    |
821 |     #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:77:15
   |
77 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/path.rs:558:20
    |
558 |         #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `clone-impls`, `default`, `derive`, `extra-traits`, `fold`, `full`, `parsing`, `printing`, `proc-macro`, `quote`, `visit`, and `visit-mut`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/buffer.rs:355:11
    |
355 |     #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:1312:16
     |
1312 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/buffer.rs:363:11
    |
363 |     #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:1326:16
     |
1326 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:9:7
  |
9 | #[cfg(syn_can_use_associated_constants)]
  |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:77:24
   |
77 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:11:7
   |
11 | #[cfg(syn_can_use_associated_constants)]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:79:15
   |
79 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:79:24
   |
79 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:15:7
   |
15 | #[cfg(syn_can_use_associated_constants)]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:86:15
   |
86 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:86:24
   |
86 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:114:7
    |
114 | #[cfg(syn_can_use_associated_constants)]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:93:15
   |
93 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:119:7
    |
119 | #[cfg(syn_can_use_associated_constants)]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:93:24
   |
93 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:95:15
   |
95 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:62:11
   |
62 |     #[cfg(syn_can_use_associated_constants)]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:140:11
    |
140 |     #[cfg(syn_can_use_associated_constants)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/rsa.rs:95:24
   |
95 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `syn_can_use_associated_constants`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/ext.rs:143:11
    |
143 |     #[cfg(syn_can_use_associated_constants)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_associated_constants)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_associated_constants)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/safestack.rs:1:1
   |
1  | stack!(stack_st_OPENSSL_STRING);
   | ------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `syn_can_call_macro_by_path`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/parse_quote.rs:77:11
   |
77 | #[cfg(not(syn_can_call_macro_by_path))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_call_macro_by_path)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_call_macro_by_path)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_can_call_macro_by_path`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/parse_quote.rs:87:7
   |
87 | #[cfg(syn_can_call_macro_by_path)]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_call_macro_by_path)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_call_macro_by_path)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:6:15
  |
6 | #[cfg(not(any(libressl, ossl110)))]
  |               ^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/spanned.rs:127:11
    |
127 |     #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:1875:16
     |
1875 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:6:25
  |
6 | #[cfg(not(any(libressl, ossl110)))]
  |                         ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/spanned.rs:136:15
    |
136 |     #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:1893:16
     |
1893 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unused import: `gen::*`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lib.rs:549:9
    |
549 | pub use gen::*;
    |         ^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

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

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

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:14:15
   |
14 | #[cfg(not(any(libressl, ossl110)))]
   |               ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `syn_can_use_thread_id`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/thread.rs:44:7
   |
44 | #[cfg(syn_can_use_thread_id)]
   |       ^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_thread_id)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_thread_id)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:14:25
   |
14 | #[cfg(not(any(libressl, ossl110)))]
   |                         ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `syn_can_use_thread_id`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/thread.rs:55:11
   |
55 | #[cfg(not(syn_can_use_thread_id))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_can_use_thread_id)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_can_use_thread_id)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/error.rs:13:11
   |
13 | #[cfg(all(procmacro2_semver_exempt, feature = "parsing"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = 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: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:177:7
    |
177 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/error.rs:121:15
    |
121 |         #[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: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:180:7
    |
180 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/error.rs:129:19
    |
129 |         #[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: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:183:7
    |
183 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/error.rs:177:15
    |
177 |         #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:2163:16
     |
2163 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:186:7
    |
186 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/error.rs:179:19
    |
179 |         #[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: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:2219:16
     |
2219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:189:7
    |
189 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:195:7
    |
195 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:197:7
    |
197 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:202:7
    |
202 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: `socket2` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:2674:16
     |
2674 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:206:7
    |
206 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_chacha' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand_chacha-2155de947277550a/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_chacha-e0d18fa7c4f7abe0/build-script-build`
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:2874:16
     |
2874 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='External iterators for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-iter' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-iter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-iter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-iter-a0178356b7feba07/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-iter-e08af3e56660c1bf/build-script-build`
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:2904:16
     |
2904 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:210:7
    |
210 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:212:7
    |
212 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:215:7
    |
215 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:241:7
    |
241 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:264:7
    |
264 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:291:7
    |
291 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:314:7
    |
314 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:316:7
    |
316 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:318:7
    |
318 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110h`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:321:7
    |
321 | #[cfg(ossl110h)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110h)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110h)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:407:7
    |
407 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `signal-hook-registry` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:3060:16
     |
3060 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:409:7
    |
409 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:411:7
    |
411 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:418:7
    |
418 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:620:11
    |
620 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:660:7
    |
660 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

[rand_chacha 0.1.1] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/item.rs:3194:16
     |
3194 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:708:7
    |
708 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:715:11
    |
715 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:585:12
    |
585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:596:12
    |
596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:608:12
    |
608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:17:1
    |
17  | / ast_enum_of_structs! {
18  | |     /// A Rust literal such as a string or integer or boolean.
19  | |     ///
20  | |     /// # Syntax tree enum
...   |
52  | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
659 | lit_extra_traits!(LitStr);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
659 | lit_extra_traits!(LitStr);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
659 | lit_extra_traits!(LitStr);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
660 | lit_extra_traits!(LitByteStr);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
660 | lit_extra_traits!(LitByteStr);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
660 | lit_extra_traits!(LitByteStr);
    | ----------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
661 | lit_extra_traits!(LitByte);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
661 | lit_extra_traits!(LitByte);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
661 | lit_extra_traits!(LitByte);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
662 | lit_extra_traits!(LitChar);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
662 | lit_extra_traits!(LitChar);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
662 | lit_extra_traits!(LitChar);
    | -------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:715:25
    |
715 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
663 | lit_extra_traits!(LitInt);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
663 | lit_extra_traits!(LitInt);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
663 | lit_extra_traits!(LitInt);
    | ------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:622:20
    |
622 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
664 | lit_extra_traits!(LitFloat);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:715:38
    |
715 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:719:11
    |
719 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:632:20
    |
632 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
664 | lit_extra_traits!(LitFloat);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:640:20
    |
640 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
664 | lit_extra_traits!(LitFloat);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:719:25
    |
719 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:719:38
    |
719 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:513:16
    |
513 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:734:11
    |
734 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:523:16
    |
523 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `rustc-demangle` (lib) generated 194 warnings
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:533:16
    |
533 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:734:25
    |
734 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:734:38
    |
734 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:543:16
    |
543 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:553:16
    |
553 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:737:7
    |
737 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:563:16
    |
563 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:739:11
    |
739 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:573:16
    |
573 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:739:25
    |
739 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` 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=ryu CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/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.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/ryu-5e5211eb4bd55d78/out /usr/local/bin/rustc --crate-name ryu --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.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("no-panic", "small"))' -C metadata=2fb458a1feacf0b3 -C extra-filename=-9bba70d771926980 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg integer128 --cfg maybe_uninit`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:700:16
    |
700 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:739:38
    |
739 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:741:7
    |
741 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Selected PCG random number generators
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_pcg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_pcg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand_pcg-a6b87262841a959d/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_pcg-33220d1b597203aa/build-script-build`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lit.rs:783:16
    |
783 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:743:7
    |
743 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:745:7
    |
745 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:747:7
    |
747 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:749:7
    |
749 | #[cfg(ossl110g)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:751:7
    |
751 | #[cfg(ossl110g)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused return value of `std::mem::replace` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:833:9
    |
833 |         mem::replace(self, result.freeze());
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: if you don't need the old value, you can just assign the new value directly
    = note: `#[warn(unused_must_use)]` implied by `#[warn(warnings)]`
help: use `let _ = ...` to ignore the resulting value
    |
833 |         let _ = mem::replace(self, result.freeze());
    |         +++++++

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/src/lib.rs:796:7
    |
796 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unused return value of `std::mem::replace` that must be used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:1028:9
     |
1028 |         mem::replace(self, bytes_mut.freeze());
     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: if you don't need the old value, you can just assign the new value directly
help: use `let _ = ...` to ignore the resulting value
     |
1028 |         let _ = mem::replace(self, bytes_mut.freeze());
     |         +++++++

warning: the type `Inner` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:1630:40
     |
1630 |                 let mut inner: Inner = mem::uninitialized();
     |                                        ^^^^^^^^^^^^^^^^^^^^
     |                                        |
     |                                        this code causes undefined behavior when executed
     |                                        help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
note: raw pointers must be initialized (in this struct field)
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:301:5
     |
301  |     arc: AtomicPtr,
     |     ^^^^^^^^^^^^^^^^^^^^^^
     = note: `#[warn(invalid_value)]` implied by `#[warn(warnings)]`

warning: unexpected `cfg` condition name: `has_i128`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/src/lib.rs:1013:7
     |
1013 | #[cfg(has_i128)]
     |       ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: the type `Inner` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:1822:40
     |
1822 |                 let mut inner: Inner = mem::uninitialized();
     |                                        ^^^^^^^^^^^^^^^^^^^^
     |                                        |
     |                                        this code causes undefined behavior when executed
     |                                        help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
note: raw pointers must be initialized (in this struct field)
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:301:5
     |
301  |     arc: AtomicPtr,
     |     ^^^^^^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/src/roots.rs:169:7
    |
169 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: the type `Inner` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:2115:36
     |
2115 |             let mut inner: Inner = mem::uninitialized();
     |                                    ^^^^^^^^^^^^^^^^^^^^
     |                                    |
     |                                    this code causes undefined behavior when executed
     |                                    help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
note: raw pointers must be initialized (in this struct field)
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:301:5
     |
301  |     arc: AtomicPtr,
     |     ^^^^^^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-integer-0.1.43/src/roots.rs:389:7
    |
389 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused return value of `Box::::from_raw` that must be used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytes-0.4.12/src/bytes.rs:2554:9
     |
2554 |         Box::from_raw(ptr);
     |         ^^^^^^^^^^^^^^^^^^
     |
     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
     |
2554 |         let _ = Box::from_raw(ptr);
     |         +++++++

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/mac.rs:15:16
   |
15 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/mac.rs:29:16
   |
29 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/op.rs:6:16
  |
6 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
  |                ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/op.rs:72:16
   |
72 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: field `0` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/lock_api-0.4.1/src/lib.rs:100:24
    |
100 | pub struct GuardNoSend(*mut ());
    |            ----------- ^^^^^^^
    |            |
    |            field in this struct
    |
    = help: consider removing this field
    = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:781:7
    |
781 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:786:7
    |
786 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:796:7
    |
796 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:806:11
    |
806 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:806:25
    |
806 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:806:38
    |
806 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libress`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:816:11
    |
816 | #[cfg(any(libress, all(ossl102, not(ossl110))))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libress)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libress)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:816:24
    |
816 | #[cfg(any(libress, all(ossl102, not(ossl110))))]
    |                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:816:37
    |
816 | #[cfg(any(libress, all(ossl102, not(ossl110))))]
    |                                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:872:7
    |
872 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/stmt.rs:109:20
    |
109 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:882:7
    |
882 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:892:7
    |
892 | #[cfg(ossl110g)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:16:16
   |
16 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:897:7
    |
897 | #[cfg(ossl110g)]
    |       ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1021:7
     |
1021 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1023:7
     |
1023 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1025:7
     |
1025 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1028:7
     |
1028 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:5:1
    |
5   | / ast_enum_of_structs! {
6   | |     /// The possible types that a Rust value could have.
7   | |     ///
8   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
92  | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1082:7
     |
1082 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1084:7
     |
1084 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1086:7
     |
1086 | #[cfg(ossl111)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1399:7
     |
1399 | #[cfg(ossl110)]
     |       ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:99:16
   |
99 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

[rand_pcg 0.1.2] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:28:18
   |
28 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:28:27
   |
28 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:113:16
    |
113 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' 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/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/crc32fast-b472bdf86bdee762/out /usr/local/bin/rustc --crate-name crc32fast --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=d84de116b1bab20e -C extra-filename=-2aba94c687ffa72b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-072ae5456211be66.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg crc32fast_stdarchx86`
warning: unexpected `cfg` condition name: `libressl251`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:30:21
   |
30 |     } else if #[cfg(libressl251)] {
   |                     ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl251)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` 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=unicase CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/unicase-1b06f9e95f267936/out /usr/local/bin/rustc --crate-name unicase --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=35dc348bdf41f46e -C extra-filename=-9b4565e68c64485c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:54:21
   |
54 |     } else if #[cfg(libressl)] {
   |                     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
    |
59  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:154:1
    |
154 | stack!(stack_st_SSL_CIPHER);
    | --------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
    |
59  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:162:1
    |
162 | stack!(stack_st_SRTP_PROTECTION_PROFILE);
    | ---------------------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:258:14
    |
258 |     if #[cfg(libressl261)] {
    |              ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:260:25
    |
260 |     } else if #[cfg(any(ossl102, libressl))] {
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:260:34
    |
260 |     } else if #[cfg(any(ossl102, libressl))] {
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:273:14
    |
273 |     if #[cfg(ossl101)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:282:14
    |
282 |     if #[cfg(ossl101)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:296:14
    |
296 |     if #[cfg(libressl280)] {
    |              ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:304:14
    |
304 |     if #[cfg(ossl101)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:325:14
    |
325 |     if #[cfg(ossl111)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:332:21
    |
332 |     } else if #[cfg(ossl102)] {
    |                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:339:14
    |
339 |     if #[cfg(libressl261)] {
    |              ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110f`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:347:14
    |
347 |     if #[cfg(ossl110f)] {
    |              ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110f)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:353:21
    |
353 |     } else if #[cfg(libressl261)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:355:21
    |
355 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:363:14
    |
363 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:374:21
    |
374 |     } else if #[cfg(ossl101)] {
    |                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:422:14
    |
422 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:481:18
    |
481 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:481:27
    |
481 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:512:18
    |
512 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:512:27
    |
512 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:685:14
    |
685 |     if #[cfg(ossl111)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:689:21
    |
689 |     } else if #[cfg(ossl110)] {
    |                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:827:14
    |
827 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:845:21
    |
845 |     } else if #[cfg(libressl261)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:854:14
    |
854 |     if #[cfg(ossl110g)] {
    |              ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:855:15
    |
855 |         #[cfg(ossl110g)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:860:15
    |
860 |         #[cfg(ossl110g)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:864:21
    |
864 |     } else if #[cfg(libressl270)] {
    |                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:915:18
    |
915 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `indexmap` (lib) generated 17 warnings
warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:915:27
    |
915 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1108:18
     |
1108 |     if #[cfg(any(ossl110, libressl291))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1108:27
     |
1108 |     if #[cfg(any(ossl110, libressl291))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1164:14
     |
1164 |     if #[cfg(ossl111b)] {
     |              ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1191:18
     |
1191 |     if #[cfg(any(ossl102, libressl280))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1191:27
     |
1191 |     if #[cfg(any(ossl102, libressl280))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

[rand_chacha 0.1.1] cargo:rustc-cfg=rustc_1_26
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:131:16
    |
131 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:144:16
    |
144 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:156:16
    |
156 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:167:16
    |
167 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:178:16
    |
178 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:189:16
    |
189 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:202:16
    |
202 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:214:16
    |
214 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:228:16
    |
228 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:242:16
    |
242 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:255:16
    |
255 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:267:16
    |
267 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:279:16
    |
279 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:291:16
    |
291 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:314:16
    |
314 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:326:16
    |
326 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/lib.rs:93:13
   |
93 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `no-panic` and `small`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

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

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

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

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

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

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1232:14
     |
1232 |     if #[cfg(ossl110)] {
     |              ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

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

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1259:14
     |
1259 |     if #[cfg(ossl110)] {
     |              ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:360:20
    |
360 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1338:14
     |
1338 |     if #[cfg(libressl)] {
     |              ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/lib.rs:95:5
   |
95 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `no-panic` and `small`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111b`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1343:21
     |
1343 |     } else if #[cfg(ossl111b)] {
     |                     ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111b)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `osslconf`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1342:21
     |
1342 |     } else if #[cfg(osslconf = "OPENSSL_NO_COMP")] {
     |                     ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_COMP"))'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1354:14
     |
1354 |     if #[cfg(libressl)] {
     |              ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `osslconf`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1358:25
     |
1358 |     } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] {
     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_COMP"))'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

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

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

warning: `lock_api` (lib) generated 1 warning
warning: `time` (lib) generated 4 warnings
   Compiling miniz_oxide v0.3.7
   Compiling deflate v0.8.6
   Compiling jpeg-decoder v0.1.20
   Compiling rand v0.6.5
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/ty.rs:1172:16
     |
1172 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/buffer/mod.rs:2:7
  |
2 | #[cfg(maybe_uninit)]
  |       ^^^^^^^^^^^^
  |
  = 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(maybe_uninit)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111c`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1373:14
     |
1373 |     if #[cfg(ossl111c)] {
     |              ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111c)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111c)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1377:21
     |
1377 |     } else if #[cfg(ossl110)] {
     |                     ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110f`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1388:18
     |
1388 |     if #[cfg(any(ossl110f, libressl273))] {
     |                  ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110f)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1388:28
     |
1388 |     if #[cfg(any(ossl110f, libressl273))] {
     |                            ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1392:21
     |
1392 |     } else if #[cfg(ossl102)] {
     |                     ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:532:11
    |
532 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:543:11
    |
543 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:598:15
    |
598 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:598:24
    |
598 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:600:15
    |
600 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:600:24
    |
600 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:603:15
    |
603 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/buffer/mod.rs:22:11
   |
22 |     #[cfg(maybe_uninit)]
   |           ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/macros.rs:145:20
    |
145 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/pat.rs:5:1
    |
5   | / ast_enum_of_structs! {
6   | |     /// A pattern in a local binding, function signature, match expression, or
7   | |     /// various other places.
8   | |     ///
...   |
101 | | }
    | |_- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:603:24
    |
603 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:616:15
    |
616 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/buffer/mod.rs:24:15
   |
24 |     #[cfg(not(maybe_uninit))]
   |               ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:616:24
    |
616 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:644:11
    |
644 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:656:11
    |
656 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/buffer/mod.rs:36:15
   |
36 |         #[cfg(maybe_uninit)]
   |               ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:665:11
    |
665 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/buffer/mod.rs:38:19
   |
38 |         #[cfg(not(maybe_uninit))]
   |                   ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:668:11
    |
668 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:670:11
    |
670 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:27:11
   |
27 | #[cfg(not(maybe_uninit))]
   |           ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:672:11
    |
672 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:29:7
   |
29 | #[cfg(maybe_uninit)]
   |       ^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:674:11
    |
674 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:906:15
    |
906 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:120:15
    |
120 |     #[cfg(not(maybe_uninit))]
    |               ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:125:11
    |
125 |     #[cfg(maybe_uninit)]
    |           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:906:24
    |
906 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:127:11
    |
127 |     #[cfg(maybe_uninit)]
    |           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:926:11
    |
926 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:169:15
    |
169 |         #[cfg(maybe_uninit)]
    |               ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:929:11
    |
929 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:931:11
    |
931 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:938:11
    |
938 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:150:23
    |
150 |                 #[cfg(maybe_uninit)]
    |                       ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:940:11
    |
940 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:154:27
    |
154 |                 #[cfg(not(maybe_uninit))]
    |                           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:974:11
    |
974 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:977:11
    |
977 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:158:23
    |
158 |                 #[cfg(maybe_uninit)]
    |                       ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:979:11
    |
979 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:983:15
    |
983 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:162:27
    |
162 |                 #[cfg(not(maybe_uninit))]
    |                           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:228:15
    |
228 |         #[cfg(maybe_uninit)]
    |               ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:983:24
    |
983 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:209:23
    |
209 |                 #[cfg(maybe_uninit)]
    |                       ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:213:27
    |
213 |                 #[cfg(not(maybe_uninit))]
    |                           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1017:15
     |
1017 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:217:23
    |
217 |                 #[cfg(maybe_uninit)]
    |                       ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1017:24
     |
1017 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1032:11
     |
1032 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1038:11
     |
1038 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s.rs:221:27
    |
221 |                 #[cfg(not(maybe_uninit))]
    |                           ^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1040:11
     |
1040 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1042:11
     |
1042 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `integer128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s_intrinsics.rs:24:11
   |
24 | #[cfg(not(integer128))]
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1044:11
     |
1044 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1046:11
     |
1046 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=418fb11920f5283e -C extra-filename=-09adc2fff151f508 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand-09adc2fff151f508 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libautocfg-c9040029170d9cb9.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jpeg_decoder CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20/Cargo.toml CARGO_PKG_AUTHORS='Ulf Nilsson ' CARGO_PKG_DESCRIPTION='JPEG decoder' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jpeg-decoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/jpeg-decoder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name jpeg_decoder --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rayon"))' -C metadata=cd9c6376110aaf0b -C extra-filename=-2ac0e8d8d5304163 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern byteorder=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-4be41dad5fd1bad3.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `integer128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s_intrinsics.rs:54:11
   |
54 | #[cfg(not(integer128))]
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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=miniz_oxide CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7/Cargo.toml CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name miniz_oxide --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db980cdc92bda1b -C extra-filename=-c1b6995ece2d58d7 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern adler32=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libadler32-6905d9a058fdff1f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/pat.rs:873:16
    |
873 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=deflate CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='oyvindln ' CARGO_PKG_DESCRIPTION='A DEFLATE, zlib and gzip encoder written in rust.
' CARGO_PKG_HOMEPAGE='https://github.com/image-rs/deflate-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deflate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/deflate-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name deflate --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", "gzip", "gzip-header"))' -C metadata=6c26b2cb2e795e83 -C extra-filename=-9429f95cf679ea8c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern adler32=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libadler32-6905d9a058fdff1f.rmeta --extern byteorder=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-4be41dad5fd1bad3.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/pat.rs:881:16
    |
881 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1048:11
     |
1048 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `integer128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s_intrinsics.rs:110:7
    |
110 | #[cfg(integer128)]
    |       ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `integer128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s_intrinsics.rs:118:7
    |
118 | #[cfg(integer128)]
    |       ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:9:16
  |
9 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
  |                ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:35:16
   |
35 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1053:11
     |
1053 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:67:16
   |
67 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
   |                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:106:16
    |
106 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:131:16
    |
131 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1059:11
     |
1059 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `integer128`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ryu-1.0.5/src/d2s_intrinsics.rs:133:11
    |
133 | #[cfg(not(integer128))]
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:145:16
    |
145 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1069:11
     |
1069 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1073:11
     |
1073 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

[rand_pcg 0.1.2] cargo:rustc-cfg=rustc_1_26
warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1091:11
     |
1091 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:158:16
    |
158 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:172:16
    |
172 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:202:16
    |
202 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:417:20
    |
417 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:481:20
    |
481 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/path.rs:503:20
    |
503 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:359:12
    |
359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:374:12
    |
374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:383:12
    |
383 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:396:12
    |
396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:410:12
    |
410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:950:12
    |
950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1203:11
     |
1203 |     #[cfg(ossl102)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1205:11
     |
1205 |     #[cfg(ossl102)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1216:11
     |
1216 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:53:15
   |
53 |     #[cfg(not(syn_no_const_vec_new))]
   |               ^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/punctuated.rs:62:11
   |
62 |     #[cfg(syn_no_const_vec_new)]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/parse_quote.rs:72:12
   |
72 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1219:11
     |
1219 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

[num-iter 0.1.42] cargo:rustc-cfg=has_i128
[num-iter 0.1.42] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/parse_macro_input.rs:107:12
    |
107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `crc32fast_stdarchx86`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/src/specialized/mod.rs:3:9
  |
3 |         crc32fast_stdarchx86,
  |         ^^^^^^^^^^^^^^^^^^^^
  |
  = 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(crc32fast_stdarchx86)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crc32fast_stdarchx86)");` 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: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1221:11
     |
1221 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1223:15
     |
1223 |     #[cfg(any(ossl110, libressl273))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1223:24
     |
1223 |     #[cfg(any(ossl110, libressl273))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:7:12
  |
7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
  |            ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:17:12
   |
17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:43:12
   |
43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:53:12
   |
53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:66:12
   |
66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:77:12
   |
77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:87:12
   |
87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:98:12
   |
98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:108:12
    |
108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:120:12
    |
120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1366:11
     |
1366 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

   Compiling unicode-width v0.1.8
   Compiling quick-error v1.2.3
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:135:12
    |
135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1368:11
     |
1368 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:146:12
    |
146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/ssl.rs:1403:11
     |
1403 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:157:12
    |
157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:168:12
    |
168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/stack.rs:4:14
  |
4 |     if #[cfg(ossl110)] {
  |              ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:179:12
    |
179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/stack.rs:19:14
   |
19 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:189:12
    |
189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/tls1.rs:10:7
   |
10 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:202:12
    |
202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/tls1.rs:33:11
   |
33 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:390:11
    |
390 | #[cfg(any(ossl110, libressl270))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:390:20
    |
390 | #[cfg(any(ossl110, libressl270))]
    |                    ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:281:12
    |
281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:292:12
    |
292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:17:1
   |
17 | stack!(stack_st_X509_NAME);
   | -------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:304:12
    |
304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:316:12
    |
316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:328:12
    |
328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:340:12
    |
340 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:21:1
   |
21 | stack!(stack_st_X509_EXTENSION);
   | ------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:352:12
    |
352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:363:12
    |
363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:23:1
   |
23 | stack!(stack_st_X509_ATTRIBUTE);
   | ------------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:374:12
    |
374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:26:14
   |
26 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:386:12
    |
386 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:41:14
   |
41 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:398:12
    |
398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:410:12
    |
410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:427:12
    |
427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:438:12
    |
438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:450:12
    |
450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:465:12
    |
465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:476:12
    |
476 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:489:12
    |
489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:501:12
    |
501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:514:12
    |
514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:524:12
    |
524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:536:12
    |
536 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:546:12
    |
546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:55:14
   |
55 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:75:1
   |
75 | stack!(stack_st_X509);
   | --------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:78:18
   |
78 |     if #[cfg(not(ossl110))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:86:18
   |
86 |     if #[cfg(any(ossl110, libressl270))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:86:27
   |
86 |     if #[cfg(any(ossl110, libressl270))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
    |
59  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:104:1
    |
104 | stack!(stack_st_X509_OBJECT);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
    |
59  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:108:1
    |
108 | stack!(stack_st_X509_LOOKUP);
    | ---------------------------- in this macro invocation
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:152:14
    |
152 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:559:12
    |
559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:161:21
    |
161 |     } else if #[cfg(ossl102)] {
    |                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:191:18
    |
191 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:191:27
    |
191 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:199:21
    |
199 |     } else if #[cfg(ossl102)] {
    |                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:233:18
    |
233 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:233:27
    |
233 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:247:18
    |
247 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:247:27
    |
247 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:258:14
    |
258 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:296:18
    |
296 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:296:27
    |
296 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:308:14
    |
308 |     if #[cfg(libressl280)] {
    |              ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:319:18
    |
319 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:319:27
    |
319 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:365:18
    |
365 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:365:27
    |
365 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:397:14
    |
397 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:574:12
    |
574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:210:11
    |
210 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:585:12
    |
585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:596:12
    |
596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:608:12
    |
608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-width-0.1.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-width-0.1.8/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_width --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-width-0.1.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0e6eae0706f28ca1 -C extra-filename=-92b94b4c07634e33 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/quick-error-1.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name quick_error --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=4af0095d2c4ab3fb -C extra-filename=-21a32ee638811b49 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unused doc comment
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7/src/deflate/core.rs:405:13
    |
405 | /             /// Put HuffmanOxide on the heap with default trick to avoid
406 | |             /// excessive stack copies.
    | |_______________________________________^
407 |               huff: Box::default(),
    |               -------------------- rustdoc does not generate documentation for expression fields
    |
    = help: use `//` for a plain comment
    = note: `#[warn(unused_doc_comments)]` on by default

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:271:11
    |
271 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:621:12
    |
621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:634:12
    |
634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:274:11
    |
274 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:284:15
    |
284 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:284:24
    |
284 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:286:15
    |
286 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:286:24
    |
286 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:288:15
    |
288 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:288:24
    |
288 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509.rs:291:11
    |
291 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused doc comment
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7/src/deflate/core.rs:500:13
    |
500 | /             /// Put HuffmanOxide on the heap with default trick to avoid
501 | |             /// excessive stack copies.
    | |_______________________________________^
502 |               huff: Box::default(),
    |               -------------------- rustdoc does not generate documentation for expression fields
    |
    = help: use `//` for a plain comment

warning: unexpected `cfg` condition name: `fuzzing`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/miniz_oxide-0.3.7/src/inflate/core.rs:1644:18
     |
1644 |         if !cfg!(fuzzing) {
     |                  ^^^^^^^
     |
     = 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(fuzzing)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:645:12
    |
645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:659:12
    |
659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:670:12
    |
670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:681:12
    |
681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:692:12
    |
692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:704:12
    |
704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:715:12
    |
715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:726:12
    |
726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:739:12
    |
739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:750:12
    |
750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:763:12
    |
763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:775:12
    |
775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:787:12
    |
787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:798:12
    |
798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:808:12
    |
808 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:818:12
    |
818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:829:12
    |
829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:839:12
    |
839 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:853:12
    |
853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:865:12
    |
865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:876:12
    |
876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:892:12
    |
892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:905:12
    |
905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:918:12
    |
918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:928:12
    |
928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:939:12
    |
939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: field `0` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.2.0/src/uts46.rs:495:19
    |
495 | pub struct Errors(Vec);
    |            ------ ^^^^^^^^^^
    |            |
    |            field in this struct
    |
    = help: consider removing this field
    = note: `Errors` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
    = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:951:12
    |
951 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:965:12
    |
965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:983:12
    |
983 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:994:12
    |
994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1007:12
     |
1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1024:12
     |
1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1034:12
     |
1034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1060:12
     |
1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1077:12
     |
1077 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1092:12
     |
1092 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1107:12
     |
1107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1119:12
     |
1119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1131:12
     |
1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1148:12
     |
1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1160:12
     |
1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1173:12
     |
1173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1187:12
     |
1187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1205:12
     |
1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1220:12
     |
1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1239:12
     |
1239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1255:12
     |
1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1271:12
     |
1271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1285:12
     |
1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1299:12
     |
1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1309:12
     |
1309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1320:12
     |
1320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1335:12
     |
1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1345:12
     |
1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1358:12
     |
1358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1370:12
     |
1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1381:12
     |
1381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1391:12
     |
1391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1402:12
     |
1402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1413:12
     |
1413 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unused import: `crate::huffman_table::MAX_MATCH`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/deflate_state.rs:7:9
  |
7 | pub use crate::huffman_table::MAX_MATCH;
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unexpected `cfg` condition value: `mipsel`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/length_encode.rs:185:13
    |
185 |             target_arch = "mipsel",
    |             ^^^^^^^^^^^^^^--------
    |                           |
    |                           help: there is a expected value with a similar name: `"mips"`
    |
    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `mipsel64`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/length_encode.rs:187:13
    |
187 |             target_arch = "mipsel64"
    |             ^^^^^^^^^^^^^^----------
    |                           |
    |                           help: there is a expected value with a similar name: `"mips64"`
    |
    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `asmjs`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20/src/worker/mod.rs:4:15
  |
4 | #[cfg(not(any(target_arch = "asmjs", target_arch = "wasm32")))]
  |               ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `asmjs`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20/src/worker/mod.rs:6:11
  |
6 | #[cfg(any(target_arch = "asmjs", target_arch = "wasm32"))]
  |           ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
  = note: see  for more information about checking conditional configuration

warning: trait `Sealed` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/lib.rs:210:15
    |
210 |     pub trait Sealed {}
    |               ^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/lib.rs:161:9
    |
161 | #![deny(warnings, missing_docs, missing_debug_implementations)]
    |         ^^^^^^^^
    = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]`

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/map.rs:1157:17
     |
1157 |                 drop(danger); // Make lint happy
     |                 ^^^^^------^
     |                      |
     |                      argument has type `bool`
     |
     = note: `#[warn(dropping_copy_types)]` implied by `#[warn(warnings)]`
help: use `let _ = ...` to ignore the expression or result
     |
1157 -                 drop(danger); // Make lint happy
1157 +                 let _ = danger; // Make lint happy
     |

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/map.rs:1257:17
     |
1257 |                 drop(danger);
     |                 ^^^^^------^
     |                      |
     |                      argument has type `bool`
     |
help: use `let _ = ...` to ignore the expression or result
     |
1257 -                 drop(danger);
1257 +                 let _ = danger;
     |

   Compiling weezl v0.1.3
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1424:12
     |
1424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crc32fast-1.2.1/src/specialized/pclmulqdq.rs:147:5
    |
147 |     drop(K6);
    |     ^^^^^--^
    |          |
    |          argument has type `i64`
    |
    = note: `#[warn(dropping_copy_types)]` on by default
help: use `let _ = ...` to ignore the expression or result
    |
147 -     drop(K6);
147 +     let _ = K6;
    |

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1436:12
     |
1436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1446:12
     |
1446 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1457:12
     |
1457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1482:12
     |
1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1493:12
     |
1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1506:12
     |
1506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1516:12
     |
1516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1526:12
     |
1526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1537:12
     |
1537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1548:12
     |
1548 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1560:12
     |
1560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1572:12
     |
1572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1582:12
     |
1582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1593:12
     |
1593 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1606:12
     |
1606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1617:12
     |
1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1628:12
     |
1628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1640:12
     |
1640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1650:12
     |
1650 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1660:12
     |
1660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1671:12
     |
1671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1681:12
     |
1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1692:12
     |
1692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1703:12
     |
1703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1715:12
     |
1715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1728:12
     |
1728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1731:12
     |
1731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1738:12
     |
1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1750:12
     |
1750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1760:12
     |
1760 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:5:11
  |
5 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |           ^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1779:12
     |
1779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1791:12
     |
1791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1803:12
     |
1803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1806:12
     |
1806 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:5:25
  |
5 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |                         ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1813:12
     |
1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1827:12
     |
1827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:5:38
  |
5 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |                                      ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1842:12
     |
1842 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102f`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:9:7
  |
9 | #[cfg(ossl102f)]
  |       ^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102f)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102f)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1853:12
     |
1853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:64:7
   |
64 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1865:12
     |
1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:66:7
   |
66 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1881:12
     |
1881 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:68:7
   |
68 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1905:12
     |
1905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1917:12
     |
1917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:70:7
   |
70 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1933:12
     |
1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:72:7
   |
72 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:74:7
   |
74 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1943:12
     |
1943 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1953:12
     |
1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:76:7
   |
76 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1962:12
     |
1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:78:7
   |
78 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1971:12
     |
1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:80:7
   |
80 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1980:12
     |
1980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:83:14
   |
83 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:1994:12
     |
1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102h`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:91:21
   |
91 |     } else if #[cfg(ossl102h)] {
   |                     ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102h)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102h)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:124:14
    |
124 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2004:12
     |
2004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:136:15
    |
136 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2014:12
     |
2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:136:24
    |
136 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2024:12
     |
2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:139:15
    |
139 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2036:12
     |
2036 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:139:24
    |
139 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2048:12
     |
2048 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:145:15
    |
145 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2058:12
     |
2058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:145:24
    |
145 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:147:15
    |
147 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2068:12
     |
2068 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509_vfy.rs:147:24
    |
147 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2078:12
     |
2078 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:30:11
   |
30 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2081:12
     |
2081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:30:20
   |
30 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2088:12
     |
2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:32:11
   |
32 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2097:12
     |
2097 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:32:20
   |
32 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2107:12
     |
2107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:34:11
   |
34 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2116:12
     |
2116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:34:20
   |
34 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2127:12
     |
2127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:36:11
   |
36 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2138:12
     |
2138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:36:20
   |
36 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2151:12
     |
2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:38:11
   |
38 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2161:12
     |
2161 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:38:20
   |
38 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:40:7
   |
40 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/macros.rs:59:22
   |
59 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:24:1
   |
24 | stack!(stack_st_GENERAL_NAME);
   | ----------------------------- in this macro invocation
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:44:18
   |
44 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2173:12
     |
2173 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/x509v3.rs:44:27
   |
44 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2182:12
     |
2182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2191:12
     |
2191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2203:12
     |
2203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2215:12
     |
2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/clone.rs:2225:12
     |
2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=weezl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/weezl-0.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/weezl-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='HeroicKatora ' CARGO_PKG_DESCRIPTION='Fast LZW compression and decompression.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=weezl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/lzw.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name weezl --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/weezl-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0177530f34d5cbc -C extra-filename=-52c33e86d3e56f87 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: the type `[u8; 64]` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/name.rs:1661:32
     |
1661 |         let mut buf = unsafe { mem::uninitialized() };
     |                                ^^^^^^^^^^^^^^^^^^^^
     |                                |
     |                                this code causes undefined behavior when executed
     |                                help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
     = note: integers must be initialized
     = note: `#[warn(invalid_value)]` implied by `#[warn(warnings)]`

warning: the type `[u8; 64]` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/name.rs:1711:32
     |
1711 |         let mut buf = unsafe { mem::uninitialized() };
     |                                ^^^^^^^^^^^^^^^^^^^^
     |                                |
     |                                this code causes undefined behavior when executed
     |                                help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
     = note: integers must be initialized

warning: the type `[u8; 64]` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/name.rs:1772:32
     |
1772 |         let mut buf = unsafe { mem::uninitialized() };
     |                                ^^^^^^^^^^^^^^^^^^^^
     |                                |
     |                                this code causes undefined behavior when executed
     |                                help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
     = note: integers must be initialized

warning: the type `[u8; 64]` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/name.rs:2029:32
     |
2029 |         let mut buf = unsafe { mem::uninitialized() };
     |                                ^^^^^^^^^^^^^^^^^^^^
     |                                |
     |                                this code causes undefined behavior when executed
     |                                help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
     = note: integers must be initialized

warning: the type `[u8; 64]` does not permit being left uninitialized
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/name.rs:2040:32
     |
2040 |         let mut buf = unsafe { mem::uninitialized() };
     |                                ^^^^^^^^^^^^^^^^^^^^
     |                                |
     |                                this code causes undefined behavior when executed
     |                                help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
     |
     = note: integers must be initialized

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:8:12
  |
8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:11:12
   |
11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:18:12
   |
18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:21:12
   |
21 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:28:12
   |
28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:31:12
   |
31 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:42:12
   |
42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:45:12
   |
45 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:56:12
   |
56 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:59:12
   |
59 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:68:12
   |
68 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:71:12
   |
71 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:78:12
   |
78 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:81:12
   |
81 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:118:12
    |
118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:121:12
    |
121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:128:12
    |
128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:131:12
    |
131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:138:12
    |
138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:141:12
    |
141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:148:12
    |
148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:151:12
    |
151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:162:12
    |
162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:165:12
    |
165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:172:12
    |
172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:175:12
    |
175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:187:12
    |
187 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:190:12
    |
190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:197:12
    |
197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:200:12
    |
200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:207:12
    |
207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:210:12
    |
210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:217:12
    |
217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:220:12
    |
220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:231:12
    |
231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:234:12
    |
234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:315:12
    |
315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:318:12
    |
318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:325:12
    |
325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:328:12
    |
328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:335:12
    |
335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:338:12
    |
338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:348:12
    |
348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `bytes` (lib) generated 21 warnings
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:351:12
    |
351 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:358:12
    |
358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:361:12
    |
361 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:368:12
    |
368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:371:12
    |
371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:381:12
    |
381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:384:12
    |
384 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:391:12
    |
391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:394:12
    |
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:401:12
    |
401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:404:12
    |
404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:411:12
    |
411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:414:12
    |
414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:421:12
    |
421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:424:12
    |
424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:431:12
    |
431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:434:12
    |
434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:447:12
    |
447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:450:12
    |
450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

   Compiling url v2.1.1
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:457:12
    |
457 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:460:12
    |
460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:467:12
    |
467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:470:12
    |
470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:481:12
    |
481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:484:12
    |
484 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:491:12
    |
491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:494:12
    |
494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:504:12
    |
504 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:507:12
    |
507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:514:12
    |
514 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:517:12
    |
517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:524:12
    |
524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:527:12
    |
527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:534:12
    |
534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:537:12
    |
537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:544:12
    |
544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:547:12
    |
547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:554:12
    |
554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:557:12
    |
557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:564:12
    |
564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:567:12
    |
567 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:578:12
    |
578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:581:12
    |
581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:588:12
    |
588 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:591:12
    |
591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:598:12
    |
598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:601:12
    |
601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:611:12
    |
611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:614:12
    |
614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:621:12
    |
621 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:624:12
    |
624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:631:12
    |
631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:634:12
    |
634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:641:12
    |
641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:644:12
    |
644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:655:12
    |
655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:658:12
    |
658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:665:12
    |
665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:668:12
    |
668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:675:12
    |
675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:678:12
    |
678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:685:12
    |
685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:688:12
    |
688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:695:12
    |
695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:698:12
    |
698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:705:12
    |
705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:708:12
    |
708 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:715:12
    |
715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:718:12
    |
718 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:728:12
    |
728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:731:12
    |
731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:738:12
    |
738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:741:12
    |
741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:752:12
    |
752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:755:12
    |
755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:765:12
    |
765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:768:12
    |
768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:778:12
    |
778 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:781:12
    |
781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:793:12
    |
793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:796:12
    |
796 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:803:12
    |
803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:806:12
    |
806 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:813:12
    |
813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:816:12
    |
816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:823:12
    |
823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:826:12
    |
826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:837:12
    |
837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:840:12
    |
840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:856:12
    |
856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:859:12
    |
859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:866:12
    |
866 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:869:12
    |
869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:876:12
    |
876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:879:12
    |
879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:890:12
    |
890 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:893:12
    |
893 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:900:12
    |
900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:903:12
    |
903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:921:12
    |
921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:924:12
    |
924 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:939:12
    |
939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:942:12
    |
942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:954:12
    |
954 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:957:12
    |
957 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:967:12
    |
967 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:970:12
    |
970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:986:12
    |
986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:989:12
    |
989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1001:12
     |
1001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1004:12
     |
1004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1011:12
     |
1011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1014:12
     |
1014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1025:12
     |
1025 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1028:12
     |
1028 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1040:12
     |
1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1043:12
     |
1043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1071:12
     |
1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `ryu` (lib) generated 27 warnings
   Compiling mime v0.3.16
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name url --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=27d5872a3171f57a -C extra-filename=-a6bc58477f1a4914 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern idna=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libidna-e10c707c479d23c5.rmeta --extern matches=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmatches-492bbc1f636ba6d8.rmeta --extern percent_encoding=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpercent_encoding-eb1d0a959b81267e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1074:12
     |
1074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1085:12
     |
1085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1088:12
     |
1088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1099:12
     |
1099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1102:12
     |
1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1112:12
     |
1112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1115:12
     |
1115 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1125:12
     |
1125 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1128:12
     |
1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1135:12
     |
1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1138:12
     |
1138 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1151:12
     |
1151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1154:12
     |
1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1164:12
     |
1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1167:12
     |
1167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1177:12
     |
1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1180:12
     |
1180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1191:12
     |
1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1194:12
     |
1194 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1206:12
     |
1206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1209:12
     |
1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1221:12
     |
1221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1224:12
     |
1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1239:12
     |
1239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1242:12
     |
1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1253:12
     |
1253 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1256:12
     |
1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1267:12
     |
1267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1270:12
     |
1270 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1281:12
     |
1281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1284:12
     |
1284 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1294:12
     |
1294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1297:12
     |
1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1304:12
     |
1304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1307:12
     |
1307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1316:12
     |
1316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1318:12
     |
1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1336:12
     |
1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1338:12
     |
1338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1344:12
     |
1344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1346:12
     |
1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1348:12
     |
1348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1350:12
     |
1350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1352:12
     |
1352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1354:12
     |
1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1357:12
     |
1357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1360:12
     |
1360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1367:12
     |
1367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1370:12
     |
1370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1379:12
     |
1379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1382:12
     |
1382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1394:12
     |
1394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1397:12
     |
1397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1409:12
     |
1409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1412:12
     |
1412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1419:12
     |
1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1422:12
     |
1422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1429:12
     |
1429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1432:12
     |
1432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1439:12
     |
1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1442:12
     |
1442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1453:12
     |
1453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1456:12
     |
1456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1463:12
     |
1463 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1466:12
     |
1466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1493:12
     |
1493 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1496:12
     |
1496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1503:12
     |
1503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1506:12
     |
1506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1517:12
     |
1517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1520:12
     |
1520 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1527:12
     |
1527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1530:12
     |
1530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1537:12
     |
1537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1540:12
     |
1540 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1549:12
     |
1549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1552:12
     |
1552 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1559:12
     |
1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1562:12
     |
1562 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1572:12
     |
1572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1575:12
     |
1575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1582:12
     |
1582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1585:12
     |
1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1592:12
     |
1592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1595:12
     |
1595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1602:12
     |
1602 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1605:12
     |
1605 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `crc32fast` (lib) generated 2 warnings
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1615:12
     |
1615 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1618:12
     |
1618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1625:12
     |
1625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1628:12
     |
1628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1635:12
     |
1635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1638:12
     |
1638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1645:12
     |
1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1648:12
     |
1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1655:12
     |
1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1658:12
     |
1658 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

   Compiling derive_builder v0.7.2
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1665:12
     |
1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1668:12
     |
1668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1684:12
     |
1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mime CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime-0.3.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime-0.3.16/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Strongly Typed Mimes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/mime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name mime --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime-0.3.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())' -C metadata=69dbe81d40c298df -C extra-filename=-17e109cde51ac8cf --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1687:12
     |
1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1694:12
     |
1694 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1697:12
     |
1697 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1704:12
     |
1704 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1707:12
     |
1707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1714:12
     |
1714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1717:12
     |
1717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1726:12
     |
1726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1729:12
     |
1729 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1736:12
     |
1736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1739:12
     |
1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1750:12
     |
1750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1753:12
     |
1753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1762:12
     |
1762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1765:12
     |
1765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1776:12
     |
1776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1779:12
     |
1779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1794:12
     |
1794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1797:12
     |
1797 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1810:12
     |
1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1813:12
     |
1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1823:12
     |
1823 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1826:12
     |
1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1837:12
     |
1837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1840:12
     |
1840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1856:12
     |
1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1859:12
     |
1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1869:12
     |
1869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1872:12
     |
1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1879:12
     |
1879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1882:12
     |
1882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1892:12
     |
1892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1895:12
     |
1895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1907:12
     |
1907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1910:12
     |
1910 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1936:12
     |
1936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1939:12
     |
1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1946:12
     |
1946 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1949:12
     |
1949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1961:12
     |
1961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1964:12
     |
1964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1971:12
     |
1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1974:12
     |
1974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1981:12
     |
1981 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1984:12
     |
1984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1991:12
     |
1991 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:1994:12
     |
1994 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2001:12
     |
2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2004:12
     |
2004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2011:12
     |
2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2014:12
     |
2014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2026:12
     |
2026 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2029:12
     |
2029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2040:12
     |
2040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2043:12
     |
2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2050:12
     |
2050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2053:12
     |
2053 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2060:12
     |
2060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2063:12
     |
2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2072:12
     |
2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2075:12
     |
2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2084:12
     |
2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2087:12
     |
2087 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2094:12
     |
2094 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2097:12
     |
2097 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2104:12
     |
2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2107:12
     |
2107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2114:12
     |
2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2117:12
     |
2117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2129:12
     |
2129 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2132:12
     |
2132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2139:12
     |
2139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2142:12
     |
2142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2149:12
     |
2149 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2152:12
     |
2152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2159:12
     |
2159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2162:12
     |
2162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2169:12
     |
2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2172:12
     |
2172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2179:12
     |
2179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2182:12
     |
2182 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2196:12
     |
2196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2199:12
     |
2199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2206:12
     |
2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2209:12
     |
2209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2219:12
     |
2219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2222:12
     |
2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2229:12
     |
2229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2232:12
     |
2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2239:12
     |
2239 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2242:12
     |
2242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2249:12
     |
2249 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2252:12
     |
2252 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2265:12
     |
2265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2268:12
     |
2268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2275:12
     |
2275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/eq.rs:2278:12
     |
2278 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_mod CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Colin Kiegel :Pascal Hertleif :Jan-Erik Rediger :Ted Driggs ' CARGO_PKG_DESCRIPTION='Rust macro to automatically implement the builder pattern for arbitrary structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-derive-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_mod --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2/build/mod.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("compiletest_rs", "env_logger", "log", "logging", "nightlytests", "skeptic", "skeptic_tests"))' -C metadata=0d6f3de0994ca633 -C extra-filename=-8ae4811e475244dd --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/derive_builder-8ae4811e475244dd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,default,rand_os,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_RAND_OS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand-4a0106a9b537fa79/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand-09adc2fff151f508/build-script-build`
warning: the type `sockaddr_un` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/uds.rs:55:39
   |
55 |         let addr: libc::sockaddr_un = mem::uninitialized();
   |                                       ^^^^^^^^^^^^^^^^^^^^
   |                                       |
   |                                       this code causes undefined behavior when executed
   |                                       help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized
   = note: `#[warn(invalid_value)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_iter CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='External iterators for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-iter' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-iter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-iter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-iter-a0178356b7feba07/out /usr/local/bin/rustc --crate-name num_iter --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=e2413ab68249459c -C extra-filename=-a090211b910f28d9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern num_integer=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_integer-8b85227d6fa51afd.rmeta --extern num_traits=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_traits-d73cfc77514410cd.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128`
warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:9:12
  |
9 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:19:12
   |
19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:30:12
   |
30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:44:12
   |
44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:61:12
   |
61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:73:12
   |
73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:85:12
   |
85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:180:12
    |
180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:191:12
    |
191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:201:12
    |
201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:211:12
    |
211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:225:12
    |
225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:236:12
    |
236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:259:12
    |
259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:269:12
    |
269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:280:12
    |
280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:290:12
    |
290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:304:12
    |
304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:506:12
    |
506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:517:12
    |
517 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:529:12
    |
529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:542:12
    |
542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:554:12
    |
554 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:565:12
    |
565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:578:12
    |
578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-rational-5b0c1b4fb3310555/out /usr/local/bin/rustc --crate-name num_rational --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=9d59849912470dd9 -C extra-filename=-40b6ca8cf9bb0a44 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern num_integer=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_integer-8b85227d6fa51afd.rmeta --extern num_traits=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_traits-d73cfc77514410cd.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_int_exp_fmt`
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:590:12
    |
590 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:601:12
    |
601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:613:12
    |
613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:625:12
    |
625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:637:12
    |
637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:653:12
    |
653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:664:12
    |
664 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:676:12
    |
676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:690:12
    |
690 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:701:12
    |
701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:714:12
    |
714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:726:12
    |
726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:738:12
    |
738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:749:12
    |
749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:761:12
    |
761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:772:12
    |
772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:784:12
    |
784 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:798:12
    |
798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:809:12
    |
809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:821:12
    |
821 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:834:12
    |
834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:846:12
    |
846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:858:12
    |
858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: elided lifetime has a name
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/src/parser.rs:1043:74
     |
1043 |     fn get_file_host<'i>(input: Input<'i>) -> ParseResult<(Host, Input)> {
     |                      -- lifetime `'i` declared here                      ^^^^^ this elided lifetime gets resolved as `'i`
     |
     = note: `#[warn(elided_named_lifetimes)]` on by default

[rand 0.6.5] cargo:rerun-if-changed=build.rs
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:869:12
    |
869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:883:12
    |
883 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:894:12
    |
894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:905:12
    |
905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:916:12
    |
916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:928:12
    |
928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:940:12
    |
940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:951:12
    |
951 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:964:12
    |
964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:975:12
    |
975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:989:12
    |
989 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1002:12
     |
1002 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1015:12
     |
1015 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1037:12
     |
1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1047:12
     |
1047 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1057:12
     |
1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1069:12
     |
1069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1088:12
     |
1088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1120:12
     |
1120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1132:12
     |
1132 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1144:12
     |
1144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1158:12
     |
1158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1170:12
     |
1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1201:12
     |
1201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1220:12
     |
1220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1243:12
     |
1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1256:12
     |
1256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1288:12
     |
1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1303:12
     |
1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1315:12
     |
1315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1329:12
     |
1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1344:12
     |
1344 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1424:12
     |
1424 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1438:12
     |
1438 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1452:12
     |
1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1465:12
     |
1465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1478:12
     |
1478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1490:12
     |
1490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1506:12
     |
1506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1519:12
     |
1519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1532:12
     |
1532 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1546:12
     |
1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1561:12
     |
1561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `unicase` (lib) generated 60 warnings (60 duplicates)
   Compiling humantime v1.3.0
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1576:12
     |
1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1594:12
     |
1594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1608:12
     |
1608 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1622:12
     |
1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1636:12
     |
1636 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1649:12
     |
1649 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1659:12
     |
1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1671:12
     |
1671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1713:12
     |
1713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1723:12
     |
1723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1735:12
     |
1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1747:12
     |
1747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1767:12
     |
1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1790:12
     |
1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1801:12
     |
1801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1812:12
     |
1812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1822:12
     |
1822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1841:12
     |
1841 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1852:12
     |
1852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1928:12
     |
1928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1939:12
     |
1939 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1953:12
     |
1953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1964:12
     |
1964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1975:12
     |
1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1987:12
     |
1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:1999:12
     |
1999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2012:12
     |
2012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2024:12
     |
2024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2034:12
     |
2034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2045:12
     |
2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2058:12
     |
2058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2069:12
     |
2069 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2081:12
     |
2081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2093:12
     |
2093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2103:12
     |
2103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2114:12
     |
2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2136:12
     |
2136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2147:12
     |
2147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2158:12
     |
2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2169:12
     |
2169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2181:12
     |
2181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2193:12
     |
2193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2210:12
     |
2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2222:12
     |
2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2240:12
     |
2240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2258:12
     |
2258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2285:12
     |
2285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2298:12
     |
2298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2315:12
     |
2315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2347:12
     |
2347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2360:12
     |
2360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2372:12
     |
2372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2385:12
     |
2385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2400:12
     |
2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2472:12
     |
2472 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2483:12
     |
2483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2498:12
     |
2498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2508:12
     |
2508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2518:12
     |
2518 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2527:12
     |
2527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2537:12
     |
2537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2546:12
     |
2546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2561:12
     |
2561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2580:12
     |
2580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2590:12
     |
2590 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2601:12
     |
2601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2613:12
     |
2613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2625:12
     |
2625 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2635:12
     |
2635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2646:12
     |
2646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2656:12
     |
2656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2676:12
     |
2676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2685:12
     |
2685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2695:12
     |
2695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2705:12
     |
2705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2716:12
     |
2716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2727:12
     |
2727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2758:12
     |
2758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2768:12
     |
2768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2781:12
     |
2781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2790:12
     |
2790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2799:12
     |
2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2810:12
     |
2810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2836:12
     |
2836 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/hash.rs:2846:12
     |
2846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:7:12
  |
7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:17:12
   |
17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:43:12
   |
43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:57:12
   |
57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:70:12
   |
70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:81:12
   |
81 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:229:12
    |
229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:240:12
    |
240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:250:12
    |
250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:262:12
    |
262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:277:12
    |
277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:288:12
    |
288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:311:12
    |
311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:322:12
    |
322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/src/lib.rs:64:7
   |
64 | #[cfg(has_i128)]
   |       ^^^^^^^^
   |
   = 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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/humantime-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name humantime --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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=477e8bef187820e0 -C extra-filename=-d9c323a9d7e4d5ce --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern quick_error=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libquick_error-21a32ee638811b49.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_pcg CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Selected PCG random number generators
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_pcg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_pcg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand_pcg-a6b87262841a959d/out /usr/local/bin/rustc --crate-name rand_pcg --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=e71eda428a5fa375 -C extra-filename=-c31f5dcaa97b6a1b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-80741685f5a3bfaf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg rustc_1_26`
[rand 0.6.5] cargo:rustc-cfg=rustc_1_25
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:333:12
    |
333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/num-iter-0.1.42/src/lib.rs:76:11
   |
76 | #[cfg(not(has_i128))]
   |           ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:343:12
    |
343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:356:12
    |
356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:595:12
    |
595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:606:12
    |
606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:618:12
    |
618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:630:12
    |
630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:642:12
    |
642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:654:12
    |
654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:666:12
    |
666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:677:12
    |
677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

[rand 0.6.5] cargo:rustc-cfg=rustc_1_26
[rand 0.6.5] cargo:rustc-cfg=rustc_1_27
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:688:12
    |
688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:700:12
    |
700 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:712:12
    |
712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:724:12
    |
724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:741:12
    |
741 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:752:12
    |
752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:764:12
    |
764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:779:12
    |
779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:790:12
    |
790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:803:12
    |
803 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:815:12
    |
815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:828:12
    |
828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:838:12
    |
838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:850:12
    |
850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:860:12
    |
860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:873:12
    |
873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:888:12
    |
888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:899:12
    |
899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:910:12
    |
910 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:922:12
    |
922 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:935:12
    |
935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:948:12
    |
948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:959:12
    |
959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:973:12
    |
973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:984:12
    |
984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:995:12
    |
995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1006:12
     |
1006 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1018:12
     |
1018 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1029:12
     |
1029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1040:12
     |
1040 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1053:12
     |
1053 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1064:12
     |
1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1077:12
     |
1077 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1089:12
     |
1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1101:12
     |
1101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1120:12
     |
1120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1130:12
     |
1130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1140:12
     |
1140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1151:12
     |
1151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1169:12
     |
1169 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1203:12
     |
1203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1215:12
     |
1215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1226:12
     |
1226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1242:12
     |
1242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1255:12
     |
1255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1288:12
     |
1288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1306:12
     |
1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1329:12
     |
1329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1341:12
     |
1341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1375:12
     |
1375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1393:12
     |
1393 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1404:12
     |
1404 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1417:12
     |
1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1434:12
     |
1434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1444:12
     |
1444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1538:12
     |
1538 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1555:12
     |
1555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1570:12
     |
1570 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1585:12
     |
1585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1597:12
     |
1597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1609:12
     |
1609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1626:12
     |
1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1638:12
     |
1638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1651:12
     |
1651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1665:12
     |
1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1683:12
     |
1683 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1698:12
     |
1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1717:12
     |
1717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1733:12
     |
1733 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1749:12
     |
1749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1763:12
     |
1763 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1777:12
     |
1777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1786:12
     |
1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1796:12
     |
1796 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1807:12
     |
1807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1855:12
     |
1855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1868:12
     |
1868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1880:12
     |
1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1903:12
     |
1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1921:12
     |
1921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1944:12
     |
1944 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `signal-hook` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1955:12
     |
1955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1966:12
     |
1966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1978:12
     |
1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:1996:12
     |
1996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2007:12
     |
2007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2096:12
     |
2096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2107:12
     |
2107 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2120:12
     |
2120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2130:12
     |
2130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2140:12
     |
2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2151:12
     |
2151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2162:12
     |
2162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2174:12
     |
2174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2186:12
     |
2186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2196:12
     |
2196 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2207:12
     |
2207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2220:12
     |
2220 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2231:12
     |
2231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2242:12
     |
2242 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2254:12
     |
2254 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2264:12
     |
2264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2274:12
     |
2274 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2293:12
     |
2293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2303:12
     |
2303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2314:12
     |
2314 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2325:12
     |
2325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2337:12
     |
2337 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2350:12
     |
2350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2368:12
     |
2368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2380:12
     |
2380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2395:12
     |
2395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2414:12
     |
2414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2443:12
     |
2443 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2455:12
     |
2455 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2469:12
     |
2469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2503:12
     |
2503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2518:12
     |
2518 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2529:12
     |
2529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2541:12
     |
2541 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2557:12
     |
2557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2641:12
     |
2641 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2653:12
     |
2653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2669:12
     |
2669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2679:12
     |
2679 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2689:12
     |
2689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2698:12
     |
2698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2707:12
     |
2707 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2716:12
     |
2716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2730:12
     |
2730 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2748:12
     |
2748 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2758:12
     |
2758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2768:12
     |
2768 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2780:12
     |
2780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2792:12
     |
2792 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2802:12
     |
2802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2812:12
     |
2812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2822:12
     |
2822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2845:12
     |
2845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2854:12
     |
2854 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2864:12
     |
2864 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2873:12
     |
2873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2884:12
     |
2884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2895:12
     |
2895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2928:12
     |
2928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2938:12
     |
2938 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2950:12
     |
2950 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2959:12
     |
2959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2968:12
     |
2968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:2980:12
     |
2980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:3004:12
     |
3004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/gen/debug.rs:3014:12
     |
3014 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `num-iter` (lib) generated 2 warnings
warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/parse.rs:1062:12
     |
1062 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/reserved.rs:39:12
   |
39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unused import: `self as parse_module`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/lib.rs:824:28
    |
824 |     pub use crate::parse::{self as parse_module};
    |                            ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

   Compiling signal-hook-mio v0.2.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-287c51b0acf69950/out /usr/local/bin/rustc --crate-name openssl --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/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("v101", "v102", "v110", "v111", "vendored"))' -C metadata=c73f67d00194c3f1 -C extra-filename=-c6e7aae2c264d424 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --extern foreign_types=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libforeign_types-4af5b8b0337f0273.rmeta --extern lazy_static=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-08079672d47ea8c5.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern openssl_sys=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_sys-102a310e5916faf5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -L native=/usr/lib --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_chacha' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand_chacha-2155de947277550a/out /usr/local/bin/rustc --crate-name rand_chacha --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c5f87726ac9cc2 -C extra-filename=-03b6694384168ca8 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-2ea7afc3abbe950e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg rustc_1_26`
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/src/parser.rs:95:32
   |
95 |         fmt::Display::fmt(self.description(), f)
   |                                ^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: `openssl-sys` (lib) generated 491 warnings
warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/src/lib.rs:45:11
   |
45 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))] mod pcg128;
   |           ^^^^^^^^^^
   |
   = 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(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` 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: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_pcg-0.1.2/src/lib.rs:48:11
   |
48 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))] pub use self::pcg128::{Pcg64Mcg, Mcg128Xsl64};
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

   Compiling parking_lot v0.11.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-mio-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-mio-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='MIO support for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name signal_hook_mio --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/signal-hook-mio-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="mio-0_7"' --cfg 'feature="support-v0_7"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-uds", "support-v0_6", "support-v0_7"))' -C metadata=fdd8c8f38ce1ebd0 -C extra-filename=-7856b6b1c9274a45 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern mio_0_7=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio-596400845e074374.rmeta --extern signal_hook=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook-fec7daafd0603960.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `num-integer` (lib) generated 4 warnings
   Compiling rand_core v0.6.2
warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot-0.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name parking_lot --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/parking_lot-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=fdf0873aa5212b28 -C extra-filename=-f2cc1be52b13a065 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern instant=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libinstant-70b226c135ce517f.rmeta --extern lock_api=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblock_api-a7b7ac3b1ef04a13.rmeta --extern parking_lot_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libparking_lot_core-15f4c34778422af4.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/humantime-1.3.0/src/duration.rs:118:40
    |
118 |             "years" | "year" | "y" => (try!(n.mul(31557600)), 0), // 365.25d
    |                                        ^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.6.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.6.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_core-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=f80d834e45de9648 -C extra-filename=-5a025ad4b328e651 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern getrandom=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libgetrandom-891472d372b68689.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/humantime-1.3.0/src/duration.rs:138:29
    |
138 |                         n = try!(n.checked_mul(10)
    |                             ^^^

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/src/chacha.rs:117:15
    |
117 |     #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |               ^^^^^^^^^^
    |
    = 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(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` 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: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.1.1/src/chacha.rs:138:15
    |
138 |     #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |               ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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/audio/spotify-tui/work/spotify-tui-0.25.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`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 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/audio/spotify-tui/work/spotify-tui-0.25.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`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Colin Kiegel :Pascal Hertleif :Jan-Erik Rediger :Ted Driggs ' CARGO_PKG_DESCRIPTION='Rust macro to automatically implement the builder pattern for arbitrary structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-derive-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/derive_builder-a3b0f47ec02d8920/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/derive_builder-8ae4811e475244dd/build-script-mod`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mime_guess CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/Cargo.toml CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='A simple crate for detection of a file'\''s MIME type by its extension.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_guess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/abonander/mime_guess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/mime_guess-8ba84d02a9385400/out /usr/local/bin/rustc --crate-name mime_guess --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8b9de530c4b7dca5 -C extra-filename=-6cf51f2798eb1711 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern mime=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmime-17e109cde51ac8cf.rmeta --extern unicase=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicase-9b4565e68c64485c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/humantime-1.3.0/src/duration.rs:48:44
   |
48 |             display(self_) -> ("{}", self_.description())
   |                                            ^^^^^^^^^^^

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/humantime-1.3.0/src/duration.rs:53:44
   |
53 |             display(self_) -> ("{}", self_.description())
   |                                            ^^^^^^^^^^^

warning: `rand_pcg` (lib) generated 2 warnings
   Compiling mio-uds v0.6.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio_uds CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Unix domain socket bindings for mio
' CARGO_PKG_HOMEPAGE='https://github.com/deprecrated/mio-uds' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio-uds CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/deprecrated/mio-uds' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name mio_uds --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18313866233aeb2f -C extra-filename=-96489a40a2753b12 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern iovec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libiovec-e976ca4b1b40ed3d.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern mio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio-5bd5f67553d26599.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: method `update` is never used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/checksum.rs:4:8
  |
3 | pub trait RollingChecksum {
  |           --------------- method in this trait
4 |     fn update(&mut self, byte: u8);
  |        ^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

warning: field `compression_options` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/deflate_state.rs:70:9
   |
66 | pub struct DeflateState {
   |            ------------ field in this struct
...
70 |     pub compression_options: CompressionOptions,
   |         ^^^^^^^^^^^^^^^^^^^

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

warning: panic message is not a string literal
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/encoder_state.rs:65:21
   |
65 |                     format!("Code: {:?}, Value: {:?}", code, value)
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
   = note: for more information, see 
   = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
   = note: `#[warn(non_fmt_panics)]` on by default
help: remove the `format!(..)` macro call
   |
65 -                     format!("Code: {:?}, Value: {:?}", code, value)
65 +                     "Code: {:?}, Value: {:?}", code, value
   |

warning: panic message is not a string literal
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/encoder_state.rs:74:21
   |
74 |                     format!("Code: {:?}, Value: {:?}", code, value)
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
   = note: for more information, see 
   = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
help: remove the `format!(..)` macro call
   |
74 -                     format!("Code: {:?}, Value: {:?}", code, value)
74 +                     "Code: {:?}, Value: {:?}", code, value
   |

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

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

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

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

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

warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/src/lib.rs:32:7
   |
32 | #[cfg(feature = "phf")]
   |       ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

   Compiling http-body v0.3.1
warning: unexpected `cfg` condition value: `phf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mime_guess-2.0.3/src/lib.rs:36:11
   |
36 | #[cfg(not(feature = "phf"))]
   |           ^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `rev-mappings`
   = help: consider adding `phf` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http_body CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-body-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-body-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Lucio Franco :Sean McArthur ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, streaming, HTTP request or response body.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-body CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http-body' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name http_body --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/http-body-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=88b105dccbfcf334 -C extra-filename=-027aff4dd536f592 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbytes-b42f0ad90fb2987f.rmeta --extern http=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libhttp-72fd9facd109ad9b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:33:13
   |
33 |             try!(cvt(libc::bind(fd.fd(), addr, len)));
   |             ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:29:31
   |
29 |             let (addr, len) = try!(sockaddr_un(path));
   |                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:30:22
   |
30 |             let fd = try!(Socket::new(libc::SOCK_DGRAM));
   |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:45:9
   |
45 |         try!(stream.set_nonblocking(true));
   |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:54:26
   |
54 |             let (a, b) = try!(Socket::pair(libc::SOCK_DGRAM));
   |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:63:9
   |
63 |         try!(stream.set_nonblocking(true));
   |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/datagram.rs:62:22
   |
62 |         let stream = try!(net::UnixDatagram::unbound());
   |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:37:13
   |
37 |             try!(cvt(libc::bind(fd.fd(), addr, len)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:38:13
   |
38 |             try!(cvt(libc::listen(fd.fd(), 128)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:33:31
   |
33 |             let (addr, len) = try!(sockaddr_un(path));
   |                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:34:22
   |
34 |             let fd = try!(Socket::new(libc::SOCK_STREAM));
   |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:50:9
   |
50 |         try!(stream.set_nonblocking(true));
   |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/listener.rs:62:15
   |
62 |         match try!(self.accept_std()) {
   |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:65:13
   |
65 |             try!(cvt(libc::ioctl(fd.fd, libc::FIOCLEX)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:67:13
   |
67 |             try!(cvt(libc::ioctl(fd.fd, libc::FIONBIO, &mut nonblocking)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:64:35
   |
64 |             let fd = Socket { fd: try!(cvt(libc::socket(libc::AF_UNIX, ty, 0))) };
   |                                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:93:13
   |
93 |             try!(cvt(libc::socketpair(libc::AF_UNIX, ty, 0, fds.as_mut_ptr())));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:96:13
   |
96 |             try!(cvt(libc::ioctl(a.fd, libc::FIOCLEX)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:97:13
   |
97 |             try!(cvt(libc::ioctl(b.fd, libc::FIOCLEX)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:99:13
   |
99 |             try!(cvt(libc::ioctl(a.fd, libc::FIONBIO, &mut nonblocking)));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:100:13
    |
100 |             try!(cvt(libc::ioctl(b.fd, libc::FIONBIO, &mut nonblocking)));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/stream.rs:52:31
   |
52 |             let (addr, len) = try!(sockaddr_un(path));
   |                               ^^^

warning: `rand_chacha` (lib) generated 2 warnings
   Compiling idna v0.1.5
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/stream.rs:53:26
   |
53 |             let socket = try!(Socket::new(libc::SOCK_STREAM));
   |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/stream.rs:71:9
   |
71 |         try!(stream.set_nonblocking(true));
   |         ^^^

warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:160:44
    |
160 |         let addr: libc::sockaddr_un = mem::uninitialized();
    |                                            ^^^^^^^^^^^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name idna --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.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())' -C metadata=7f0fd0e88b510a1f -C extra-filename=-2b28ffc201390ce7 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern matches=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmatches-492bbc1f636ba6d8.rmeta --extern unicode_bidi=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_bidi-7259261548e9627f.rmeta --extern unicode_normalization=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_normalization-d0feec171e4f4bbe.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/lib.rs:146:11
    |
146 | #[cfg(not(libressl))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` 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: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/lib.rs:157:11
    |
157 | #[cfg(not(libressl))]
    |           ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/bio.rs:76:14
   |
76 |     if #[cfg(ossl102)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:30:7
   |
30 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:174:7
    |
174 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:183:7
    |
183 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:199:7
    |
199 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:206:7
    |
206 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:306:7
    |
306 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:315:7
    |
315 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:324:7
    |
324 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:333:7
    |
333 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:340:7
    |
340 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:347:7
    |
347 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:572:18
    |
572 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:572:27
    |
572 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:130:11
    |
130 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:151:11
    |
151 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/asn1.rs:293:11
    |
293 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/bn.rs:39:14
   |
39 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/cms.rs:43:23
   |
43 |         #[cfg(all(not(libressl), not(ossl101)))]
   |                       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/cms.rs:43:38
   |
43 |         #[cfg(all(not(libressl), not(ossl101)))]
   |                                      ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/cms.rs:45:23
   |
45 |         #[cfg(all(not(libressl), not(ossl101), not(ossl102)))]
   |                       ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/cms.rs:45:38
   |
45 |         #[cfg(all(not(libressl), not(ossl101), not(ossl102)))]
   |                                      ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/cms.rs:45:52
   |
45 |         #[cfg(all(not(libressl), not(ossl101), not(ossl102)))]
   |                                                    ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:110:18
    |
110 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:110:27
    |
110 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:82:15
   |
82 |     #[cfg(any(ossl102, ossl110))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:82:24
   |
82 |     #[cfg(any(ossl102, ossl110))]
   |                        ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:91:15
   |
91 |     #[cfg(any(ossl102, ossl110))]
   |               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:91:24
   |
91 |     #[cfg(any(ossl102, ossl110))]
   |                        ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:100:15
    |
100 |     #[cfg(any(ossl102, ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dh.rs:100:24
    |
100 |     #[cfg(any(ossl102, ossl110))]
    |                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dsa.rs:296:18
    |
296 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/dsa.rs:296:27
    |
296 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ec.rs:166:15
    |
166 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ec.rs:220:11
    |
220 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ec.rs:511:15
    |
511 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_EC2M"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ecdsa.rs:132:18
    |
132 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ecdsa.rs:132:27
    |
132 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:386:7
    |
386 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:13:14
   |
13 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:77:11
   |
77 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:82:11
   |
82 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:87:11
   |
87 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:92:11
   |
92 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:97:11
   |
97 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:102:11
    |
102 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/hash.rs:274:11
    |
274 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkcs5.rs:114:11
    |
114 | #[cfg(any(ossl110))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkcs7.rs:45:23
   |
45 |         #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkcs7.rs:45:32
   |
45 |         #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                                ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkcs7.rs:45:41
   |
45 |         #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                                         ^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:62:7
   |
62 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:647:18
    |
647 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:647:27
    |
647 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:87:11
   |
87 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:89:11
   |
89 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:298:19
    |
298 |             #[cfg(ossl111)]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:300:19
    |
300 |             #[cfg(ossl111)]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:419:11
    |
419 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:475:11
    |
475 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:498:11
    |
498 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/pkey.rs:504:11
    |
504 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/rand.rs:50:7
   |
50 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/rsa.rs:679:18
    |
679 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/rsa.rs:679:27
    |
679 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:624:11
    |
624 | #[cfg(not(ossl101))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:627:7
    |
627 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:78:14
   |
78 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:287:15
    |
287 |     #[cfg(not(ossl111))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:300:11
    |
300 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:357:11
    |
357 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:379:11
    |
379 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sign.rs:591:11
    |
591 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused attribute `allow`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/srtp.rs:11:1
   |
11 | #[allow(unused_unsafe)]
   | ^^^^^^^^^^^^^^^^^^^^^^^
   |
note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `foreign_type_and_impl_send_sync`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/srtp.rs:12:1
   |
12 | foreign_type_and_impl_send_sync! {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   = note: `#[warn(unused_attributes)]` on by default

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=encoding_rs CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/Cargo.toml CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/encoding_rs-3e6c113f6cf62d66/out /usr/local/bin/rustc --crate-name encoding_rs --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/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("fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=df086c9be35ae341 -C extra-filename=-bfab8d2d95e9afe9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-03085ed614c4a572.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:81:11
   |
81 | #[cfg(all(ossl101, not(ossl110)))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:81:24
   |
81 | #[cfg(all(ossl101, not(ossl110)))]
   |                        ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:86:7
   |
86 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:88:7
   |
88 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:97:11
   |
97 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:97:20
   |
97 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:123:7
    |
123 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:417:7
    |
417 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:561:11
    |
561 | #[cfg(any(ossl102, libressl261))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:561:20
    |
561 | #[cfg(any(ossl102, libressl261))]
    |                    ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:565:11
    |
565 | #[cfg(any(ossl102, libressl261))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:565:20
    |
565 | #[cfg(any(ossl102, libressl261))]
    |                    ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:580:7
    |
580 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: the type `sockaddr_un` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/mio-uds-0.6.8/src/socket.rs:160:39
    |
160 |         let addr: libc::sockaddr_un = mem::uninitialized();
    |                                       ^^^^^^^^^^^^^^^^^^^^
    |                                       |
    |                                       this code causes undefined behavior when executed
    |                                       help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized
    = note: `#[warn(invalid_value)]` on by default

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:584:7
    |
584 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3944:18
     |
3944 |     if #[cfg(any(ossl110, libressl273))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3944:27
     |
3944 |     if #[cfg(any(ossl110, libressl273))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3995:18
     |
3995 |     if #[cfg(any(ossl110, libressl291))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3995:27
     |
3995 |     if #[cfg(any(ossl110, libressl291))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl291)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:4005:14
     |
4005 |     if #[cfg(ossl110)] {
     |              ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/bio.rs:191:18
    |
191 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/bio.rs:191:27
    |
191 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:4:11
  |
4 | #[cfg(any(ossl111, not(osslconf = "OPENSSL_NO_PSK")))]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:4:24
  |
4 | #[cfg(any(ossl111, not(osslconf = "OPENSSL_NO_PSK")))]
  |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:6:7
  |
6 | #[cfg(ossl111)]
  |       ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:9:11
  |
9 | #[cfg(any(ossl111, not(osslconf = "OPENSSL_NO_PSK")))]
  |           ^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:9:24
  |
9 | #[cfg(any(ossl111, not(osslconf = "OPENSSL_NO_PSK")))]
  |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:14:7
   |
14 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:19:11
   |
19 | #[cfg(all(ossl101, not(ossl110)))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:19:24
   |
19 | #[cfg(all(ossl101, not(ossl110)))]
   |                        ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:23:11
   |
23 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:23:20
   |
23 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:25:7
   |
25 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:31:7
   |
31 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:57:11
   |
57 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:98:11
   |
98 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:177:11
    |
177 | #[cfg(any(ossl102, libressl261))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:177:20
    |
177 | #[cfg(any(ossl102, libressl261))]
    |                    ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:235:11
    |
235 | #[cfg(all(ossl101, not(ossl110)))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:235:24
    |
235 | #[cfg(all(ossl101, not(ossl110)))]
    |                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:290:11
    |
290 | #[cfg(all(ossl101, not(ossl110)))]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:290:24
    |
290 | #[cfg(all(ossl101, not(ossl110)))]
    |                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:422:7
    |
422 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:438:7
    |
438 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:465:7
    |
465 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:542:7
    |
542 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:545:7
    |
545 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:604:7
    |
604 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:623:7
    |
623 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:664:7
    |
664 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:387:18
    |
387 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:387:27
    |
387 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:515:18
    |
515 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/callbacks.rs:515:27
    |
515 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/punycode.rs:85:29
   |
85 |                 byte @ b'0' ... b'9' => byte - b'0' + 26,
   |                             ^^^ 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)]` on by default

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/punycode.rs:86:29
   |
86 |                 byte @ b'A' ... b'Z' => byte - 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: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:352:14
    |
352 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/punycode.rs:87:29
   |
87 |                 byte @ b'a' ... b'z' => byte - 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/punycode.rs:209:11
    |
209 |         0 ... 25 => (value as u8 + 'a' as u8) as char,  // 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: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:356:25
    |
356 |     } else if #[cfg(any(ossl102, libressl))] {
    |                         ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/punycode.rs:210:12
    |
210 |         26 ... 35 => (value as u8 - 26 + '0' as u8) as char,  // 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: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:356:34
    |
356 |     } else if #[cfg(any(ossl102, libressl))] {
    |                                  ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:372:18
    |
372 |     if #[cfg(any(ossl102, libressl261))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:372:27
    |
372 |     if #[cfg(any(ossl102, libressl261))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:245:11
    |
245 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:230:15
    |
230 |         #[cfg(ossl111)]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:266:15
    |
266 |         #[cfg(ossl111)]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/connector.rs:296:15
    |
296 |         #[cfg(ossl111)]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/error.rs:39:11
   |
39 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:206:15
    |
206 |         #[cfg(ossl111)]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:212:19
    |
212 |         #[cfg(any(ossl102, ossl110))]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:212:28
    |
212 |         #[cfg(any(ossl102, ossl110))]
    |                            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:218:19
    |
218 |         #[cfg(any(ossl102, ossl110))]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:218:28
    |
218 |         #[cfg(any(ossl102, ossl110))]
    |                            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:236:19
    |
236 |         #[cfg(any(ossl102, ossl110))]
    |                   ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:236:28
    |
236 |         #[cfg(any(ossl102, ossl110))]
    |                            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110h`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:242:15
    |
242 |         #[cfg(ossl110h)]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110h)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110h)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:249:15
    |
249 |         #[cfg(ossl111)]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:298:19
    |
298 |         #[cfg(not(libressl))]
    |                   ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:570:15
    |
570 |     #[cfg(any(ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:613:11
    |
613 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:764:15
    |
764 |     #[cfg(any(ossl102, ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:764:24
    |
764 |     #[cfg(any(ossl102, ossl110))]
    |                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:861:15
    |
861 |     #[cfg(all(ossl101, not(ossl110)))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:861:28
    |
861 |     #[cfg(all(ossl101, not(ossl110)))]
    |                            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:924:15
    |
924 |     #[cfg(not(libressl))]
    |               ^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1094:11
     |
1094 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1113:15
     |
1113 |     #[cfg(any(libressl, all(ossl102, not(ossl110))))]
     |               ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1113:29
     |
1113 |     #[cfg(any(libressl, all(ossl102, not(ossl110))))]
     |                             ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1113:42
     |
1113 |     #[cfg(any(libressl, all(ossl102, not(ossl110))))]
     |                                          ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1163:15
     |
1163 |     #[cfg(any(ossl110, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1163:24
     |
1163 |     #[cfg(any(ossl110, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1184:15
     |
1184 |     #[cfg(any(ossl110, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1184:24
     |
1184 |     #[cfg(any(ossl110, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1205:15
     |
1205 |     #[cfg(any(ossl110g, libressl270))]
     |               ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1205:25
     |
1205 |     #[cfg(any(ossl110g, libressl270))]
     |                         ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1227:15
     |
1227 |     #[cfg(any(ossl110g, libressl270))]
     |               ^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110g)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1227:25
     |
1227 |     #[cfg(any(ossl110g, libressl270))]
     |                         ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1251:15
     |
1251 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1251:24
     |
1251 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1303:15
     |
1303 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1303:24
     |
1303 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1384:15
     |
1384 |     #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1399:15
     |
1399 |     #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1419:15
     |
1419 |     #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(osslconf, values("OPENSSL_NO_PSK"))'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1512:11
     |
1512 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1544:11
     |
1544 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1568:11
     |
1568 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1641:11
     |
1641 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1700:11
     |
1700 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1716:11
     |
1716 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1753:11
     |
1753 |     #[cfg(ossl102)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1769:11
     |
1769 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1864:15
     |
1864 |     #[cfg(any(ossl102, ossl110))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1864:24
     |
1864 |     #[cfg(any(ossl102, ossl110))]
     |                        ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1883:15
     |
1883 |     #[cfg(any(ossl102, ossl110))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1883:24
     |
1883 |     #[cfg(any(ossl102, ossl110))]
     |                        ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:1939:11
     |
1939 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2070:11
     |
2070 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2134:11
     |
2134 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2153:15
     |
2153 |     #[cfg(any(ossl110))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2250:11
     |
2250 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2284:11
     |
2284 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2521:19
     |
2521 |     #[cfg(any(all(ossl101, not(ossl110))))]
     |                   ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl101)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2521:32
     |
2521 |     #[cfg(any(all(ossl101, not(ossl110))))]
     |                                ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2541:15
     |
2541 |     #[cfg(all(ossl102, not(ossl110)))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2541:28
     |
2541 |     #[cfg(all(ossl102, not(ossl110)))]
     |                            ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2554:15
     |
2554 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2554:24
     |
2554 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2679:11
     |
2679 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2768:15
     |
2768 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2768:24
     |
2768 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2924:15
     |
2924 |     #[cfg(any(ossl102, libressl261))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2924:24
     |
2924 |     #[cfg(any(ossl102, libressl261))]
     |                        ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2964:15
     |
2964 |     #[cfg(any(ossl110))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:2981:15
     |
2981 |     #[cfg(any(ossl110))]
     |               ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3028:11
     |
3028 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3195:11
     |
3195 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3211:11
     |
3211 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3244:11
     |
3244 |     #[cfg(ossl110)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3258:11
     |
3258 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3272:11
     |
3272 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3293:11
     |
3293 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3315:11
     |
3315 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3337:11
     |
3337 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3359:11
     |
3359 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

   Compiling nix v0.20.0
warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3716:11
     |
3716 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3832:11
     |
3832 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:3861:11
     |
3861 |     #[cfg(ossl111)]
     |           ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl111)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/stack.rs:16:14
   |
16 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/string.rs:83:11
   |
83 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/string.rs:88:7
   |
88 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:833:18
    |
833 |     if #[cfg(any(ossl110, libressl273))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:833:27
    |
833 |     if #[cfg(any(ossl110, libressl273))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:134:11
    |
134 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:176:11
    |
176 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:222:11
    |
222 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:268:15
    |
268 |     #[cfg(any(ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:274:15
    |
274 |     #[cfg(any(ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:330:11
    |
330 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/symm.rs:337:15
    |
337 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/version.rs:17:18
   |
17 |     if #[cfg(any(ossl110, libressl271))] {
   |                  ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl271`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/version.rs:17:27
   |
17 |     if #[cfg(any(ossl110, libressl271))] {
   |                           ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl271)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:36:11
   |
36 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:36:20
   |
36 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1413:18
     |
1413 |     if #[cfg(any(ossl110, libressl273))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1413:27
     |
1413 |     if #[cfg(any(ossl110, libressl273))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl273)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1454:14
     |
1454 |     if #[cfg(ossl110)] {
     |              ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1494:18
     |
1494 |     if #[cfg(any(ossl110, libressl270))] {
     |                  ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1494:27
     |
1494 |     if #[cfg(any(ossl110, libressl270))] {
     |                           ^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/mod.rs:1509:14
     |
1509 |     if #[cfg(ossl110)] {
     |              ^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/verify.rs:18:19
   |
18 |         #[cfg(any(ossl110))]
   |                   ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/store.rs:117:18
    |
117 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/store.rs:117:27
    |
117 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` 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=nix CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name nix --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.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=cbf18fb0af0c3ec1 -C extra-filename=-b5d2dd4140c9714d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-072ae5456211be66.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `rand_core` (lib) generated 6 warnings
   Compiling png v0.16.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=png CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/png-0.16.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/png-0.16.8/Cargo.toml CARGO_PKG_AUTHORS='nwin ' CARGO_PKG_DESCRIPTION='PNG decoding and encoding library in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=png CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-png.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name png --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/png-0.16.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="default"' --cfg 'feature="deflate"' --cfg 'feature="png-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", "default", "deflate", "png-encoding", "unstable"))' -C metadata=99864500bccc8e78 -C extra-filename=-148c4da3ff199b18 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern crc32fast=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcrc32fast-2aba94c687ffa72b.rmeta --extern deflate=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libdeflate-9429f95cf679ea8c.rmeta --extern miniz_oxide=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libminiz_oxide-c1b6995ece2d58d7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `humantime` (lib) generated 28 warnings
   Compiling gethostname v0.2.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gethostname CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gethostname-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gethostname-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Wiesner ' CARGO_PKG_DESCRIPTION='gethostname for all platforms' CARGO_PKG_HOMEPAGE='https://github.com/lunaryorn/gethostname.rs' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gethostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lunaryorn/gethostname.rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name gethostname --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gethostname-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=406caffa83a92761 -C extra-filename=-4d00248524db1c90 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `mio-uds` (lib) generated 26 warnings
   Compiling rand_os v0.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_os CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='OS backed Random Number Generator' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_os' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_os CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_os --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=73bc0ca61cac8936 -C extra-filename=-1cae907f83ffe675 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-80741685f5a3bfaf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/src/query_encoding.rs:30:27
   |
30 |             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
   |
30 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
30 +             debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
   |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
   |
30 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
30 +             debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
   |

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-2.1.1/src/form_urlencoded.rs:233:9
    |
233 |         &target.as_mut_string()[start_position..]; // Panic if out of bounds
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
233 |         let _ = &target.as_mut_string()[start_position..]; // Panic if out of bounds
    |         +++++++

warning: unexpected `cfg` condition value: `bitrig`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs:366:5
    |
366 |     target_os = "bitrig",
    |     ^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs:367:5
    |
367 |     target_os = "cloudabi",
    |     ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `bitrig`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs:300:14
    |
300 | mod_use!(cfg(target_os = "bitrig"), openbsd_bitrig);
    |              ^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cloudabi`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs:301:14
    |
301 | mod_use!(cfg(target_os = "cloudabi"), cloudabi);
    |              ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

   Compiling tiff v0.6.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tiff CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='ccgn:bvssvni :nwin:TyOverby :HeroicKatora:Calum:CensoredUsername :Robzz:birktj' CARGO_PKG_DESCRIPTION='TIFF decoding and encoding library in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-tiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tiff --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7542814fafc55c83 -C extra-filename=-4abc4066f993d227 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern jpeg=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libjpeg_decoder-2ac0e8d8d5304163.rmeta --extern miniz_oxide=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libminiz_oxide-e44129ad56746965.rmeta --extern weezl=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libweezl-52c33e86d3e56f87.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition name: `fuzzing`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/png-0.16.8/src/decoder/stream.rs:28:38
   |
28 | const CHECKSUM_DISABLED: bool = cfg!(fuzzing);
   |                                      ^^^^^^^
   |
   = 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(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: method `method_str` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_os-0.1.3/src/lib.rs:280:8
    |
258 | trait OsRngImpl where Self: Sized {
    |       --------- method in this trait
...
280 |     fn method_str(&self) -> &'static str;
    |        ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

   Compiling rand_xorshift v0.1.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_xorshift-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_xorshift-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_xorshift' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_xorshift --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=291167441376aaea -C extra-filename=-56c1d80d3310ae5a --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-2ea7afc3abbe950e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `idna` (lib) generated 1 warning
   Compiling rand_hc v0.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_hc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_hc-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_hc-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='HC128 random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_hc' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_hc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_hc --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_hc-0.1.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=df49d2bceb47c504 -C extra-filename=-97be5ab40784bd65 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-2ea7afc3abbe950e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unnecessary parentheses around index expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/decoder/mod.rs:268:36
    |
268 |             let prev_pixel = image[(row * width * samples + col - samples)];
    |                                    ^                                     ^
    |
    = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
    |
268 -             let prev_pixel = image[(row * width * samples + col - samples)];
268 +             let prev_pixel = image[row * width * samples + col - samples];
    |

warning: `rand_os` (lib) generated 5 warnings
   Compiling rand_isaac v0.1.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_isaac CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_isaac-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_isaac-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='ISAAC random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_isaac' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_isaac CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_isaac --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=3a09163e3c58880b -C extra-filename=-f58054f71c65bd7d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-2ea7afc3abbe950e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unnecessary parentheses around index expression
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/decoder/mod.rs:269:36
    |
269 |             let pixel = &mut image[(row * width * samples + col)];
    |                                    ^                           ^
    |
help: remove these parentheses
    |
269 -             let pixel = &mut image[(row * width * samples + col)];
269 +             let pixel = &mut image[row * width * samples + col];
    |

   Compiling rand_jitter v0.1.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_jitter CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_jitter-0.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_jitter-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Random number generator based on timing jitter' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_jitter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_jitter --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=eb67e3dbee3686c2 -C extra-filename=-a3c823bb54f4d377 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-80741685f5a3bfaf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: field `offset_entry_count` is never read
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0/src/read/lists.rs:7:5
  |
5 | pub(crate) struct ListsHeader {
  |                   ----------- field in this struct
6 |     encoding: Encoding,
7 |     offset_entry_count: u32,
  |     ^^^^^^^^^^^^^^^^^^
  |
  = note: `ListsHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
  = note: `#[warn(dead_code)]` on by default

warning: field `0` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/idna-0.1.5/src/uts46.rs:379:19
    |
379 | pub struct Errors(Vec);
    |            ------ ^^^^^^^^^^
    |            |
    |            field in this struct
    |
    = help: consider removing this field
    = note: `Errors` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
    = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition value: `fushsia`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/lib.rs:50:11
   |
50 |           target_os = "fushsia",
   |           ^^^^^^^^^^^^---------
   |                       |
   |                       help: there is a expected value with a similar name: `"fuchsia"`
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: rule #6 of macro `libc_enum` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/macros.rs:171:5
    |
171 | /     (@accumulate_entries
172 | |         $prefix:tt,
173 | |         [$($entries:tt)*];
174 | |         $entry:ident as $ty:ty, $($tail:tt)*
175 | |     ) => {
    | |_____^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/lib.rs:13:9
    |
13  | #![deny(unused)]
    |         ^^^^^^
    = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`

warning: unexpected `cfg` condition value: `wasi`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/env.rs:33:22
   |
33 |                      target_env = "wasi",
   |                      ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `wasi`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/fcntl.rs:21:29
   |
21 |     any(target_os = "wasi", target_env = "wasi"),
   |                             ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `wasi`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/fcntl.rs:588:29
    |
588 |     any(target_os = "wasi", target_env = "wasi"),
    |                             ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `wasi`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/fcntl.rs:626:29
    |
626 |     any(target_os = "wasi", target_env = "wasi"),
    |                             ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `osx`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/net/if_.rs:97:19
   |
97 |                   target_os = "osx"))]
   |                   ^^^^^^^^^^^^-----
   |                               |
   |                               help: there is a expected value with a similar name: `"psx"`
   |
   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
   = note: see  for more information about checking conditional configuration

warning: elided lifetime has a name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/aio.rs:660:45
    |
148 | impl<'a> AioCb<'a> {
    |      -- lifetime `'a` declared here
...
660 |                       opcode: LioOpcode) -> AioCb {
    |                                             ^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

warning: unexpected `cfg` condition value: `ppc`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/mman.rs:194:17
    |
194 |                 target_arch = "ppc",
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
    = note: see  for more information about checking conditional configuration

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/signal.rs:514:13
    |
514 |     Handler(extern fn(libc::c_int)),
    |             ^^^^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/signal.rs:518:15
    |
518 |     SigAction(extern fn(libc::c_int, *mut libc::siginfo_t, *mut libc::c_void))
    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/signal.rs:548:55
    |
548 |                 SigHandler::Handler(f) => f as *const extern fn(libc::c_int) as usize,
    |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/signal.rs:549:57
    |
549 |                 SigHandler::SigAction(f) => f as *const extern fn(libc::c_int, *mut libc::siginfo_t, *mut libc::c_void) as usize,
    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:253:11
    |
253 |           target_os = "nacl"))]
    |           ^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
    = note: see  for more information about checking conditional configuration

warning: rule #2 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:135:5
    |
135 |     (GetOnly, $name:ident, $level:path, $flag:path, u8) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #3 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:139:5
    |
139 |     (GetOnly, $name:ident, $level:path, $flag:path, usize) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #4 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:143:5
    |
143 |     (SetOnly, $name:ident, $level:path, $flag:path, bool) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #5 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:147:5
    |
147 |     (SetOnly, $name:ident, $level:path, $flag:path, u8) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #6 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:151:5
    |
151 |     (SetOnly, $name:ident, $level:path, $flag:path, usize) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:11:5
   |
11 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: elided lifetime has a name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/sockopt.rs:627:34
    |
626 | unsafe impl<'a> Set<'a, OsString> for SetOsString<'a> {
    |             -- lifetime `'a` declared here
627 |     fn new(val: &'a OsString) -> SetOsString {
    |                                  ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/macros.rs:689:16
    |
689 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/euc_jp.rs:77:5
    |
77  | /     euc_jp_decoder_functions!(
78  | |         {
79  | |             let trail_minus_offset = byte.wrapping_sub(0xA1);
...   |
220 | |         handle
221 | |     );
    | |_____- in this macro invocation
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euc_jp_decoder_function` which comes from the expansion of the macro `euc_jp_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused label
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/macros.rs:878:41
    |
878 |   ...                   'innermost: loop {
    |                         ^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/euc_jp.rs:77:5
    |
77  | /     euc_jp_decoder_functions!(
78  | |         {
79  | |             let trail_minus_offset = byte.wrapping_sub(0xA1);
...   |
220 | |         handle
221 | |     );
    | |_____- in this macro invocation
    |
    = note: `#[warn(unused_labels)]` on by default
    = note: this warning originates in the macro `euc_jp_decoder_function` which comes from the expansion of the macro `euc_jp_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused label
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/macros.rs:878:41
    |
878 |   ...                   'innermost: loop {
    |                         ^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/euc_jp.rs:77:5
    |
77  | /     euc_jp_decoder_functions!(
78  | |         {
79  | |             let trail_minus_offset = byte.wrapping_sub(0xA1);
...   |
220 | |         handle
221 | |     );
    | |_____- in this macro invocation
    |
    = note: this warning originates in the macro `euc_jp_decoder_function` which comes from the expansion of the macro `euc_jp_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `newlibc`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/time.rs:233:40
    |
233 |         not(any(target_env = "uclibc", target_env = "newlibc")),
    |                                        ^^^^^^^^^^^^^---------
    |                                                     |
    |                                                     help: there is a expected value with a similar name: `"newlib"`
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `newlibc`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/time.rs:55:44
   |
55 |             not(any(target_env = "uclibc", target_env = "newlibc")),
   |                                            ^^^^^^^^^^^^^---------
   |                                                         |
   |                                                         help: there is a expected value with a similar name: `"newlib"`
   |
   = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
   = note: see  for more information about checking conditional configuration

   Compiling termcolor v1.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/termcolor-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/termcolor-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name termcolor --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/termcolor-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=16de1c9e7e010a5b -C extra-filename=-e377fe3a3f53cd87 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling linked-hash-map v0.5.3
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/macros.rs:364:16
    |
364 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/gb18030.rs:111:5
    |
111 | /     gb18030_decoder_functions!(
...   |
294 | |         handle,
295 | |         'outermost);
    | |___________________- in this macro invocation
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `gb18030_decoder_function` which comes from the expansion of the macro `gb18030_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused label
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/macros.rs:574:41
    |
574 |   ...                   'innermost: loop {
    |                         ^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/gb18030.rs:111:5
    |
111 | /     gb18030_decoder_functions!(
...   |
294 | |         handle,
295 | |         'outermost);
    | |___________________- in this macro invocation
    |
    = note: this warning originates in the macro `gb18030_decoder_function` which comes from the expansion of the macro `gb18030_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/iso_2022_jp.rs:377:5
    |
377 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/iso_2022_jp.rs:398:5
    |
398 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/utf_8.rs:231:12
    |
231 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/utf_8.rs:608:12
    |
608 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `disabled`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:1208:68
     |
1208 |     if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] {
     |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:1369:20
     |
1369 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:185:13
     |
185  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1475 |         basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:185:13
     |
185  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1476 |         basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:280:13
     |
280  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1477 |         latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu);
     |         ------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:280:13
     |
280  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1478 |         latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/ascii.rs:93:20
     |
93   |         #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
1479 |         ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `ascii_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/data.rs:425:12
    |
425 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/handles.rs:1149:16
     |
1149 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/handles.rs:1183:16
     |
1183 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:319:12
    |
319 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:693:12
    |
693 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:1123:12
     |
1123 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |            ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:83:20
    |
83  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
305 |         by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK);
    |         ------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:83:20
    |
83  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
306 |         by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, BASIC_LATIN_MASK);
    |         -------------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:83:20
    |
83  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
307 |         by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK);
    |         ----------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=linked_hash_map CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/linked-hash-map-0.5.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/linked-hash-map-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov :Andrew Paseltiner ' CARGO_PKG_DESCRIPTION='A HashMap wrapper that holds key-value pairs in insertion order' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linked-hash-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name linked_hash_map --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/linked-hash-map-0.5.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("clippy", "heapsize", "heapsize_impl", "nightly", "serde", "serde_impl", "serde_test"))' -C metadata=2390ad158a22978e -C extra-filename=-55b9854e606ac656 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:574:20
    |
574 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `packed_simd`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:743:26
    |
743 |                         0...0x7F => {
    |                          ^^^ 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)]` on by default

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:749:29
    |
749 |                         0xC2...0xD5 => {
    |                             ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:770:36
    |
770 |                         0xE1 | 0xE3...0xEC | 0xEE => {
    |                                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:879:29
    |
879 |                         0xF1...0xF4 => {
    |                             ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:942:18
    |
942 |                 0...0x7F => {
    |                  ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:948:21
    |
948 |                 0xC2...0xD5 => {
    |                     ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:985:28
    |
985 |                 0xE1 | 0xE3...0xEC | 0xEE => {
    |                            ^^^ 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: unexpected `cfg` condition name: `fuzzing`
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/mem.rs:39:32
     |
39   |     ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); })
     |                                ^^^^^^^
...
1916 |     non_fuzz_debug_assert!(is_utf8_latin1(src));
     |     ------------------------------------------- in this macro invocation
     |
     = 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(fuzzing)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `non_fuzz_debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2685:29
     |
2685 |                         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2690:29
     |
2690 |                         b'a'...b'z' | b'0'...b'9' | b'-' | b'_' | b':' | b'.' => {
     |                             ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2690:43
     |
2690 |                         b'a'...b'z' | b'0'...b'9' | b'-' | b'_' | b':' | b'.' => {
     |                                           ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2713:29
     |
2713 |                         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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2722:29
     |
2722 |                         b'a'...b'z' | b'0'...b'9' | b'-' | b'_' | b':' | b'.' => {
     |                             ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/lib.rs:2722:43
     |
2722 |                         b'a'...b'z' | b'0'...b'9' | b'-' | b'_' | b':' | b'.' => {
     |                                           ^^^ 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 

   Compiling rustc-serialize v0.3.24
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-serialize' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-serialize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-serialize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_serialize --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/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=d417b4a0a3039d61 -C extra-filename=-f24eeba9f9d39347 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `mio` (lib) generated 13 warnings
   Compiling ppv-lite86 v0.2.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=afbb06dd1b9b63b5 -C extra-filename=-ea5e5723cfb66df0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/handles.rs:113:42
    |
113 |             let mut u: u16 = ::std::mem::uninitialized();
    |                                          ^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

   Compiling base64 v0.12.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.12.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.12.3/Cargo.toml CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name base64 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fc49d693d10eaa83 -C extra-filename=-09bba17903b78ecb --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.12.3/src/lib.rs:60:13
   |
60 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `default`, and `std`
   = 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.12.3/src/lib.rs:69:5
   |
69 |     warnings
   |     ^^^^^^^^
   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`

warning: associated type `u32x4` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:225:10
    |
225 |     type u32x4: u32x4;
    |          ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4`
    |
    = note: `#[warn(non_camel_case_types)]` on by default

warning: associated type `u64x2` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:226:10
    |
226 |     type u64x2: u64x2;
    |          ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2`

warning: associated type `u128x1` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:227:10
    |
227 |     type u128x1: u128x1;
    |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1`

   Compiling bytemuck v1.4.1
warning: associated type `u32x4x2` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:229:10
    |
229 |     type u32x4x2: u32x4x2;
    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2`

warning: `mime_guess` (lib) generated 2 warnings
   Compiling anyhow v1.0.43
warning: associated type `u64x2x2` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:230:10
    |
230 |     type u64x2x2: u64x2x2;
    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2`

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytemuck CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='A crate for mucking around with piles of bytes.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytemuck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/bytemuck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name bytemuck --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.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("bytemuck_derive", "derive", "extern_crate_alloc", "extern_crate_std", "zeroable_maybe_uninit"))' -C metadata=eff1497c0db5aad2 -C extra-filename=-4410ef1cb53aa416 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: associated type `u64x4` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:231:10
    |
231 |     type u64x4: u64x4;
    |          ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4`

warning: associated type `u128x2` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:232:10
    |
232 |     type u128x2: u128x2;
    |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2`

warning: associated type `u32x4x4` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:234:10
    |
234 |     type u32x4x4: u32x4x4;
    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4`

warning: associated type `u64x2x4` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:235:10
    |
235 |     type u64x2x4: u64x2x4;
    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4`

warning: associated type `u128x4` should have an upper camel case name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/types.rs:236:10
    |
236 |     type u128x4: u128x4;
    |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4`

warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/linked-hash-map-0.5.3/src/lib.rs:153:13
    |
153 |             Box::from_raw(cur);
    |             ^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
153 |             let _ = Box::from_raw(cur);
    |             +++++++

warning: unused return value of `Box::::from_raw` that must be used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/linked-hash-map-0.5.3/src/lib.rs:1055:17
     |
1055 |                 Box::from_raw(self.tail);
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
     |
1055 |                 let _ = Box::from_raw(self.tail);
     |                 +++++++

warning: `deflate` (lib) generated 7 warnings
   Compiling color_quant v1.1.0
warning: unexpected `cfg` condition name: `rustbuild`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:37:13
   |
37 | #![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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:38:13
   |
38 | #![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: `rust_build`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:45:13
   |
45 | #![cfg_attr(rust_build, feature(staged_api))]
   |             ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_build)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_build)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rust_build`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:46:13
   |
46 | #![cfg_attr(rust_build, staged_api)]
   |             ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_build)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_build)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rust_build`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:47:13
   |
47 | #![cfg_attr(rust_build,
   |             ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_build)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_build)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1119:21
     |
1119 |         Ok(Box::new(try!(Decodable::decode(d))))
     |                     ^^^
     |
     = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1125:25
     |
1125 |         let v: Vec = try!(Decodable::decode(d));
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1140:20
     |
1140 |         Ok(Rc::new(try!(Decodable::decode(d))))
     |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1156:23
     |
1156 |         Ok(Cow::Owned(try!(Decodable::decode(d))))
     |                       ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1164:17
     |
1164 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)))
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1175:17
     |
1175 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)))
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1187:24
     |
1187 |                 v.push(try!(d.read_seq_elt(i, |d| Decodable::decode(d))));
     |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1209:25
     |
1209 |                 Ok(Some(try!(Decodable::decode(d))))
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1223:25
     |
1223 |                         try!(s.emit_enum_variant_arg(0, |s| {
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1231:25
     |
1231 |                         try!(s.emit_enum_variant_arg(0, |s| {
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1295:34
     |
1295 |                     let ret = ($(try!(d.read_tuple_arg({ i+=1; i-1 },
     |                                  ^^^
...
1320 | tuple! { T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, }
     | ------------------------------------------------------------ in this macro invocation
     |
     = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1311:23
     |
1311 |                     $(try!(s.emit_tuple_arg({ i+=1; i-1 }, |s| $name.encode(s)));)*
     |                       ^^^
...
1320 | tuple! { T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, }
     | ------------------------------------------------------------ in this macro invocation
     |
     = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=color_quant CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/color_quant-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/color_quant-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='nwin ' CARGO_PKG_DESCRIPTION='Color quantization library to reduce n colors to 256 colors.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color_quant CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/color_quant.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name color_quant --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/color_quant-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=869377e34bdab3a4 -C extra-filename=-b5d0c05ec52dd799 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.43 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/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("backtrace", "default", "std"))' -C metadata=55d1e6972c155565 -C extra-filename=-052cfac15a4b1b83 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/anyhow-052cfac15a4b1b83 -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1332:25
     |
1332 |                           try!(d.read_seq_elt($len - $idx - 1,
     |                           ^^^
...
1353 | / array! {
1354 | |     32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16,
1355 | |     15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
1356 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `array` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1343:25
     |
1343 |                           try!(s.emit_seq_elt(i, |s| self[i].encode(s)));
     |                           ^^^
...
1353 | / array! {
1354 | |     32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16,
1355 | |     15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
1356 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `array` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused import: `offset_of::*`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.1/src/lib.rs:79:9
   |
79 | pub use offset_of::*;
   |         ^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: field `printer` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/src/ast/print.rs:66:5
   |
65 | struct Writer<'p, W> {
   |        ------ field in this struct
66 |     printer: &'p mut Printer,
   |     ^^^^^^^
   |
   = note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: method `symmetric_difference` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/src/hir/interval.rs:423:8
    |
335 | pub trait Interval:
    |           -------- method in this trait
...
423 |     fn symmetric_difference(
    |        ^^^^^^^^^^^^^^^^^^^^

warning: field `printer` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/src/hir/print.rs:74:5
   |
73 | struct Writer<'p, W> {
   |        ------ field in this struct
74 |     printer: &'p mut Printer,
   |     ^^^^^^^
   |
   = note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1394:30
     |
1394 |         let bytes: Vec = try!(Decodable::decode(d));
     |                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1419:22
     |
1419 |         Ok(Cell::new(try!(Decodable::decode(d))))
     |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1436:25
     |
1436 |         Ok(RefCell::new(try!(Decodable::decode(d))))
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1448:21
     |
1448 |         Ok(Arc::new(try!(Decodable::decode(d))))
     |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1501:17
     |
1501 |                 try!(this.emit_seq_elt(i, |this| {
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1557:24
     |
1557 |                 v.push(try!(this.read_seq_elt(i, |this| f(this))));
     |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:24:17
   |
24 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:36:32
   |
36 |                 list.push_back(try!(d.read_seq_elt(i, |d| Decodable::decode(d))));
   |                                ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:47:17
   |
47 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:59:33
   |
59 |                 deque.push_back(try!(d.read_seq_elt(i, |d| Decodable::decode(d))));
   |                                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:74:17
   |
74 |                 try!(e.emit_map_elt_key(i, |e| key.encode(e)));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:75:17
   |
75 |                 try!(e.emit_map_elt_val(i, |e| val.encode(e)));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:91:27
   |
91 |                 let key = try!(d.read_map_elt_key(i, |d| Decodable::decode(d)));
   |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:92:27
   |
92 |                 let val = try!(d.read_map_elt_val(i, |d| Decodable::decode(d)));
   |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:107:17
    |
107 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:122:28
    |
122 |                 set.insert(try!(d.read_seq_elt(i, |d| Decodable::decode(d))));
    |                            ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:137:17
    |
137 |                 try!(e.emit_map_elt_key(i, |e| key.encode(e)));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:138:17
    |
138 |                 try!(e.emit_map_elt_val(i, |e| val.encode(e)));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:154:27
    |
154 |                 let key = try!(d.read_map_elt_key(i, |d| Decodable::decode(d)));
    |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:155:27
    |
155 |                 let val = try!(d.read_map_elt_val(i, |d| Decodable::decode(d)));
    |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:168:17
    |
168 |                 try!(s.emit_seq_elt(i, |s| e.encode(s)));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/collection_impls.rs:181:28
    |
181 |                 set.insert(try!(d.read_seq_elt(i, |d| Decodable::decode(d))));
    |                            ^^^

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/hex.rs:137:21
    |
137 |                 b'A'...b'F' => buf |= byte - b'A' + 10,
    |                     ^^^ 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)]` on by default

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/hex.rs:138:21
    |
138 |                 b'a'...b'f' => buf |= byte - b'a' + 10,
    |                     ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/hex.rs:139:21
    |
139 |                 b'0'...b'9' => buf |= byte - 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:394:9
    |
394 |         try!(object.encode(&mut encoder));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:461:5
    |
461 |     try!(wr.write_str("\""));
    |     ^^^

warning: `linked-hash-map` (lib) generated 2 warnings
warning: call to `.borrow()` on a reference in this situation does nothing
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-syntax-0.6.18/src/ast/parse.rs:378:21
    |
378 |         self.pattern.borrow()
    |                     ^^^^^^^^^ help: remove this redundant call
    |
    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
    = note: `#[warn(noop_method_call)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:518:5
    |
518 |     try!(wr.write_str("\""));
    |     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:509:9
    |
509 |         try!(wr.write_str(escaped));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:506:13
    |
506 |             try!(wr.write_str(&v[start..i]));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:515:9
    |
515 |         try!(wr.write_str(&v[start..]));
    |         ^^^

   Compiling percent-encoding v1.0.1
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:534:9
    |
534 |         try!(wr.write_str(BUF));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:539:9
    |
539 |         try!(wr.write_str(&BUF[..n]));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:627:9
    |
627 |         try!(write!(self.writer, "null"));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
631 |     fn emit_usize(&mut self, v: usize) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                              --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
631 |     fn emit_usize(&mut self, v: usize) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                              --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
632 |     fn emit_u64(&mut self, v: u64) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
632 |     fn emit_u64(&mut self, v: u64) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
633 |     fn emit_u32(&mut self, v: u32) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
633 |     fn emit_u32(&mut self, v: u32) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
634 |     fn emit_u16(&mut self, v: u16) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
634 |     fn emit_u16(&mut self, v: u16) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
635 |     fn emit_u8(&mut self, v: u8) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                        --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
635 |     fn emit_u8(&mut self, v: u8) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                        --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
637 |     fn emit_isize(&mut self, v: isize) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                              --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
637 |     fn emit_isize(&mut self, v: isize) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                              --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
638 |     fn emit_i64(&mut self, v: i64) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
638 |     fn emit_i64(&mut self, v: i64) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
639 |     fn emit_i32(&mut self, v: i32) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
639 |     fn emit_i32(&mut self, v: i32) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
640 |     fn emit_i16(&mut self, v: i16) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
640 |     fn emit_i16(&mut self, v: i16) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                          --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
641 |     fn emit_i8(&mut self, v: i8) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                        --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
641 |     fn emit_i8(&mut self, v: i8) -> EncodeResult<()> { emit_enquoted_if_mapkey!(self, v) }
    |                                                        --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:646:13
    |
646 |             try!(write!(self.writer, "true"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:648:13
    |
648 |             try!(write!(self.writer, "false"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:559:13
    |
559 |             try!(write!($enc.writer, "\"{}\"", $e));
    |             ^^^
...
654 |         emit_enquoted_if_mapkey!(self, fmt_number_or_null(v))
    |         ----------------------------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:562:13
    |
562 |             try!(write!($enc.writer, "{}", $e));
    |             ^^^
...
654 |         emit_enquoted_if_mapkey!(self, fmt_number_or_null(v))
    |         ----------------------------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `emit_enquoted_if_mapkey` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:703:13
    |
703 |             try!(f(self));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:689:17
    |
689 |                 try!(write!(self.writer, "{{\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:691:17
    |
691 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:692:17
    |
692 |                 try!(write!(self.writer, "\"variant\": "));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:693:17
    |
693 |                 try!(escape_str(self.writer, name));
    |                 ^^^

warning: `aho-corasick` (lib) generated 4 warnings
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:694:17
    |
694 |                 try!(write!(self.writer, ",\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:695:17
    |
695 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:696:17
    |
696 |                 try!(write!(self.writer, "\"fields\": [\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:699:17
    |
699 |                 try!(write!(self.writer, "{{\"variant\":"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:700:17
    |
700 |                 try!(escape_str(self.writer, name));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:701:17
    |
701 |                 try!(write!(self.writer, ",\"fields\":["));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:706:17
    |
706 |                 try!(write!(self.writer, "\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:707:17
    |
707 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:709:17
    |
709 |                 try!(write!(self.writer, "]\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:710:17
    |
710 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:711:17
    |
711 |                 try!(write!(self.writer, "}}"));
    |                 ^^^

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name percent_encoding --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1/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=e301fd530d3c6f46 -C extra-filename=-d62d9b22cf561bb2 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:713:17
    |
713 |                 try!(write!(self.writer, "]}}"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:724:13
    |
724 |             try!(write!(self.writer, ","));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:726:17
    |
726 |                 try!(write!(self.writer, "\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:730:13
    |
730 |             try!(spaces(self.writer, curr_indent));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:762:13
    |
762 |             try!(write!(self.writer, "{{}}"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:764:13
    |
764 |             try!(write!(self.writer, "{{"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:768:13
    |
768 |             try!(f(self));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:774:13
    |
774 |             try!(write!(self.writer, "}}"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:771:17
    |
771 |                 try!(write!(self.writer, "\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:772:17
    |
772 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:790:9
    |
790 |         try!(escape_str(self.writer, name));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:784:13
    |
784 |             try!(write!(self.writer, ","));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:787:13
    |
787 |             try!(write!(self.writer, "\n"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:788:13
    |
788 |             try!(spaces(self.writer, curr_indent));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:792:13
    |
792 |             try!(write!(self.writer, ": "));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:794:13
    |
794 |             try!(write!(self.writer, ":"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:847:13
    |
847 |             try!(write!(self.writer, "[]"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:849:13
    |
849 |             try!(write!(self.writer, "["));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:853:13
    |
853 |             try!(f(self));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:859:13
    |
859 |             try!(write!(self.writer, "]"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:856:17
    |
856 |                 try!(write!(self.writer, "\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:857:17
    |
857 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:869:13
    |
869 |             try!(write!(self.writer, ","));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:872:13
    |
872 |             try!(write!(self.writer, "\n"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:873:13
    |
873 |             try!(spaces(self.writer, *curr_indent));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:883:13
    |
883 |             try!(write!(self.writer, "{{}}"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:885:13
    |
885 |             try!(write!(self.writer, "{{"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:889:13
    |
889 |             try!(f(self));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:895:13
    |
895 |             try!(write!(self.writer, "}}"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:892:17
    |
892 |                 try!(write!(self.writer, "\n"));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:893:17
    |
893 |                 try!(spaces(self.writer, *curr_indent));
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:912:9
    |
912 |         try!(f(self));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:905:13
    |
905 |             try!(write!(self.writer, ","));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:908:13
    |
908 |             try!(write!(self.writer, "\n"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:909:13
    |
909 |             try!(spaces(self.writer, curr_indent));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:922:13
    |
922 |             try!(write!(self.writer, ": "));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:924:13
    |
924 |             try!(write!(self.writer, ":"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:962:13
    |
962 |             try!(rdr.read_to_end(&mut c));
    |             ^^^

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1543:25
     |
1543 |                     '0' ... '9' => return self.error(InvalidNumber),
     |                         ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1547:17
     |
1547 |             '1' ... '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1550:33
     |
1550 |                         c @ '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1579:17
     |
1579 |             '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1587:25
     |
1587 |                 c @ '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1616:17
     |
1616 |             '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1621:25
     |
1621 |                 c @ '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1647:25
     |
1647 |                 c @ '0' ... '9' => n * 16 + ((c as u16) - ('0' as u16)),
     |                         ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1648:25
     |
1648 |                 c @ 'a' ... 'f' => n * 16 + (10 + (c as u16) - ('a' as u16)),
     |                         ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1649:25
     |
1649 |                 c @ 'A' ... 'F' => n * 16 + (10 + (c as u16) - ('A' as u16)),
     |                         ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1679:34
     |
1679 |                     'u' => match try!(self.decode_hex_escape()) {
     |                                  ^^^

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1680:32
     |
1680 |                         0xDC00 ... 0xDFFF => {
     |                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1686:37
     |
1686 |                         n1 @ 0xD800 ... 0xDBFF => {
     |                                     ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1692:38
     |
1692 | ...                   let n2 = try!(self.decode_hex_escape());
     |                                ^^^

warning: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:1916:17
     |
1916 |             '0' ... '9' | '-' => self.parse_number(),
     |                 ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2063:15
     |
2063 |         match try!($e) {
     |               ^^^
...
2122 |         expect!(self.pop(), Null)
     |         ------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2125 |     read_primitive! { read_usize, usize }
     |     ------------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2126 |     read_primitive! { read_u8, u8 }
     |     ------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2127 |     read_primitive! { read_u16, u16 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2128 |     read_primitive! { read_u32, u32 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2129 |     read_primitive! { read_u64, u64 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2130 |     read_primitive! { read_isize, isize }
     |     ------------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2131 |     read_primitive! { read_i8, i8 }
     |     ------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2132 |     read_primitive! { read_i16, i16 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2133 |     read_primitive! { read_i32, i32 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2084:19
     |
2084 |             match try!(self.pop()) {
     |                   ^^^
...
2134 |     read_primitive! { read_i64, i64 }
     |     --------------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `read_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2141:15
     |
2141 |         match try!(self.pop()) {
     |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2070:15
     |
2070 |         match try!($e) {
     |               ^^^
...
2159 |         expect!(self.pop(), Boolean)
     |         ---------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2163:17
     |
2163 |         let s = try!(self.read_str());
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2070:15
     |
2070 |         match try!($e) {
     |               ^^^
...
2176 |         expect!(self.pop(), String)
     |         --------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2189:26
     |
2189 |         let name = match try!(self.pop()) {
     |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2254:9
     |
2254 |         try!(self.pop());
     |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2253:21
     |
2253 |         let value = try!(f(self));
     |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2265:23
     |
2265 |         let mut obj = try!(expect!(self.pop(), Object));
     |                       ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2070:15
     |
2070 |         match try!($e) {
     |               ^^^
...
2265 |         let mut obj = try!(expect!(self.pop(), Object));
     |                            --------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2279:17
     |
2279 |                 try!(f(self))
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2326:15
     |
2326 |         match try!(self.pop()) {
     |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2335:21
     |
2335 |         let array = try!(expect!(self.pop(), Array));
     |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2070:15
     |
2070 |         match try!($e) {
     |               ^^^
...
2335 |         let array = try!(expect!(self.pop(), Array));
     |                          -------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2352:19
     |
2352 |         let obj = try!(expect!(self.pop(), Object));
     |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:2070:15
     |
2070 |         match try!($e) {
     |               ^^^
...
2352 |         let obj = try!(expect!(self.pop(), Object));
     |                        --------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused import: `serialize::*`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/lib.rs:78:13
   |
78 |     pub use serialize::*;
   |             ^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

   Compiling yaml-rust v0.4.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yaml_rust CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/Cargo.toml CARGO_PKG_AUTHORS='Yuheng Chen ' CARGO_PKG_DESCRIPTION='The missing YAML 1.2 parser for rust' CARGO_PKG_HOMEPAGE='http://chyh1990.github.io/yaml-rust/' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yaml-rust CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chyh1990/yaml-rust' 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/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name yaml_rust --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-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())' -C metadata=c388172d4df24ff1 -C extra-filename=-ad7013f03fd961e5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern linked_hash_map=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblinked_hash_map-55b9854e606ac656.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1/lib.rs:35:17
   |
35 | use std::ascii::AsciiExt;
   |                 ^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: `bytemuck` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/rand-4a0106a9b537fa79/out /usr/local/bin/rustc --crate-name rand --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=3dca2a4571f9eed5 -C extra-filename=-7eba6293e3db990b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern rand_chacha=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_chacha-03b6694384168ca8.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-80741685f5a3bfaf.rmeta --extern rand_hc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_hc-97be5ab40784bd65.rmeta --extern rand_isaac=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_isaac-f58054f71c65bd7d.rmeta --extern rand_jitter=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_jitter-a3c823bb54f4d377.rmeta --extern rand_os=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_os-1cae907f83ffe675.rmeta --extern rand_pcg=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_pcg-c31f5dcaa97b6a1b.rmeta --extern rand_xorshift=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_xorshift-56c1d80d3310ae5a.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27`
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/lib.rs:40:13
   |
40 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/lib.rs:41:13
   |
41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/lib.rs:43:5
   |
43 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unused import: `std::ascii::AsciiExt`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1/lib.rs:35:5
   |
35 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: elided lifetime has a name
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/emitter.rs:107:51
    |
106 | impl<'a> YamlEmitter<'a> {
    |      -- lifetime `'a` declared here
107 |     pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter {
    |                                                   ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/yaml.rs:285:12
    |
285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

error[E0310]: the parameter type `T` may not live long enough
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/serialize.rs:1155:5
     |
1155 |     fn decode(d: &mut D) -> Result, D::Error> {
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |     |
     |     the parameter type `T` must be valid for the static lifetime...
     |     ...so that the type `T` will meet its required lifetime bounds...
     |
note: ...that is required by this bound
    --> /usr/local/lib/rustlib/src/rust/library/alloc/src/borrow.rs:179:30
     |
179  | pub enum Cow<'a, B: ?Sized + 'a>
     |                              ^^
help: consider adding an explicit lifetime bound
     |
1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T>
     |                    +++++++++

warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/percent-encoding-1.0.1/lib.rs:435:27
    |
435 |             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
435 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
435 +             debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
435 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
435 +             debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:578:22
    |
578 |     writer: &'a mut (fmt::Write+'a),
    |                      ^^^^^^^^^^^^^
    |
    = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
    |
578 |     writer: &'a mut (dyn fmt::Write+'a),
    |                      +++

warning: `miniz_oxide` (lib) generated 3 warnings
   Compiling addr2line v0.14.1
   Compiling url v1.7.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/addr2line-0.14.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/addr2line-0.14.1/Cargo.toml CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig :Jon Gjengset :Noah Bergbauer ' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name addr2line --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/addr2line-0.14.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("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=cf548af0d30ce007 -C extra-filename=-9673462ecd0378d0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern gimli=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libgimli-ebc8d09f60c28502.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unreachable call
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/x86_64/sse2.rs:783:9
    |
783 |         Self::new(unsafe { unimplemented!() })
    |         ^^^^^^^^^          ---------------- any code following this expression is unreachable
    |         |
    |         unreachable call
    |
    = note: `#[warn(unreachable_code)]` on by default

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/lib.rs:496:11
    |
496 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))] impl_as_byte_slice!(u128);
    |           ^^^^^^^^^^
    |
    = 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(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` 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: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/lib.rs:502:11
    |
502 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))] impl_as_byte_slice!(i128);
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:586:39
    |
586 |     pub fn new_pretty(writer: &'a mut fmt::Write) -> Encoder<'a> {
    |                                       ^^^^^^^^^^
    |
    = 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`
    |
586 |     pub fn new_pretty(writer: &'a mut dyn fmt::Write) -> Encoder<'a> {
    |                                       +++

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/mod.rs:176:11
    |
176 | #[cfg(any(rustc_1_26, features="nightly"))]
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:599:32
    |
599 |     pub fn new(writer: &'a mut fmt::Write) -> Encoder<'a> {
    |                                ^^^^^^^^^^
    |
    = 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`
    |
599 |     pub fn new(writer: &'a mut dyn fmt::Write) -> Encoder<'a> {
    |                                +++

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/mod.rs:176:23
    |
176 | #[cfg(any(rustc_1_26, features="nightly"))]
    |                       ^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
176 - #[cfg(any(rustc_1_26, features="nightly"))]
176 + #[cfg(any(rustc_1_26, feature="nightly"))]
    |

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/mod.rs:308:7
    |
308 | #[cfg(rustc_1_26)]
    |       ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/mod.rs:312:7
    |
312 | #[cfg(features = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
312 - #[cfg(features = "nightly")]
312 + #[cfg(feature = "nightly")]
    |

warning: unexpected `cfg` condition name: `rustc_1_25`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:112:33
    |
112 | #[cfg(all(not(feature = "std"), rustc_1_25))]
    |                                 ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_25)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_25)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_27`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:273:7
    |
273 | #[cfg(rustc_1_27)]
    |       ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_27)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_27)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:466:11
    |
466 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:474:11
    |
474 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_25`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:824:28
    |
824 | #[cfg(any(feature = "std", rustc_1_25))]
    |                            ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_25)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_25)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_25`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:831:28
    |
831 | #[cfg(any(feature = "std", rustc_1_25))]
    |                            ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_25)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_25)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_25`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:848:28
    |
848 | #[cfg(any(feature = "std", rustc_1_25))]
    |                            ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_25)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_25)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_25`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/uniform.rs:853:28
    |
853 | #[cfg(any(feature = "std", rustc_1_25))]
    |                            ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_25)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_25)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/integer.rs:48:11
   |
48 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/integer.rs:88:11
   |
88 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))] impl_int_from_uint! { i128, u128 }
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:64:11
   |
64 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
   |           ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:128:15
    |
128 | #[cfg(not(all(rustc_1_26, not(target_os = "emscripten"))))]
    |               ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:130:11
    |
130 | #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |           ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/adapter/reseeding.rs:312:5
    |
312 |     extern fn fork_handler() {
    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
    = note: `#[warn(missing_abi)]` on by default

warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/small.rs:13:15
   |
13 | #[cfg(all(all(rustc_1_26, not(target_os = "emscripten")), target_pointer_width = "64"))]
   |               ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/small.rs:15:19
   |
15 | #[cfg(not(all(all(rustc_1_26, not(target_os = "emscripten")), target_pointer_width = "64")))]
   |                   ^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/deprecated.rs:154:15
    |
154 |     #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |               ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_26`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/deprecated.rs:159:15
    |
159 |     #[cfg(all(rustc_1_26, not(target_os = "emscripten")))]
    |               ^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_1_26)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_26)");` 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=url CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name url --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("encoding", "heap_size", "heapsize", "query_encoding", "rustc-serialize", "serde"))' -C metadata=78b4a7fccfdb4680 -C extra-filename=-8d531fc9bec0e1a6 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern idna=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libidna-2b28ffc201390ce7.rmeta --extern matches=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmatches-492bbc1f636ba6d8.rmeta --extern percent_encoding=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpercent_encoding-d62d9b22cf561bb2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:407:32
    |
407 |     fn cause(&self) -> Option<&StdError> {
    |                                ^^^^^^^^
    |
    = 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`
    |
407 |     fn cause(&self) -> Option<&dyn StdError> {
    |                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:460:24
    |
460 | fn escape_str(wr: &mut fmt::Write, v: &str) -> EncodeResult<()> {
    |                        ^^^^^^^^^^
    |
    = 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`
    |
460 | fn escape_str(wr: &mut dyn fmt::Write, v: &str) -> EncodeResult<()> {
    |                        +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:522:29
    |
522 | fn escape_char(writer: &mut fmt::Write, v: char) -> EncodeResult<()> {
    |                             ^^^^^^^^^^
    |
    = 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`
    |
522 | fn escape_char(writer: &mut dyn fmt::Write, v: char) -> EncodeResult<()> {
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:529:20
    |
529 | fn spaces(wr: &mut fmt::Write, n: u32) -> EncodeResult<()> {
    |                    ^^^^^^^^^^
    |
    = 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`
    |
529 | fn spaces(wr: &mut dyn fmt::Write, n: u32) -> EncodeResult<()> {
    |                    +++

     Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_FMT_DEBUG=full CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong-Clink-arg=-L/usr/local/lib' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.43 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/magus/work/usr/mports/audio/spotify-tui/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=24 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/anyhow-5c36c6210513ec8d/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/anyhow-052cfac15a4b1b83/build-script-build`
warning: `http` (lib) generated 8 warnings
   Compiling crossterm v0.20.0
warning: `percent-encoding` (lib) generated 3 warnings
   Compiling textwrap v0.11.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossterm CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/Cargo.toml CARGO_PKG_AUTHORS='T. Post' CARGO_PKG_DESCRIPTION='A crossplatform terminal library for manipulating terminals.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossterm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossterm-rs/crossterm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name crossterm --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "event-stream", "futures-core", "serde"))' -C metadata=4f4b399fcecaebca -C extra-filename=-dbfed756d013f7cb --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern mio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio-596400845e074374.rmeta --extern parking_lot=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libparking_lot-f2cc1be52b13a065.rmeta --extern signal_hook=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook-fec7daafd0603960.rmeta --extern signal_hook_mio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook_mio-7856b6b1c9274a45.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/json.rs:959:34
    |
959 |     pub fn from_reader(rdr: &mut io::Read) -> Result {
    |                                  ^^^^^^^^
    |
    = 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`
    |
959 |     pub fn from_reader(rdr: &mut dyn io::Read) -> Result {
    |                                  +++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/textwrap-0.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/textwrap-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='Martin Geisler ' CARGO_PKG_DESCRIPTION='Textwrap is a small library for word wrapping, indenting, and
dedenting strings.

You can use it to format strings (such as help and error messages) for
display in commandline applications. It is designed to be efficient
and handle Unicode characters correctly.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name textwrap --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/textwrap-0.11.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("hyphenation", "term_size"))' -C metadata=4572492f463e9438 -C extra-filename=-3a5886d3897817a6 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern unicode_width=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-92b94b4c07634e33.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `base64` (lib) generated 1 warning
   Compiling itertools v0.8.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/rust-itertools' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name itertools --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=0049f1a1a5e5008c -C extra-filename=-c1d306a2ebeb74da --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern either=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libeither-3b1d3db43d54e204.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: this `#[deprecated]` annotation has no effect
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/mod.rs:439:1
    |
439 | #[deprecated(since="0.6.0", note="use WeightedIndex instead")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute
    |
    = note: `#[warn(useless_deprecated)]` on by default

   Compiling dirs-sys v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-sys-0.3.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-sys-0.3.5/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name dirs_sys --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-sys-0.3.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())' -C metadata=45c4990b55383829 -C extra-filename=-ed0ba2bd6269e1f5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/adapter/reseeding.rs:289:42
    |
289 |     use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering};
    |                                          ^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated constant `std::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/adapter/reseeding.rs:290:41
    |
290 |     use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT};
    |                                         ^^^^^^^^^^^^^^^^

warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/adapter/reseeding.rs:304:54
    |
304 |     static RESEEDING_RNG_FORK_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
    |                                                      ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
304 -     static RESEEDING_RNG_FORK_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
304 +     static RESEEDING_RNG_FORK_COUNTER: AtomicUsize = AtomicUsize::new(0);
    |

warning: use of deprecated constant `std::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/rngs/adapter/reseeding.rs:310:50
    |
310 |     static FORK_HANDLER_REGISTERED: AtomicBool = ATOMIC_BOOL_INIT;
    |                                                  ^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
310 -     static FORK_HANDLER_REGISTERED: AtomicBool = ATOMIC_BOOL_INIT;
310 +     static FORK_HANDLER_REGISTERED: AtomicBool = AtomicBool::new(false);
    |

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/host.rs:503:30
    |
503 |                     c @ b'0' ... b'9' => c - 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 
    = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default

warning: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:382:20
    |
382 |                 'a'...'z' | 'A'...'Z' | '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: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:382:32
    |
382 |                 'a'...'z' | 'A'...'Z' | '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: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:382:44
    |
382 |                 'a'...'z' | 'A'...'Z' | '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1224:20
     |
1224 |     matches!(c, 'a'...'f' | 'A'...'F' | '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1224:32
     |
1224 |     matches!(c, 'a'...'f' | 'A'...'F' | '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1224:44
     |
1224 |     matches!(c, 'a'...'f' | 'A'...'F' | '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1237:12
     |
1237 |         '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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1238:12
     |
1238 |         '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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1239:12
     |
1239 |         '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: `...` range patterns are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1242:17
     |
1242 |         '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
     |                 ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1242:43
     |
1242 |         '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
     |                                           ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1242:69
     |
1242 |         '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
     |                                                                     ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1243:20
     |
1243 |         '\u{10000}'...'\u{1FFFD}' | '\u{20000}'...'\u{2FFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1243:48
     |
1243 |         '\u{10000}'...'\u{1FFFD}' | '\u{20000}'...'\u{2FFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1244:20
     |
1244 |         '\u{30000}'...'\u{3FFFD}' | '\u{40000}'...'\u{4FFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1244:48
     |
1244 |         '\u{30000}'...'\u{3FFFD}' | '\u{40000}'...'\u{4FFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1245:20
     |
1245 |         '\u{50000}'...'\u{5FFFD}' | '\u{60000}'...'\u{6FFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1245:48
     |
1245 |         '\u{50000}'...'\u{5FFFD}' | '\u{60000}'...'\u{6FFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1246:20
     |
1246 |         '\u{70000}'...'\u{7FFFD}' | '\u{80000}'...'\u{8FFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1246:48
     |
1246 |         '\u{70000}'...'\u{7FFFD}' | '\u{80000}'...'\u{8FFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1247:20
     |
1247 |         '\u{90000}'...'\u{9FFFD}' | '\u{A0000}'...'\u{AFFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1247:48
     |
1247 |         '\u{90000}'...'\u{9FFFD}' | '\u{A0000}'...'\u{AFFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1248:20
     |
1248 |         '\u{B0000}'...'\u{BFFFD}' | '\u{C0000}'...'\u{CFFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1248:48
     |
1248 |         '\u{B0000}'...'\u{BFFFD}' | '\u{C0000}'...'\u{CFFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1249:20
     |
1249 |         '\u{D0000}'...'\u{DFFFD}' | '\u{E1000}'...'\u{EFFFD}' |
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1249:48
     |
1249 |         '\u{D0000}'...'\u{DFFFD}' | '\u{E1000}'...'\u{EFFFD}' |
     |                                                ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1250:20
     |
1250 |         '\u{F0000}'...'\u{FFFFD}' | '\u{100000}'...'\u{10FFFD}')
     |                    ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1250:49
     |
1250 |         '\u{F0000}'...'\u{FFFFD}' | '\u{100000}'...'\u{10FFFD}')
     |                                                 ^^^ 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1262:21
     |
1262 |     matches!(ch, '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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:1262:33
     |
1262 |     matches!(ch, '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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:179:46
    |
179 |     matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:179:62
    |
179 |     matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:179:85
    |
179 |     matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:487:47
    |
487 |         assert!(matches!(self.byte_at(0), b'a'...b'z' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:487:61
    |
487 |         assert!(matches!(self.byte_at(0), b'a'...b'z' | 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:489:41
    |
489 |                 .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '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: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:489:53
    |
489 |                 .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '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: `...` range patterns are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:489:65
    |
489 |                 .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '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 

   Compiling base64 v0.10.1
warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/origin.rs:13:38
   |
13 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering};
   |                                      ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: unused attribute `non_exhaustive`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/src/style/types/attribute.rs:91:1
   |
91 | #[non_exhaustive]
   | ^^^^^^^^^^^^^^^^^
   |
note: the built-in attribute `non_exhaustive` will be ignored, since it's applied to the macro invocation `Attribute`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/src/style/types/attribute.rs:92:1
   |
92 | Attribute! {
   | ^^^^^^^^^
   = note: `#[warn(unused_attributes)]` on by default

warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/origin.rs:79:39
   |
79 |         static COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
   |                                       ^^^^^^^^^^^^^^^^^
   |
help: replace the use of the deprecated constant
   |
79 -         static COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
79 +         static COUNTER: AtomicUsize = AtomicUsize::new(0);
   |

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:277:16
    |
277 |     NewFn(&'a (Fn(SyntaxViolation) + 'a)),
    |                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
    |
277 |     NewFn(&'a (dyn Fn(SyntaxViolation) + 'a)),
    |                +++

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.1/Cargo.toml CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alicemaz/rust-base64' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name base64 --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.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=a4d04e04f3105e61 -C extra-filename=-c76f105961f4e60f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern byteorder=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-4be41dad5fd1bad3.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:278:16
    |
278 |     OldFn(&'a (Fn(&'static str) + 'a)),
    |                ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
278 |     OldFn(&'a (dyn Fn(&'static str) + 'a)),
    |                +++

warning: unused variable: `xs`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/x86_64/sse2.rs:413:19
    |
413 |     fn from_lanes(xs: [u128; 1]) -> Self {
    |                   ^^ help: if this is intentional, prefix it with an underscore: `_xs`
    |
    = note: `#[warn(unused_variables)]` on by default

warning: unnecessary `unsafe` block
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/x86_64/sse2.rs:783:19
    |
783 |         Self::new(unsafe { unimplemented!() })
    |                   ^^^^^^ unnecessary `unsafe` block
    |
    = note: `#[warn(unused_unsafe)]` on by default

warning: field `marks` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/yaml-rust-0.4.5/src/parser.rs:70:5
   |
66 | pub struct Parser {
   |            ------ field in this struct
...
70 |     marks: Vec,
   |     ^^^^^
   |
   = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: `idna` (lib) generated 6 warnings
   Compiling ansi_term v0.11.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name ansi_term --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.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=6752bc89dacd0af5 -C extra-filename=-0f94a2e07759748f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:220:45
    |
220 |     custom_encoding: Option Cow<[u8]>>>>,
    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
220 |     custom_encoding: Option Cow<[u8]>>>>,
    |                                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:219:59
    |
219 |     pub fn log_syntax_violation(mut self, new: Option<&'a Fn(&'static str)>) -> Self {
    |                                                           ^^^^^^^^^^^^^^^^
    |
    = 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`
    |
219 |     pub fn log_syntax_violation(mut self, new: Option<&'a dyn Fn(&'static str)>) -> Self {
    |                                                           +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/lib.rs:249:64
    |
249 |     pub fn syntax_violation_callback(mut self, new: Option<&'a Fn(SyntaxViolation)>) -> Self {
    |                                                                ^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
249 |     pub fn syntax_violation_callback(mut self, new: Option<&'a dyn Fn(SyntaxViolation)>) -> Self {
    |                                                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:395:61
    |
395 |                custom_encoding: &mut Option Cow<[u8]>>>>,
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
395 |                custom_encoding: &mut Option Cow<[u8]>>>>,
    |                                                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:404:61
    |
404 |                custom_encoding: &mut Option Cow<[u8]>>>>) {
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
404 |                custom_encoding: &mut Option Cow<[u8]>>>>) {
    |                                                             +++

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:60:13
   |
60 |             try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f)));
   |             ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:66:17
   |
66 |                 try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f)));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:64:21
   |
64 |                     try!(f.write_str(self.sep));
   |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:85:13
   |
85 |             try!(cb(&fst, f));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:90:17
   |
90 |                 try!(cb(&elt, f));
   |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:88:21
   |
88 |                     try!(f.write_str(self.sep));
   |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/lib.rs:1847:25
     |
1847 |             let mut x = try!(inner0(it, f));
     |                         ^^^

warning: function `eq128_s4` is never used
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ppv-lite86-0.2.8/src/x86_64/sse2.rs:1082:11
     |
1082 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool {
     |           ^^^^^^^^
     |
     = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.1/src/lib.rs:52:13
   |
52 | #![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.1/src/lib.rs:61:5
   |
61 |     warnings,
   |     ^^^^^^^^
   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`

warning: associated type `wstr` should have an upper camel case name
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/write.rs:6:10
  |
6 |     type wstr: ?Sized;
  |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
  |
  = note: `#[warn(non_camel_case_types)]` on by default

warning: unused import: `windows::*`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/lib.rs:203:9
    |
203 | pub use windows::*;
    |         ^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/base64-0.10.1/src/decode.rs:58:32
   |
58 |     fn cause(&self) -> Option<&error::Error> {
   |                                ^^^^^^^^^^^^
   |
   = 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)]` implied by `#[warn(warnings)]`
help: if this is a dyn-compatible trait, use `dyn`
   |
58 |     fn cause(&self) -> Option<&dyn error::Error> {
   |                                +++

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/adaptors/mod.rs:485:1
    |
485 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_attributes)]` on by default

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/kmerge_impl.rs:114:1
    |
114 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/parser.rs:73:14
   |
73 |         self.description().fmt(fmt)
   |              ^^^^^^^^^^^

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/write.rs:15:23
   |
15 | impl<'a> AnyWrite for fmt::Write + 'a {
   |                       ^^^^^^^^^^^^^^^
   |
   = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
   |                       +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
   |
15 - impl<'a> AnyWrite for fmt::Write + 'a {
15 + impl<'a, T: fmt::Write + 'a> AnyWrite for T {
   |

warning: `gimli` (lib) generated 1 warning
warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/write.rs:29:23
   |
29 | impl<'a> AnyWrite for io::Write + 'a {
   |                       ^^^^^^^^^^^^^^
   |
   = 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`
   |
29 | impl<'a> AnyWrite for dyn io::Write + 'a {
   |                       +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
   |
29 - impl<'a> AnyWrite for io::Write + 'a {
29 + impl<'a, T: io::Write + 'a> AnyWrite for T {
   |

   Compiling image v0.23.12
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=image CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/Cargo.toml CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.' CARGO_PKG_HOMEPAGE='https://github.com/image-rs/image' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=image CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.23.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name image --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="bmp"' --cfg 'feature="png"' --cfg 'feature="tiff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "benchmarks", "bmp", "dds", "default", "dxt", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "png", "pnm", "ravif", "rgb", "scoped_threadpool", "tga", "tiff", "webp"))' -C metadata=29b231706e7a94dc -C extra-filename=-6a936607300d9180 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bytemuck=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbytemuck-4410ef1cb53aa416.rmeta --extern byteorder=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-4be41dad5fd1bad3.rmeta --extern color_quant=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcolor_quant-b5d0c05ec52dd799.rmeta --extern num_iter=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_iter-a090211b910f28d9.rmeta --extern num_rational=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_rational-40b6ca8cf9bb0a44.rmeta --extern num_traits=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_traits-d73cfc77514410cd.rmeta --extern png=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpng-148c4da3ff199b18.rmeta --extern tiff=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtiff-4abc4066f993d227.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/weighted.rs:221:32
    |
221 |     fn cause(&self) -> Option<&::std::error::Error> {
    |                                ^^^^^^^^^^^^^^^^^^^
    |
    = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
    |
221 |     fn cause(&self) -> Option<&dyn (::std::error::Error)> {
    |                                +++++                   +

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/lib.rs:1659:41
     |
1659 |               F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result,
     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
     |
1659 |               F: FnMut(Self::Item, &mut dyn FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result,
     |                                         +++

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/lib.rs:1659:48
     |
1659 |               F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result,
     |                                                ^^^^^^^^^^^^
     |
     = 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`
     |
1659 |               F: FnMut(Self::Item, &mut FnMut(&dyn fmt::Display) -> fmt::Result) -> fmt::Result,
     |                                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:171:21
    |
171 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = 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`
    |
171 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:183:29
    |
183 |                 let f: &mut fmt::Write = f;
    |                             ^^^^^^^^^^
    |
    = 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`
    |
183 |                 let f: &mut dyn fmt::Write = f;
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:187:29
    |
187 |                 let f: &mut fmt::Write = f;
    |                             ^^^^^^^^^^
    |
    = 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`
    |
187 |                 let f: &mut dyn fmt::Write = f;
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:200:21
    |
200 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = 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`
    |
200 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/display.rs:184:21
    |
184 |         let w: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = 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`
    |
184 |         let w: &mut dyn fmt::Write = f;
    |                     +++

warning: `ppv-lite86` (lib) generated 14 warnings
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/display.rs:193:21
    |
193 |         let w: &mut io::Write = w;
    |                     ^^^^^^^^^
    |
    = 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`
    |
193 |         let w: &mut dyn io::Write = w;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/display.rs:212:21
    |
212 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = 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`
    |
212 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/ansi_term-0.11.0/src/display.rs:222:21
    |
222 |         let w: &mut io::Write = w;
    |                     ^^^^^^^^^
    |
    = 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`
    |
222 |         let w: &mut dyn io::Write = w;
    |                     +++

   Compiling rand_chacha v0.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_chacha' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand_chacha-0.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=7190bfcf0413dbd1 -C extra-filename=-066ec6682d13541b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libppv_lite86-ea5e5723cfb66df0.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-5a025ad4b328e651.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:32:34
   |
32 |           F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
32 |           F: FnMut(I::Item, &mut dyn FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                  +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:32:41
   |
32 |           F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                         ^^^^^^^^^^^^
   |
   = 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`
   |
32 |           F: FnMut(I::Item, &mut FnMut(&dyn fmt::Display) -> fmt::Result) -> fmt::Result
   |                                         +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:51:34
   |
51 |           F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
51 |           F: FnMut(I::Item, &mut dyn FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                  +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:51:41
   |
51 |           F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result
   |                                         ^^^^^^^^^^^^
   |
   = 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`
   |
51 |           F: FnMut(I::Item, &mut FnMut(&dyn fmt::Display) -> fmt::Result) -> fmt::Result
   |                                         +++

   Compiling webbrowser v0.5.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=webbrowser CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/webbrowser-0.5.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/webbrowser-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='Amod Malviya @amodm' CARGO_PKG_DESCRIPTION='Open URLs in web browsers available on a platform' CARGO_PKG_HOMEPAGE='https://github.com/amodm/webbrowser-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=webbrowser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/amodm/webbrowser-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name webbrowser --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/webbrowser-0.5.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())' -C metadata=83f8ebae9dcc19a3 -C extra-filename=-21da8ba987563a21 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: field `index` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/elf/comdat.rs:56:5
   |
50 | pub struct ElfComdat<'data, 'file, Elf>
   |            --------- field in this struct
...
56 |     index: SectionIndex,
   |     ^^^^^
   |
   = note: `ElfComdat` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/macho/file.rs:318:5
    |
317 | pub struct MachOComdatIterator<'data, 'file, Mach: MachHeader> {
    |            ------------------- field in this struct
318 |     file: &'file MachOFile<'data, Mach>,
    |     ^^^^
    |
    = note: `MachOComdatIterator` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/macho/file.rs:341:5
    |
340 | pub struct MachOComdat<'data, 'file, Mach: MachHeader> {
    |            ----------- field in this struct
341 |     file: &'file MachOFile<'data, Mach>,
    |     ^^^^
    |
    = note: `MachOComdat` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/macho/file.rs:383:5
    |
379 | pub struct MachOComdatSectionIterator<'data, 'file, Mach: MachHeader>
    |            -------------------------- field in this struct
...
383 |     file: &'file MachOFile<'data, Mach>,
    |     ^^^^
    |
    = note: `MachOComdatSectionIterator` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `dos_header` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/pe/file.rs:22:16
   |
21 | pub struct PeFile<'data, Pe: ImageNtHeaders> {
   |            ------ field in this struct
22 |     pub(super) dos_header: &'data pe::ImageDosHeader,
   |                ^^^^^^^^^^
   |
   = note: `PeFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/pe/file.rs:355:5
    |
354 | pub struct PeComdatIterator<'data, 'file, Pe: ImageNtHeaders> {
    |            ---------------- field in this struct
355 |     file: &'file PeFile<'data, Pe>,
    |     ^^^^
    |
    = note: `PeComdatIterator` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/pe/file.rs:375:5
    |
374 | pub struct PeComdat<'data, 'file, Pe: ImageNtHeaders> {
    |            -------- field in this struct
375 |     file: &'file PeFile<'data, Pe>,
    |     ^^^^
    |
    = note: `PeComdat` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `file` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/object-0.23.0/src/read/pe/file.rs:417:5
    |
413 | pub struct PeComdatSectionIterator<'data, 'file, Pe: ImageNtHeaders>
    |            ----------------------- field in this struct
...
417 |     file: &'file PeFile<'data, Pe>,
    |     ^^^^
    |
    = note: `PeComdatSectionIterator` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: unnecessary qualification
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:63:9
   |
63 |         image::ImageFormat::Png => DynamicImage::from_decoder(png::PngDecoder::new(r)?),
   |         ^^^^^^^^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/lib.rs:87:9
   |
87 | #![warn(unused_qualifications)]
   |         ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
   |
63 -         image::ImageFormat::Png => DynamicImage::from_decoder(png::PngDecoder::new(r)?),
63 +         ImageFormat::Png => DynamicImage::from_decoder(png::PngDecoder::new(r)?),
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:71:9
   |
71 |         image::ImageFormat::Tiff => DynamicImage::from_decoder(tiff::TiffDecoder::new(r)?),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
71 -         image::ImageFormat::Tiff => DynamicImage::from_decoder(tiff::TiffDecoder::new(r)?),
71 +         ImageFormat::Tiff => DynamicImage::from_decoder(tiff::TiffDecoder::new(r)?),
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:77:9
   |
77 |         image::ImageFormat::Bmp => DynamicImage::from_decoder(bmp::BmpDecoder::new(r)?),
   |         ^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
77 -         image::ImageFormat::Bmp => DynamicImage::from_decoder(bmp::BmpDecoder::new(r)?),
77 +         ImageFormat::Bmp => DynamicImage::from_decoder(bmp::BmpDecoder::new(r)?),
   |

warning: `ansi_term` (lib) generated 12 warnings
   Compiling regex v1.3.9
warning: unnecessary qualification
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:91:18
   |
91 |     let format = image::ImageFormat::from_path(path)?;
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
91 -     let format = image::ImageFormat::from_path(path)?;
91 +     let format = ImageFormat::from_path(path)?;
   |

warning: `base64` (lib) generated 2 warnings
   Compiling random v0.12.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=random CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/random-0.12.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/random-0.12.2/Cargo.toml CARGO_PKG_AUTHORS='Ivan Ukhov ' CARGO_PKG_DESCRIPTION='The package provides sources of randomness.' CARGO_PKG_HOMEPAGE='https://github.com/stainless-steel/random' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=random CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stainless-steel/random' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name random --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/random-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e00dde853b4102a -C extra-filename=-9285fa7d1895f85d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:111:9
    |
111 |         image::ImageFormat::Png => png::PngDecoder::new(fin)?.dimensions(),
    |         ^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
111 -         image::ImageFormat::Png => png::PngDecoder::new(fin)?.dimensions(),
111 +         ImageFormat::Png => png::PngDecoder::new(fin)?.dimensions(),
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:117:9
    |
117 |         image::ImageFormat::Tiff => tiff::TiffDecoder::new(fin)?.dimensions(),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
117 -         image::ImageFormat::Tiff => tiff::TiffDecoder::new(fin)?.dimensions(),
117 +         ImageFormat::Tiff => tiff::TiffDecoder::new(fin)?.dimensions(),
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:123:9
    |
123 |         image::ImageFormat::Bmp => bmp::BmpDecoder::new(fin)?.dimensions(),
    |         ^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
123 -         image::ImageFormat::Bmp => bmp::BmpDecoder::new(fin)?.dimensions(),
123 +         ImageFormat::Bmp => bmp::BmpDecoder::new(fin)?.dimensions(),
    |

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-1.3.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-1.3.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name regex --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/regex-1.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --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("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=ace86d30ac7b7251 -C extra-filename=-7640867dba26cfdc --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libaho_corasick-d1041ec3c6a17a9a.rmeta --extern memchr=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-1cbddfdc6aa6dafe.rmeta --extern regex_syntax=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libregex_syntax-f6f3b30fbd76fbd1.rmeta --extern thread_local=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libthread_local-285b5978e956e384.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:206:9
    |
206 |         image::ImageFormat::Png => png::PngEncoder::new(fout).write_image(buf, width, height, color),
    |         ^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
206 -         image::ImageFormat::Png => png::PngEncoder::new(fout).write_image(buf, width, height, color),
206 +         ImageFormat::Png => png::PngEncoder::new(fout).write_image(buf, width, height, color),
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:208:9
    |
208 |         image::ImageFormat::Bmp => bmp::BmpEncoder::new(fout).write_image(buf, width, height, color),
    |         ^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
208 -         image::ImageFormat::Bmp => bmp::BmpEncoder::new(fout).write_image(buf, width, height, color),
208 +         ImageFormat::Bmp => bmp::BmpEncoder::new(fout).write_image(buf, width, height, color),
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/io/free_functions.rs:210:9
    |
210 |         image::ImageFormat::Tiff => tiff::TiffEncoder::new(fout)
    |         ^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
210 -         image::ImageFormat::Tiff => tiff::TiffEncoder::new(fout)
210 +         ImageFormat::Tiff => tiff::TiffEncoder::new(fout)
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/dynimage.rs:918:13
    |
918 |             image::ImageOutputFormat::Png => {
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
918 -             image::ImageOutputFormat::Png => {
918 +             ImageOutputFormat::Png => {
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/dynimage.rs:974:13
    |
974 |             image::ImageOutputFormat::Bmp => {
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
974 -             image::ImageOutputFormat::Bmp => {
974 +             ImageOutputFormat::Bmp => {
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/dynimage.rs:995:13
    |
995 |             image::ImageOutputFormat::Unsupported(msg) => {
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
995 -             image::ImageOutputFormat::Unsupported(msg) => {
995 +             ImageOutputFormat::Unsupported(msg) => {
    |

warning: unnecessary qualification
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/dynimage.rs:1001:13
     |
1001 |             image::ImageOutputFormat::__NonExhaustive(marker) => match marker._private {},
     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
1001 -             image::ImageOutputFormat::__NonExhaustive(marker) => match marker._private {},
1001 +             ImageOutputFormat::__NonExhaustive(marker) => match marker._private {},
     |

warning: unnecessary qualification
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/image.rs:421:100
    |
421 |     let mut buf = vec![num_traits::Zero::zero(); usize::try_from(decoder.total_bytes()).unwrap() / std::mem::size_of::()];
    |                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
421 -     let mut buf = vec![num_traits::Zero::zero(); usize::try_from(decoder.total_bytes()).unwrap() / std::mem::size_of::()];
421 +     let mut buf = vec![num_traits::Zero::zero(); usize::try_from(decoder.total_bytes()).unwrap() / size_of::()];
    |

warning: extern declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/lib.rs:377:27
    |
377 |         #[doc = $content] extern { }
    |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
...
382 | insert_as_doc!(include_str!("../README.md"));
    | -------------------------------------------- in this macro invocation
    |
    = note: `#[warn(missing_abi)]` on by default
    = note: this warning originates in the macro `insert_as_doc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/lib.rs:377:9
    |
377 |         #[doc = $content] extern { }
    |         ^^^^^^^^^^^^^^^^^ ---------- rustdoc does not generate documentation for extern blocks
...
382 | insert_as_doc!(include_str!("../README.md"));
    | -------------------------------------------- in this macro invocation
    |
    = help: use `//` for a plain comment
    = note: `#[warn(unused_doc_comments)]` on by default
    = note: this warning originates in the macro `insert_as_doc` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling strsim v0.8.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics.
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24cc53bf0eca4da9 -C extra-filename=-3a87aa21ef7d9de4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: anonymous parameters are deprecated and will be removed in the next edition
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/random-0.12.2/src/value.rs:6:16
  |
6 |     fn read(&mut S) -> Self where S: Source;
  |                ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut S`
  |
  = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
  = note: for more information, see issue #41686 
  = note: `#[warn(anonymous_parameters)]` on by default

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:60:43
   |
60 |             try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f)));
   |                                           ^^^^^^^^^^^^
   |
   = 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`
   |
60 |             try!(format(fst, &mut |disp: &dyn fmt::Display| disp.fmt(f)));
   |                                           +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/format.rs:66:47
   |
66 |                 try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f)));
   |                                               ^^^^^^^^^^^^
   |
   = 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`
   |
66 |                 try!(format(elt, &mut |disp: &dyn fmt::Display| disp.fmt(f)));
   |                                               +++

warning: `tiff` (lib) generated 2 warnings
   Compiling vec_map v0.8.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vec_map CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Jorge Aparicio :Alexis Beingessner :Brian Anderson <>:tbu- <>:Manish Goregaokar <>:Aaron Turon :Adolfo Ochagavía <>:Niko Matsakis <>:Steven Fackler <>:Chase Southwood :Eduard Burtescu <>:Florian Wilkens <>:Félix Raimundo <>:Tibor Benke <>:Markus Siemens :Josh Branchaud :Huon Wilson :Corey Farwell :Aaron Liblong <>:Nick Cameron :Patrick Walton :Felix S Klock II <>:Andrew Paseltiner :Sean McArthur :Vadim Petrochenkov <>' CARGO_PKG_DESCRIPTION='A simple map based on a vector for small integer keys' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/vec-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vec_map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/vec-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name vec_map --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("eders", "serde"))' -C metadata=d3ad3649bf37b8fe -C extra-filename=-6a554002c11ca26d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling unicode-segmentation v1.6.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_segmentation CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-segmentation CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_segmentation --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=bf5f70a408a95602 -C extra-filename=-b000db19b357286f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unnecessary parentheses around type
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2/src/lib.rs:1010:34
     |
1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
     |                                  ^     ^
     |
     = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
     |
1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
     |

warning: unnecessary parentheses around type
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2/src/lib.rs:1017:39
     |
1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
     |                                       ^     ^
     |
help: remove these parentheses
     |
1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
     |

warning: unnecessary parentheses around type
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/vec_map-0.8.2/src/lib.rs:1023:34
     |
1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
     |                                  ^         ^
     |
help: remove these parentheses
     |
1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
     |

warning: `random` (lib) generated 1 warning
   Compiling cassowary v0.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cassowary CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Dylan Ede ' CARGO_PKG_DESCRIPTION='A Rust implementation of the Cassowary linear constraint solving algorithm.

The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints,
like '\''this button must line up with this text box'\''.
' CARGO_PKG_HOMEPAGE='https://github.com/dylanede/cassowary-rs' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cassowary CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dylanede/cassowary-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name cassowary --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.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=82edc20987ad2cd8 -C extra-filename=-5f56c96e1f77b2f1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/encoding.rs:134:27
    |
134 |             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
134 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
134 +             debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
134 -             debug_assert!(raw_utf8 == &*bytes as *const [u8]);
134 +             debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |

warning: struct `InternalEventFilter` is never constructed
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/crossterm-0.20.0/src/event/filter.rs:36:19
   |
36 | pub(crate) struct InternalEventFilter;
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/form_urlencoded.rs:288:9
    |
288 |         &target.as_mut_string()[start_position..];  // Panic if out of bounds
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
288 |         let _ = &target.as_mut_string()[start_position..];  // Panic if out of bounds
    |         +++++++

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0/src/tables.rs:33:17
   |
33 |             'a' ... 'z' | 'A' ... 'Z' => 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)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:77:13
   |
77 |             try!(self.add_constraint(constraint.clone()));
   |             ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:135:9
    |
135 |         try!(self.optimise(&objective).map_err(|e| AddConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0/src/tables.rs:33:31
   |
33 |             'a' ... 'z' | 'A' ... 'Z' => 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/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/unicode-segmentation-1.6.0/src/tables.rs:42:17
   |
42 |             '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: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:115:17
    |
115 |             if !try!(self.add_with_artificial_variable(&row)
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:163:9
    |
163 |         try!(self.optimise(&objective).map_err(|e| RemoveConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:141:19
    |
141 |         let tag = try!(self.cns.remove(constraint).ok_or(RemoveConstraintError::UnknownConstraint));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:151:38
    |
151 |             let (leaving, mut row) = try!(self.get_marker_leaving_row(tag.marker)
    |                                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:215:13
    |
215 |             try!(self.remove_constraint(&constraint)
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:286:9
    |
286 |         try!(self.dual_optimise().map_err(|e| SuggestValueError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:239:24
    |
239 |             let info = try!(self.edits.get_mut(&variable).ok_or(SuggestValueError::UnknownEditVariable));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:497:9
    |
497 |         try!(self.optimise(&artificial));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:560:38
    |
560 |             let (leaving, mut row) = try!(self.get_leaving_row(entering)
    |                                      ^^^

warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/cassowary-0.3.0/src/lib.rs:235:77
    |
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
    |                                                                             ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
235 - static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
235 + static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::AtomicUsize::new(0);
    |

warning: `jpeg-decoder` (lib) generated 2 warnings
   Compiling rand v0.8.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.8.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.8.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.8.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="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=91006ecb63a7a9d3 -C extra-filename=-777085d7d0f92bf3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern rand_chacha=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_chacha-066ec6682d13541b.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librand_core-5a025ad4b328e651.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `url` (lib) generated 4 warnings
   Compiling clap v2.33.3
warning: `vec_map` (lib) generated 3 warnings
   Compiling dirs v3.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/Cargo.toml CARGO_PKG_AUTHORS='Kevin K. ' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser
' CARGO_PKG_HOMEPAGE='https://clap.rs/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.33.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name clap --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.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="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "lints", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=e79aeb0019f85010 -C extra-filename=-7e25522e1bfd03e0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern ansi_term=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libansi_term-0f94a2e07759748f.rmeta --extern atty=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libatty-51126a850c59bbe3.rmeta --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern strsim=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libstrsim-3a87aa21ef7d9de4.rmeta --extern textwrap=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtextwrap-3a5886d3897817a6.rmeta --extern unicode_width=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-92b94b4c07634e33.rmeta --extern vec_map=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libvec_map-6a554002c11ca26d.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-3.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-3.0.1/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name dirs --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/dirs-3.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=ce6a601095d1203a -C extra-filename=-ec9ebc9113aaf46a --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern dirs_sys=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libdirs_sys-ed0ba2bd6269e1f5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `png` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.43 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/anyhow-5c36c6210513ec8d/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/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("backtrace", "default", "std"))' -C metadata=9e24d7dcd241898c -C extra-filename=-72c2c666798bb35c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: the type `u16` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/handles.rs:113:30
    |
113 |             let mut u: u16 = ::std::mem::uninitialized();
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |                              |
    |                              this code causes undefined behavior when executed
    |                              help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized
    = note: `#[warn(invalid_value)]` on by default

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/lib.rs:213:13
    |
213 | #![cfg_attr(backtrace, feature(backtrace))]
    |             ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = 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(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

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

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

warning: unexpected `cfg` condition name: `backtrace`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:1:7
  |
1 | #[cfg(backtrace)]
  |       ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:4:15
  |
4 | #[cfg(all(not(backtrace), feature = "backtrace"))]
  |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:7:15
  |
7 | #[cfg(not(any(backtrace, feature = "backtrace")))]
  |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:10:7
   |
10 | #[cfg(backtrace)]
   |       ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:17:15
   |
17 | #[cfg(all(not(backtrace), feature = "backtrace"))]
   |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:24:11
   |
24 | #[cfg(any(backtrace, feature = "backtrace"))]
   |           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:31:15
   |
31 | #[cfg(not(any(backtrace, feature = "backtrace")))]
   |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:38:7
   |
38 | #[cfg(backtrace)]
   |       ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:48:32
   |
48 | #[cfg(all(feature = "std", not(backtrace), feature = "backtrace"))]
   |                                ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:55:32
   |
55 | #[cfg(all(feature = "std", not(backtrace), not(feature = "backtrace")))]
   |                                ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/backtrace.rs:62:15
   |
62 | #[cfg(all(not(backtrace), feature = "backtrace"))]
   |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/context.rs:6:7
  |
6 | #[cfg(backtrace)]
  |       ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/context.rs:126:11
    |
126 |     #[cfg(backtrace)]
    |           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/context.rs:140:11
    |
140 |     #[cfg(backtrace)]
    |           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:4:28
  |
4 | #[cfg(any(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:11:11
   |
11 | #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:615:28
    |
615 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:660:7
    |
660 | #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:675:15
    |
675 | #[cfg(all(not(backtrace), feature = "backtrace"))]
    |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:700:28
    |
700 | #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:755:7
    |
755 | #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:797:15
    |
797 | #[cfg(all(not(backtrace), feature = "backtrace"))]
    |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:347:15
    |
347 |     #[cfg(any(backtrace, feature = "backtrace"))]
    |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:88:19
   |
88 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:92:19
   |
92 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:95:27
   |
95 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
   |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:112:40
    |
112 |             #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:116:19
    |
116 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: trait `Float` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:251:18
    |
251 | pub(crate) trait Float : Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: associated items `lanes`, `extract`, and `replace` are never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:264:8
    |
262 | pub(crate) trait FloatAsSIMD : Sized {
    |                  ----------- associated items in this trait
263 |     #[inline(always)]
264 |     fn lanes() -> usize { 1 }
    |        ^^^^^
...
268 |     fn extract(self, index: usize) -> Self { debug_assert_eq!(index, 0); self }
    |        ^^^^^^^
269 |     #[inline(always)]
270 |     fn replace(self, index: usize, new_value: Self) -> Self { debug_assert_eq!(index, 0); new_value }
    |        ^^^^^^^

warning: method `all` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.6.5/src/distributions/utils.rs:275:8
    |
273 | pub(crate) trait BoolAsSIMD : Sized {
    |                  ---------- method in this trait
274 |     fn any(self) -> bool;
275 |     fn all(self) -> bool;
    |        ^^^

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:119:27
    |
119 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:137:40
    |
137 |             #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:141:19
    |
141 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:144:27
    |
144 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:164:19
    |
164 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:168:19
    |
168 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:171:27
    |
171 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:189:19
    |
189 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:193:19
    |
193 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:196:27
    |
196 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:299:40
    |
299 |             #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:303:19
    |
303 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:306:27
    |
306 |             #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:416:23
    |
416 |             #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:421:19
    |
421 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:500:23
    |
500 |             #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:504:19
    |
504 |             #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:566:32
    |
566 |     #[cfg(all(feature = "std", anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:570:11
    |
570 |     #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:573:19
    |
573 |     #[cfg(all(not(backtrace), feature = "backtrace"))]
    |                   ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:604:15
    |
604 |     #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:609:11
    |
609 |     #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:644:19
    |
644 |         #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:652:15
    |
652 |         #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:865:15
    |
865 |     #[cfg(any(backtrace, feature = "backtrace"))]
    |               ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:856:19
    |
856 |         #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:861:15
    |
861 |         #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/error.rs:891:11
    |
891 |     #[cfg(backtrace)]
    |           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/fmt.rs:42:19
   |
42 |         #[cfg(any(backtrace, feature = "backtrace"))]
   |                   ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/ptr.rs:94:15
   |
94 |     #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/ptr.rs:109:15
    |
109 |     #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/ptr.rs:117:15
    |
117 |     #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/ptr.rs:151:11
    |
151 |     #[cfg(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_ptr_addr_of`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/ptr.rs:166:15
    |
166 |     #[cfg(not(anyhow_no_ptr_addr_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(anyhow_no_ptr_addr_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/wrapper.rs:70:11
   |
70 |     #[cfg(backtrace)]
   |           ^^^^^^^^^ help: found config with similar value: `feature = "backtrace"`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_macro_reexport`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/lib.rs:635:11
    |
635 |     #[cfg(anyhow_no_macro_reexport)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(anyhow_no_macro_reexport)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_macro_reexport)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_macro_reexport`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/lib.rs:637:15
    |
637 |     #[cfg(not(anyhow_no_macro_reexport))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(anyhow_no_macro_reexport)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_macro_reexport)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_macro_reexport`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/lib.rs:640:11
    |
640 |     #[cfg(anyhow_no_macro_reexport)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(anyhow_no_macro_reexport)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_macro_reexport)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `anyhow_no_macro_reexport`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/anyhow-1.0.43/src/lib.rs:649:11
    |
649 |     #[cfg(anyhow_no_macro_reexport)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(anyhow_no_macro_reexport)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(anyhow_no_macro_reexport)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

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

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

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

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.8.3/src/distributions/mod.rs:245:7
    |
245 | #[cfg(features = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
245 - #[cfg(features = "nightly")]
245 + #[cfg(feature = "nightly")]
    |

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: unexpected `cfg` condition name: `unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/lib.rs:586:7
    |
586 | #[cfg(unstable)]
    |       ^^^^^^^^ help: found config with similar value: `feature = "unstable"`
    |
    = 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(unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` 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: `unstable`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/lib.rs:589:7
    |
589 | #[cfg(unstable)]
    |       ^^^^^^^^ help: found config with similar value: `feature = "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(unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:99:16
   |
99 |     #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
   |                ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ansi_term`, `atty`, `clippy`, `color`, `debug`, `default`, `doc`, `lints`, `nightly`, `no_cargo`, `strsim`, `suggestions`, `term_size`, `unstable`, `vec_map`, `wrap_help`, `yaml`, and `yaml-rust`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:594:16
    |
594 |     #[cfg_attr(feature = "cargo-clippy", allow(useless_let_if_seq))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `ansi_term`, `atty`, `clippy`, `color`, `debug`, `default`, `doc`, `lints`, `nightly`, `no_cargo`, `strsim`, `suggestions`, `term_size`, `unstable`, `vec_map`, `wrap_help`, `yaml`, and `yaml-rust`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:149:17
    |
149 |                 (self.flags.iter().any(|f| &f.b.name == arg)
    |                 ^
...
152 |                     || self.groups.iter().any(|g| &g.name == arg))
    |                                                                  ^
    |
    = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
    |
149 ~                 self.flags.iter().any(|f| &f.b.name == arg)
150 |                     || self.opts.iter().any(|o| &o.b.name == arg)
151 |                     || self.positionals.values().any(|p| &p.b.name == arg)
152 ~                     || self.groups.iter().any(|g| &g.name == arg)
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:200:13
    |
200 |             (self.positionals.len() + 1)
    |             ^                          ^
    |
help: remove these parentheses
    |
200 -             (self.positionals.len() + 1)
200 +             self.positionals.len() + 1
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:309:17
    |
309 |                 (self.positionals.len() + 1)
    |                 ^                          ^
    |
help: remove these parentheses
    |
309 -                 (self.positionals.len() + 1)
309 +                 self.positionals.len() + 1
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:334:17
    |
334 |                 (self.positionals.len() + 1)
    |                 ^                          ^
    |
help: remove these parentheses
    |
334 -                 (self.positionals.len() + 1)
334 +                 self.positionals.len() + 1
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:842:17
    |
842 |                 (o.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
    |                 ^                                                              ^
    |
help: remove these parentheses
    |
842 -                 (o.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
842 +                 o.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:850:17
    |
850 |                 (p.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
    |                 ^                                                              ^
    |
help: remove these parentheses
    |
850 -                 (p.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
850 +                 p.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings
    |

warning: unnecessary parentheses around block return value
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:364:25
    |
364 |                         (ma.vals.len() % num as usize)
    |                         ^                            ^
    |
help: remove these parentheses
    |
364 -                         (ma.vals.len() % num as usize)
364 +                         ma.vals.len() % num as usize
    |

warning: anonymous parameters are deprecated and will be removed in the next edition
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:19:22
   |
19 |     fn is_set(&self, ArgSettings) -> bool;
   |                      ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: ArgSettings`
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
   = note: for more information, see issue #41686 
   = note: `#[warn(anonymous_parameters)]` on by default

warning: anonymous parameters are deprecated and will be removed in the next edition
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:20:23
   |
20 |     fn set(&mut self, ArgSettings);
   |                       ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: ArgSettings`
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
   = note: for more information, see issue #41686 

warning: unnecessary trailing semicolon
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_matches.rs:830:10
    |
830 |         };
    |          ^ help: remove this semicolon
    |
    = note: `#[warn(redundant_semicolons)]` on by default

warning: unnecessary trailing semicolon
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_matches.rs:889:10
    |
889 |         };
    |          ^ help: remove this semicolon

warning: unnecessary trailing semicolon
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_matches.rs:949:10
    |
949 |         };
    |          ^ help: remove this semicolon

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/suggestions.rs:112:17
    |
112 | #[cfg(all(test, features = "suggestions"))]
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
112 - #[cfg(all(test, features = "suggestions"))]
112 + #[cfg(all(test, feature = "suggestions"))]
    |

   Compiling tui v0.16.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tui CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tui-0.16.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Florian Dehau ' CARGO_PKG_DESCRIPTION='A library to build rich terminal user interfaces or dashboards
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tui CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fdehau/tui-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name tui --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="crossterm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "curses", "default", "easycurses", "pancurses", "rustbox", "serde", "termion"))' -C metadata=17baaa6980259b44 -C extra-filename=-2b5cd65491524422 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-0ba80bd0bb40e6f5.rmeta --extern cassowary=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcassowary-5f56c96e1f77b2f1.rmeta --extern crossterm=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcrossterm-dbfed756d013f7cb.rmeta --extern unicode_segmentation=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_segmentation-b000db19b357286f.rmeta --extern unicode_width=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-92b94b4c07634e33.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: panic message contains braces
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/lit.rs:986:30
    |
986 |             panic!("expected {{ after \\u");
    |                              ^^
    |
    = note: this message is not used as a format string, but will be in Rust 2021
    = note: `#[warn(non_fmt_panics)]` on by default
help: add a "{}" format string to use the message literally
    |
986 |             panic!("{}", "expected {{ after \\u");
    |                    +++++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:85:21
   |
85 |     writer: &'a mut Write,
   |                     ^^^^^
   |
   = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
85 |     writer: &'a mut dyn Write,
   |                     +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/valued.rs:19:30
   |
19 |     pub validator: Option Result<(), String>>>,
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
19 |     pub validator: Option Result<(), String>>>,
   |                              +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/valued.rs:20:33
   |
20 |     pub validator_os: Option Result<(), OsString>>>,
   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
20 |     pub validator_os: Option Result<(), OsString>>>,
   |                                 +++

warning: the type `AES_KEY` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/aes.rs:82:31
   |
82 |             let mut aes_key = mem::uninitialized();
   |                               ^^^^^^^^^^^^^^^^^^^^
   |                               |
   |                               this code causes undefined behavior when executed
   |                               help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized
   = note: `#[warn(invalid_value)]` on by default

warning: the type `AES_KEY` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/aes.rs:106:31
    |
106 |             let mut aes_key = mem::uninitialized();
    |                               ^^^^^^^^^^^^^^^^^^^^
    |                               |
    |                               this code causes undefined behavior when executed
    |                               help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:54:61
   |
54 | fn as_arg_trait<'a, 'b, T: ArgWithOrder<'a, 'b>>(x: &T) -> &ArgWithOrder<'a, 'b> {
   |                                                             ^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
54 | fn as_arg_trait<'a, 'b, T: ArgWithOrder<'a, 'b>>(x: &T) -> &dyn ArgWithOrder<'a, 'b> {
   |                                                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
    |
972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
    |                                                               ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:964:39
    |
964 |                         let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
    |                                       ------------------------------------------------- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
    = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
     |
972  |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
     |                                                               ^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:1110:39
     |
1110 |                         let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
     |                                       ------------------------------------------------- in this macro invocation
     |
     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
     = note: for more information, see 
     = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
     |
972  |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
     |                                                               ^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:1238:27
     |
1238 |             let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
     |                           ------------------------------------------------- in this macro invocation
     |
     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
     = note: for more information, see 
     = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
    |
972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
    |                                                               ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:214:32
    |
214 |             if let Some(arg) = find_any_by_name!(self.0, name) {
    |                                ------------------------------- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
    = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
    |
972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
    |                                                               ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:231:39
    |
231 |                     if let Some(bl) = find_any_by_name!(self.0, *arg).unwrap().blacklist() {
    |                                       ------------------------------- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
    = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/macros.rs:972:63
    |
972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
    |                                                               ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:467:37
    |
467 |             } else if let Some(a) = find_any_by_name!(self.0, *name) {
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
    = note: this warning originates in the macro `find_any_by_name` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:43:27
   |
43 |     fn as_base(&self) -> &ArgWithDisplay<'b, 'c>;
   |                           ^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
43 |     fn as_base(&self) -> &dyn ArgWithDisplay<'b, 'c>;
   |                           +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:26:39
   |
26 |     fn validator(&self) -> Option<&Rc Result<(), String>>>;
   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
26 |     fn validator(&self) -> Option<&Rc Result<(), String>>>;
   |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:27:42
   |
27 |     fn validator_os(&self) -> Option<&Rc Result<(), OsString>>>;
   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
27 |     fn validator_os(&self) -> Option<&Rc Result<(), OsString>>>;
   |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:49:27
   |
49 |     fn as_base(&self) -> &ArgWithDisplay<'b, 'c> {
   |                           ^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
49 |     fn as_base(&self) -> &dyn ArgWithDisplay<'b, 'c> {
   |                           +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:101:20
    |
101 |         w: &'a mut Write,
    |                    ^^^^^
    |
    = 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`
    |
101 |         w: &'a mut dyn Write,
    |                    +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:141:38
    |
141 |     pub fn write_app_help(w: &'a mut Write, app: &App, use_long: bool) -> ClapResult<()> {
    |                                      ^^^^^
    |
    = 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`
    |
141 |     pub fn write_app_help(w: &'a mut dyn Write, app: &App, use_long: bool) -> ClapResult<()> {
    |                                      +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:148:41
    |
148 |     pub fn write_parser_help(w: &'a mut Write, parser: &Parser, use_long: bool) -> ClapResult<()> {
    |                                         ^^^^^
    |
    = 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`
    |
148 |     pub fn write_parser_help(w: &'a mut dyn Write, parser: &Parser, use_long: bool) -> ClapResult<()> {
    |                                         +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:156:51
    |
156 |     pub fn write_parser_help_to_stderr(w: &'a mut Write, parser: &Parser) -> ClapResult<()> {
    |                                                   ^^^^^
    |
    = 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`
    |
156 |     pub fn write_parser_help_to_stderr(w: &'a mut dyn Write, parser: &Parser) -> ClapResult<()> {
    |                                                   +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:163:20
    |
163 |         w: &'a mut Write,
    |                    ^^^^^
    |
    = 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`
    |
163 |         w: &'a mut dyn Write,
    |                    +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:273:43
    |
273 |     fn write_arg<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
273 |     fn write_arg<'b, 'c>(&mut self, arg: &dyn ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                           +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:283:39
    |
283 |     fn short<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
283 |     fn short<'b, 'c>(&mut self, arg: &dyn ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:296:38
    |
296 |     fn long<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                      ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
296 |     fn long<'b, 'c>(&mut self, arg: &dyn ArgWithDisplay<'b, 'c>) -> io::Result<()> {
    |                                      +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:325:37
    |
325 |     fn val<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> Result {
    |                                     ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
325 |     fn val<'b, 'c>(&mut self, arg: &dyn ArgWithDisplay<'b, 'c>) -> Result {
    |                                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:453:38
    |
453 |     fn help<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>, spec_vals: &str) -> io::Result<()> {
    |                                      ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
453 |     fn help<'b, 'c>(&mut self, arg: &dyn ArgWithDisplay<'b, 'c>, spec_vals: &str) -> io::Result<()> {
    |                                      +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:511:29
    |
511 |     fn spec_vals(&self, a: &ArgWithDisplay) -> String {
    |                             ^^^^^^^^^^^^^^
    |
    = 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`
    |
511 |     fn spec_vals(&self, a: &dyn ArgWithDisplay) -> String {
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:2168:55
     |
2168 |     pub fn find_any_arg(&self, name: &str) -> Option<&AnyArg<'a, 'b>> {
     |                                                       ^^^^^^^^^^^^^^
     |
     = 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`
     |
2168 |     pub fn find_any_arg(&self, name: &str) -> Option<&dyn AnyArg<'a, 'b>> {
     |                                                       +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:508:42
    |
508 |     fn validate_arg_conflicts(&self, a: &AnyArg, matcher: &ArgMatcher) -> Option {
    |                                          ^^^^^^
    |
    = 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`
    |
508 |     fn validate_arg_conflicts(&self, a: &dyn AnyArg, matcher: &ArgMatcher) -> Option {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:523:44
    |
523 |     fn validate_required_unless(&self, a: &AnyArg, matcher: &ArgMatcher) -> Option {
    |                                            ^^^^^^
    |
    = 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`
    |
523 |     fn validate_required_unless(&self, a: &dyn AnyArg, matcher: &ArgMatcher) -> Option {
    |                                            +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:578:42
    |
578 |     fn is_missing_required_ok(&self, a: &AnyArg, matcher: &ArgMatcher) -> bool {
    |                                          ^^^^^^
    |
    = 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`
    |
578 |     fn is_missing_required_ok(&self, a: &dyn AnyArg, matcher: &ArgMatcher) -> bool {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/mod.rs:1844:39
     |
1844 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = 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`
     |
1844 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
     |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/mod.rs:1847:42
     |
1847 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = 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`
     |
1847 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
     |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:89:39
   |
89 |     fn validator(&self) -> Option<&Rc Result<(), String>>> {
   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
89 |     fn validator(&self) -> Option<&Rc Result<(), String>>> {
   |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:92:42
   |
92 |     fn validator_os(&self) -> Option<&Rc Result<(), OsString>>> {
   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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`
   |
92 |     fn validator_os(&self) -> Option<&Rc Result<(), OsString>>> {
   |                                          +++

   Compiling backtrace v0.3.56
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=backtrace CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.56 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=56 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name backtrace --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/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="addr2line"' --cfg 'feature="default"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("addr2line", "backtrace-sys", "coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "miniz_oxide", "object", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=16bd0034686f385f -C extra-filename=-082f30fde24c830a --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern addr2line=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libaddr2line-9673462ecd0378d0.rmeta --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-072ae5456211be66.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-ddbc253df9eba29b.rmeta --extern miniz_oxide=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libminiz_oxide-e44129ad56746965.rmeta --extern object=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libobject-870363251442b320.rmeta --extern rustc_demangle=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/librustc_demangle-f83c51eefedaa714.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/flag.rs:103:39
    |
103 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
103 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       +++

warning: the type `[u8; 20]` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:62:34
   |
62 |         let mut hash: [u8; 20] = mem::uninitialized();
   |                                  ^^^^^^^^^^^^^^^^^^^^
   |                                  |
   |                                  this code causes undefined behavior when executed
   |                                  help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/flag.rs:106:42
    |
106 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
106 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/option.rs:156:39
    |
156 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
156 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/option.rs:159:42
    |
159 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
159 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/positional.rs:177:39
    |
177 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
177 |     fn validator(&self) -> Option<&Rc StdResult<(), String>>> {
    |                                       +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_builder/positional.rs:180:42
    |
180 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
180 |     fn validator_os(&self) -> Option<&Rc StdResult<(), OsString>>> {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_matcher.rs:30:20
   |
30 |         a: Option<&AnyArg<'a, 'b>>,
   |                    ^^^^^^^^^^^^^^
   |
   = 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`
   |
30 |         a: Option<&dyn AnyArg<'a, 'b>>,
   |                    +++

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg_matcher.rs:75:60
   |
75 |     pub fn handle_self_overrides<'b>(&mut self, a: Option<&AnyArg<'a, 'b>>) {
   |                                                            ^^^^^^^^^^^^^^
   |
   = 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`
   |
75 |     pub fn handle_self_overrides<'b>(&mut self, a: Option<&dyn AnyArg<'a, 'b>>) {
   |                                                            +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:412:15
    |
412 |         arg: &AnyArg,
    |               ^^^^^^
    |
    = 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`
    |
412 |         arg: &dyn AnyArg,
    |               +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:450:33
    |
450 |     pub fn empty_value(arg: &AnyArg, usage: U, color: ColorWhen) -> Self
    |                                 ^^^^^^
    |
    = 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`
    |
450 |     pub fn empty_value(arg: &dyn AnyArg, usage: U, color: ColorWhen) -> Self
    |                                 +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:478:15
    |
478 |         arg: &AnyArg,
    |               ^^^^^^
    |
    = 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`
    |
478 |         arg: &dyn AnyArg,
    |               +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:663:48
    |
663 |     pub fn too_many_values(val: V, arg: &AnyArg, usage: U, color: ColorWhen) -> Self
    |                                                ^^^^^^
    |
    = 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`
    |
663 |     pub fn too_many_values(val: V, arg: &dyn AnyArg, usage: U, color: ColorWhen) -> Self
    |                                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:692:15
    |
692 |         arg: &AnyArg,
    |               ^^^^^^
    |
    = 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`
    |
692 |         arg: &dyn AnyArg,
    |               +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:754:15
    |
754 |         arg: &AnyArg,
    |               ^^^^^^
    |
    = 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`
    |
754 |         arg: &dyn AnyArg,
    |               +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:789:47
    |
789 |     pub fn unexpected_multiple_usage(arg: &AnyArg, usage: U, color: ColorWhen) -> Self
    |                                               ^^^^^^
    |
    = 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`
    |
789 |     pub fn unexpected_multiple_usage(arg: &dyn AnyArg, usage: U, color: ColorWhen) -> Self
    |                                               +++

warning: the type `[u8; 28]` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:73:34
   |
73 |         let mut hash: [u8; 28] = mem::uninitialized();
   |                                  ^^^^^^^^^^^^^^^^^^^^
   |                                  |
   |                                  this code causes undefined behavior when executed
   |                                  help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized

warning: the type `[u8; 32]` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:84:34
   |
84 |         let mut hash: [u8; 32] = mem::uninitialized();
   |                                  ^^^^^^^^^^^^^^^^^^^^
   |                                  |
   |                                  this code causes undefined behavior when executed
   |                                  help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized

warning: the type `[u8; 48]` does not permit being left uninitialized
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:95:34
   |
95 |         let mut hash: [u8; 48] = mem::uninitialized();
   |                                  ^^^^^^^^^^^^^^^^^^^^
   |                                  |
   |                                  this code causes undefined behavior when executed
   |                                  help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
   |
   = note: integers must be initialized

warning: the type `[u8; 64]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:106:34
    |
106 |         let mut hash: [u8; 64] = mem::uninitialized();
    |                                  ^^^^^^^^^^^^^^^^^^^^
    |                                  |
    |                                  this code causes undefined behavior when executed
    |                                  help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `SHA_CTX` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:134:27
    |
134 |             let mut ctx = mem::uninitialized();
    |                           ^^^^^^^^^^^^^^^^^^^^
    |                           |
    |                           this code causes undefined behavior when executed
    |                           help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `[u8; 20]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:155:38
    |
155 |             let mut hash: [u8; 20] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `SHA256_CTX` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:179:27
    |
179 |             let mut ctx = mem::uninitialized();
    |                           ^^^^^^^^^^^^^^^^^^^^
    |                           |
    |                           this code causes undefined behavior when executed
    |                           help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `[u8; 28]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:200:38
    |
200 |             let mut hash: [u8; 28] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `SHA256_CTX` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:224:27
    |
224 |             let mut ctx = mem::uninitialized();
    |                           ^^^^^^^^^^^^^^^^^^^^
    |                           |
    |                           this code causes undefined behavior when executed
    |                           help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `[u8; 32]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:245:38
    |
245 |             let mut hash: [u8; 32] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `SHA512_CTX` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:269:27
    |
269 |             let mut ctx = mem::uninitialized();
    |                           ^^^^^^^^^^^^^^^^^^^^
    |                           |
    |                           this code causes undefined behavior when executed
    |                           help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `[u8; 48]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:290:38
    |
290 |             let mut hash: [u8; 48] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `SHA512_CTX` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:314:27
    |
314 |             let mut ctx = mem::uninitialized();
    |                           ^^^^^^^^^^^^^^^^^^^^
    |                           |
    |                           this code causes undefined behavior when executed
    |                           help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: the type `[u8; 64]` does not permit being left uninitialized
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/sha.rs:335:38
    |
335 |             let mut hash: [u8; 64] = mem::uninitialized();
    |                                      ^^^^^^^^^^^^^^^^^^^^
    |                                      |
    |                                      this code causes undefined behavior when executed
    |                                      help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
    = note: integers must be initialized

warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/mod.rs:529:9
    |
529 |         Box::::from_raw(ptr as *mut T);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
529 |         let _ = Box::::from_raw(ptr as *mut T);
    |         +++++++

warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/ssl/bio.rs:184:5
    |
184 |     Box::>::from_raw(data as *mut _);
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
    |
184 |     let _ = Box::>::from_raw(data as *mut _);
    |     +++++++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:579:42
    |
579 | fn should_show_arg(use_long: bool, arg: &ArgWithOrder) -> bool {
    |                                          ^^^^^^^^^^^^
    |
    = 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`
    |
579 | fn should_show_arg(use_long: bool, arg: &dyn ArgWithOrder) -> bool {
    |                                          +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:208:32
    |
208 |         I: Iterator>,
    |                                ^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
208 |         I: Iterator>,
    |                                +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/help.rs:236:32
    |
236 |         I: Iterator>,
    |                                ^^^^^^^^^^^^^^^^^^^^
    |
    = 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`
    |
236 |         I: Iterator>,
    |                                +++

warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/lib.rs:54:13
   |
54 | #![cfg_attr(backtrace_in_libstd, allow(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(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` 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 value: `libnx`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/mod.rs:479:13
    |
479 |         not(target_env = "libnx"),
    |             ^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: `anyhow` (lib) generated 76 warnings
warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/gimli.rs:22:7
   |
22 | #[cfg(backtrace_in_libstd)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/gimli.rs:26:11
   |
26 | #[cfg(not(backtrace_in_libstd))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `libnx`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/gimli.rs:421:21
    |
421 |     } else if #[cfg(target_env = "libnx")] {
    |                     ^^^^^^^^^^
    |
    = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
    = note: see  for more information about checking conditional configuration

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:725:42
    |
725 |     pub fn value_validation(arg: Option<&AnyArg>, err: String, color: ColorWhen) -> Self {
    |                                          ^^^^^^
    |
    = 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`
    |
725 |     pub fn value_validation(arg: Option<&dyn AnyArg>, err: String, color: ColorWhen) -> Self {
    |                                          +++

warning: `rand` (lib) generated 36 warnings
warning: use of deprecated method `bitflags::core::str::::trim_left_matches`: superseded by `trim_start_matches`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:96:14
   |
96 |             .trim_left_matches(|c| c == '-')
   |              ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default
help: replace the use of the deprecated method
   |
96 -             .trim_left_matches(|c| c == '-')
96 +             .trim_start_matches(|c| c == '-')
   |

warning: use of deprecated method `bitflags::core::str::::trim_left_matches`: superseded by `trim_start_matches`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:105:14
    |
105 |             .trim_left_matches(|c| c == '-')
    |              ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated method
    |
105 -             .trim_left_matches(|c| c == '-')
105 +             .trim_start_matches(|c| c == '-')
    |

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:138:75
    |
138 |             Err(why) => panic!("couldn't create completion file: {}", why.description()),
    |                                                                           ^^^^^^^^^^^

warning: `unicode-segmentation` (lib) generated 3 warnings
warning: unused import: `crate::image::ImageEncoder`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/dynimage.rs:35:5
   |
35 | use crate::image::ImageEncoder;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: `itertools` (lib) generated 17 warnings
warning: field `addr` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/gimli.rs:671:14
    |
671 |     Symtab { addr: *mut c_void, name: &'a [u8] },
    |     ------   ^^^^
    |     |
    |     field in this variant
    |
    = note: `#[warn(dead_code)]` on by default

warning: creating a mutable reference to mutable static is discouraged
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/backtrace-0.3.56/src/symbolize/gimli.rs:529:11
    |
529 |         f(MAPPINGS_CACHE.get_or_insert_with(|| Cache::new()))
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
    |
    = note: for more information, see 
    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
    = note: `#[warn(static_mut_refs)]` on by default

warning: trait `Float` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rand-0.8.3/src/distributions/utils.rs:238:18
    |
238 | pub(crate) trait Float: Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

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

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

   Compiling darling_core v0.9.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name darling_core --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=62f05e3ebf36b548 -C extra-filename=-72fa63f2f486a1b9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern fnv=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libfnv-60f39b9e599d4e9c.rmeta --extern ident_case=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libident_case-ba8fd8df90d1718f.rmeta --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-155c9485e81e15a8.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-cf8de669fc12ce2d.rmeta --extern strsim=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libstrsim-71387a5d1d8c9d8b.rmeta --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-17152a07401486e5.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=native_tls CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/native-tls-d66ec930a1c39bac/out /usr/local/bin/rustc --crate-name native_tls --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=3101600e0fbd3f7a -C extra-filename=-7ecfeffbbf0760ee --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-6697860c347e7ea1.rmeta --extern openssl=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl-c6e7aae2c264d424.rmeta --extern openssl_probe=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_probe-e29298f8183a2a63.rmeta --extern openssl_sys=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_sys-102a310e5916faf5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -L native=/usr/lib --cfg have_min_max_version`
For more information about this error, try `rustc --explain E0310`.
warning: `rustc-serialize` (lib) generated 266 warnings (85 duplicates)
error: could not compile `rustc-serialize` (lib) due to 1 previous error; 266 warnings emitted

Caused by:
  process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_serialize CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Generic serialization/deserialization support corresponding to the
  `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
  support for hex, base64, and json encoding and decoding.
  ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/rustc-serialize' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-serialize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-serialize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_serialize --edition=2015 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/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=d417b4a0a3039d61 -C extra-filename=-f24eeba9f9d39347 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: unexpected `cfg` condition name: `have_min_max_version`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/src/imp/openssl.rs:22:7
   |
22 | #[cfg(have_min_max_version)]
   |       ^^^^^^^^^^^^^^^^^^^^
   |
   = 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(have_min_max_version)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(have_min_max_version)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: dereferencing a null pointer
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/macros.rs:215:14
     |
215  |             &(*(ptr::null() as *const $ty)).$field as *const _ as usize
     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
     |
    ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/mod.rs:1698:33
     |
1698 |             let pathlen = len - offset_of!(sockaddr_un, sun_path);
     |                                 --------------------------------- in this macro invocation
     |
     = note: `#[warn(deref_nullptr)]` on by default
     = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: dereferencing a null pointer
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/macros.rs:215:14
    |
215 |             &(*(ptr::null() as *const $ty)).$field as *const _ as usize
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/addr.rs:794:24
    |
794 |                 (len + offset_of!(libc::sockaddr_un, sun_path)) as libc::socklen_t
    |                        --------------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `have_min_max_version`
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/native-tls-0.2.4/src/imp/openssl.rs:46:11
   |
46 | #[cfg(not(have_min_max_version))]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(have_min_max_version)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(have_min_max_version)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: use of deprecated method `bitflags::core::str::::trim_left_matches`: superseded by `trim_start_matches`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg.rs:337:35
    |
337 |         self.s.short = s.as_ref().trim_left_matches(|c| c == '-').chars().nth(0);
    |                                   ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated method
    |
337 -         self.s.short = s.as_ref().trim_left_matches(|c| c == '-').chars().nth(0);
337 +         self.s.short = s.as_ref().trim_start_matches(|c| c == '-').chars().nth(0);
    |

warning: use of deprecated method `bitflags::core::str::::trim_left_matches`: superseded by `trim_start_matches`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/arg.rs:377:30
    |
377 |         self.s.long = Some(l.trim_left_matches(|c| c == '-'));
    |                              ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated method
    |
377 -         self.s.long = Some(l.trim_left_matches(|c| c == '-'));
377 +         self.s.long = Some(l.trim_start_matches(|c| c == '-'));
    |

warning: `rand` (lib) generated 25 warnings
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/error/mod.rs:358:32
    |
358 |     fn cause(&self) -> Option<&StdError> {
    |                                ^^^^^^^^
    |
    = 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)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
    |
358 |     fn cause(&self) -> Option<&dyn StdError> {
    |                                +++

warning: `cassowary` (lib) generated 12 warnings
warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:748:24
    |
748 |         let n: Option<&AnyArg> = None;
    |                        ^^^^^^
    |
    = 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`
    |
748 |         let n: Option<&dyn AnyArg> = None;
    |                        +++

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:852:60
    |
852 |             message: format!("{} {}", c.error("error:"), e.description()),
    |                                                            ^^^^^^^^^^^

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:910:35
    |
910 |         Error::with_description(e.description(), ErrorKind::Io)
    |                                   ^^^^^^^^^^^

warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/errors.rs:916:35
    |
916 |         Error::with_description(e.description(), ErrorKind::Format)
    |                                   ^^^^^^^^^^^

warning: methods `width` and `height` are never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/src/widgets/canvas/mod.rs:42:8
   |
41 | trait Grid: Debug {
   |       ---- methods in this trait
42 |     fn width(&self) -> u16;
   |        ^^^^^
43 |     fn height(&self) -> u16;
   |        ^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `url` (lib) generated 51 warnings
warning: `crossterm` (lib) generated 2 warnings
warning: use of deprecated method `core::str::::trim_left_matches`: superseded by `trim_start_matches`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/options/shape.rs:137:20
    |
137 |         match word.trim_left_matches(self.prefix) {
    |                    ^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
help: replace the use of the deprecated method
    |
137 -         match word.trim_left_matches(self.prefix) {
137 +         match word.trim_start_matches(self.prefix) {
    |

warning: use of deprecated method `core::str::::trim_right_matches`: superseded by `trim_end_matches`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/options/shape.rs:191:34
    |
191 |             let ty = self.prefix.trim_right_matches('_');
    |                                  ^^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated method
    |
191 -             let ty = self.prefix.trim_right_matches('_');
191 +             let ty = self.prefix.trim_end_matches('_');
    |

warning: `native-tls` (lib) generated 2 warnings
warning: `syn` (lib) generated 40 warnings
warning: variable does not need to be mutable
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/codegen/outer_from_impl.rs:51:9
   |
51 |     for mut param in generics.params.iter_mut() {
   |         ----^^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: field `bound` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/codegen/trait_impl.rs:17:9
   |
11 | pub struct TraitImpl<'a> {
   |            --------- field in this struct
...
17 |     pub bound: Option<&'a [WherePredicate]>,
   |         ^^^^^
   |
   = note: `TraitImpl` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: `yaml-rust` (lib) generated 6 warnings
warning: panic message is not a string literal
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/parser.rs:183:13
    |
183 |             format!("Non-unique argument name: {} is already in use", a.b.name)
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
    = note: for more information, see 
    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
    = note: `#[warn(non_fmt_panics)]` on by default
help: remove the `format!(..)` macro call
    |
183 -             format!("Non-unique argument name: {} is already in use", a.b.name)
183 +             "Non-unique argument name: {} is already in use", a.b.name
    |

warning: panic message is not a string literal
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/app/validator.rs:187:32
    |
187 |                 None => panic!(INTERNAL_ERROR_MSG),
    |                                ^^^^^^^^^^^^^^^^^^
    |
    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
    = note: for more information, see 
help: add a "{}" format string to `Display` the message
    |
187 |                 None => panic!("{}", INTERNAL_ERROR_MSG),
    |                                +++++

warning: panic message is not a string literal
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/args/any_arg.rs:72:16
   |
72 |         panic!(INTERNAL_ERROR_MSG)
   |                ^^^^^^^^^^^^^^^^^^
   |
   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
   = note: for more information, see 
help: add a "{}" format string to `Display` the message
   |
72 |         panic!("{}", INTERNAL_ERROR_MSG)
   |                +++++

warning: panic message is not a string literal
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/clap-2.33.3/src/usage_parser.rs:64:13
   |
64 | /             format!(
65 | |                 "No name found for Arg when parsing usage string: {}",
66 | |                 self.usage
67 | |             )
   | |_____________^
   |
   = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
   = note: for more information, see 
   = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
help: remove the `format!(..)` macro call
   |
64 ~             
65 |                 "No name found for Arg when parsing usage string: {}",
66 |                 self.usage
67 ~             
   |

warning: `object` (lib) generated 8 warnings
warning: `openssl` (lib) generated 266 warnings
warning: `nix` (lib) generated 24 warnings
warning: `darling_core` (lib) generated 5 warnings
warning: `encoding_rs` (lib) generated 46 warnings (3 duplicates)
warning: `syn` (lib) generated 1773 warnings (270 duplicates)
warning: `regex-syntax` (lib) generated 4 warnings
warning: `tui` (lib) generated 1 warning
warning: `backtrace` (lib) generated 7 warnings
warning: `clap` (lib) generated 82 warnings
warning: `image` (lib) generated 18 warnings
*** Error code 101

Stop.
make: stopped in /usr/mports/audio/spotify-tui

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis

© 2008-2025 Lucas Holt
© 2008 Chris Reinhardt
MidnightBSD