MidnightBSD Magus

audio/spotify-tui

Spotify for the terminal written in Rust

Flavor Version Run OSVersion Arch License Restricted Status
0.25.0 529 3.1 amd64 mit 0 fail

Events

Machine Type Time Message
m3164b info 2023-06-03 03:19:33.045794 Test Started
m3164b fail 2023-06-03 03:23:01.643234 make build returned non-zero: 1
m3164b fail 2023-06-03 03:23:01.694712 Test complete.

Log

===>  Building for spotify-tui-0.25.0
   Compiling libc v0.2.82
   Compiling autocfg v1.0.0
   Compiling proc-macro2 v1.0.24
   Compiling unicode-xid v0.2.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=4f8c4b286816c2d3 -C extra-filename=-4f8c4b286816c2d3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/libc-4f8c4b286816c2d3 -C linker=cc -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_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_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/lib' /usr/local/bin/rustc --crate-name autocfg /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 -C metadata=f6953f229f5a0b86 -C extra-filename=-f6953f229f5a0b86 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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_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_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/lib' /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"' -C metadata=ac9634e33d620db7 -C extra-filename=-ac9634e33d620db7 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-ac9634e33d620db7 -C linker=cc -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_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_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/lib' /usr/local/bin/rustc --crate-name unicode_xid /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"' -C metadata=4a52d3a6bddc1919 -C extra-filename=-4a52d3a6bddc1919 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling syn v1.0.60
     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_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_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/lib' /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"' -C metadata=a7d36a20e89897f2 -C extra-filename=-a7d36a20e89897f2 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-a7d36a20e89897f2 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/libc-4f8c4b286816c2d3/build-script-build`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-ac9634e33d620db7/build-script-build`
[proc-macro2 1.0.24] cargo:rerun-if-changed=build.rs
[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
[libc 0.2.82] cargo:rustc-cfg=libc_cfg_target_vendor
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/libc-116aaef62a6be815/out /usr/local/bin/rustc --crate-name libc /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=acceaf7711c5ceb1 -C extra-filename=-acceaf7711c5ceb1 --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 -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 `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-a7d36a20e89897f2/build-script-build`
[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
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-c2de3a8537ac2b2d/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"' -C metadata=a6af3a5c499ced48 -C extra-filename=-a6af3a5c499ced48 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-4a52d3a6bddc1919.rmeta --cap-lints warn --cfg lexerror_display --cfg hygiene --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
[syn 1.0.60] cargo:rustc-cfg=syn_disable_nightly_tests
   Compiling cfg-if v0.1.10
     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_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_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/lib' /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 embed-bitcode=no -C metadata=8a98b8bd9bd9cd2e -C extra-filename=-8a98b8bd9bd9cd2e --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 -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 log v0.4.11
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=ed47d9fa4fc296bf -C extra-filename=-ed47d9fa4fc296bf --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/log-ed47d9fa4fc296bf -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling memchr v2.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/memchr-2.3.3 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=44c7f6e9784f1c6c -C extra-filename=-44c7f6e9784f1c6c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/memchr-44c7f6e9784f1c6c -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/log-ed47d9fa4fc296bf/build-script-build`
[log 0.4.11] cargo:rustc-cfg=atomic_cas
[log 0.4.11] cargo:rerun-if-changed=build.rs
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/log-4c59e1e9e5e88084/out /usr/local/bin/rustc --crate-name log /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 embed-bitcode=no --cfg 'feature="std"' -C metadata=ec04245d909795cb -C extra-filename=-ec04245d909795cb --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 -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-8a98b8bd9bd9cd2e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg atomic_cas`
   Compiling lazy_static v1.4.0
     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_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_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/lib' /usr/local/bin/rustc --crate-name lazy_static /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 embed-bitcode=no -C metadata=822e0947c1f912e6 -C extra-filename=-822e0947c1f912e6 --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 -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::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 `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/memchr-44c7f6e9784f1c6c/build-script-build`
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_simd
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse2
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse42
[memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_avx
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3 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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/memchr-4396b65abbaf90ce/out /usr/local/bin/rustc --crate-name memchr /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=8e1eb79f37a12578 -C extra-filename=-8e1eb79f37a12578 --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 -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`
warning: use of deprecated associated function `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: `log` (lib) generated 2 warnings
   Compiling quote v1.0.7
     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_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_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/lib' /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"' -C metadata=0202ead485d88bd0 -C extra-filename=-0202ead485d88bd0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rmeta --cap-lints warn`
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-03cf8d6a113e94c3/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"' -C metadata=aabc47cca8aac5c6 -C extra-filename=-aabc47cca8aac5c6 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rmeta --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-4a52d3a6bddc1919.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
   Compiling bitflags v1.2.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=035d29183f6bc23c -C extra-filename=-035d29183f6bc23c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/bitflags-035d29183f6bc23c -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling cfg-if v1.0.0
     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_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_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/lib' /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 embed-bitcode=no -C metadata=4329074c17c47979 -C extra-filename=-4329074c17c47979 --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 -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 slab v0.4.2
     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_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_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/lib' /usr/local/bin/rustc --crate-name slab /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 embed-bitcode=no -C metadata=5a069d142f7924dc -C extra-filename=-5a069d142f7924dc --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 -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
     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_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_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/lib' /usr/local/bin/rustc --crate-name signal_hook_registry /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 embed-bitcode=no -C metadata=4e1178d4ff55d2af -C extra-filename=-4e1178d4ff55d2af --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 -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-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/bitflags-035d29183f6bc23c/build-script-build`
[bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/bitflags-4084996572ae92c6/out /usr/local/bin/rustc --crate-name bitflags /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 embed-bitcode=no --cfg 'feature="default"' -C metadata=3cca0d409d4e40b7 -C extra-filename=-3cca0d409d4e40b7 --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 -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`
   Compiling byteorder v1.3.4
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=fe8285e925930783 -C extra-filename=-fe8285e925930783 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/byteorder-fe8285e925930783 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling futures-core v0.3.5
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b44a39d71c39d2c -C extra-filename=-1b44a39d71c39d2c --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 -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 associated function `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: `futures-core` (lib) generated 1 warning
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/byteorder-fe8285e925930783/build-script-build`
[byteorder 1.3.4] cargo:rustc-cfg=byteorder_i128
   Compiling iovec v0.1.4
     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_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_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/lib' /usr/local/bin/rustc --crate-name iovec /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 embed-bitcode=no -C metadata=8a9c558a35134b5e -C extra-filename=-8a9c558a35134b5e --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 -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-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling pin-project-internal v0.4.22
     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_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_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/lib' /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 -C metadata=7d6911aae1655162 -C extra-filename=-7d6911aae1655162 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-7d6911aae1655162 -C linker=cc -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=byteorder CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/byteorder-1.3.4 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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/byteorder-11302ed300924d8d/out /usr/local/bin/rustc --crate-name byteorder /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1371d048d13fe71b -C extra-filename=-1371d048d13fe71b --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 -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 `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-7d6911aae1655162/build-script-build`
[pin-project-internal 0.4.22] cargo:rustc-cfg=underscore_consts
[pin-project-internal 0.4.22] cargo:rustc-cfg=deprecated_proc_macro
   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_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_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/lib' /usr/local/bin/rustc --crate-name net2 /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="duration"' -C metadata=04cf77fa8471ab04 -C extra-filename=-04cf77fa8471ab04 --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 -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-8a98b8bd9bd9cd2e.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling futures-sink v0.3.5
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4f67d7dd46cab4f -C extra-filename=-f4f67d7dd46cab4f --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 -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 fnv v1.0.7
     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_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_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/lib' /usr/local/bin/rustc --crate-name fnv /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2602c88fc2e31780 -C extra-filename=-2602c88fc2e31780 --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 -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 proc-macro-nested v0.1.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/proc-macro-nested-0.1.6 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=352c4072e06b68b1 -C extra-filename=-352c4072e06b68b1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro-nested-352c4072e06b68b1 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling pkg-config v0.3.18
     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_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_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/lib' /usr/local/bin/rustc --crate-name pkg_config /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 -C metadata=a4fdedb965e637ce -C extra-filename=-a4fdedb965e637ce --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling bytes v0.5.6
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=919db61cfbe744fe -C extra-filename=-919db61cfbe744fe --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 -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 associated function `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

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

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`

   Compiling cc v1.0.58
     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_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_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/lib' /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 -C metadata=a710acc5729edd8e -C extra-filename=-a710acc5729edd8e --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro-nested-352c4072e06b68b1/build-script-build`
[proc-macro-nested 0.1.6] cargo:rerun-if-changed=build.rs
   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_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_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/lib' /usr/local/bin/rustc --crate-name mio /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="with-deprecated"' -C metadata=b894e45f11ac67c0 -C extra-filename=-b894e45f11ac67c0 --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 -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-8a98b8bd9bd9cd2e.rmeta --extern iovec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libiovec-8a9c558a35134b5e.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-ec04245d909795cb.rmeta --extern net2=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnet2-04cf77fa8471ab04.rmeta --extern slab=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libslab-5a069d142f7924dc.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/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: 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: 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: an associated function 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
    = help: add `#![feature(tcp_linger)]` to the crate attributes to enable `std::net::TcpStream::set_linger`
    = note: `#[warn(unstable_name_collisions)]` on by default

warning: an associated function 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`

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

warning: `bytes` (lib) generated 3 warnings
   Compiling autocfg v0.1.7
     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_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_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/lib' /usr/local/bin/rustc --crate-name autocfg /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 -C metadata=8929a8fa6458477f -C extra-filename=-8929a8fa6458477f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling version_check v0.9.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_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_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/lib' /usr/local/bin/rustc --crate-name version_check /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 -C metadata=8566cbd32391bd28 -C extra-filename=-8566cbd32391bd28 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling openssl-sys v0.9.58
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_main /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 -C metadata=21f0da376aac77f2 -C extra-filename=-21f0da376aac77f2 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-sys-21f0da376aac77f2 -C linker=cc -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-f6953f229f5a0b86.rlib --extern cc=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libcc-a710acc5729edd8e.rlib --extern pkg_config=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libpkg_config-a4fdedb965e637ce.rlib --cap-lints warn`
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);
    |            +++++

   Compiling proc-macro-hack v0.5.16
     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_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_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/lib' /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 -C metadata=99193d0461d1f2e5 -C extra-filename=-99193d0461d1f2e5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro --cap-lints warn`
warning: `openssl-sys` (build script) generated 1 warning
   Compiling once_cell v1.4.0
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="std"' -C metadata=5449810ac6a93ad2 -C extra-filename=-5449810ac6a93ad2 --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 -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 associated function `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 associated function `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: `once_cell` (lib) generated 2 warnings
   Compiling proc-macro2 v0.4.30
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=41e726c4c2dfd7ea -C extra-filename=-41e726c4c2dfd7ea --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-41e726c4c2dfd7ea -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling rand_core v0.4.2
     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_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_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/lib' /usr/local/bin/rustc --crate-name rand_core /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=22239950b2d2390c -C extra-filename=-22239950b2d2390c --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 -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/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 
    = note: `#[warn(bare_trait_objects)]` on by default
help: use `dyn`
    |
422 | impl std::io::Read for dyn RngCore {
    |                        +++

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 
help: 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/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: 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: 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: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: 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: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: use `dyn`
    |
161 |         self.cause.as_ref().map(|e| e.as_ref() as &dyn stdError)
    |                                                    +++

     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-41e726c4c2dfd7ea/build-script-build`
[proc-macro2 0.4.30] cargo:rerun-if-changed=build.rs
[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
   Compiling futures-task v0.3.5
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=7dad5f309fa0465f -C extra-filename=-7dad5f309fa0465f --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 -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-5449810ac6a93ad2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `rand_core` (lib) generated 6 warnings
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-sys-21f0da376aac77f2/build-script-main`
[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,llvm14-builtins-abi,sse,sse2")
[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"
[openssl-sys 0.9.58] exit status: 0
[openssl-sys 0.9.58] cargo:conf=
[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=1010114f
[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 unicase v2.6.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/unicase-2.6.0 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=e0add863c3d60c5f -C extra-filename=-e0add863c3d60c5f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-e0add863c3d60c5f -C linker=cc -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-8566cbd32391bd28.rlib --cap-lints warn`
   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_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_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/lib' /usr/local/bin/rustc --crate-name mio_uds /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 embed-bitcode=no -C metadata=b38bf7cbfefe9224 -C extra-filename=-b38bf7cbfefe9224 --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 -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-8a9c558a35134b5e.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --extern mio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio-b894e45f11ac67c0.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: 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();
    |                                            ^^^^^^^^^^^^^

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

     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/proc-macro-nested-719d17e5dc50de0d/out /usr/local/bin/rustc --crate-name proc_macro_nested /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 embed-bitcode=no -C metadata=c92b950aa041a145 -C extra-filename=-c92b950aa041a145 --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 -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 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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=2221f7d3e72c9557 -C extra-filename=-2221f7d3e72c9557 --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 -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-1b44a39d71c39d2c.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-f4f67d7dd46cab4f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated associated function `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

warning: use of deprecated associated function `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);
    |                                                 ^^^^^^^^^^^^^^^^

warning: `futures-channel` (lib) generated 2 warnings
   Compiling num_cpus v1.13.0
     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_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_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/lib' /usr/local/bin/rustc --crate-name num_cpus /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 embed-bitcode=no -C metadata=4f5baba570abeeac -C extra-filename=-4f5baba570abeeac --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 -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-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling hashbrown v0.8.1
     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_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_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/lib' /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"' -C metadata=24e12738b540c24b -C extra-filename=-24e12738b540c24b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/hashbrown-24e12738b540c24b -C linker=cc -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-f6953f229f5a0b86.rlib --cap-lints warn`
warning: `mio-uds` (lib) generated 26 warnings
   Compiling miniz_oxide v0.4.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/miniz_oxide-0.4.3 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_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/lib' /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"' -C metadata=b1b0714fa25ced6d -C extra-filename=-b1b0714fa25ced6d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/miniz_oxide-b1b0714fa25ced6d -C linker=cc -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-f6953f229f5a0b86.rlib --cap-lints warn`
   Compiling num-traits v0.2.12
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=3937f9b0fb696c9c -C extra-filename=-3937f9b0fb696c9c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-traits-3937f9b0fb696c9c -C linker=cc -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-f6953f229f5a0b86.rlib --cap-lints warn`
   Compiling unicode-xid v0.1.0
     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_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_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/lib' /usr/local/bin/rustc --crate-name unicode_xid /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"' -C metadata=d5abc015807367e5 -C extra-filename=-d5abc015807367e5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
warning: `mio` (lib) generated 6 warnings
   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_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_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/lib' /usr/local/bin/rustc --crate-name itoa /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=753fdf91d561b7cb -C extra-filename=-753fdf91d561b7cb --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 -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 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_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_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/lib' /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 embed-bitcode=no -C metadata=bbe256c5989ffed9 -C extra-filename=-bbe256c5989ffed9 --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 -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 serde_derive v1.0.128
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=74ad50bf5a94cca5 -C extra-filename=-74ad50bf5a94cca5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-74ad50bf5a94cca5 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="std"' -C metadata=f2d71960ef75009d -C extra-filename=-f2d71960ef75009d --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 -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; 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

warning: `itoa` (lib) generated 1 warning
   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_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_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/lib' /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 embed-bitcode=no -C metadata=47860951be636b4a -C extra-filename=-47860951be636b4a --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 -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 `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-traits-3937f9b0fb696c9c/build-script-build`
[num-traits 0.2.12] cargo:rustc-cfg=has_i128
[num-traits 0.2.12] cargo:rustc-cfg=has_to_int_unchecked
[num-traits 0.2.12] cargo:rerun-if-changed=build.rs
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/proc-macro2-dbb1d3cb697c1751/out /usr/local/bin/rustc --crate-name proc_macro2 /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"' -C metadata=0e29ae2e700bd46d -C extra-filename=-0e29ae2e700bd46d --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-d5abc015807367e5.rmeta --cap-lints warn --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-74ad50bf5a94cca5/build-script-build`
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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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: `...` 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 

[serde_derive 1.0.128] cargo:rustc-cfg=underscore_consts
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/miniz_oxide-b1b0714fa25ced6d/build-script-build`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/hashbrown-24e12738b540c24b/build-script-build`
[hashbrown 0.8.1] cargo:rerun-if-changed=build.rs
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: use `dyn`
   |
63 |         type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static;
   |                          +++

[hashbrown 0.8.1] cargo:rustc-cfg=has_extern_crate_alloc
   Compiling num-integer v0.1.43
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=2962914bc4a4eee1 -C extra-filename=-2962914bc4a4eee1 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-integer-2962914bc4a4eee1 -C linker=cc -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-f6953f229f5a0b86.rlib --cap-lints warn`
[miniz_oxide 0.4.3] cargo:rustc-cfg=has_alloc
   Compiling indexmap v1.5.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/indexmap-1.5.0 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=2d96e5d6fb27d04c -C extra-filename=-2d96e5d6fb27d04c --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/indexmap-2d96e5d6fb27d04c -C linker=cc -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-f6953f229f5a0b86.rlib --cap-lints warn`
   Compiling matches v0.1.8
   Compiling serde v1.0.128
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=98174b4e0da5ec65 -C extra-filename=-98174b4e0da5ec65 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde-98174b4e0da5ec65 -C linker=cc -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=matches CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/matches-0.1.8 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_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/lib' /usr/local/bin/rustc --crate-name matches /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 embed-bitcode=no -C metadata=7d05d9da5d237898 -C extra-filename=-7d05d9da5d237898 --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 -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 adler v0.2.3
     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_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_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/lib' /usr/local/bin/rustc --crate-name adler /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 embed-bitcode=no -C metadata=388ee74eb0f73d0a -C extra-filename=-388ee74eb0f73d0a --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 -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 syn v0.15.44
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=d749f0bd9e0d4abb -C extra-filename=-d749f0bd9e0d4abb --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-d749f0bd9e0d4abb -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling tinyvec v0.3.3
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=67f39894d57625c7 -C extra-filename=-67f39894d57625c7 --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 -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 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

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

     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-d749f0bd9e0d4abb/build-script-build`
warning: `proc-macro2` (lib) generated 24 warnings
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde-98174b4e0da5ec65/build-script-build`
[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
[serde 1.0.128] cargo:rustc-cfg=ops_bound
[serde 1.0.128] cargo:rustc-cfg=core_reverse
[syn 0.15.44] cargo:rustc-cfg=syn_disable_nightly_tests
[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
   Compiling quote v0.6.13
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/miniz_oxide-b7a430a06bb726d5/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 embed-bitcode=no --cfg 'feature="no_extern_crate_alloc"' -C metadata=8e3fa546e70b1157 -C extra-filename=-8e3fa546e70b1157 --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 -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-388ee74eb0f73d0a.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_alloc`
     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_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_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/lib' /usr/local/bin/rustc --crate-name quote /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"' -C metadata=d772cd33f938b9a3 -C extra-filename=-d772cd33f938b9a3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-0e29ae2e700bd46d.rmeta --cap-lints warn`
warning: `tinyvec` (lib) generated 2 warnings
   Compiling unicode-normalization v0.1.13
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=017226f8919957f5 -C extra-filename=-017226f8919957f5 --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 -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-67f39894d57625c7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling unicode-bidi v0.3.4
     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_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_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/lib' /usr/local/bin/rustc --crate-name unicode_bidi /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 embed-bitcode=no --cfg 'feature="default"' -C metadata=3cefabcb594d1675 -C extra-filename=-3cefabcb594d1675 --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 -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-7d05d9da5d237898.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/num-integer-2962914bc4a4eee1/build-script-build`
[num-integer 0.1.43] cargo:rustc-cfg=has_i128
[num-integer 0.1.43] cargo:rerun-if-changed=build.rs
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/indexmap-2d96e5d6fb27d04c/build-script-build`
[indexmap 1.5.0] cargo:rustc-cfg=has_std
[indexmap 1.5.0] cargo:rerun-if-changed=build.rs
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/hashbrown-bfb16f07fef3727c/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 embed-bitcode=no --cfg 'feature="raw"' -C metadata=ca563ef557ee6fd9 -C extra-filename=-ca563ef557ee6fd9 --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 -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`
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: `hashbrown` (lib) generated 1 warning
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-traits-524bfbe828dd167f/out /usr/local/bin/rustc --crate-name num_traits /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d16cd3266ab8bdeb -C extra-filename=-d16cd3266ab8bdeb --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 -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=pin_project_internal 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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/pin-project-internal-e6555a7a25ab605a/out /usr/local/bin/rustc --crate-name pin_project_internal --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-internal-0.4.22/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 -C metadata=ed245ade45955ad3 -C extra-filename=-ed245ade45955ad3 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rlib --extern proc_macro --cap-lints warn --cfg underscore_consts --cfg deprecated_proc_macro`
   Compiling futures-macro v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-macro-0.3.5 CARGO_PKG_AUTHORS='Taylor Cramer :Taiki Endo ' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations.
' 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-macro 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/lib' /usr/local/bin/rustc --crate-name futures_macro --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-macro-0.3.5/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 -C metadata=b39f7456f2077abb -C extra-filename=-b39f7456f2077abb --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern proc_macro_hack=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro_hack-99193d0461d1f2e5.so --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-a6af3a5c499ced48.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rlib --extern proc_macro --cap-lints warn`
   Compiling tokio-macros v0.2.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-macros-0.2.6 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 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/lib' /usr/local/bin/rustc --crate-name tokio_macros --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-macros-0.2.6/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 -C metadata=5524068384010858 -C extra-filename=-5524068384010858 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128 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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/serde_derive-f3bc07e13da87b03/out /usr/local/bin/rustc --crate-name serde_derive /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde_derive-1.0.128/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 --cfg 'feature="default"' -C metadata=414cf8a6a67760e9 -C extra-filename=-414cf8a6a67760e9 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rlib --extern proc_macro --cap-lints warn --cfg underscore_consts`
   Compiling openssl v0.10.30
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=23f0278710cb2070 -C extra-filename=-23f0278710cb2070 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-23f0278710cb2070 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling tokio v0.2.25
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tokio --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="dns"' --cfg 'feature="fnv"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="futures-core"' --cfg 'feature="io-driver"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="iovec"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="mio-named-pipes"' --cfg 'feature="mio-uds"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="process"' --cfg 'feature="rt-core"' --cfg 'feature="rt-threaded"' --cfg 'feature="rt-util"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="slab"' --cfg 'feature="stream"' --cfg 'feature="sync"' --cfg 'feature="tcp"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="udp"' --cfg 'feature="uds"' --cfg 'feature="winapi"' -C metadata=9b0548ec6cb3719c -C extra-filename=-9b0548ec6cb3719c --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 -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-919db61cfbe744fe.rmeta --extern fnv=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfnv-2602c88fc2e31780.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-1b44a39d71c39d2c.rmeta --extern iovec=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libiovec-8a9c558a35134b5e.rmeta --extern lazy_static=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-822e0947c1f912e6.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --extern memchr=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-8e1eb79f37a12578.rmeta --extern mio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio-b894e45f11ac67c0.rmeta --extern mio_uds=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmio_uds-b38bf7cbfefe9224.rmeta --extern num_cpus=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libnum_cpus-4f5baba570abeeac.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpin_project_lite-bbe256c5989ffed9.rmeta --extern signal_hook_registry=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook_registry-4e1178d4ff55d2af.rmeta --extern slab=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libslab-5a069d142f7924dc.rmeta --extern tokio_macros=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libtokio_macros-5524068384010858.so --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling foreign-types-shared v0.1.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name foreign_types_shared /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 embed-bitcode=no -C metadata=9b243f17c36339a6 -C extra-filename=-9b243f17c36339a6 --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 -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 foreign-types v0.3.2
     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_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_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/lib' /usr/local/bin/rustc --crate-name foreign_types /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 embed-bitcode=no -C metadata=ddf8bcd0d481cee9 -C extra-filename=-ddf8bcd0d481cee9 --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 -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-9b243f17c36339a6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/openssl-23f0278710cb2070/build-script-build`
[openssl 0.10.30] cargo:rustc-cfg=osslconf=""
[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_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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/num-integer-814ad14235a445b3/out /usr/local/bin/rustc --crate-name num_integer /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 embed-bitcode=no --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=df8ee5a5d9001c9c -C extra-filename=-df8ee5a5d9001c9c --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 -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-d16cd3266ab8bdeb.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128`
warning: unused attribute `doc`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/cfg.rs:190:13
    |
190 |               #[doc(inline)]
    |               ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/lib.rs:399:1
    |
399 | / cfg_macros! {
400 | |     /// Implementation detail of the `select!` macro. This macro is **not**
401 | |     /// intended to be used as part of the public API and is permitted to
402 | |     /// change.
...   |
431 | |     }
432 | | }
    | |_- in this macro invocation
    |
note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `doc_rt_core`
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/lib.rs:406:5
    |
406 |     doc_rt_core! {
    |     ^^^^^^^^^^^
    = note: `#[warn(unused_attributes)]` on by default
    = note: this warning originates in the macro `cfg_macros` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary trailing semicolon
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/time/wheel/level.rs:49:10
   |
49 |         };
   |          ^ help: remove this semicolon
   |
   = note: `#[warn(redundant_semicolons)]` on by default

warning: this attribute can only be applied to a `use` item
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/cfg.rs:190:19
    |
190 |               #[doc(inline)]
    |                     ^^^^^^ only applicable on `use` items
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/mod.rs:22:1
    |
22  | / cfg_macros! {
23  | |     #[macro_use]
24  | |     mod select;
    | |     ---------- not a `use` item
25  | |
...   |
30  | |     mod try_join;
31  | | }
    | |_- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #82730 
    = note: read  for more information
    = note: `#[warn(invalid_doc_attributes)]` on by default
    = note: this warning originates in the macro `cfg_macros` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: this attribute can only be applied to a `use` item
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/cfg.rs:190:19
    |
190 |               #[doc(inline)]
    |                     ^^^^^^ only applicable on `use` items
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/mod.rs:22:1
    |
22  | / cfg_macros! {
23  | |     #[macro_use]
24  | |     mod select;
25  | |
26  | |     #[macro_use]
27  | |     mod join;
    | |     -------- not a `use` item
...   |
30  | |     mod try_join;
31  | | }
    | |_- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #82730 
    = note: read  for more information
    = note: this warning originates in the macro `cfg_macros` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: this attribute can only be applied to a `use` item
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/cfg.rs:190:19
    |
190 |               #[doc(inline)]
    |                     ^^^^^^ only applicable on `use` items
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/macros/mod.rs:22:1
    |
22  | / cfg_macros! {
23  | |     #[macro_use]
24  | |     mod select;
25  | |
...   |
30  | |     mod try_join;
    | |     ------------ not a `use` item
31  | | }
    | |_- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #82730 
    = note: read  for more information
    = note: this warning originates in the macro `cfg_macros` (in Nightly builds, run with -Z macro-backtrace for more info)

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/tokio-0.2.25/src/loom/std/mod.rs:70:44
   |
70 |         pub(crate) use std::sync::atomic::{spin_loop_hint, AtomicBool};
   |                                            ^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

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/tokio-0.2.25/src/sync/task/atomic_waker.rs:223:25
    |
223 |                 atomic::spin_loop_hint();
    |                         ^^^^^^^^^^^^^^

   Compiling pin-project v0.4.22
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-0.4.22 CARGO_PKG_AUTHORS='Taiki Endo ' CARGO_PKG_DESCRIPTION='A crate for safe and ergonomic pin-projection.
' 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 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/lib' /usr/local/bin/rustc --crate-name pin_project --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/pin-project-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=722c7b86341ddc9b -C extra-filename=-722c7b86341ddc9b --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 -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 pin_project_internal=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libpin_project_internal-ed245ade45955ad3.so --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling futures-util v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Common utilities and extension 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-util 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/lib' /usr/local/bin/rustc --crate-name futures_util --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="proc-macro-hack"' --cfg 'feature="proc-macro-nested"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=29c2f364252ce410 -C extra-filename=-29c2f364252ce410 --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 -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_channel=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_channel-2221f7d3e72c9557.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-1b44a39d71c39d2c.rmeta --extern futures_io=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_io-f2d71960ef75009d.rmeta --extern futures_macro=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libfutures_macro-b39f7456f2077abb.so --extern futures_sink=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-f4f67d7dd46cab4f.rmeta --extern futures_task=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_task-7dad5f309fa0465f.rmeta --extern memchr=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-8e1eb79f37a12578.rmeta --extern pin_project=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpin_project-722c7b86341ddc9b.rmeta --extern pin_utils=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpin_utils-47860951be636b4a.rmeta --extern proc_macro_hack=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro_hack-99193d0461d1f2e5.so --extern proc_macro_nested=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libproc_macro_nested-c92b950aa041a145.rmeta --extern slab=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libslab-5a069d142f7924dc.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=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/indexmap-1.5.0 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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/indexmap-6ad02c1bce33605f/out /usr/local/bin/rustc --crate-name indexmap /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 embed-bitcode=no -C metadata=8c473319e89d49a0 -C extra-filename=-8c473319e89d49a0 --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 -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-ca563ef557ee6fd9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_std`
warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:41:7
   |
41 |     #[project]
   |       ^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:79:7
   |
79 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:110:7
    |
110 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:130:7
    |
130 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:140:7
    |
140 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/flatten.rs:150:7
    |
150 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/map.rs:58:7
   |
58 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/remote_handle.rs:93:7
   |
93 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:41:7
   |
41 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:84:7
   |
84 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:120:7
    |
120 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:145:7
    |
145 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:155:7
    |
155 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten.rs:165:7
    |
165 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/try_flatten_err.rs:38:7
   |
38 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/maybe_done.rs:50:7
   |
50 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/maybe_done.rs:96:7
   |
96 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_maybe_done.rs:35:7
   |
35 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_maybe_done.rs:81:7
   |
81 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:61:7
   |
61 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:91:7
   |
91 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:122:7
    |
122 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:131:7
    |
131 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:140:7
    |
140 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:149:7
    |
149 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:185:11
    |
185 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:198:11
    |
198 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:217:11
    |
217 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:230:11
    |
230 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:243:11
    |
243 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:252:11
    |
252 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:267:11
    |
267 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:286:11
    |
286 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/either.rs:298:11
    |
298 |         #[project]
    |           ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/chain.rs:45:7
   |
45 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/collect.rs:46:7
   |
46 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/concat.rs:37:7
   |
37 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/enumerate.rs:38:7
   |
38 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/filter.rs:74:7
   |
74 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/filter_map.rs:64:7
   |
64 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/flatten.rs:44:7
   |
44 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/fold.rs:67:7
   |
67 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/forward.rs:48:7
   |
48 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/for_each.rs:63:7
   |
63 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/fuse.rs:44:7
   |
44 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/map.rs:54:7
   |
54 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/peek.rs:45:7
   |
45 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/peek.rs:74:7
   |
74 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/skip.rs:38:7
   |
38 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/skip_while.rs:74:7
   |
74 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take.rs:35:7
   |
35 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take_while.rs:64:7
   |
64 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take_until.rs:124:7
    |
124 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/then.rs:66:7
   |
66 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/zip.rs:80:7
   |
80 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/chunks.rs:44:7
   |
44 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/ready_chunks.rs:39:7
   |
39 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/scan.rs:78:7
   |
78 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/buffer_unordered.rs:65:7
   |
65 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/buffered.rs:62:7
   |
62 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/for_each_concurrent.rs:69:7
   |
69 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/catch_unwind.rs:29:7
   |
29 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/and_then.rs:53:7
   |
53 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/or_else.rs:53:7
   |
53 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_for_each.rs:53:7
   |
53 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_filter.rs:72:7
   |
72 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_filter_map.rs:60:7
   |
60 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_flatten.rs:54:7
   |
54 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_collect.rs:44:7
   |
44 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_concat.rs:37:7
   |
37 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_fold.rs:67:7
   |
67 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_unfold.rs:99:7
   |
99 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_skip_while.rs:65:7
   |
65 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_buffer_unordered.rs:46:7
   |
46 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_for_each_concurrent.rs:71:7
   |
71 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/once.rs:42:7
   |
42 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/select.rs:61:7
   |
61 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/select.rs:92:7
   |
92 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/unfold.rs:96:7
   |
96 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:36:7
   |
36 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:68:7
   |
68 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:82:7
   |
82 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:95:7
   |
95 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:109:7
    |
109 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with.rs:74:7
   |
74 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with.rs:109:7
    |
109 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with_flat_map.rs:55:7
   |
55 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with_flat_map.rs:122:7
    |
122 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/buffer.rs:32:7
   |
32 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/buf_reader.rs:71:7
   |
71 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/buf_reader.rs:126:7
    |
126 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/buf_writer.rs:54:7
   |
54 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/chain.rs:85:7
   |
85 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/chain.rs:103:7
    |
103 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/chain.rs:139:7
    |
139 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/chain.rs:155:7
    |
155 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/copy_buf.rs:62:7
   |
62 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/into_sink.rs:33:7
   |
33 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/lines.rs:37:7
   |
37 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/take.rs:86:7
   |
86 |     #[project]
   |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/take.rs:112:7
    |
112 |     #[project]
    |       ^^^^^^^

warning: use of deprecated macro `project`: consider naming projected type by passing `project` argument to #[pin_project] attribute instead, see release note  for details
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/take.rs:127:7
    |
127 |     #[project]
    |       ^^^^^^^

     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/syn-6aab61adc3c70f6b/out /usr/local/bin/rustc --crate-name syn /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"' -C metadata=9409e6ca9e3dad46 -C extra-filename=-9409e6ca9e3dad46 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-0e29ae2e700bd46d.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-d772cd33f938b9a3.rmeta --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-d5abc015807367e5.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: use of deprecated associated function `std::sync::atomic::AtomicBool::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/tokio-0.2.25/src/io/split.rs:153:25
    |
153 |         if !self.locked.compare_and_swap(false, true, Acquire) {
    |                         ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `std::sync::atomic::AtomicU32::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/tokio-0.2.25/src/runtime/queue.rs:197:38
    |
197 |         let actual = self.inner.head.compare_and_swap(
    |                                      ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/tokio-0.2.25/src/sync/mpsc/block.rs:269:14
    |
269 |             .compare_and_swap(ptr::null_mut(), block.as_ptr(), ordering);
    |              ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/tokio-0.2.25/src/sync/mpsc/block.rs:311:43
    |
311 |         let next = NonNull::new(self.next.compare_and_swap(
    |                                           ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/tokio-0.2.25/src/sync/mpsc/list.rs:147:26
    |
147 |                         .compare_and_swap(block_ptr, next_block.as_ptr(), Release);
    |                          ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/tokio-0.2.25/src/sync/task/atomic_waker.rs:175:26
    |
175 |         match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) {
    |                          ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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-util-0.3.5/src/future/future/shared.rs:194:36
    |
194 |         match inner.notifier.state.compare_and_swap(IDLE, POLLING, SeqCst) {
    |                                    ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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-util-0.3.5/src/future/future/shared.rs:239:48
    |
239 |                     match inner.notifier.state.compare_and_swap(POLLING, IDLE, SeqCst) {
    |                                                ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/tokio-0.2.25/src/time/driver/atomic_stack.rs:63:36
   |
63 |             let actual = self.head.compare_and_swap(curr, ptr, SeqCst);
   |                                    ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `std::sync::atomic::AtomicU64::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/tokio-0.2.25/src/time/driver/entry.rs:187:37
    |
187 |             let actual = self.state.compare_and_swap(curr, next, SeqCst);
    |                                     ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `std::sync::atomic::AtomicU8::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/tokio-0.2.25/src/time/driver/entry.rs:203:20
    |
203 |         self.error.compare_and_swap(0, error.as_u8(), SeqCst);
    |                    ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `std::sync::atomic::AtomicU64::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/tokio-0.2.25/src/time/driver/entry.rs:215:37
    |
215 |             let actual = self.state.compare_and_swap(curr, next, SeqCst);
    |                                     ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `std::sync::atomic::AtomicU64::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/tokio-0.2.25/src/time/driver/entry.rs:294:38
    |
294 |             let actual = entry.state.compare_and_swap(curr, next, SeqCst);
    |                                      ^^^^^^^^^^^^^^^^

warning: field `tx` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/runtime/blocking/shutdown.rs:13:5
   |
12 | pub(super) struct Sender {
   |                   ------ field in this struct
13 |     tx: Arc>,
   |     ^^
   |
   = note: `Sender` 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 `clock` is never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/runtime/handle.rs:32:16
   |
22 | pub struct Handle {
   |            ------ field in this struct
...
32 |     pub(super) clock: time::Clock,
   |                ^^^^^
   |
   = note: `Handle` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis

warning: field `inner` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/sync/watch.rs:103:20
    |
102 |     pub struct SendError {
    |                --------- field in this struct
103 |         pub(crate) inner: T,
    |                    ^^^^^
    |
    = note: `SendError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `key` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/time/delay_queue.rs:161:5
    |
153 | pub struct Expired {
    |            ------- field in this struct
...
161 |     key: Key,
    |     ^^^
    |
    = note: `Expired` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: field `duration` is never read
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/time/driver/entry.rs:101:16
    |
99  | pub(crate) struct Time {
    |                   ---- field in this struct
100 |     pub(crate) deadline: Instant,
101 |     pub(crate) duration: Duration,
    |                ^^^^^^^^
    |
    = note: `Time` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/future/try_join.rs:25:1
   |
25 | / pin_project! {
26 | |     pub(crate) struct TryJoin3
27 | |     where
28 | |         F1: Future,
...  |
38 | |     }
39 | | }
   | |_^ the borrow produces a value
   |
   = note: `#[warn(unused_must_use)]` on by default
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/buf_reader.rs:12:1
   |
12 | / pin_project! {
13 | |     /// The `BufReader` struct adds buffering to any reader.
14 | |     ///
15 | |     /// It can be excessively inefficient to work directly with a [`AsyncRead`]
...  |
35 | |     }
36 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/buf_stream.rs:10:1
   |
10 | / pin_project! {
11 | |     /// Wraps a type that is [`AsyncWrite`] and [`AsyncRead`], and buffers its input and output.
12 | |     ///
13 | |     /// It can be excessively inefficient to work directly with something that implements [`AsyncWrite`]
...  |
23 | |     }
24 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/buf_writer.rs:11:1
   |
11 | / pin_project! {
12 | |     /// Wraps a writer and buffers its output.
13 | |     ///
14 | |     /// It can be excessively inefficient to work directly with something that
...  |
38 | |     }
39 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/chain.rs:9:1
   |
9  | / pin_project! {
10 | |     /// Stream for the [`chain`](super::AsyncReadExt::chain) method.
11 | |     #[must_use = "streams do nothing unless polled"]
12 | |     #[cfg_attr(docsrs, doc(cfg(feature = "io-util")))]
...  |
19 | |     }
20 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/lines.rs:10:1
   |
10 | / pin_project! {
11 | |     /// Stream for the [`lines`](crate::io::AsyncBufReadExt::lines) method.
12 | |     #[derive(Debug)]
13 | |     #[must_use = "streams do nothing unless polled"]
...  |
21 | |     }
22 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:112:1
    |
112 | reader8!(ReadU8, u8);
    | ^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader8` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:113:1
    |
113 | reader8!(ReadI8, i8);
    | ^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader8` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:115:1
    |
115 | reader!(ReadU16, u16, get_u16);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:116:1
    |
116 | reader!(ReadU32, u32, get_u32);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:117:1
    |
117 | reader!(ReadU64, u64, get_u64);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:118:1
    |
118 | reader!(ReadU128, u128, get_u128);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:120:1
    |
120 | reader!(ReadI16, i16, get_i16);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:121:1
    |
121 | reader!(ReadI32, i32, get_i32);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:122:1
    |
122 | reader!(ReadI64, i64, get_i64);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:123:1
    |
123 | reader!(ReadI128, i128, get_i128);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:125:1
    |
125 | reader!(ReadU16Le, u16, get_u16_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:126:1
    |
126 | reader!(ReadU32Le, u32, get_u32_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:127:1
    |
127 | reader!(ReadU64Le, u64, get_u64_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:128:1
    |
128 | reader!(ReadU128Le, u128, get_u128_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:130:1
    |
130 | reader!(ReadI16Le, i16, get_i16_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:131:1
    |
131 | reader!(ReadI32Le, i32, get_i32_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:132:1
    |
132 | reader!(ReadI64Le, i64, get_i64_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/read_int.rs:133:1
    |
133 | reader!(ReadI128Le, i128, get_i128_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `reader` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/split.rs:10:1
   |
10 | / pin_project! {
11 | |     /// Stream for the [`split`](crate::io::AsyncBufReadExt::split) method.
12 | |     #[derive(Debug)]
13 | |     #[must_use = "streams do nothing unless polled"]
...  |
21 | |     }
22 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/stream_reader.rs:10:1
   |
10 | / pin_project! {
11 | |     /// Convert a stream of byte chunks into an [`AsyncRead`].
12 | |     ///
13 | |     /// This type is usually created using the [`stream_reader`] function.
...  |
24 | |     }
25 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/reader_stream.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Convert an [`AsyncRead`] implementor into a
10 | |     /// [`Stream`] of Result<[`Bytes`], std::io::Error>.
11 | |     /// After first error it will stop.
...  |
36 | |     }
37 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/take.rs:9:1
   |
9  | / pin_project! {
10 | |     /// Stream for the [`take`](super::AsyncReadExt::take) method.
11 | |     #[derive(Debug)]
12 | |     #[must_use = "streams do nothing unless you `.await` or poll them"]
...  |
19 | |     }
20 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:111:1
    |
111 | writer8!(WriteU8, u8);
    | ^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer8` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:112:1
    |
112 | writer8!(WriteI8, i8);
    | ^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer8` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:114:1
    |
114 | writer!(WriteU16, u16, put_u16);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:115:1
    |
115 | writer!(WriteU32, u32, put_u32);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:116:1
    |
116 | writer!(WriteU64, u64, put_u64);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:117:1
    |
117 | writer!(WriteU128, u128, put_u128);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:119:1
    |
119 | writer!(WriteI16, i16, put_i16);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:120:1
    |
120 | writer!(WriteI32, i32, put_i32);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:121:1
    |
121 | writer!(WriteI64, i64, put_i64);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:122:1
    |
122 | writer!(WriteI128, i128, put_i128);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:124:1
    |
124 | writer!(WriteU16Le, u16, put_u16_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:125:1
    |
125 | writer!(WriteU32Le, u32, put_u32_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:126:1
    |
126 | writer!(WriteU64Le, u64, put_u64_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:127:1
    |
127 | writer!(WriteU128Le, u128, put_u128_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:129:1
    |
129 | writer!(WriteI16Le, i16, put_i16_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:130:1
    |
130 | writer!(WriteI32Le, i32, put_i32_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:131:1
    |
131 | writer!(WriteI64Le, i64, put_i64_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/util/write_int.rs:132:1
    |
132 | writer!(WriteI128Le, i128, put_i128_le);
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `writer` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/chain.rs:7:1
   |
7  | / pin_project! {
8  | |     /// Stream returned by the [`chain`](super::StreamExt::chain) method.
9  | |     pub struct Chain {
10 | |         #[pin]
...  |
14 | |     }
15 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/collect.rs:11:1
   |
11 | / pin_project! {
12 | |     /// Future returned by the [`collect`](super::StreamExt::collect) method.
13 | |     #[must_use = "streams do nothing unless polled"]
14 | |     #[derive(Debug)]
...  |
23 | |     }
24 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/filter.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream returned by the [`filter`](super::StreamExt::filter) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct Filter {
...  |
15 | |     }
16 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/filter_map.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream returned by the [`filter_map`](super::StreamExt::filter_map) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct FilterMap {
...  |
15 | |     }
16 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/fold.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Future returned by the [`fold`](super::StreamExt::fold) method.
10 | |     #[derive(Debug)]
11 | |     pub struct FoldFuture {
...  |
16 | |     }
17 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/fuse.rs:7:1
   |
7  | / pin_project! {
8  | |     /// Stream returned by [`fuse()`][super::StreamExt::fuse].
9  | |     #[derive(Debug)]
10 | |     pub struct Fuse {
...  |
13 | |     }
14 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/map.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream for the [`map`](super::StreamExt::map) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct Map {
...  |
15 | |     }
16 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/merge.rs:7:1
   |
7  | / pin_project! {
8  | |     /// Stream returned by the [`merge`](super::StreamExt::merge) method.
9  | |     pub struct Merge {
10 | |         #[pin]
...  |
16 | |     }
17 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/skip.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream for the [`skip`](super::StreamExt::skip) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct Skip {
...  |
15 | |     }
16 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/skip_while.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream for the [`skip_while`](super::StreamExt::skip_while) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct SkipWhile {
...  |
15 | |     }
16 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/take.rs:9:1
   |
9  | / pin_project! {
10 | |     /// Stream for the [`take`](super::StreamExt::take) method.
11 | |     #[must_use = "streams do nothing unless polled"]
12 | |     pub struct Take {
...  |
16 | |     }
17 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/take_while.rs:8:1
   |
8  | / pin_project! {
9  | |     /// Stream for the [`take_while`](super::StreamExt::take_while) method.
10 | |     #[must_use = "streams do nothing unless polled"]
11 | |     pub struct TakeWhile {
...  |
16 | |     }
17 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/stream/timeout.rs:10:1
   |
10 | / pin_project! {
11 | |     /// Stream returned by the [`timeout`](super::StreamExt::timeout) method.
12 | |     #[must_use = "streams do nothing unless polled"]
13 | |     #[derive(Debug)]
...  |
20 | |     }
21 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/task/local.rs:150:1
    |
150 | / pin_project! {
151 | |     #[derive(Debug)]
152 | |     struct RunUntil<'a, F> {
153 | |         local_set: &'a LocalSet,
...   |
156 | |     }
157 | | }
    | |_^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/task/task_local.rs:179:1
    |
179 | / pin_project! {
180 | |     struct TaskLocalFuture {
181 | |         local: &'static LocalKey,
182 | |         slot: Option,
...   |
185 | |     }
186 | | }
    | |_^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/time/timeout.rs:103:1
    |
103 | / pin_project! {
104 | |     /// Future returned by [`timeout`](timeout) and [`timeout_at`](timeout_at).
105 | |     #[must_use = "futures do nothing unless you `.await` or poll them"]
106 | |     #[derive(Debug)]
...   |
112 | |     }
113 | | }
    | |_^ the borrow produces a value
    |
    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/time/throttle.rs:51:1
   |
51 | / pin_project! {
52 | |     /// Stream for the [`throttle`](throttle) function.
53 | |     #[derive(Debug)]
54 | |     #[must_use = "streams do nothing unless polled"]
...  |
66 | |     }
67 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:27:1
    |
27  | / delegate_all!(
28  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
29  | |     Flatten(
30  | |         flatten::Flatten::Output>
31  | |     ): Debug + Future + FusedFuture + New[|x: F| flatten::Flatten::new(x)]
32  | |     where F: Future
33  | | );
    | |_- in this macro invocation
    |
    = note: `#[warn(dead_code)]` on by default
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:35:1
    |
35  | / delegate_all!(
36  | |     /// Stream for the [`flatten_stream`](FutureExt::flatten_stream) method.
37  | |     FlattenStream(
38  | |         flatten::Flatten::Output>
39  | |     ): Debug + Sink + Stream + FusedStream + New[|x: F| flatten::Flatten::new(x)]
40  | |     where F: Future
41  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:46:1
    |
46  | / delegate_all!(
47  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
48  | |     Map(
49  | |         map::Map
50  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, f)]
51  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Stream for the [`into_stream`](FutureExt::into_stream) method.
55  | |     IntoStream(
56  | |         crate::stream::Once
57  | |     ): Debug + Stream + FusedStream + New[|x: F| crate::stream::Once::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`map_into`](FutureExt::map_into) combinator.
62  | |     MapInto(
63  | |         Map>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, into_fn())]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`then`](FutureExt::then) method.
69  | |     Then(
70  | |         flatten::Flatten, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, y: F| flatten::Flatten::new(Map::new(x, y))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`inspect`](FutureExt::inspect) method.
76  | |     Inspect(
77  | |         map::Map>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, inspect_fn(f))]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`never_error`](super::FutureExt::never_error) combinator.
83  | |     NeverError(
84  | |         Map>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`unit_error`](super::FutureExt::unit_error) combinator.
90  | |     UnitError(
91  | |         Map>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Future for the [`try_flatten`](TryFutureExt::try_flatten) method.
32  | |     TryFlatten(
33  | |         try_flatten::TryFlatten
34  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten::TryFlatten::new(x)]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Future for the [`try_flatten_err`](TryFutureExt::try_flatten_err) method.
39  | |     TryFlattenErr(
40  | |         try_flatten_err::TryFlattenErr
41  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten_err::TryFlattenErr::new(x)]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:44:1
    |
44  | / delegate_all!(
45  | |     /// Future for the [`try_flatten_stream`](TryFutureExt::try_flatten_stream) method.
46  | |     TryFlattenStream(
47  | |         try_flatten::TryFlatten
48  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
49  | |     where Fut: TryFuture
50  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Sink for the [`flatten_sink`](TryFutureExt::flatten_sink) method.
55  | |     FlattenSink(
56  | |         try_flatten::TryFlatten
57  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`and_then`](TryFutureExt::and_then) method.
62  | |     AndThen(
63  | |         TryFlatten, Fut2>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlatten::new(MapOk::new(x, f))]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`or_else`](TryFutureExt::or_else) method.
69  | |     OrElse(
70  | |         TryFlattenErr, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlattenErr::new(MapErr::new(x, f))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`err_into`](TryFutureExt::err_into) method.
76  | |     ErrInto(
77  | |         MapErr>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapErr::new(x, into_fn())]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`ok_into`](TryFutureExt::ok_into) method.
83  | |     OkInto(
84  | |         MapOk>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapOk::new(x, into_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`inspect_ok`](super::TryFutureExt::inspect_ok) method.
90  | |     InspectOk(
91  | |         Inspect, InspectOkFn>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_ok_fn(f))]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:95:1
    |
95  | / delegate_all!(
96  | |     /// Future for the [`inspect_err`](super::TryFutureExt::inspect_err) method.
97  | |     InspectErr(
98  | |         Inspect, InspectErrFn>
99  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_err_fn(f))]
100 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:105:1
    |
105 | / delegate_all!(
106 | |     /// Future for the [`map_ok`](TryFutureExt::map_ok) method.
107 | |     MapOk(
108 | |         Map, MapOkFn>
109 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_ok_fn(f))]
110 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:112:1
    |
112 | / delegate_all!(
113 | |     /// Future for the [`map_err`](TryFutureExt::map_err) method.
114 | |     MapErr(
115 | |         Map, MapErrFn>
116 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_err_fn(f))]
117 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:119:1
    |
119 | / delegate_all!(
120 | |     /// Future for the [`map_ok_or_else`](TryFutureExt::map_ok_or_else) method.
121 | |     MapOkOrElse(
122 | |         Map, MapOkOrElseFn>
123 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F, g: G| Map::new(IntoFuture::new(x), map_ok_or_else_fn(f, g))]
124 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:126:1
    |
126 | / delegate_all!(
127 | |     /// Future for the [`unwrap_or_else`](TryFutureExt::unwrap_or_else) method.
128 | |     UnwrapOrElse(
129 | |         Map, UnwrapOrElseFn>
130 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), unwrap_or_else_fn(f))]
131 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/join.rs:18:9
   |
18 |           #[pin_project]
   |           ^^^^^^^^^^^^^^
...
76 | / generate! {
77 | |     /// Future for the [`join`](join()) function.
78 | |     (Join, ),
79 | |
...  |
87 | |     (Join5, ),
88 | | }
   | |_- in this macro invocation
   |
   = note: this warning originates in the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_join.rs:16:9
    |
16  |           #[pin_project]
    |           ^^^^^^^^^^^^^^
...
91  | / generate! {
92  | |     /// Future for the [`try_join`](try_join()) function.
93  | |     (TryJoin, ),
94  | |
...   |
102 | |     (TryJoin5, ),
103 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:50:1
    |
50  | / delegate_all!(
51  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
52  | |     Flatten(
53  | |         flatten::Flatten
54  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| flatten::Flatten::new(x)]
55  | |     where St: Stream
56  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:66:1
    |
66  | / delegate_all!(
67  | |     /// Future for the [`forward`](super::StreamExt::forward) method.
68  | |     Forward(
69  | |         forward::Forward
70  | |     ): Debug + Future + FusedFuture + New[|x: St, y: Si| forward::Forward::new(x, y)]
71  | |     where St: TryStream
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:86:1
    |
86  | / delegate_all!(
87  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
88  | |     Inspect(
89  | |         map::Map>
90  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St, f: F| map::Map::new(x, inspect_fn(f))]
91  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:97:1
    |
97  | / delegate_all!(
98  | |     /// Stream for the [`flat_map`](StreamExt::flat_map) method.
99  | |     FlatMap(
100 | |         flatten::Flatten, U>
101 | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| flatten::Flatten::new(Map::new(x, f))]
102 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:23:1
    |
23  | / delegate_all!(
24  | |     /// Stream for the [`err_into`](super::TryStreamExt::err_into) method.
25  | |     ErrInto(
26  | |         MapErr>
27  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| MapErr::new(x, into_fn())]
28  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Stream for the [`inspect_ok`](super::TryStreamExt::inspect_ok) method.
32  | |     InspectOk(
33  | |         Inspect, InspectOkFn>
34  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_ok_fn(f))]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Stream for the [`inspect_err`](super::TryStreamExt::inspect_err) method.
39  | |     InspectErr(
40  | |         Inspect, InspectErrFn>
41  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_err_fn(f))]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:48:1
    |
48  | / delegate_all!(
49  | |     /// Stream for the [`map_ok`](super::TryStreamExt::map_ok) method.
50  | |     MapOk(
51  | |         Map, MapOkFn>
52  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_ok_fn(f))]
53  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: associated function `project_ref` is never used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 |           #[pin_project::pin_project]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:55:1
    |
55  | / delegate_all!(
56  | |     /// Stream for the [`map_err`](super::TryStreamExt::map_err) method.
57  | |     MapErr(
58  | |         Map, MapErrFn>
59  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_err_fn(f))]
60  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:27:1
    |
27  | / delegate_all!(
28  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
29  | |     Flatten(
30  | |         flatten::Flatten::Output>
31  | |     ): Debug + Future + FusedFuture + New[|x: F| flatten::Flatten::new(x)]
32  | |     where F: Future
33  | | );
    | |_- in this macro invocation
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:9:23
    |
9   | #![warn(missing_docs, missing_debug_implementations, rust_2018_idioms, unreachable_pub)]
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:35:1
    |
35  | / delegate_all!(
36  | |     /// Stream for the [`flatten_stream`](FutureExt::flatten_stream) method.
37  | |     FlattenStream(
38  | |         flatten::Flatten::Output>
39  | |     ): Debug + Sink + Stream + FusedStream + New[|x: F| flatten::Flatten::new(x)]
40  | |     where F: Future
41  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:46:1
    |
46  | / delegate_all!(
47  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
48  | |     Map(
49  | |         map::Map
50  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, f)]
51  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Stream for the [`into_stream`](FutureExt::into_stream) method.
55  | |     IntoStream(
56  | |         crate::stream::Once
57  | |     ): Debug + Stream + FusedStream + New[|x: F| crate::stream::Once::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`map_into`](FutureExt::map_into) combinator.
62  | |     MapInto(
63  | |         Map>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, into_fn())]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`then`](FutureExt::then) method.
69  | |     Then(
70  | |         flatten::Flatten, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, y: F| flatten::Flatten::new(Map::new(x, y))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`inspect`](FutureExt::inspect) method.
76  | |     Inspect(
77  | |         map::Map>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, inspect_fn(f))]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`never_error`](super::FutureExt::never_error) combinator.
83  | |     NeverError(
84  | |         Map>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`unit_error`](super::FutureExt::unit_error) combinator.
90  | |     UnitError(
91  | |         Map>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Future for the [`try_flatten`](TryFutureExt::try_flatten) method.
32  | |     TryFlatten(
33  | |         try_flatten::TryFlatten
34  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten::TryFlatten::new(x)]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Future for the [`try_flatten_err`](TryFutureExt::try_flatten_err) method.
39  | |     TryFlattenErr(
40  | |         try_flatten_err::TryFlattenErr
41  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten_err::TryFlattenErr::new(x)]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:44:1
    |
44  | / delegate_all!(
45  | |     /// Future for the [`try_flatten_stream`](TryFutureExt::try_flatten_stream) method.
46  | |     TryFlattenStream(
47  | |         try_flatten::TryFlatten
48  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
49  | |     where Fut: TryFuture
50  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Sink for the [`flatten_sink`](TryFutureExt::flatten_sink) method.
55  | |     FlattenSink(
56  | |         try_flatten::TryFlatten
57  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`and_then`](TryFutureExt::and_then) method.
62  | |     AndThen(
63  | |         TryFlatten, Fut2>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlatten::new(MapOk::new(x, f))]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`or_else`](TryFutureExt::or_else) method.
69  | |     OrElse(
70  | |         TryFlattenErr, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlattenErr::new(MapErr::new(x, f))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`err_into`](TryFutureExt::err_into) method.
76  | |     ErrInto(
77  | |         MapErr>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapErr::new(x, into_fn())]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`ok_into`](TryFutureExt::ok_into) method.
83  | |     OkInto(
84  | |         MapOk>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapOk::new(x, into_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`inspect_ok`](super::TryFutureExt::inspect_ok) method.
90  | |     InspectOk(
91  | |         Inspect, InspectOkFn>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_ok_fn(f))]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:95:1
    |
95  | / delegate_all!(
96  | |     /// Future for the [`inspect_err`](super::TryFutureExt::inspect_err) method.
97  | |     InspectErr(
98  | |         Inspect, InspectErrFn>
99  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_err_fn(f))]
100 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:105:1
    |
105 | / delegate_all!(
106 | |     /// Future for the [`map_ok`](TryFutureExt::map_ok) method.
107 | |     MapOk(
108 | |         Map, MapOkFn>
109 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_ok_fn(f))]
110 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:112:1
    |
112 | / delegate_all!(
113 | |     /// Future for the [`map_err`](TryFutureExt::map_err) method.
114 | |     MapErr(
115 | |         Map, MapErrFn>
116 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_err_fn(f))]
117 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:119:1
    |
119 | / delegate_all!(
120 | |     /// Future for the [`map_ok_or_else`](TryFutureExt::map_ok_or_else) method.
121 | |     MapOkOrElse(
122 | |         Map, MapOkOrElseFn>
123 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F, g: G| Map::new(IntoFuture::new(x), map_ok_or_else_fn(f, g))]
124 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:126:1
    |
126 | / delegate_all!(
127 | |     /// Future for the [`unwrap_or_else`](TryFutureExt::unwrap_or_else) method.
128 | |     UnwrapOrElse(
129 | |         Map, UnwrapOrElseFn>
130 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), unwrap_or_else_fn(f))]
131 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/join.rs:18:9
   |
18 | /         #[pin_project]
19 | |         #[must_use = "futures do nothing unless you `.await` or poll them"]
20 | |         pub struct $Join<$($Fut: Future),*> {
   | |___________^
...
76 | / generate! {
77 | |     /// Future for the [`join`](join()) function.
78 | |     (Join, ),
79 | |
...  |
87 | |     (Join5, ),
88 | | }
   | |_- in this macro invocation
   |
   = note: this warning originates in the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_join.rs:16:9
    |
16  | /         #[pin_project]
17  | |         #[must_use = "futures do nothing unless you `.await` or poll them"]
18  | |         pub struct $Join {
    | |___________^
...
91  | / generate! {
92  | |     /// Future for the [`try_join`](try_join()) function.
93  | |     (TryJoin, ),
94  | |
...   |
102 | |     (TryJoin5, ),
103 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:50:1
    |
50  | / delegate_all!(
51  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
52  | |     Flatten(
53  | |         flatten::Flatten
54  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| flatten::Flatten::new(x)]
55  | |     where St: Stream
56  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:66:1
    |
66  | / delegate_all!(
67  | |     /// Future for the [`forward`](super::StreamExt::forward) method.
68  | |     Forward(
69  | |         forward::Forward
70  | |     ): Debug + Future + FusedFuture + New[|x: St, y: Si| forward::Forward::new(x, y)]
71  | |     where St: TryStream
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:86:1
    |
86  | / delegate_all!(
87  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
88  | |     Inspect(
89  | |         map::Map>
90  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St, f: F| map::Map::new(x, inspect_fn(f))]
91  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:97:1
    |
97  | / delegate_all!(
98  | |     /// Stream for the [`flat_map`](StreamExt::flat_map) method.
99  | |     FlatMap(
100 | |         flatten::Flatten, U>
101 | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| flatten::Flatten::new(Map::new(x, f))]
102 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:23:1
    |
23  | / delegate_all!(
24  | |     /// Stream for the [`err_into`](super::TryStreamExt::err_into) method.
25  | |     ErrInto(
26  | |         MapErr>
27  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| MapErr::new(x, into_fn())]
28  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Stream for the [`inspect_ok`](super::TryStreamExt::inspect_ok) method.
32  | |     InspectOk(
33  | |         Inspect, InspectOkFn>
34  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_ok_fn(f))]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Stream for the [`inspect_err`](super::TryStreamExt::inspect_err) method.
39  | |     InspectErr(
40  | |         Inspect, InspectErrFn>
41  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_err_fn(f))]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:48:1
    |
48  | / delegate_all!(
49  | |     /// Stream for the [`map_ok`](super::TryStreamExt::map_ok) method.
50  | |     MapOk(
51  | |         Map, MapOkFn>
52  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_ok_fn(f))]
53  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |___________^
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:55:1
    |
55  | / delegate_all!(
56  | |     /// Stream for the [`map_err`](super::TryStreamExt::map_err) method.
57  | |     MapErr(
58  | |         Map, MapErrFn>
59  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_err_fn(f))]
60  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:27:1
    |
27  | / delegate_all!(
28  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
29  | |     Flatten(
30  | |         flatten::Flatten::Output>
31  | |     ): Debug + Future + FusedFuture + New[|x: F| flatten::Flatten::new(x)]
32  | |     where F: Future
33  | | );
    | |_- in this macro invocation
    |
    = note: `#[warn(unused_must_use)]` on by default
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:35:1
    |
35  | / delegate_all!(
36  | |     /// Stream for the [`flatten_stream`](FutureExt::flatten_stream) method.
37  | |     FlattenStream(
38  | |         flatten::Flatten::Output>
39  | |     ): Debug + Sink + Stream + FusedStream + New[|x: F| flatten::Flatten::new(x)]
40  | |     where F: Future
41  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:46:1
    |
46  | / delegate_all!(
47  | |     /// Future for the [`flatten`](super::FutureExt::flatten) method.
48  | |     Map(
49  | |         map::Map
50  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, f)]
51  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Stream for the [`into_stream`](FutureExt::into_stream) method.
55  | |     IntoStream(
56  | |         crate::stream::Once
57  | |     ): Debug + Stream + FusedStream + New[|x: F| crate::stream::Once::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`map_into`](FutureExt::map_into) combinator.
62  | |     MapInto(
63  | |         Map>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, into_fn())]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`then`](FutureExt::then) method.
69  | |     Then(
70  | |         flatten::Flatten, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, y: F| flatten::Flatten::new(Map::new(x, y))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`inspect`](FutureExt::inspect) method.
76  | |     Inspect(
77  | |         map::Map>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| map::Map::new(x, inspect_fn(f))]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`never_error`](super::FutureExt::never_error) combinator.
83  | |     NeverError(
84  | |         Map>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`unit_error`](super::FutureExt::unit_error) combinator.
90  | |     UnitError(
91  | |         Map>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut| Map::new(x, ok_fn())]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/fuse.rs:7:1
  |
7 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/catch_unwind.rs:10:1
   |
10 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/future/remote_handle.rs:73:1
   |
73 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Future for the [`try_flatten`](TryFutureExt::try_flatten) method.
32  | |     TryFlatten(
33  | |         try_flatten::TryFlatten
34  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten::TryFlatten::new(x)]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Future for the [`try_flatten_err`](TryFutureExt::try_flatten_err) method.
39  | |     TryFlattenErr(
40  | |         try_flatten_err::TryFlattenErr
41  | |     ): Debug + Future + FusedFuture + New[|x: Fut1| try_flatten_err::TryFlattenErr::new(x)]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:44:1
    |
44  | / delegate_all!(
45  | |     /// Future for the [`try_flatten_stream`](TryFutureExt::try_flatten_stream) method.
46  | |     TryFlattenStream(
47  | |         try_flatten::TryFlatten
48  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
49  | |     where Fut: TryFuture
50  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:53:1
    |
53  | / delegate_all!(
54  | |     /// Sink for the [`flatten_sink`](TryFutureExt::flatten_sink) method.
55  | |     FlattenSink(
56  | |         try_flatten::TryFlatten
57  | |     ): Debug + Sink + Stream + FusedStream + New[|x: Fut| try_flatten::TryFlatten::new(x)]
58  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:60:1
    |
60  | / delegate_all!(
61  | |     /// Future for the [`and_then`](TryFutureExt::and_then) method.
62  | |     AndThen(
63  | |         TryFlatten, Fut2>
64  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlatten::new(MapOk::new(x, f))]
65  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:67:1
    |
67  | / delegate_all!(
68  | |     /// Future for the [`or_else`](TryFutureExt::or_else) method.
69  | |     OrElse(
70  | |         TryFlattenErr, Fut2>
71  | |     ): Debug + Future + FusedFuture + New[|x: Fut1, f: F| TryFlattenErr::new(MapErr::new(x, f))]
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:74:1
    |
74  | / delegate_all!(
75  | |     /// Future for the [`err_into`](TryFutureExt::err_into) method.
76  | |     ErrInto(
77  | |         MapErr>
78  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapErr::new(x, into_fn())]
79  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:81:1
    |
81  | / delegate_all!(
82  | |     /// Future for the [`ok_into`](TryFutureExt::ok_into) method.
83  | |     OkInto(
84  | |         MapOk>
85  | |     ): Debug + Future + FusedFuture + New[|x: Fut| MapOk::new(x, into_fn())]
86  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:88:1
    |
88  | / delegate_all!(
89  | |     /// Future for the [`inspect_ok`](super::TryFutureExt::inspect_ok) method.
90  | |     InspectOk(
91  | |         Inspect, InspectOkFn>
92  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_ok_fn(f))]
93  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:95:1
    |
95  | / delegate_all!(
96  | |     /// Future for the [`inspect_err`](super::TryFutureExt::inspect_err) method.
97  | |     InspectErr(
98  | |         Inspect, InspectErrFn>
99  | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Inspect::new(IntoFuture::new(x), inspect_err_fn(f))]
100 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:105:1
    |
105 | / delegate_all!(
106 | |     /// Future for the [`map_ok`](TryFutureExt::map_ok) method.
107 | |     MapOk(
108 | |         Map, MapOkFn>
109 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_ok_fn(f))]
110 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:112:1
    |
112 | / delegate_all!(
113 | |     /// Future for the [`map_err`](TryFutureExt::map_err) method.
114 | |     MapErr(
115 | |         Map, MapErrFn>
116 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), map_err_fn(f))]
117 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:119:1
    |
119 | / delegate_all!(
120 | |     /// Future for the [`map_ok_or_else`](TryFutureExt::map_ok_or_else) method.
121 | |     MapOkOrElse(
122 | |         Map, MapOkOrElseFn>
123 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F, g: G| Map::new(IntoFuture::new(x), map_ok_or_else_fn(f, g))]
124 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/mod.rs:126:1
    |
126 | / delegate_all!(
127 | |     /// Future for the [`unwrap_or_else`](TryFutureExt::unwrap_or_else) method.
128 | |     UnwrapOrElse(
129 | |         Map, UnwrapOrElseFn>
130 | |     ): Debug + Future + FusedFuture + New[|x: Fut, f: F| Map::new(IntoFuture::new(x), unwrap_or_else_fn(f))]
131 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_future/into_future.rs:7:1
  |
7 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/option.rs:25:1
   |
25 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/join.rs:18:9
   |
18 |           #[pin_project]
   |           ^^^^^^^^^^^^^^ the borrow produces a value
...
76 | / generate! {
77 | |     /// Future for the [`join`](join()) function.
78 | |     (Join, ),
79 | |
...  |
87 | |     (Join5, ),
88 | | }
   | |_- in this macro invocation
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_join.rs:16:9
    |
16  | /         #[pin_project]
17  | |         #[must_use = "futures do nothing unless you `.await` or poll them"]
18  | |         pub struct $Join {
19  | |             #[pin] Fut1: TryMaybeDone,
    | |_______________________^ the borrow produces a value
...
91  | / generate! {
92  | |     /// Future for the [`try_join`](try_join()) function.
93  | |     (TryJoin, ),
94  | |
...   |
102 | |     (TryJoin5, ),
103 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/try_join.rs:16:9
    |
16  |           #[pin_project]
    |           ^^^^^^^^^^^^^^ the borrow produces a value
...
91  | / generate! {
92  | |     /// Future for the [`try_join`](try_join()) function.
93  | |     (TryJoin, ),
94  | |
...   |
102 | |     (TryJoin5, ),
103 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/future/abortable.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:50:1
    |
50  | / delegate_all!(
51  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
52  | |     Flatten(
53  | |         flatten::Flatten
54  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| flatten::Flatten::new(x)]
55  | |     where St: Stream
56  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:66:1
    |
66  | / delegate_all!(
67  | |     /// Future for the [`forward`](super::StreamExt::forward) method.
68  | |     Forward(
69  | |         forward::Forward
70  | |     ): Debug + Future + FusedFuture + New[|x: St, y: Si| forward::Forward::new(x, y)]
71  | |     where St: TryStream
72  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:86:1
    |
86  | / delegate_all!(
87  | |     /// Stream for the [`inspect`](StreamExt::inspect) method.
88  | |     Inspect(
89  | |         map::Map>
90  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St, f: F| map::Map::new(x, inspect_fn(f))]
91  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/mod.rs:97:1
    |
97  | / delegate_all!(
98  | |     /// Stream for the [`flat_map`](StreamExt::flat_map) method.
99  | |     FlatMap(
100 | |         flatten::Flatten, U>
101 | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| flatten::Flatten::new(Map::new(x, f))]
102 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/chain.rs:7:1
  |
7 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/collect.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/concat.rs:8:1
  |
8 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/enumerate.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/filter.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/filter_map.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/flatten.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/fold.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/forward.rs:10:1
   |
10 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/for_each.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/fuse.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/map.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/peek.rs:16:1
   |
16 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/peek.rs:108:1
    |
108 | #[pin_project]
    | ^^^^^^^^^^^^^^ the borrow produces a value
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/skip.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/skip_while.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take.rs:10:1
   |
10 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take_while.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/take_until.rs:13:1
   |
13 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/then.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/zip.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/chunks.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/ready_chunks.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/scan.rs:16:1
   |
16 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/buffer_unordered.rs:13:1
   |
13 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/buffered.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/for_each_concurrent.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/catch_unwind.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:23:1
    |
23  | / delegate_all!(
24  | |     /// Stream for the [`err_into`](super::TryStreamExt::err_into) method.
25  | |     ErrInto(
26  | |         MapErr>
27  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| MapErr::new(x, into_fn())]
28  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:30:1
    |
30  | / delegate_all!(
31  | |     /// Stream for the [`inspect_ok`](super::TryStreamExt::inspect_ok) method.
32  | |     InspectOk(
33  | |         Inspect, InspectOkFn>
34  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_ok_fn(f))]
35  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:37:1
    |
37  | / delegate_all!(
38  | |     /// Stream for the [`inspect_err`](super::TryStreamExt::inspect_err) method.
39  | |     InspectErr(
40  | |         Inspect, InspectErrFn>
41  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Inspect::new(IntoStream::new(x), inspect_err_fn(f))]
42  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:48:1
    |
48  | / delegate_all!(
49  | |     /// Stream for the [`map_ok`](super::TryStreamExt::map_ok) method.
50  | |     MapOk(
51  | |         Map, MapOkFn>
52  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_ok_fn(f))]
53  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/lib.rs:286:9
    |
286 | /         #[pin_project::pin_project]
287 | |         #[must_use = "futures/streams/sinks do nothing unless you `.await` or poll them"]
288 | |         $(#[$attr])*
289 | |         pub struct $name< $($arg),* > $(where $($bound)*)* { #[pin] inner:$t }
    | |_________________________________________________________________________^ the borrow produces a value
    |
   ::: /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/mod.rs:55:1
    |
55  | / delegate_all!(
56  | |     /// Stream for the [`map_err`](super::TryStreamExt::map_err) method.
57  | |     MapErr(
58  | |         Map, MapErrFn>
59  | |     ): Debug + Sink + Stream + FusedStream + AccessInner[St, (. .)] + New[|x: St, f: F| Map::new(IntoStream::new(x), map_err_fn(f))]
60  | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` which comes from the expansion of the macro `delegate_all` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/and_then.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/into_stream.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/or_else.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_for_each.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_filter.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_filter_map.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_flatten.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_collect.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_concat.rs:8:1
  |
8 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_fold.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_unfold.rs:70:1
   |
70 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_skip_while.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_buffer_unordered.rs:13:1
   |
13 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/try_for_each_concurrent.rs:14:1
   |
14 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/once.rs:25:1
   |
25 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/select.rs:8:1
  |
8 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/unfold.rs:59:1
   |
59 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/futures_ordered.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/fanout.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/err_into.rs:7:1
  |
7 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/map_err.rs:8:1
  |
8 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/with_flat_map.rs:10:1
   |
10 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/sink/buffer.rs:9:1
  |
9 | #[pin_project]
  | ^^^^^^^^^^^^^^ the borrow produces a value
  |
  = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/buf_reader.rs:30:1
   |
30 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/buf_writer.rs:30:1
   |
30 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/chain.rs:11:1
   |
11 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/copy.rs:45:1
   |
45 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/copy_buf.rs:46:1
   |
46 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/into_sink.rs:15:1
   |
15 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/lines.rs:12:1
   |
12 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/take.rs:10:1
   |
10 | #[pin_project]
   | ^^^^^^^^^^^^^^ the borrow produces a value
   |
   = note: this warning originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)

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: `futures-util` (lib) generated 282 warnings (9 duplicates)
   Compiling http v0.2.1
     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_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_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/lib' /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 embed-bitcode=no -C metadata=6af85cc528842701 -C extra-filename=-6af85cc528842701 --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 -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-919db61cfbe744fe.rmeta --extern fnv=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfnv-2602c88fc2e31780.rmeta --extern itoa=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libitoa-753fdf91d561b7cb.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=serde CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128 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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/serde-9190e6eb15d62fc5/out /usr/local/bin/rustc --crate-name serde /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/serde-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8e9b32f6d8688a14 -C extra-filename=-8e9b32f6d8688a14 --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 -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 serde_derive=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libserde_derive-414cf8a6a67760e9.so --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg ops_bound --cfg core_reverse --cfg de_boxed_c_str --cfg de_boxed_path --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero --cfg serde_derive --cfg core_try_from --cfg num_nonzero_signed --cfg systemtime_checked_add --cfg std_atomic64 --cfg std_atomic`
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: 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(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: `syn` (lib) generated 1 warning
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-e0add863c3d60c5f/build-script-build`
[unicase 2.6.0] cargo:rustc-cfg=__unicase__iter_cmp
[unicase 2.6.0] cargo:rustc-cfg=__unicase__default_hasher
[unicase 2.6.0] cargo:rustc-cfg=__unicase__const_fns
[unicase 2.6.0] cargo:rustc-cfg=__unicase__core_and_alloc
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-sys-632e0ffb91e942b2/out /usr/local/bin/rustc --crate-name openssl_sys /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 embed-bitcode=no -C metadata=229d91cc7c824e5e -C extra-filename=-229d91cc7c824e5e --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 -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-acceaf7711c5ceb1.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 ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c`
warning: `http` (lib) generated 5 warnings
   Compiling rand_core v0.3.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name rand_core /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 embed-bitcode=no -C metadata=eacb60ef71b8929d -C extra-filename=-eacb60ef71b8929d --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 -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-22239950b2d2390c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling tracing-core v0.1.11
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=8d2f48b01962cc44 -C extra-filename=-8d2f48b01962cc44 --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 -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-822e0947c1f912e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling httparse v1.3.4
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=c0ae55a0c30f5592 -C extra-filename=-c0ae55a0c30f5592 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/httparse-c0ae55a0c30f5592 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
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: 5th rule 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)]`

warning: 11th rule 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) => {
    |     ^^^^^^

warning: 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 associated function `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

warning: 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()));
    |                     ^^^

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: use `dyn`
    |
612 |         ::is::(&*self.subscriber)
    |         ++++           +

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: use `dyn`
    |
619 |         ::downcast_ref(&*self.subscriber)
    |         ++++           +

warning: `httparse` (build script) generated 3 warnings
     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_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_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/lib' /usr/local/bin/rustc --crate-name fnv /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"' -C metadata=f5d485ff987784e4 -C extra-filename=-f5d485ff987784e4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling ident_case v1.0.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name ident_case /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 -C metadata=3fd5785cf84bfad0 -C extra-filename=-3fd5785cf84bfad0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
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

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: `ident_case` (lib) generated 2 warnings
   Compiling strsim v0.7.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.7.0 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_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/lib' /usr/local/bin/rustc --crate-name strsim /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 -C metadata=fd0043e3fcf80e66 -C extra-filename=-fd0043e3fcf80e66 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling native-tls v0.2.4
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=8fe3361e9916cc4f -C extra-filename=-8fe3361e9916cc4f --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/native-tls-8fe3361e9916cc4f -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/native-tls-8fe3361e9916cc4f/build-script-build`
[native-tls 0.2.4] cargo:rustc-cfg=have_min_max_version
   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_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_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/lib' /usr/local/bin/rustc --crate-name darling_core /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"' -C metadata=e9d5fc488e83fa2b -C extra-filename=-e9d5fc488e83fa2b --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-f5d485ff987784e4.rmeta --extern ident_case=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libident_case-3fd5785cf84bfad0.rmeta --extern proc_macro2=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libproc_macro2-0e29ae2e700bd46d.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-d772cd33f938b9a3.rmeta --extern strsim=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libstrsim-fd0043e3fcf80e66.rmeta --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-9409e6ca9e3dad46.rmeta --cap-lints warn`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/httparse-c0ae55a0c30f5592/build-script-build`
[httparse 1.3.4] cargo:rustc-cfg=httparse_min_2018
[httparse 1.3.4] cargo:rustc-cfg=httparse_simd
   Compiling tracing v0.1.17
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="log"' --cfg 'feature="std"' -C metadata=b8b36f3350bcf5e6 -C extra-filename=-b8b36f3350bcf5e6 --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 -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-8a98b8bd9bd9cd2e.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-ec04245d909795cb.rmeta --extern tracing_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtracing_core-8d2f48b01962cc44.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
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: 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: use `dyn`
    |
358 |     fn cause(&self) -> Option<&dyn StdError> {
    |                                +++

warning: `tracing-core` (lib) generated 6 warnings
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/openssl-d48e7ef23b7fb272/out /usr/local/bin/rustc --crate-name openssl /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 embed-bitcode=no -C metadata=1e307943e6f32ba8 -C extra-filename=-1e307943e6f32ba8 --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 -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-3cca0d409d4e40b7.rmeta --extern cfg_if=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-8a98b8bd9bd9cd2e.rmeta --extern foreign_types=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libforeign_types-ddf8bcd0d481cee9.rmeta --extern lazy_static=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-822e0947c1f912e6.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --extern openssl_sys=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_sys-229d91cc7c824e5e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -L native=/usr/lib --cfg 'osslconf=""' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111`
warning: use of deprecated associated function `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 associated function
    |
137 |         match word.trim_start_matches(self.prefix) {
    |                    ~~~~~~~~~~~~~~~~~~

warning: use of deprecated associated function `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 associated function
    |
191 |             let ty = self.prefix.trim_end_matches('_');
    |                                  ~~~~~~~~~~~~~~~~

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: 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

warning: `tracing` (lib) generated 1 warning
     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-06a11bc1a60c4c45/out /usr/local/bin/rustc --crate-name unicase /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 -C metadata=aa2df3b837c7aba4 -C extra-filename=-aa2df3b837c7aba4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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`
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: `unicase` (lib) generated 36 warnings
   Compiling tokio-util v0.3.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Additional utilities for working with Tokio.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-util CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' 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/lib' /usr/local/bin/rustc --crate-name tokio_util --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-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 embed-bitcode=no --cfg 'feature="codec"' --cfg 'feature="default"' -C metadata=19e86fba4dc5f661 -C extra-filename=-19e86fba4dc5f661 --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 -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-919db61cfbe744fe.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-1b44a39d71c39d2c.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-f4f67d7dd46cab4f.rmeta --extern log=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblog-ec04245d909795cb.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libpin_project_lite-bbe256c5989ffed9.rmeta --extern tokio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtokio-9b0548ec6cb3719c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
 --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/lib.rs:9:9
  |
9 | #![deny(intra_doc_link_resolution_failure)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(renamed_and_removed_lints)]` 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/tokio-util-0.3.1/src/codec/framed.rs:20:1
   |
20 | / pin_project! {
21 | |     /// A unified [`Stream`] and [`Sink`] interface to an underlying I/O object, using
22 | |     /// the `Encoder` and `Decoder` traits to encode and decode frames.
23 | |     ///
...  |
34 | |     }
35 | | }
   | |_^ the borrow produces a value
   |
   = note: `#[warn(unused_must_use)]` on by default
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/codec/framed.rs:37:1
   |
37 | / pin_project! {
38 | |     pub(crate) struct Fuse {
39 | |         #[pin]
40 | |         pub(crate) io: T,
41 | |         pub(crate) codec: U,
42 | |     }
43 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/codec/framed_read.rs:14:1
   |
14 | / pin_project! {
15 | |     /// A [`Stream`] of messages decoded from an [`AsyncRead`].
16 | |     ///
17 | |     /// [`Stream`]: tokio::stream::Stream
...  |
22 | |     }
23 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/codec/framed_read.rs:25:1
   |
25 | / pin_project! {
26 | |     pub(crate) struct FramedRead2 {
27 | |         #[pin]
28 | |         inner: T,
...  |
32 | |     }
33 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/codec/framed_write.rs:21:1
   |
21 | / pin_project! {
22 | |     /// A [`Sink`] of frames encoded to an `AsyncWrite`.
23 | |     ///
24 | |     /// [`Sink`]: futures_sink::Sink
...  |
28 | |     }
29 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused borrow that must be used
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/tokio-util-0.3.1/src/codec/framed_write.rs:31:1
   |
31 | / pin_project! {
32 | |     pub(crate) struct FramedWrite2 {
33 | |         #[pin]
34 | |         inner: T,
35 | |         buffer: BytesMut,
36 | |     }
37 | | }
   | |_^ the borrow produces a value
   |
   = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `tokio-util` (lib) generated 7 warnings
   Compiling thiserror-impl v1.0.20
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/thiserror-impl-1.0.20 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 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/lib' /usr/local/bin/rustc --crate-name thiserror_impl --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/thiserror-impl-1.0.20/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 -C metadata=2f936547ace679c0 -C extra-filename=-2f936547ace679c0 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rlib --extern proc_macro --cap-lints warn`
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: 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: 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

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`

   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_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_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/lib' /usr/local/bin/rustc --crate-name time /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 embed-bitcode=no -C metadata=7e009bde0b938204 -C extra-filename=-7e009bde0b938204 --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 -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-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `darling_core` (lib) generated 4 warnings
   Compiling crc32fast v1.2.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=fdc97b24f036d5b4 -C extra-filename=-fdc97b24f036d5b4 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/crc32fast-fdc97b24f036d5b4 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling failure_derive v0.1.8
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=c7a4da20d26af6d2 -C extra-filename=-c7a4da20d26af6d2 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/failure_derive-c7a4da20d26af6d2 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling signal-hook v0.3.9
     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_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_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/lib' /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"' -C metadata=4735075ba5d76a81 -C extra-filename=-4735075ba5d76a81 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/signal-hook-4735075ba5d76a81 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling gimli v0.23.0
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="read"' -C metadata=af2ec8f1787f9d52 -C extra-filename=-af2ec8f1787f9d52 --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 -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 ryu v1.0.5
     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_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_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/lib' /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 -C metadata=bae9bec4d700ca45 -C extra-filename=-bae9bec4d700ca45 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/ryu-bae9bec4d700ca45 -C linker=cc -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=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_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_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/lib' /usr/local/bin/rustc --crate-name try_lock /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 embed-bitcode=no -C metadata=b10c20aa86b12ad6 -C extra-filename=-b10c20aa86b12ad6 --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 -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 getrandom v0.2.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/getrandom-0.2.2 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_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/lib' /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"' -C metadata=011f086e08187ae5 -C extra-filename=-011f086e08187ae5 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/getrandom-011f086e08187ae5 -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --cap-lints warn`
   Compiling adler32 v1.2.0
     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_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_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/lib' /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a8546323506f1f38 -C extra-filename=-a8546323506f1f38 --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 -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 openssl-probe v0.1.2
     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_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_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/lib' /usr/local/bin/rustc --crate-name openssl_probe /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 embed-bitcode=no -C metadata=cae0baf810f6409b -C extra-filename=-cae0baf810f6409b --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 -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=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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/native-tls-ff7f8fe9629d3be4/out /usr/local/bin/rustc --crate-name native_tls /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 embed-bitcode=no -C metadata=0fb53dee04f585ed -C extra-filename=-0fb53dee04f585ed --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 -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-ec04245d909795cb.rmeta --extern openssl=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl-1e307943e6f32ba8.rmeta --extern openssl_probe=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_probe-cae0baf810f6409b.rmeta --extern openssl_sys=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_sys-229d91cc7c824e5e.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`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/getrandom-011f086e08187ae5/build-script-build`
   Compiling want v0.3.0
     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_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_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/lib' /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 embed-bitcode=no -C metadata=d57e5013245618d2 -C extra-filename=-d57e5013245618d2 --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 -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-ec04245d909795cb.rmeta --extern try_lock=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtry_lock-b10c20aa86b12ad6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated associated function `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)]`

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: use of deprecated associated function `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 associated function `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 associated function `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) {
    |                                                               ^^^^^^^^^^^^^^

warning: `want` (lib) generated 4 warnings
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/ryu-bae9bec4d700ca45/build-script-build`
[ryu 1.0.5] cargo:rustc-cfg=integer128
[ryu 1.0.5] cargo:rustc-cfg=maybe_uninit
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/signal-hook-4735075ba5d76a81/build-script-build`
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/failure_derive-c7a4da20d26af6d2/build-script-build`
[failure_derive 0.1.8] cargo:rustc-cfg=has_dyn_trait
     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/crc32fast-fdc97b24f036d5b4/build-script-build`
[crc32fast 1.2.1] cargo:rerun-if-changed=build.rs
[crc32fast 1.2.1] cargo:rustc-cfg=crc32fast_stdarchx86
   Compiling darling_macro v0.9.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_macro-0.9.0 CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal support for a 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_macro 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/lib' /usr/local/bin/rustc --crate-name darling_macro /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/darling_macro-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=f8696ce1da656161 -C extra-filename=-f8696ce1da656161 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps --extern darling_core=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libdarling_core-e9d5fc488e83fa2b.rlib --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-d772cd33f938b9a3.rlib --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-9409e6ca9e3dad46.rlib --extern proc_macro --cap-lints warn`
   Compiling addr2line v0.14.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name addr2line /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 embed-bitcode=no -C metadata=39813c69ffaae060 -C extra-filename=-39813c69ffaae060 --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 -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-af2ec8f1787f9d52.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `openssl` (lib) generated 20 warnings
   Compiling thiserror v1.0.20
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/thiserror-1.0.20 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.20 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 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/lib' /usr/local/bin/rustc --crate-name thiserror --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/thiserror-1.0.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 embed-bitcode=no -C metadata=fde10eeae1ea380b -C extra-filename=-fde10eeae1ea380b --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 -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 thiserror_impl=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libthiserror_impl-2f936547ace679c0.so --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling h2 v0.2.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=h2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/h2-0.2.6 CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='An HTTP/2.0 client and server' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=h2 CARGO_PKG_REPOSITORY='https://github.com/hyperium/h2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 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/lib' /usr/local/bin/rustc --crate-name h2 --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/h2-0.2.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 embed-bitcode=no -C metadata=8391eeda75bb6d91 -C extra-filename=-8391eeda75bb6d91 --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 -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-919db61cfbe744fe.rmeta --extern fnv=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfnv-2602c88fc2e31780.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-1b44a39d71c39d2c.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-f4f67d7dd46cab4f.rmeta --extern futures_util=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_util-29c2f364252ce410.rmeta --extern http=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libhttp-6af85cc528842701.rmeta --extern indexmap=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libindexmap-8c473319e89d49a0.rmeta --extern slab=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libslab-5a069d142f7924dc.rmeta --extern tokio=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtokio-9b0548ec6cb3719c.rmeta --extern tokio_util=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtokio_util-19e86fba4dc5f661.rmeta --extern tracing=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libtracing-b8b36f3350bcf5e6.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling mime_guess v2.0.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/mime_guess-2.0.3 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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"' -C metadata=b0a9d870e73a0f39 -C extra-filename=-b0a9d870e73a0f39 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/mime_guess-b0a9d870e73a0f39 -C linker=cc -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-aa2df3b837c7aba4.rlib --cap-lints warn`
warning: unnecessary trailing semicolon
    --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/h2-0.2.6/src/server.rs:1356:10
     |
1356 |         };
     |          ^ help: remove this semicolon
     |
     = note: `#[warn(redundant_semicolons)]` on by default

warning: `#[macro_escape]` only has an effect on `extern crate` and modules
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/h2-0.2.6/src/frame/mod.rs:18:1
   |
18 | #[macro_escape]
   | ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_attributes)]` on by default

     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_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_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/lib' OUT_DIR=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/build/httparse-45d29adcb78775ef/out /usr/local/bin/rustc --crate-name httparse /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dcbb89bd59a303cd -C extra-filename=-dcbb89bd59a303cd --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 -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`
warning: `gimli` (lib) generated 1 warning
   Compiling http-body v0.3.1
     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_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_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/lib' /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 embed-bitcode=no -C metadata=5995352881f1f3c8 -C extra-filename=-5995352881f1f3c8 --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 -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-919db61cfbe744fe.rmeta --extern http=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libhttp-6af85cc528842701.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling futures-executor v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-executor-0.3.5 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on 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-executor 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/lib' /usr/local/bin/rustc --crate-name futures_executor --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/futures-executor-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 embed-bitcode=no --cfg 'feature="std"' -C metadata=bcd74812b2dd8073 -C extra-filename=-bcd74812b2dd8073 --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 -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-1b44a39d71c39d2c.rmeta --extern futures_task=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_task-7dad5f309fa0465f.rmeta --extern futures_util=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libfutures_util-29c2f364252ce410.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   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_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_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/lib' /usr/local/bin/rustc --crate-name idna /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 embed-bitcode=no -C metadata=cbd76e61fa6cd1f3 -C extra-filename=-cbd76e61fa6cd1f3 --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 -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-7d05d9da5d237898.rmeta --extern unicode_bidi=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_bidi-3cefabcb594d1675.rmeta --extern unicode_normalization=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_normalization-017226f8919957f5.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated associated function `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/h2-0.2.6/src/proto/ping_pong.rs:214:33
    |
214 |         let prev = self.0.state.compare_and_swap(
    |                                 ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `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/h2-0.2.6/src/proto/ping_pong.rs:237:33
    |
237 |         let prev = self.0.state.compare_and_swap(
    |                                 ^^^^^^^^^^^^^^^^

warning: use of deprecated associated function `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/h2-0.2.6/src/proto/ping_pong.rs:255:33
    |
255 |         let prev = self.0.state.compare_and_swap(
    |                                 ^^^^^^^^^^^^^^^^

     Running `/magus/work/usr/mports/audio/spotify-tui/work/target/release/build/unicase-e0add863c3d60c5f/build-script-build`
[unicase 2.6.0] cargo:rustc-cfg=__unicase__iter_cmp
[unicase 2.6.0] cargo:rustc-cfg=__unicase__default_hasher
[unicase 2.6.0] cargo:rustc-cfg=__unicase__const_fns
[unicase 2.6.0] cargo:rustc-cfg=__unicase__core_and_alloc
   Compiling synstructure v0.12.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/synstructure-0.12.4 CARGO_PKG_AUTHORS='Nika Layzell ' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 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/lib' /usr/local/bin/rustc --crate-name synstructure --edition=2018 /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/synstructure-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=259a04a54da3a033 -C extra-filename=-259a04a54da3a033 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/deps -C linker=cc -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-a6af3a5c499ced48.rmeta --extern quote=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libquote-0202ead485d88bd0.rmeta --extern syn=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libsyn-aabc47cca8aac5c6.rmeta --extern unicode_xid=/magus/work/usr/mports/audio/spotify-tui/work/target/release/deps/libunicode_xid-4a52d3a6bddc1919.rmeta --cap-lints warn`
   Compiling rand_chacha v0.1.1
     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_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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=67cab387a5c468bc -C extra-filename=-67cab387a5c468bc --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_chacha-67cab387a5c468bc -C linker=cc -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-8929a8fa6458477f.rlib --cap-lints warn`
   Compiling rand_pcg v0.1.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/rand_pcg-0.1.2 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_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/lib' /usr/local/bin/rustc --crate-name build_script_build /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 -C metadata=df16b5be2cad0038 -C extra-filename=-df16b5be2cad0038 --out-dir /magus/work/usr/mports/audio/spotify-tui/work/target/release/build/rand_pcg-df16b5be2cad0038 -C linker=cc -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-8929a8fa6458477f.rlib --cap-lints warn`
warning: fields `head` and `tail` are never read
  --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/h2-0.2.6/src/proto/streams/recv.rs:82:5
   |
81 | struct Indices {
   |        ------- fields in this struct
82 |     head: store::Key,
   |     ^^^^
83 |     tail: store::Key,
   |     ^^^^
   |
   = note: `Indices` 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

   Compiling socket2 v0.3.12
     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.12 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_REPOSITORY='https://github.com/alexcrichton/socket2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 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/lib' /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.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 embed-bitcode=no -C metadata=446b0c03e5929d00 -C extra-filename=-446b0c03e5929d00 --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 -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-8a98b8bd9bd9cd2e.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling aho-corasick v0.7.13
     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_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_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/lib' /usr/local/bin/rustc --crate-name aho_corasick /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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1dddb64b6ebb50ca -C extra-filename=-1dddb64b6ebb50ca --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 -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-8e1eb79f37a12578.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
   --> /magus/work/usr/mports/audio/spotify-tui/work/spotify-tui-0.25.0/cargo-crates/socket2-0.3.12/src/sockaddr.rs:176:9
    |
176 |         mem::transmute::(v4);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: source type: `SocketAddrV4` (48 bits)
    = note: target type: `sockaddr_in` (128 bits)

For more information about this error, try `rustc --explain E0512`.
error: could not compile `socket2` due to previous error

Caused by:
  process didn't exit successfully: `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.12 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_REPOSITORY='https://github.com/alexcrichton/socket2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 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/lib' /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.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 embed-bitcode=no -C metadata=446b0c03e5929d00 -C extra-filename=-446b0c03e5929d00 --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 -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-8a98b8bd9bd9cd2e.rmeta --extern libc=/magus/work/usr/mports/audio/spotify-tui/work/target/x86_64-unknown-freebsd/release/deps/liblibc-acceaf7711c5ceb1.rmeta --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: `tokio` (lib) generated 86 warnings
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: 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

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: `aho-corasick` (lib) generated 3 warnings
warning: `h2` (lib) generated 6 warnings
*** Error code 101

Stop.
make: stopped in /usr/mports/audio/spotify-tui

Links

Depends On

Depend Of

Nothing

Categories