audio/spotifyd
Spotify daemon
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.4.2_1 | 630 | 4.0 | i386 | gpl3 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032b | info | 2026-02-08 08:07:19.351303 | Test Started |
| m4032b | fail | 2026-02-08 08:16:03.621044 | make build returned non-zero: 1 |
| m4032b | fail | 2026-02-08 08:16:03.839519 | Test complete. |
Log
[1m===> Building for spotifyd-0.4.2_1[0m
Compiling proc-macro2 v1.0.103
Compiling unicode-ident v1.0.22
Compiling quote v1.0.42
Compiling libc v0.2.177
Compiling cfg-if v1.0.4
Compiling once_cell v1.21.3
Compiling getrandom v0.3.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c19f74103ad04bf -C extra-filename=-941d7665133265b4 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-941d7665133265b4 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/unicode-ident-1.0.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/unicode-ident-1.0.22/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/unicode-ident-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e4e4250aef3a3b1 -C extra-filename=-625f2fbdc97be6b0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/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/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0b340f3a617f5260 -C extra-filename=-73bc2e70695a3d62 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/proc-macro2-73bc2e70695a3d62 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/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/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.68 CARGO_PKG_VERSION=1.0.42 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b313bb42e7acf5ac -C extra-filename=-40c53e36cffcd7dc --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/quote-40c53e36cffcd7dc -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/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/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=23d3f54bee5d79b9 -C extra-filename=-01fd244731579e4e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/getrandom-01fd244731579e4e -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/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/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=418bd695f4292828 -C extra-filename=-bd6c32f10ade9729 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-bd6c32f10ade9729 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.21.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d467ec20c632caf2 -C extra-filename=-196f355b822940d8 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cfg-if' CARGO_PKG_RUST_VERSION=1.32 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=3f8b7db35ee987e3 -C extra-filename=-8a0e24b7255a5f11 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling pin-project-lite v0.2.16
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pin-project-lite-0.2.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pin-project-lite-0.2.16/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c7f28d1d2477493 -C extra-filename=-35c9caef2225ad89 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling typenum v1.19.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f34a6067be1a1c87 -C extra-filename=-d53107bad518439c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/typenum-d53107bad518439c -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling version_check v0.9.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/version_check-0.9.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name version_check --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=794826dcc8384734 -C extra-filename=-d4d0781db71a554e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.68 CARGO_PKG_VERSION=1.0.42 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/quote-f4040550bcc3a582/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/quote-40c53e36cffcd7dc/build-script-build`
[quote 1.0.42] cargo:rerun-if-changed=build.rs
[quote 1.0.42] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
Compiling shlex v1.3.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/shlex-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name shlex --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8ea2edfab58d624b -C extra-filename=-069765edd8220ad9 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling find-msvc-tools v0.1.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=find_msvc_tools CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/find-msvc-tools-0.1.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/find-msvc-tools-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Find windows-specific tools, read MSVC versions from the registry and from COM interfaces' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=find-msvc-tools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name find_msvc_tools --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/find-msvc-tools-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f36d61178f23002 -C extra-filename=-41e6407eb4bf1946 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling itoa v1.0.15
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=169526d758103f61 -C extra-filename=-8d7fe31ef49d8ca7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/proc-macro2-3ea3809f29a5f032/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/proc-macro2-73bc2e70695a3d62/build-script-build`
warning: unexpected `cfg` condition name: `manual_codegen_check`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/shlex-1.3.0/src/bytes.rs:353:12
|
353 | #[cfg_attr(manual_codegen_check, inline(never))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(fuzzing)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(no_is_available)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(no_literal_byte_character)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(no_literal_c_string)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(no_source_text)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(proc_macro_span)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(proc_macro_span_file)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(proc_macro_span_location)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(procmacro2_build_probe)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(randomize_layout)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(span_locations)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(super_unstable)
[proc-macro2 1.0.103] cargo:rustc-check-cfg=cfg(wrap_proc_macro)
[proc-macro2 1.0.103] cargo:rerun-if-changed=src/probe/proc_macro_span.rs
[proc-macro2 1.0.103] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.103] cargo:rerun-if-changed=src/probe/proc_macro_span_location.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/libc-ef196d6f301795fb/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-941d7665133265b4/build-script-build`
[libc 0.2.177] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,extra_traits,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-a49255a9d5081e3d/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-bd6c32f10ade9729/build-script-build`
[libc 0.2.177] cargo:rerun-if-changed=build.rs
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.177] cargo:rustc-cfg=freebsd12
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS
[libc 0.2.177] cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(gnu_time_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(linux_time_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(musl_v1_2_3)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/libc-ef196d6f301795fb/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=08f564d717f4fa51 -C extra-filename=-bbfb31c983a7bc07 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
[proc-macro2 1.0.103] cargo:rustc-cfg=proc_macro_span_location
[proc-macro2 1.0.103] cargo:rerun-if-changed=src/probe/proc_macro_span_file.rs
Compiling bytes v1.11.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bytes-1.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bytes-1.11.0/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=1.11.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name bytes --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bytes-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=54104a29d327db46 -C extra-filename=-f39360d39377368d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.177] cargo:rustc-cfg=freebsd12
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS
[libc 0.2.177] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS
[libc 0.2.177] cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(gnu_time_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(linux_time_bits64)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(musl_v1_2_3)
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))
[libc 0.2.177] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.177 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=177 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/libc-a49255a9d5081e3d/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libc-0.2.177/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 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1fb8410175e88f80 -C extra-filename=-d9904b7abb52dfea --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
Compiling generic-array v0.14.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1f41da38ccb4f30d -C extra-filename=-5c2c96f518c5f491 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/generic-array-5c2c96f518c5f491 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern version_check=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libversion_check-d4d0781db71a554e.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/typenum-e27f80926773b59a/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/typenum-d53107bad518439c/build-script-build`
[typenum 1.19.0] cargo:rerun-if-changed=tests
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/typenum-e27f80926773b59a/out /usr/local/bin/rustc --crate-name typenum --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/typenum-1.19.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=752d1740f21d8cca -C extra-filename=-7164a4aa23a8109b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cfg-if' CARGO_PKG_RUST_VERSION=1.32 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=43bdf7cbcaa9f8cc -C extra-filename=-a7c669a6240c8970 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: `shlex` (lib) generated 1 warning
Compiling futures-core v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-core-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_core --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=26da5c89d2bb0b2b -C extra-filename=-5fe9ea5fe7d57841 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[proc-macro2 1.0.103] cargo:rustc-cfg=proc_macro_span_file
[proc-macro2 1.0.103] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/proc-macro2-3ea3809f29a5f032/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/proc-macro2-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2bfd6ac64a0320ef -C extra-filename=-1ec95ac10ce42c2b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern unicode_ident=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libunicode_ident-625f2fbdc97be6b0.rmeta --cap-lints warn --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
Compiling log v0.4.28
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5c428e969e23a27a -C extra-filename=-ccd5fb58d3bd4c3c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling memchr v2.7.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=5f3a27c188431af9 -C extra-filename=-f5ad164c9951e4b6 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=more_lengths CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_MORE_LENGTHS=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/generic-array-3cc53d3fca10771b/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/generic-array-5c2c96f518c5f491/build-script-build`
[generic-array 0.14.7] cargo:rustc-cfg=relaxed_coherence
Compiling pkg-config v0.3.32
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pkg-config-0.3.32 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pkg-config-0.3.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name pkg_config --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188b54813ad3e411 -C extra-filename=-e0f8c4ce418af666 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling futures-sink v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_sink --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4a266f5b211c89a4 -C extra-filename=-3bd94e33435d825b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling const-oid v0.9.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=const_oid CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/const-oid-0.9.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/const-oid-0.9.6/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
as defined in ITU X.660, with support for BER/DER encoding/decoding as well as
heapless no_std (i.e. embedded) support
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-oid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/const-oid' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=0.9.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name const_oid --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/const-oid-0.9.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=8567cc8e1856c30e -C extra-filename=-55c2b43dd5652faa --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unnecessary qualification
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/const-oid-0.9.6/src/arcs.rs:25:30
|
25 | const ARC_MAX_BYTES: usize = mem::size_of::();
| ^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/const-oid-0.9.6/src/lib.rs:17:5
|
17 | unused_qualifications
| ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
25 - const ARC_MAX_BYTES: usize = mem::size_of::();
25 + const ARC_MAX_BYTES: usize = size_of::();
|
warning: `const-oid` (lib) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.68 CARGO_PKG_VERSION=1.0.42 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/quote-f4040550bcc3a582/out /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/quote-1.0.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1a013d395d8d9e74 -C extra-filename=-d273f932cf3c186d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rmeta --cap-lints warn --check-cfg 'cfg(no_diagnostic_namespace)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/Cargo.toml CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/generic-array-3cc53d3fca10771b/out /usr/local/bin/rustc --crate-name generic_array --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=8ddbc81db569ca47 -C extra-filename=-a8b2d803e82b7842 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern typenum=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtypenum-7164a4aa23a8109b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg relaxed_coherence`
Compiling autocfg v1.5.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/autocfg-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/autocfg-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/autocfg-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b90d2be043241cd -C extra-filename=-c1e1f1cb421da680 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `relaxed_coherence`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/src/impls.rs:136:19
|
136 | #[cfg(relaxed_coherence)]
| ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | | 1 => ::typenum::U1,
185 | | 2 => ::typenum::U2,
186 | | 3 => ::typenum::U3,
... |
215 | | 32 => ::typenum::U32
216 | | }
| |_- in this macro invocation
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
= note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `relaxed_coherence`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/src/impls.rs:158:23
|
158 | #[cfg(not(relaxed_coherence))]
| ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | | 1 => ::typenum::U1,
185 | | 2 => ::typenum::U2,
186 | | 3 => ::typenum::U3,
... |
215 | | 32 => ::typenum::U32
216 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `relaxed_coherence`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/src/impls.rs:136:19
|
136 | #[cfg(relaxed_coherence)]
| ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | | 33 => ::typenum::U33,
221 | | 34 => ::typenum::U34,
222 | | 35 => ::typenum::U35,
... |
268 | | 1024 => ::typenum::U1024
269 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `relaxed_coherence`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/generic-array-0.14.7/src/impls.rs:158:23
|
158 | #[cfg(not(relaxed_coherence))]
| ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | | 33 => ::typenum::U33,
221 | | 34 => ::typenum::U34,
222 | | 35 => ::typenum::U35,
... |
268 | | 1024 => ::typenum::U1024
269 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(relaxed_coherence)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling syn v2.0.110
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/syn-2.0.110 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/syn-2.0.110/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.68 CARGO_PKG_VERSION=2.0.110 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=110 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name syn --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/syn-2.0.110/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9136f0ec81d9010e -C extra-filename=-0b84beccebc75dd1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rmeta --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rmeta --extern unicode_ident=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libunicode_ident-625f2fbdc97be6b0.rmeta --cap-lints warn`
Compiling spin v0.9.8
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=spin CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/spin-0.9.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/spin-0.9.8/Cargo.toml CARGO_PKG_AUTHORS='Mathijs van de Nes :John Ericson :Joshua Barretto ' CARGO_PKG_DESCRIPTION='Spin-based synchronization primitives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spin CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mvdnes/spin-rs.git' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.9.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name spin --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/spin-0.9.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="once"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=173770fdb146d504 -C extra-filename=-6ddcf6693649f0b9 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling libm v0.2.15
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' -C debug-assertions=off --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=1ffe6b3d3f5d8d09 -C extra-filename=-5ae0c48abde186b6 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libm-5ae0c48abde186b6 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling serde_core v1.0.228
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Serde traits only, with no support for derive -- use the `serde` crate instead' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=9a7e50ef6d65ee61 -C extra-filename=-78ea0d3e07284911 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/serde_core-78ea0d3e07284911 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling lazy_static v1.5.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=61f33e3728a1b416 -C extra-filename=-67d67cb03c9a60f8 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern spin=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libspin-6ddcf6693649f0b9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: elided lifetime has a name
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/lazy_static-1.5.0/src/core_lazy.rs:18:49
|
18 | pub fn get(&'static self, builder: F) -> &T
| ^ this elided lifetime gets resolved as `'static`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
help: consider specifying it explicitly
|
18 | pub fn get(&'static self, builder: F) -> &'static T
| +++++++
Compiling socket2 v0.6.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/socket2-0.6.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/socket2-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Thomas de Zeeuw ' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/socket2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/socket2' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name socket2 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/socket2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=6fb99dbc690a45a2 -C extra-filename=-bbfb8ba52c7eac82 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `lazy_static` (lib) generated 1 warning
Compiling signal-hook-registry v1.4.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_registry CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/signal-hook-registry-1.4.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/signal-hook-registry-1.4.6/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Masaki Hara ' CARGO_PKG_DESCRIPTION='Backend crate for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-registry CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name signal_hook_registry --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/signal-hook-registry-1.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=782c57a2e0efd3ae -C extra-filename=-ca6551e8bfb9b854 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling mio v1.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/mio-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/mio-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Thomas de Zeeuw :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking I/O.' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name mio --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/mio-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f9fa22aa4645e897 -C extra-filename=-16337c9fbba52ee0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling smallvec v1.15.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/smallvec-1.15.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/smallvec-1.15.1/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.15.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=9b69f981cf867088 -C extra-filename=-18327b286647458b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling stable_deref_trait v1.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/stable_deref_trait-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/stable_deref_trait-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name stable_deref_trait --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/stable_deref_trait-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9b66730682b2a1fc -C extra-filename=-bf57c1aa774f9ec6 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling slab v0.4.11
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/slab-0.4.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/slab-0.4.11/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.51 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name slab --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/slab-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f3be28597769e0e8 -C extra-filename=-370bdba693fa82bd --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `generic-array` (lib) generated 4 warnings
Compiling jobserver v0.1.34
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/jobserver-0.1.34 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/jobserver-0.1.34/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name jobserver --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da15db5162aea34a -C extra-filename=-9488a62115c305d5 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn`
Compiling crypto-common v0.1.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/crypto-common-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/crypto-common-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name crypto_common --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/crypto-common-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=b59890f12b222112 -C extra-filename=-02c561056f63b63e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern generic_array=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libgeneric_array-a8b2d803e82b7842.rmeta --extern typenum=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtypenum-7164a4aa23a8109b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling fnv v1.0.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fnv-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name fnv --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19d4c23a28b06673 -C extra-filename=-3f90c988f9c9adf2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling thiserror v1.0.69
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f02ff6d3a4f116b0 -C extra-filename=-c8ee695bff5b3daa --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-c8ee695bff5b3daa -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,result,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_RESULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Serde traits only, with no support for derive -- use the `serde` crate instead' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/serde_core-34c9bcbb9a5d59bc/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/serde_core-78ea0d3e07284911/build-script-build`
[serde_core 1.0.228] cargo:rerun-if-changed=build.rs
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_core_error)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_core_net)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde_core 1.0.228] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
Compiling futures-channel v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_channel --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=82ec3346d65b814a -C extra-filename=-2471900a9dac940c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_sink-3bd94e33435d825b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling http v1.3.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='A set of types for representing HTTP requests and responses.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=1.3.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name http --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=627b73428f9c91fd -C extra-filename=-e1cf1c3d44c78a94 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern fnv=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfnv-3f90c988f9c9adf2.rmeta --extern itoa=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libitoa-8d7fe31ef49d8ca7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
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/spotifyd/work/spotifyd-0.4.2/cargo-crates/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name pin_utils --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=053f4dddef2b9e7f -C extra-filename=-8025ffeec85e8673 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f5c0c2f4328e4d44 -C extra-filename=-ef9127886f14ae4d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling bitflags v2.10.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.10.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=8cf371cf6de2e853 -C extra-filename=-f8901a8eb15342b0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling cc v1.2.46
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cc-1.2.46 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cc-1.2.46/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.46 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name cc --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cc-1.2.46/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 --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' -C debug-assertions=off --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=df43d154503e0f85 -C extra-filename=-09ec4848fb7d33d8 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern find_msvc_tools=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libfind_msvc_tools-41e6407eb4bf1946.rmeta --extern jobserver=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libjobserver-9488a62115c305d5.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --extern shlex=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libshlex-069765edd8220ad9.rmeta --cap-lints warn`
Compiling zerocopy v0.8.27
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=72af6915d7fa7484 -C extra-filename=-869163cf6f5514ee --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-869163cf6f5514ee -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling vcpkg v0.2.15
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vcpkg CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vcpkg-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vcpkg-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jim McGrath ' CARGO_PKG_DESCRIPTION='A library to find native dependencies in a vcpkg tree 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=vcpkg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcgoo/vcpkg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name vcpkg --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eacdd9a12359ab32 -C extra-filename=-e00e6e336bfb80c8 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Serde traits only, with no support for derive -- use the `serde` crate instead' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/serde_core-34c9bcbb9a5d59bc/out /usr/local/bin/rustc --crate-name serde_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=2b62361fe26512ce -C extra-filename=-7c3e56358fe3042a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
Compiling block-buffer v0.10.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/block-buffer-0.10.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/block-buffer-0.10.4/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name block_buffer --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/block-buffer-0.10.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1752afdadcfe24d8 -C extra-filename=-456f95e0e8e5f2ef --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern generic_array=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libgeneric_array-a8b2d803e82b7842.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling subtle v2.6.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=subtle CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/subtle-2.6.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/subtle-2.6.1/Cargo.toml CARGO_PKG_AUTHORS='Isis Lovecruft :Henry de Valence ' CARGO_PKG_DESCRIPTION='Pure-Rust traits and utilities for constant-time cryptographic implementations.' CARGO_PKG_HOMEPAGE='https://dalek.rs/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=subtle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dalek-cryptography/subtle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name subtle --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=4c7064fefba805d2 -C extra-filename=-d418418f53a24284 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling futures-task v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-task-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_task --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=d37edb5ff4db4478 -C extra-filename=-11f59b471e68661d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling futures-io v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-io-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_io --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=daf7b9fd57dbd716 -C extra-filename=-ddc7f9496a035bc3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=derive,simd,zerocopy-derive CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SIMD=1 CARGO_FEATURE_ZEROCOPY_DERIVE=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/zerocopy-16ae39ebd20402cf/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-869163cf6f5514ee/build-script-build`
[zerocopy 0.8.27] cargo:rerun-if-changed=build.rs
[zerocopy 0.8.27] cargo:rerun-if-changed=Cargo.toml
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_core_error_1_81_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.81.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.78.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.61.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_target_has_atomics_1_60_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.60.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_aarch64_simd_1_59_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.59.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.57.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(doc_cfg)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(kani)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(coverage_nightly)
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_core_error_1_81_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_diagnostic_on_unimplemented_1_78_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_generic_bounds_in_const_fn_1_61_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_target_has_atomics_1_60_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_aarch64_simd_1_59_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_panic_in_const_and_vec_try_reserve_1_57_0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.10.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=5fc73f74764ea47d -C extra-filename=-30f67f14eca434e1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling digest v0.10.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/digest-0.10.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/digest-0.10.7/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions and message authentication codes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name digest --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/digest-0.10.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=90db2c511da4264d -C extra-filename=-833d23ce1861dc2a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern block_buffer=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libblock_buffer-456f95e0e8e5f2ef.rmeta --extern const_oid=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libconst_oid-55c2b43dd5652faa.rmeta --extern crypto_common=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libcrypto_common-02c561056f63b63e.rmeta --extern subtle=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsubtle-d418418f53a24284.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:2318:35
|
2318 | let entry = unsafe { &mut (*self.map).entries[self.entry] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: the lint level is defined here
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/lib.rs:156:9
|
156 | #![deny(warnings, missing_docs, missing_debug_implementations)]
| ^^^^^^^^
= note: `#[warn(dangerous_implicit_autorefs)]` implied by `#[warn(warnings)]`
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
2318 | let entry = unsafe { &mut (&mut (*self.map).entries)[self.entry] };
| +++++ +
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:2326:43
|
2326 | let extra = unsafe { &mut (*self.map).extra_values[idx] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
2326 | let extra = unsafe { &mut (&mut (*self.map).extra_values)[idx] };
| +++++ +
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:2966:35
|
2966 | let entry = unsafe { &mut (*self.map).entries[self.index] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
2966 | let entry = unsafe { &mut (&mut (*self.map).entries)[self.index] };
| +++++ +
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:2986:43
|
2986 | let extra = unsafe { &mut (*self.map).extra_values[idx] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
2986 | let extra = unsafe { &mut (&mut (*self.map).extra_values)[idx] };
| +++++ +
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:3009:35
|
3009 | let entry = unsafe { &mut (*self.map).entries[self.index] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
3009 | let entry = unsafe { &mut (&mut (*self.map).entries)[self.index] };
| +++++ +
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-1.3.1/src/header/map.rs:3018:43
|
3018 | let extra = unsafe { &mut (*self.map).extra_values[idx] };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
3018 | let extra = unsafe { &mut (&mut (*self.map).extra_values)[idx] };
| +++++ +
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/getrandom-5128432728d17cea/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/getrandom-01fd244731579e4e/build-script-build`
[getrandom 0.3.4] cargo:rerun-if-changed=build.rs
Compiling tracing-core v0.1.34
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-core-0.1.34 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-core-0.1.34/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.1.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tracing_core --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-core-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=f1e5d0c5280b81b0 -C extra-filename=-889cfc5d4c1a9e19 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern once_cell=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libonce_cell-196f355b822940d8.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rustversion v1.0.22
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Conditional compilation according to rustc compiler version' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustversion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/rustversion' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c800e46eee48921 -C extra-filename=-6312b3401281546b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustversion-6312b3401281546b -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling either v1.15.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/either-1.15.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/either-1.15.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name either --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/either-1.15.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=fc6ac005fdafca83 -C extra-filename=-6bcd6157fb0610c0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/getrandom-5128432728d17cea/out /usr/local/bin/rustc --crate-name getrandom --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-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 embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=569c1e10570c5c56 -C extra-filename=-1d231704a489920b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libcfg_if-a7c669a6240c8970.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Conditional compilation according to rustc compiler version' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustversion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/rustversion' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustversion-1dabf0843452fde9/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustversion-6312b3401281546b/build-script-build`
[rustversion 1.0.22] cargo:rerun-if-changed=build/build.rs
[rustversion 1.0.22] cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed)
[rustversion 1.0.22] cargo:rustc-check-cfg=cfg(host_os, values("windows"))
Compiling aho-corasick v1.1.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/aho-corasick-1.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/aho-corasick-1.1.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=4034685d51b56153 -C extra-filename=-d003348cf82eff5f --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern memchr=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libmemchr-ef9127886f14ae4d.rmeta --cap-lints warn`
Compiling anyhow v1.0.100
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.100 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=100 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=6ae7db9c5390df1a -C extra-filename=-c21e96426d1af7c4 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/anyhow-c21e96426d1af7c4 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling equivalent v1.0.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name equivalent --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0faadcd98008f1f1 -C extra-filename=-8a86614632929dab --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling regex-syntax v0.8.8
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-syntax-0.8.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-syntax-0.8.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-syntax-0.8.8/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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=318e60c568f7e24e -C extra-filename=-efcef1be5b3c4c08 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: `http` (lib) generated 6 warnings
Compiling foldhash v0.2.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=foldhash CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/foldhash-0.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/foldhash-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Orson Peters ' CARGO_PKG_DESCRIPTION='A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foldhash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orlp/foldhash' CARGO_PKG_RUST_VERSION=1.60 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name foldhash --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/foldhash-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=69da5a841f24446f -C extra-filename=-b3ba2a5df4b9f160 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling allocator-api2 v0.2.21
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/allocator-api2-0.2.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/allocator-api2-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='Zakarum ' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name allocator_api2 --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=419d16b12932b8b1 -C extra-filename=-d8a666005b8f8167 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.100 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=100 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/anyhow-0ad64b93362090cb/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/anyhow-c21e96426d1af7c4/build-script-build`
[anyhow 1.0.100] cargo:rerun-if-changed=src/nightly.rs
Compiling tracing v0.1.41
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-0.1.41 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-0.1.41/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.1.41 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=41 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tracing --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=3a1dc73ae6378f88 -C extra-filename=-53ff9bbc747d535c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --extern tracing_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtracing_core-889cfc5d4c1a9e19.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[anyhow 1.0.100] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_build_probe)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_clippy_format_args)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(error_generic_member_access)
[anyhow 1.0.100] cargo:rustc-check-cfg=cfg(std_backtrace)
[anyhow 1.0.100] cargo:rustc-cfg=std_backtrace
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustversion CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.22/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Conditional compilation according to rustc compiler version' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustversion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/rustversion' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustversion-1dabf0843452fde9/out /usr/local/bin/rustc --crate-name rustversion --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustversion-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f93ed5cc24e361b0 -C extra-filename=-b25a2c3ff17696d1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
warning: implicit autoref creates a reference to the dereference of a raw pointer
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/allocator-api2-0.2.21/src/stable/vec/mod.rs:1902:30
|
1902 | let count = unsafe { (*other).len() };
| ^^^^^^^^^^^^^^
|
= note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
= note: `#[warn(dangerous_implicit_autorefs)]` on by default
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
|
1902 | let count = unsafe { (&(*other)).len() };
| ++ +
warning: method `cmpeq` is never used
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/aho-corasick-1.1.4/src/packed/vector.rs:74:15
|
28 | pub(crate) trait Vector:
| ------ method in this trait
...
74 | unsafe fn cmpeq(self, vector2: Self) -> Self;
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
Compiling openssl-sys v0.9.111
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.9.111 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_main --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=613caf284853b265 -C extra-filename=-a58abc04d9f62c92 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/openssl-sys-a58abc04d9f62c92 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern cc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libcc-09ec4848fb7d33d8.rlib --extern pkg_config=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libpkg_config-e0f8c4ce418af666.rlib --extern vcpkg=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libvcpkg-e00e6e336bfb80c8.rlib --cap-lints warn`
Compiling hashbrown v0.16.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6a79761939ef99b9 -C extra-filename=-fe33901ea3051432 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern allocator_api2=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liballocator_api2-d8a666005b8f8167.rmeta --extern equivalent=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libequivalent-8a86614632929dab.rmeta --extern foldhash=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfoldhash-b3ba2a5df4b9f160.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `allocator-api2` (lib) generated 1 warning
Compiling num-traits v0.2.19
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/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="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8cced8989815d397 -C extra-filename=-284642ccb0198548 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/num-traits-284642ccb0198548 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libautocfg-c1e1f1cb421da680.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=arch,default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_ARCH=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/libm-19bd8ca1f1323abd/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libm-5ae0c48abde186b6/build-script-build`
[libm 0.2.15] cargo:rerun-if-changed=build.rs
[libm 0.2.15] cargo:rerun-if-changed=configure.rs
[libm 0.2.15] cargo:rustc-check-cfg=cfg(assert_no_panic)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(intrinsics_enabled)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(arch_enabled)
[libm 0.2.15] cargo:rustc-cfg=arch_enabled
[libm 0.2.15] cargo:rustc-check-cfg=cfg(optimizations_enabled)
[libm 0.2.15] cargo:rustc-cfg=optimizations_enabled
[libm 0.2.15] cargo:rustc-check-cfg=cfg(x86_no_sse)
[libm 0.2.15] cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"]
[libm 0.2.15] cargo:rustc-env=CFG_OPT_LEVEL=3
[libm 0.2.15] cargo:rustc-env=CFG_TARGET_FEATURES=["fxsr", "sse", "sse2"]
[libm 0.2.15] cargo:rustc-check-cfg=cfg(f16_enabled)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(f128_enabled)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fnv-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name fnv --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=288862454701d7ce -C extra-filename=-475a1ebdf1973df8 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling zeroize v1.8.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zeroize CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zeroize-1.8.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zeroize-1.8.2/Cargo.toml CARGO_PKG_AUTHORS='The RustCrypto Project Developers' CARGO_PKG_DESCRIPTION='Securely clear secrets from memory with a simple trait built on
stable Rust primitives which guarantee memory is zeroed using an
operation will not be '\''optimized away'\'' by the compiler.
Uses a portable pure Rust implementation that works everywhere,
even WASM'\!'
' CARGO_PKG_HOMEPAGE='https://github.com/RustCrypto/utils/tree/master/zeroize' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zeroize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.8.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zeroize --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=2e777f14fdcafd0c -C extra-filename=-cfdcdbddcb48fe03 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
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/spotifyd/work/spotifyd-0.4.2/cargo-crates/foreign-types-shared-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/foreign-types-shared-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='An internal crate used by foreign-types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types-shared CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name foreign_types_shared --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6771bb7f6fa48b6f -C extra-filename=-4b593c9bd707f25e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling httparse v1.10.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c1284207db22bbca -C extra-filename=-39357e4da09458cd --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/httparse-39357e4da09458cd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling openssl v0.10.75
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.10.75 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=75 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=aea3a54718a86229 -C extra-filename=-c99c40f739a41f0b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/openssl-c99c40f739a41f0b -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111 CARGO_MANIFEST_LINKS=openssl CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.9.111 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/openssl-sys-0046f9f5ab6a2796/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/openssl-sys-a58abc04d9f62c92/build-script-main`
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(openssl)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(boringssl)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(awslc)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl250)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl251)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl252)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl261)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl270)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl271)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl273)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl280)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl281)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl291)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl310)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl321)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl332)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl340)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl350)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl360)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl361)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl370)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl380)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl381)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl382)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl390)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl400)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl410)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(libressl420)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl101)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl102)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl102f)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl102h)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl110)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl110f)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl110g)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl110h)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl111)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl111b)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl111c)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl111d)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl300)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl310)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl320)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl330)
[openssl-sys 0.9.111] cargo:rustc-check-cfg=cfg(ossl340)
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_LIB_DIR
[openssl-sys 0.9.111] I686_UNKNOWN_FREEBSD_OPENSSL_LIB_DIR unset
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
[openssl-sys 0.9.111] OPENSSL_LIB_DIR = /usr/lib
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_INCLUDE_DIR
[openssl-sys 0.9.111] I686_UNKNOWN_FREEBSD_OPENSSL_INCLUDE_DIR unset
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
[openssl-sys 0.9.111] OPENSSL_INCLUDE_DIR = /usr/include
[openssl-sys 0.9.111] cargo:rerun-if-changed=/usr/include/openssl
[openssl-sys 0.9.111] cargo:rustc-link-search=native=/usr/lib
[openssl-sys 0.9.111] cargo:include=/usr/include
[openssl-sys 0.9.111] cargo:rerun-if-changed=build/expando.c
[openssl-sys 0.9.111] OPT_LEVEL = Some(3)
[openssl-sys 0.9.111] OUT_DIR = Some(/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/openssl-sys-0046f9f5ab6a2796/out)
[openssl-sys 0.9.111] TARGET = Some(i686-unknown-freebsd)
[openssl-sys 0.9.111] CARGO_ENCODED_RUSTFLAGS = Some(-Clink-arg=-fstack-protector-strong)
[openssl-sys 0.9.111] HOST = Some(i686-unknown-freebsd)
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CC_i686-unknown-freebsd
[openssl-sys 0.9.111] CC_i686-unknown-freebsd = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CC_i686_unknown_freebsd
[openssl-sys 0.9.111] CC_i686_unknown_freebsd = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=HOST_CC
[openssl-sys 0.9.111] HOST_CC = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CC
[openssl-sys 0.9.111] CC = Some(/usr/local/llvm15/bin/clang)
[openssl-sys 0.9.111] RUSTC_WRAPPER = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/log-0.4.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=4ee054b08afa7214 -C extra-filename=-17c9c87bc68383f3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[openssl-sys 0.9.111] CRATE_CC_NO_DEFAULTS = None
[openssl-sys 0.9.111] DEBUG = Some(false)
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CFLAGS
[openssl-sys 0.9.111] CFLAGS = Some(-O2 -pipe -fstack-protector-strong -fno-strict-aliasing )
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CC_SHELL_ESCAPED_FLAGS
[openssl-sys 0.9.111] CC_SHELL_ESCAPED_FLAGS = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=HOST_CFLAGS
[openssl-sys 0.9.111] HOST_CFLAGS = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_freebsd
[openssl-sys 0.9.111] CFLAGS_i686_unknown_freebsd = None
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-freebsd
[openssl-sys 0.9.111] CFLAGS_i686-unknown-freebsd = None
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/spotifyd/work/spotifyd-0.4.2/cargo-crates/ident_case-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ident_case-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name ident_case --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c99e3122b50d240 -C extra-filename=-139fa87b5061af3d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
[openssl-sys 0.9.111] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
[openssl-sys 0.9.111] cargo:conf=OPENSSL_NO_SSL3_METHOD
[openssl-sys 0.9.111] cargo:rustc-cfg=openssl
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl101
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl102
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl102f
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl102h
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl110
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl110f
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl110g
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl110h
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl111
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl111b
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl111c
[openssl-sys 0.9.111] cargo:rustc-cfg=ossl111d
[openssl-sys 0.9.111] cargo:version_number=1010117f
[openssl-sys 0.9.111] cargo:version=111
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_LIBS
[openssl-sys 0.9.111] I686_UNKNOWN_FREEBSD_OPENSSL_LIBS unset
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=OPENSSL_LIBS
[openssl-sys 0.9.111] OPENSSL_LIBS unset
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_STATIC
[openssl-sys 0.9.111] I686_UNKNOWN_FREEBSD_OPENSSL_STATIC unset
[openssl-sys 0.9.111] cargo:rerun-if-env-changed=OPENSSL_STATIC
[openssl-sys 0.9.111] OPENSSL_STATIC unset
[openssl-sys 0.9.111] cargo:rustc-link-lib=dylib=ssl
[openssl-sys 0.9.111] cargo:rustc-link-lib=dylib=crypto
Compiling strsim v0.11.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/strsim-0.11.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3de847deba7c6c2 -C extra-filename=-4ae4b5256b512e75 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/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/spotifyd/work/spotifyd-0.4.2/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
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.10.75 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=75 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_SSL3_METHOD DEP_OPENSSL_INCLUDE=/usr/include DEP_OPENSSL_VERSION=111 DEP_OPENSSL_VERSION_NUMBER=1010117f HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/openssl-80df371cd761118d/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/openssl-c99c40f739a41f0b/build-script-build`
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(boringssl)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(awslc)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(awslc_fips)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl250)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl251)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl261)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl270)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl271)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl273)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl280)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl291)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl310)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl321)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl332)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl340)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl350)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl360)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl361)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl370)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl380)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl382)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl390)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl400)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl410)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(libressl420)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl101)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl102)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl110)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl110g)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl110h)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl111)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl111d)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl300)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl310)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl320)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl330)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl340)
[openssl 0.10.75] cargo:rustc-check-cfg=cfg(ossl350)
[openssl 0.10.75] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
[openssl 0.10.75] cargo:rustc-cfg=ossl101
[openssl 0.10.75] cargo:rustc-cfg=ossl102
[openssl 0.10.75] cargo:rustc-cfg=ossl110
[openssl 0.10.75] cargo:rustc-cfg=ossl110g
[openssl 0.10.75] cargo:rustc-cfg=ossl110h
[openssl 0.10.75] cargo:rustc-cfg=ossl111
[openssl 0.10.75] cargo:rustc-cfg=ossl111d
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.9.111 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=111 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/openssl-sys-0046f9f5ab6a2796/out /usr/local/bin/rustc --crate-name openssl_sys --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-sys-0.9.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=e3715dea57373128 -C extra-filename=-1d73a0ff7514d827 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/lib -l dylib=ssl -l dylib=crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
warning: `aho-corasick` (lib) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/httparse-b23e2b283d926d3e/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/httparse-39357e4da09458cd/build-script-build`
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/spotifyd/work/spotifyd-0.4.2/cargo-crates/foreign-types-0.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/foreign-types-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A framework for Rust wrappers over C APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name foreign_types --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3df4b2c6562cb8c7 -C extra-filename=-df8219b21fb95b9a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern foreign_types_shared=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libforeign_types_shared-4b593c9bd707f25e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[httparse 1.10.1] cargo:rustc-cfg=httparse_simd_neon_intrinsics
[httparse 1.10.1] cargo:rustc-cfg=httparse_simd
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libm CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CFG_CARGO_FEATURES='["arch", "default"]' CFG_OPT_LEVEL=3 CFG_TARGET_FEATURES='["fxsr", "sse", "sse2"]' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/libm-19bd8ca1f1323abd/out /usr/local/bin/rustc --crate-name libm --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=40de3e8fb5e37459 -C extra-filename=-c98c9532ac6a0f38 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg arch_enabled --cfg optimizations_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,i128,libm,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_I128=1 CARGO_FEATURE_LIBM=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/num-traits-96328550a9fe7dc2/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/num-traits-284642ccb0198548/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.100 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=100 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/anyhow-0ad64b93362090cb/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/anyhow-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=3f39b02b8466bcff -C extra-filename=-725ed80fccbb54f1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
[num-traits 0.2.19] cargo:rustc-check-cfg=cfg(has_total_cmp)
[num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp
[num-traits 0.2.19] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/getrandom-3ff2e53568c187d7/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/getrandom-01fd244731579e4e/build-script-build`
[getrandom 0.3.4] cargo:rerun-if-changed=build.rs
Compiling native-tls v0.2.14
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION=1.80.0 CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e93eeecb5816803f -C extra-filename=-c1b83031028cef89 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/native-tls-c1b83031028cef89 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling writeable v0.6.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/writeable-0.6.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/writeable-0.6.2/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name writeable --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=1454aefdcf5c694f -C extra-filename=-0c6e4875eebcdc57 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling protobuf v3.7.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov ' CARGO_PKG_DESCRIPTION='Rust implementation of Google protocol buffers
' CARGO_PKG_HOMEPAGE='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protobuf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.7.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "with-bytes"))' -C metadata=d15cd1b20d459ef9 -C extra-filename=-c65a275a15747a05 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/protobuf-c65a275a15747a05 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling litemap v0.8.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/litemap-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/litemap-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name litemap --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/litemap-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=bc31939dd923df19 -C extra-filename=-40e65f4ed3fd34eb --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling cpufeatures v0.2.17
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cpufeatures-0.2.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cpufeatures-0.2.17/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name cpufeatures --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/cpufeatures-0.2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c8937536745cfad -C extra-filename=-575a11581c795ec5 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION=1.80.0 CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=false DEP_OPENSSL_CONF=OPENSSL_NO_SSL3_METHOD DEP_OPENSSL_INCLUDE=/usr/include DEP_OPENSSL_VERSION=111 DEP_OPENSSL_VERSION_NUMBER=1010117f HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/native-tls-1a4f778cc75de7ca/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/native-tls-c1b83031028cef89/build-script-build`
[native-tls 0.2.14] cargo:rustc-cfg=have_min_max_version
[native-tls 0.2.14] cargo::rustc-check-cfg=cfg(have_min_max_version)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.3.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/getrandom-3ff2e53568c187d7/out /usr/local/bin/rustc --crate-name getrandom --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=cbb5b53fc1e1155f -C extra-filename=-b011466cebfc4e75 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libcfg_if-8a0e24b7255a5f11.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling indexmap v2.12.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=2.12.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name indexmap --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=8a0b18fd68c1f74f -C extra-filename=-e8719f63f882fca0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern equivalent=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libequivalent-8a86614632929dab.rmeta --extern hashbrown=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libhashbrown-fe33901ea3051432.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=httparse CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/httparse-b23e2b283d926d3e/out /usr/local/bin/rustc --crate-name httparse --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7606dab86efda0f -C extra-filename=-727b10404f89bd2b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
Compiling http-body v1.0.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http_body CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Lucio Franco :Sean McArthur ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, streaming, HTTP request or response body.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-body CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http-body' CARGO_PKG_RUST_VERSION=1.49 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name http_body --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f5fce79dd92711f -C extra-filename=-2e924765dd63c582 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern http=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libhttp-e1cf1c3d44c78a94.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling errno v0.3.14
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/errno-0.3.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/errno-0.3.14/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong :Dan Gohman ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name errno --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d5729d610266c776 -C extra-filename=-5d2f6ea3ba53f298 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn`
Compiling icu_normalizer_data v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_normalizer crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_normalizer_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=547e0f0a42cec59f -C extra-filename=-a00b953fe724d4c5 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/icu_normalizer_data-a00b953fe724d4c5 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling percent-encoding v2.3.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/percent-encoding-2.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/percent-encoding-2.3.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name percent_encoding --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/percent-encoding-2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9364615d604133c2 -C extra-filename=-199e9f178ee35321 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling openssl-probe v0.1.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-probe-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-probe-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION=1.60.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name openssl_probe --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-probe-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01e6c6441bff5c4c -C extra-filename=-572ce3b0e9334bda --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling regex-automata v0.4.13
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-automata-0.4.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-automata-0.4.13/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name regex_automata --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-automata-0.4.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7855407ba459a9c0 -C extra-filename=-146509b7df81a472 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libaho_corasick-d003348cf82eff5f.rmeta --extern memchr=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libmemchr-ef9127886f14ae4d.rmeta --extern regex_syntax=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libregex_syntax-efcef1be5b3c4c08.rmeta --cap-lints warn`
Compiling serde v1.0.228
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8dabbe2cfade4e29 -C extra-filename=-1f4bf3fdc467a225 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/serde-1f4bf3fdc467a225 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling synstructure v0.13.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/synstructure-0.13.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/synstructure-0.13.2/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name synstructure --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/synstructure-0.13.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0f3ddc3e19a58c63 -C extra-filename=-a0d87ac38ef4d015 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rmeta --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rmeta --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rmeta --cap-lints warn`
Compiling darling_core v0.20.11
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_core-0.20.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_core-0.20.11/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name darling_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ead10f697d4f67c5 -C extra-filename=-f4bc12a1e38bc5f0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern fnv=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libfnv-475a1ebdf1973df8.rmeta --extern ident_case=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libident_case-139fa87b5061af3d.rmeta --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rmeta --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rmeta --extern strsim=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libstrsim-4ae4b5256b512e75.rmeta --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rmeta --cap-lints warn`
Compiling icu_properties_data v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_properties crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_properties_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c23094ae76749ad -C extra-filename=-7281d0676baf1409 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/icu_properties_data-7281d0676baf1409 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/num-traits-96328550a9fe7dc2/out /usr/local/bin/rustc --crate-name num_traits --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=068d993aab90f091 -C extra-filename=-fc176fd8765a1ad7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libm=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibm-c98c9532ac6a0f38.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_properties crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_properties_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/icu_properties_data-19ab17c3e9d6e351/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/icu_properties_data-7281d0676baf1409/build-script-build`
[icu_properties_data 2.1.1] cargo:rerun-if-env-changed=ICU4X_DATA_DIR
[icu_properties_data 2.1.1] cargo:rustc-check-cfg=cfg(icu4c_enable_renaming)
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,derive,serde_derive,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/serde-7afad2ce43707a8e/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/serde-1f4bf3fdc467a225/build-script-build`
[serde 1.0.228] cargo:rerun-if-changed=build.rs
[serde 1.0.228] cargo:rustc-cfg=if_docsrs_then_no_serde_core
[serde 1.0.228] cargo:rustc-check-cfg=cfg(feature, values("result"))
[serde 1.0.228] cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_core_error)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_core_net)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde 1.0.228] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_normalizer crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_normalizer_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/icu_normalizer_data-a5829b3baedde741/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/icu_normalizer_data-a00b953fe724d4c5/build-script-build`
[icu_normalizer_data 2.1.1] cargo:rerun-if-env-changed=ICU4X_DATA_DIR
[icu_normalizer_data 2.1.1] cargo:rustc-check-cfg=cfg(icu4c_enable_renaming)
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-157950f2066374ce/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-c8ee695bff5b3daa/build-script-build`
[thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs
[thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access)
[thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
[thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
Compiling getrandom v0.2.16
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.2.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.2.16/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name getrandom --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=58d821c1b3dde8b8 -C extra-filename=-77e4e380a9bb5ebe --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libcfg_if-8a0e24b7255a5f11.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling atomic-waker v1.1.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atomic_waker CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/atomic-waker-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/atomic-waker-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina :Contributors to futures-rs' CARGO_PKG_DESCRIPTION='A synchronization primitive for task wakeup' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic-waker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/atomic-waker' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name atomic_waker --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=a17d85bb7b853870 -C extra-filename=-ceaab0aba3ca77f2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=dc9e7d53aaeccfef -C extra-filename=-ea21b1cc81976dce --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-ea21b1cc81976dce -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: trait `AssertSync` is never used
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/atomic-waker-1.1.2/src/lib.rs:226:15
|
226 | trait AssertSync: Sync {}
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Compiling rustix v1.1.2
warning: `atomic-waker` (lib) generated 1 warning
Compiling httpdate v1.0.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=httpdate CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httpdate-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httpdate-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='Pyfisch ' CARGO_PKG_DESCRIPTION='HTTP date parsing and formatting' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httpdate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pyfisch/httpdate' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name httpdate --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b751d802f86706a3 -C extra-filename=-15c8431e7de44750 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ad89bdda5afb8083 -C extra-filename=-0a21d08a1e3ccb5b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-0a21d08a1e3ccb5b -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling tower-service v0.3.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tower_service CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-service-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-service-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Tower Maintainers ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, request / response based, client or server.
' CARGO_PKG_HOMEPAGE='https://github.com/tower-rs/tower' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tower-service CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tower-rs/tower' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tower_service --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-service-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac86fbe6b0bab236 -C extra-filename=-866c6c3c9317b631 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling try-lock v0.2.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=try_lock CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/try-lock-0.2.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/try-lock-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A lightweight atomic lock.' CARGO_PKG_HOMEPAGE='https://github.com/seanmonstar/try-lock' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=try-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/try-lock' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name try_lock --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/try-lock-0.2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8db413713db06bd1 -C extra-filename=-20be1d82d8343635 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rustix v0.38.44
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d89573c8cfa13ff3 -C extra-filename=-f532c195b47cfc15 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-f532c195b47cfc15 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling want v0.3.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=want CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/want-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/want-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Detect when another Future wants a result.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=want CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/want' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name want --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/want-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61817261a21affce -C extra-filename=-3b6105f721e3e5ea --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern try_lock=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtry_lock-20be1d82d8343635.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,default,fs,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-8ef15c41c11ce439/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-0a21d08a1e3ccb5b/build-script-build`
[rustix 1.1.2] cargo:rerun-if-changed=build.rs
[rustix 1.1.2] cargo:rustc-cfg=static_assertions
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=simd CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_SIMD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-464add1ebff7963c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-ea21b1cc81976dce/build-script-build`
[zerocopy 0.8.27] cargo:rerun-if-changed=build.rs
[zerocopy 0.8.27] cargo:rerun-if-changed=Cargo.toml
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_core_error_1_81_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.81.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.78.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.61.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_target_has_atomics_1_60_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.60.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_aarch64_simd_1_59_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.59.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(rust, values("1.57.0"))
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(doc_cfg)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(kani)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)
[zerocopy 0.8.27] cargo:rustc-check-cfg=cfg(coverage_nightly)
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_core_error_1_81_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_diagnostic_on_unimplemented_1_78_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_generic_bounds_in_const_fn_1_61_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_target_has_atomics_1_60_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_aarch64_simd_1_59_0
[zerocopy 0.8.27] cargo:rustc-cfg=zerocopy_panic_in_const_and_vec_try_reserve_1_57_0
Compiling rand_core v0.6.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=48c86aec95d8e879 -C extra-filename=-72aba6cacb10ccb7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern getrandom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libgetrandom-77e4e380a9bb5ebe.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[rustix 1.1.2] cargo:rustc-cfg=lower_upper_exp_for_non_zero
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_normalizer_data CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_normalizer crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_normalizer_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/icu_normalizer_data-a5829b3baedde741/out /usr/local/bin/rustc --crate-name icu_normalizer_data --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0862d324e4811db -C extra-filename=-97133ba4593ed42b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(icu4c_enable_renaming)'`
[rustix 1.1.2] cargo:rustc-cfg=rustc_diagnostics
[rustix 1.1.2] cargo:rustc-cfg=libc
[rustix 1.1.2] cargo:rustc-cfg=freebsdlike
[rustix 1.1.2] cargo:rustc-cfg=bsd
[rustix 1.1.2] cargo:rustc-cfg=fix_y2038
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 1.1.2] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/lib.rs:38:13
|
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_properties_data CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_properties crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_properties_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/icu_properties_data-19ab17c3e9d6e351/out /usr/local/bin/rustc --crate-name icu_properties_data --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c621bb7b3f001df -C extra-filename=-31ed427bf39f4ebd --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(icu4c_enable_renaming)'`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/error.rs:50:16
|
50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/error.rs:64:16
|
64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/error.rs:75:16
|
75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/os.rs:46:12
|
46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.6.4/src/lib.rs:411:16
|
411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=alloc,fs,libc-extra-traits,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-13a01bb4b307821f/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-f532c195b47cfc15/build-script-build`
[rustix 0.38.44] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/thiserror-5b3ecb3920c61bb0/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-c8ee695bff5b3daa/build-script-build`
[thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs
[thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access)
[thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
[rustix 0.38.44] cargo:rustc-cfg=static_assertions
[rustix 0.38.44] cargo:rustc-cfg=libc
[rustix 0.38.44] cargo:rustc-cfg=freebsdlike
[rustix 0.38.44] cargo:rustc-cfg=bsd
[rustix 0.38.44] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 0.38.44] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 0.38.44] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 0.38.44] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 0.38.44] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.21.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f394582927719662 -C extra-filename=-b27a803a7ce5451d --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
[thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
Compiling base64 v0.22.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64-0.22.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64-0.22.1/Cargo.toml CARGO_PKG_AUTHORS='Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.22.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name base64 --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64-0.22.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=efc10fea6c5d285d -C extra-filename=-8c84eea534211aee --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-13a01bb4b307821f/out /usr/local/bin/rustc --crate-name rustix --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=331c6b9419eefd59 -C extra-filename=-b282a33af8db7404 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libbitflags-f8901a8eb15342b0.rmeta --extern libc_errno=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liberrno-5d2f6ea3ba53f298.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn --cfg static_assertions --cfg libc --cfg freebsdlike --cfg bsd`
warning: `rand_core` (lib) generated 6 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/rustix-8ef15c41c11ce439/out /usr/local/bin/rustc --crate-name rustix --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8b1dcc2980086bac -C extra-filename=-99a624962f6539c9 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libbitflags-f8901a8eb15342b0.rmeta --extern libc_errno=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liberrno-5d2f6ea3ba53f298.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg freebsdlike --cfg bsd --cfg fix_y2038`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64-0.22.1/src/lib.rs:223:13
|
223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, and `std`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/zerocopy-464add1ebff7963c/out /usr/local/bin/rustc --crate-name zerocopy --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=82d84f0fa676bada -C extra-filename=-968be8d61b30020a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
Compiling rand_core v0.9.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=561bc1e3c1cc4505 -C extra-filename=-5574b98d61c0e1c4 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern getrandom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libgetrandom-b011466cebfc4e75.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `base64` (lib) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov ' CARGO_PKG_DESCRIPTION='Rust implementation of Google protocol buffers
' CARGO_PKG_HOMEPAGE='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protobuf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.7.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/protobuf-fb27bd2ad9a7f1d5/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/protobuf-c65a275a15747a05/build-script-build`
Compiling vergen-lib v0.1.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Jason Ozias ' CARGO_PKG_DESCRIPTION='Common code used to support the vergen libraries' CARGO_PKG_HOMEPAGE='https://github.com/rustyhorde/vergen' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vergen-lib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rustyhorde/vergen' CARGO_PKG_RUST_VERSION=1.81.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-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 --cfg 'feature="build"' --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=cc002008c535a039 -C extra-filename=-524f4efa2d542d74 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-lib-524f4efa2d542d74 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern rustversion=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/librustversion-b25a2c3ff17696d1.so --cap-lints warn`
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_SH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:961:18
|
961 | LockShared = bitcast!(c::LOCK_SH),
| -------------------- in this macro invocation
|
= note: `#[warn(unnecessary_transmutes)]` on by default
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_EX)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:967:21
|
967 | LockExclusive = bitcast!(c::LOCK_EX),
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_UN)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:973:14
|
973 | Unlock = bitcast!(c::LOCK_UN),
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_SH | c::LOCK_NB)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:979:29
|
979 | NonBlockingLockShared = bitcast!(c::LOCK_SH | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_EX | c::LOCK_NB)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:985:32
|
985 | NonBlockingLockExclusive = bitcast!(c::LOCK_EX | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_UN | c::LOCK_NB)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:991:25
|
991 | NonBlockingUnlock = bitcast!(c::LOCK_UN | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling thiserror v2.0.17
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d177ea746ce32e2 -C extra-filename=-a475d1e370d55594 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-a475d1e370d55594 -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name equivalent --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76d8097b8fa2d289 -C extra-filename=-a90f2c320014e734 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/hashbrown-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=424d53e1f546ce7b -C extra-filename=-a51f10615178799a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: unnecessary `unsafe` block
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/makedev.rs:83:6
|
83 | (unsafe { c::major(dev) }) as u32
| ^^^^^^ unnecessary `unsafe` block
|
= note: `#[warn(unused_unsafe)]` on by default
warning: unnecessary `unsafe` block
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/makedev.rs:122:6
|
122 | (unsafe { c::minor(dev) }) as u32
| ^^^^^^ unnecessary `unsafe` block
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:168:48
|
168 | unsafe { ret_owned_fd(c::open(c_str(path), bitflags_bits!(oflags), mode)) }
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:240:13
|
240 | bitflags_bits!(oflags),
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:392:13
|
392 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:444:13
|
444 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:697:13
|
697 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:780:13
|
780 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:841:13
|
841 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1027:13
|
1027 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1108:13
|
1108 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1232:33
|
1232 | Ok(OFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1242:36
|
1242 | Ok(SealFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_SYMLINK_NOFOLLOW)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:40:34
|
40 | const SYMLINK_NOFOLLOW = bitcast!(c::AT_SYMLINK_NOFOLLOW);
| -------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_EACCESS)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:44:25
|
44 | const EACCESS = bitcast!(c::AT_EACCESS);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_REMOVEDIR)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:47:27
|
47 | const REMOVEDIR = bitcast!(c::AT_REMOVEDIR);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_SYMLINK_FOLLOW)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:50:32
|
50 | const SYMLINK_FOLLOW = bitcast!(c::AT_SYMLINK_FOLLOW);
| ------------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_EMPTY_PATH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:62:28
|
62 | const EMPTY_PATH = bitcast!(c::AT_EMPTY_PATH);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_RESOLVE_BENEATH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:66:33
|
66 | const RESOLVE_BENEATH = bitcast!(c::AT_RESOLVE_BENEATH);
| ------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_ACCMODE)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:211:25
|
211 | const ACCMODE = bitcast!(c::O_ACCMODE);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDONLY | c::O_WRONLY | c::O_RDWR)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:220:24
|
220 | const RWMODE = bitcast!(c::O_RDONLY | c::O_WRONLY | c::O_RDWR);
| ----------------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_APPEND)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:223:24
|
223 | const APPEND = bitcast!(c::O_APPEND);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CREAT)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:227:24
|
227 | const CREATE = bitcast!(c::O_CREAT);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DIRECTORY)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:231:27
|
231 | const DIRECTORY = bitcast!(c::O_DIRECTORY);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DSYNC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:235:23
|
235 | const DSYNC = bitcast!(c::O_DSYNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_EXCL)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:238:22
|
238 | const EXCL = bitcast!(c::O_EXCL);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_FSYNC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:245:23
|
245 | const FSYNC = bitcast!(c::O_FSYNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NOFOLLOW)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:249:26
|
249 | const NOFOLLOW = bitcast!(c::O_NOFOLLOW);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NONBLOCK)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:252:26
|
252 | const NONBLOCK = bitcast!(c::O_NONBLOCK);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDONLY)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:255:24
|
255 | const RDONLY = bitcast!(c::O_RDONLY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_WRONLY)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:258:24
|
258 | const WRONLY = bitcast!(c::O_WRONLY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDWR)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:263:22
|
263 | const RDWR = bitcast!(c::O_RDWR);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NOCTTY)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:267:24
|
267 | const NOCTTY = bitcast!(c::O_NOCTTY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_SYNC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:281:22
|
281 | const SYNC = bitcast!(c::O_SYNC);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_TRUNC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:284:23
|
284 | const TRUNC = bitcast!(c::O_TRUNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_PATH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:294:22
|
294 | const PATH = bitcast!(c::O_PATH);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CLOEXEC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:297:25
|
297 | const CLOEXEC = bitcast!(c::O_CLOEXEC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DIRECT)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:322:24
|
322 | const DIRECT = bitcast!(c::O_DIRECT);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RESOLVE_BENEATH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:326:33
|
326 | const RESOLVE_BENEATH = bitcast!(c::O_RESOLVE_BENEATH);
| ------------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_EMPTY_PATH)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:330:28
|
330 | const EMPTY_PATH = bitcast!(c::O_EMPTY_PATH);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling regex v1.12.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-1.12.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-1.12.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.12.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name regex --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/regex-1.12.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=5c93b828e94f0359 -C extra-filename=-952dfd7c11c4d3f1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libaho_corasick-d003348cf82eff5f.rmeta --extern memchr=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libmemchr-ef9127886f14ae4d.rmeta --extern regex_automata=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libregex_automata-146509b7df81a472.rmeta --extern regex_syntax=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libregex_syntax-efcef1be5b3c4c08.rmeta --cap-lints warn`
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_SEAL)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:660:22
|
660 | const SEAL = bitcast!(c::F_SEAL_SEAL);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_SHRINK)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:662:24
|
662 | const SHRINK = bitcast!(c::F_SEAL_SHRINK);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_GROW)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:664:22
|
664 | const GROW = bitcast!(c::F_SEAL_GROW);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_WRITE)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:666:23
|
666 | const WRITE = bitcast!(c::F_SEAL_WRITE);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::FD_CLOEXEC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:13:25
|
13 | const CLOEXEC = bitcast!(c::FD_CLOEXEC);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CLOEXEC)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:60:25
|
60 | const CLOEXEC = bitcast!(c::O_CLOEXEC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:283:34
|
283 | Ok(FdFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
|
::: /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:330:13
|
330 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling zerofrom-derive v0.1.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerofrom_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-derive-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-derive-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerofrom crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerofrom_derive --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-derive-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aae1360e1fd5c00d -C extra-filename=-3a521821b8bfcd13 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern synstructure=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsynstructure-a0d87ac38ef4d015.rlib --extern proc_macro --cap-lints warn`
Compiling yoke-derive v0.8.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yoke_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-derive-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-derive-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the yoke crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name yoke_derive --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=581ddf2b8679b454 -C extra-filename=-4eb2908835d16a70 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern synstructure=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsynstructure-a0d87ac38ef4d015.rlib --extern proc_macro --cap-lints warn`
Compiling tokio-macros v2.6.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-macros-2.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-macros-2.6.0/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.71 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tokio_macros --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-macros-2.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab00a56535e83225 -C extra-filename=-c1baef6db2f79928 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling zerovec-derive v0.11.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerovec_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-derive-0.11.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-derive-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Custom derive for the zerovec crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerovec_derive --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad07f68c9fc84e53 -C extra-filename=-5a97aad9a83187bb --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
warning: `rustix` (lib) generated 54 warnings
Compiling futures-macro v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' 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_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_macro --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-macro-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e15da478678d486 -C extra-filename=-12566fccbd4ae73e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling zerocopy-derive v0.8.27
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-derive-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-derive-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerocopy_derive --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-derive-0.8.27/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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7eef4f45dcc9f58 -C extra-filename=-12a15fd615c2e9b6 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling thiserror-impl v1.0.69
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-1.0.69/Cargo.toml 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_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name thiserror_impl --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a990a4d44320eaf5 -C extra-filename=-c6bc1e7cb45c9008 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling tokio v1.48.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-1.48.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-1.48.0/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=1.48.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=48 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tokio --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-1.48.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=100d75e9662c1b7f -C extra-filename=-a5fdf59d3a30ba7e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --extern mio=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libmio-16337c9fbba52ee0.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --extern signal_hook_registry=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsignal_hook_registry-ca6551e8bfb9b854.rmeta --extern socket2=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsocket2-bbfb8ba52c7eac82.rmeta --extern tokio_macros=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libtokio_macros-c1baef6db2f79928.so --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling displaydoc v0.2.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=displaydoc CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/displaydoc-0.2.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/displaydoc-0.2.5/Cargo.toml CARGO_PKG_AUTHORS='Jane Lusby ' CARGO_PKG_DESCRIPTION='A derive macro for implementing the display Trait via a doc comment and string interpolation
' CARGO_PKG_HOMEPAGE='https://github.com/yaahc/displaydoc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=displaydoc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yaahc/displaydoc' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name displaydoc --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/displaydoc-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca15eb205e68a0cd -C extra-filename=-57b46fe57bff55c2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling futures-util v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-util-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name futures_util --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="bilock"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=eb9bafdf233cfc53 -C extra-filename=-a52a95e21e91fdd7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern futures_channel=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_channel-2471900a9dac940c.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern futures_io=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_io-ddc7f9496a035bc3.rmeta --extern futures_macro=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libfutures_macro-12566fccbd4ae73e.so --extern futures_sink=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_sink-3bd94e33435d825b.rmeta --extern futures_task=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_task-11f59b471e68661d.rmeta --extern memchr=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libmemchr-f5ad164c9951e4b6.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --extern pin_utils=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_utils-8025ffeec85e8673.rmeta --extern slab=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libslab-370bdba693fa82bd.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling openssl-macros v0.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-macros-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-macros-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name openssl_macros --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f21f46758190460 -C extra-filename=-23cde76d43a582c7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling darling_macro v0.20.11
Compiling zerofrom v0.1.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_macro-0.20.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_macro-0.20.11/Cargo.toml 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_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name darling_macro --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abe08dcc820364ca -C extra-filename=-4a1b8bf7df57bcfa --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern darling_core=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdarling_core-f4bc12a1e38bc5f0.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerofrom CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='ZeroFrom trait for constructing' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerofrom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.81 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerofrom --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerofrom-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=3b5cbf91b4be4d87 -C extra-filename=-d2e4ebff2f563e25 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern zerofrom_derive=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libzerofrom_derive-3a521821b8bfcd13.so --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling yoke v0.8.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yoke CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Abstraction allowing borrowed data to be carried along with the backing data it borrows from' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yoke CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name yoke --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/yoke-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=83162613168d0fa9 -C extra-filename=-81d758d975cef57b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern stable_deref_trait=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libstable_deref_trait-bf57c1aa774f9ec6.rmeta --extern yoke_derive=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libyoke_derive-4eb2908835d16a70.so --extern zerofrom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerofrom-d2e4ebff2f563e25.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-openssl/rust-openssl' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.10.75 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=75 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/openssl-80df371cd761118d/out /usr/local/bin/rustc --crate-name openssl --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/openssl-0.10.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=42e4942500d5a5bf -C extra-filename=-fbffb931a24cc012 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bitflags=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbitflags-30f67f14eca434e1.rmeta --extern cfg_if=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libcfg_if-8a0e24b7255a5f11.rmeta --extern foreign_types=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libforeign_types-df8219b21fb95b9a.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --extern once_cell=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libonce_cell-196f355b822940d8.rmeta --extern openssl_macros=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libopenssl_macros-23cde76d43a582c7.so --extern ffi=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libopenssl_sys-1d73a0ff7514d827.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/lib --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)'`
Compiling zerovec v0.11.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerovec CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-0.11.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Zero-copy vector backed by a byte array' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerovec --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerovec-0.11.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=413acc1f57f410d4 -C extra-filename=-4e6eef136dab4799 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern yoke=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libyoke-81d758d975cef57b.rmeta --extern zerofrom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerofrom-d2e4ebff2f563e25.rmeta --extern zerovec_derive=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libzerovec_derive-5a97aad9a83187bb.so --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling darling v0.20.11
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling-0.20.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling-0.20.11/Cargo.toml CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='A proc-macro library for reading attributes into structs when
implementing custom derives.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.20.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name darling --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=84c039305ba8b46d -C extra-filename=-69e941dc9472d260 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern darling_core=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdarling_core-f4bc12a1e38bc5f0.rmeta --extern darling_macro=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdarling_macro-4a1b8bf7df57bcfa.so --cap-lints warn`
Compiling zerotrie v0.2.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerotrie CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerotrie-0.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerotrie-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A data structure that efficiently maps strings to integers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerotrie CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name zerotrie --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerotrie-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=ff3f0fb6530de0a5 -C extra-filename=-69cbf4fb2d87d600 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern displaydoc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdisplaydoc-57b46fe57bff55c2.so --extern yoke=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libyoke-81d758d975cef57b.rmeta --extern zerofrom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerofrom-d2e4ebff2f563e25.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling serde_derive v1.0.228
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_derive-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_derive-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name serde_derive --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde_derive-1.0.228/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=ea6485830c53ab8d -C extra-filename=-7e154e34274bd31b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser :Jack Wrenn ' CARGO_PKG_DESCRIPTION='Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don'\''t have to.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/zerocopy-16ae39ebd20402cf/out /usr/local/bin/rustc --crate-name zerocopy --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=779b50ffa8b642fe -C extra-filename=-b42b61857ee98d11 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern zerocopy_derive=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libzerocopy_derive-12a15fd615c2e9b6.so --cap-lints warn -C link-arg=-fstack-protector-strong --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-157950f2066374ce/out /usr/local/bin/rustc --crate-name thiserror --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0575a2b3963568f -C extra-filename=-1c221056e71b0729 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libthiserror_impl-c6bc1e7cb45c9008.so --cap-lints warn --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
Compiling derive_builder_core v0.20.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=derive_builder_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_core-0.20.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_core-0.20.2/Cargo.toml CARGO_PKG_AUTHORS='Colin Kiegel :Pascal Hertleif :Jan-Erik Rediger :Ted Driggs ' CARGO_PKG_DESCRIPTION='Internal helper library for the derive_builder crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_builder_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-derive-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name derive_builder_core --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_core-0.20.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 --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=7e1af06b14aa216c -C extra-filename=-580fb2fdb30aa57e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern darling=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdarling-69e941dc9472d260.rmeta --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rmeta --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rmeta --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rmeta --cap-lints warn`
Compiling protobuf-support v3.7.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=protobuf_support CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-support-3.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-support-3.7.2/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov ' CARGO_PKG_DESCRIPTION='Code supporting protobuf implementation. None of code in this crate is public API.
' CARGO_PKG_HOMEPAGE='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protobuf-support CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.7.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name protobuf_support --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-support-3.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21c3489d19826c3 -C extra-filename=-ab13edf4a52b8885 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern thiserror=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libthiserror-1c221056e71b0729.rmeta --cap-lints warn`
Compiling tinystr v0.8.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tinystr-0.8.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tinystr-0.8.2/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tinystr --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c4dc701d85c35cb0 -C extra-filename=-16b01a0e18e10daf --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern displaydoc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdisplaydoc-57b46fe57bff55c2.so --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling icu_locale_core v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_locale_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_locale_core-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_locale_core-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for managing Unicode Language and Locale Identifiers' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locale_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name icu_locale_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=6d545f37cf762307 -C extra-filename=-d80bd7a487869142 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern displaydoc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdisplaydoc-57b46fe57bff55c2.so --extern litemap=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblitemap-40e65f4ed3fd34eb.rmeta --extern tinystr=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtinystr-16b01a0e18e10daf.rmeta --extern writeable=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libwriteable-0c6e4875eebcdc57.rmeta --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling potential_utf v0.1.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=potential_utf CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/potential_utf-0.1.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/potential_utf-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Unvalidated string and character types' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=potential_utf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.82 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name potential_utf --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/potential_utf-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=c8525a320e1856b2 -C extra-filename=-9e08836c732b50cf --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling icu_collections v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_collections CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_collections-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_collections-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Collection of API for use in ICU libraries.' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_collections CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name icu_collections --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=a8d7ad54512ca0ab -C extra-filename=-15aac59e80c61d16 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern displaydoc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdisplaydoc-57b46fe57bff55c2.so --extern potential_utf=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpotential_utf-9e08836c732b50cf.rmeta --extern yoke=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libyoke-81d758d975cef57b.rmeta --extern zerofrom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerofrom-d2e4ebff2f563e25.rmeta --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling derive_builder_macro v0.20.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=derive_builder_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_macro-0.20.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_macro-0.20.2/Cargo.toml CARGO_PKG_AUTHORS='Colin Kiegel :Pascal Hertleif :Jan-Erik Rediger :Ted Driggs ' CARGO_PKG_DESCRIPTION='Rust macro to automatically implement the builder pattern for arbitrary structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_builder_macro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-derive-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name derive_builder_macro --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder_macro-0.20.2/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="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=398558c633324cd9 -C extra-filename=-39e8d0fda1c4840c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern derive_builder_core=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libderive_builder_core-580fb2fdb30aa57e.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Compiling icu_provider v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_provider CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_provider-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_provider-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Trait and struct definitions for the ICU data provider' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_provider CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name icu_provider --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=c56a51ccb4a77509 -C extra-filename=-81ec17921910da0a --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern displaydoc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libdisplaydoc-57b46fe57bff55c2.so --extern icu_locale_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_locale_core-d80bd7a487869142.rmeta --extern writeable=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libwriteable-0c6e4875eebcdc57.rmeta --extern yoke=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libyoke-81d758d975cef57b.rmeta --extern zerofrom=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerofrom-d2e4ebff2f563e25.rmeta --extern zerotrie=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerotrie-69cbf4fb2d87d600.rmeta --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/thiserror-5b3ecb3920c61bb0/out /usr/local/bin/rustc --crate-name thiserror --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da052a15b518949d -C extra-filename=-963f781ac44aadf5 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libthiserror_impl-c6bc1e7cb45c9008.so --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
Compiling ipnet v2.11.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ipnet CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ipnet-2.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ipnet-2.11.0/Cargo.toml CARGO_PKG_AUTHORS='Kris Price ' CARGO_PKG_DESCRIPTION='Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust'\''s standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ipnet CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/krisprice/ipnet' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.11.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name ipnet --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=ad478235cb3d779b -C extra-filename=-ab1d10bcd7648923 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling icu_normalizer v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_normalizer CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='API for normalizing text into Unicode Normalization Forms' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_normalizer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name icu_normalizer --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=8f574100054cedd0 -C extra-filename=-c2b8ee62e8b9432b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern icu_collections=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_collections-15aac59e80c61d16.rmeta --extern icu_normalizer_data=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_normalizer_data-97133ba4593ed42b.rmeta --extern icu_provider=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_provider-81ec17921910da0a.rmeta --extern smallvec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsmallvec-18327b286647458b.rmeta --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling icu_properties v2.1.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_properties CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties-2.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Definitions for Unicode properties' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_properties CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.83 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name icu_properties --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/icu_properties-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=bd75b1c3d9eb6159 -C extra-filename=-25970ac3ea1cf333 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern icu_collections=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_collections-15aac59e80c61d16.rmeta --extern icu_locale_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_locale_core-d80bd7a487869142.rmeta --extern icu_properties_data=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_properties_data-31ed427bf39f4ebd.rmeta --extern icu_provider=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_provider-81ec17921910da0a.rmeta --extern zerotrie=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerotrie-69cbf4fb2d87d600.rmeta --extern zerovec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerovec-4e6eef136dab4799.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling ppv-lite86 v0.2.21
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Cross-platform cryptography-oriented low-level SIMD library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=82f2fe8b00a634bc -C extra-filename=-643172bc3d2d7908 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern zerocopy=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libzerocopy-b42b61857ee98d11.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling base64ct v1.8.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64ct CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64ct-1.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64ct-1.8.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
data-dependent branches/LUTs and thereby provides portable "best effort"
constant-time operation and embedded-friendly no_std support
' CARGO_PKG_HOMEPAGE='https://github.com/RustCrypto/formats/tree/master/base64ct' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64ct CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats' CARGO_PKG_RUST_VERSION=1.85 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name base64ct --edition=2024 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/base64ct-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d8635c14ebe07e38 -C extra-filename=-bd073bdbc657618e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling powerfmt v0.2.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it
significantly easier to support filling to a minimum width with alignment, avoid heap
allocation, and avoid repetitive calculations.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name powerfmt --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=944ccd9499a4f012 -C extra-filename=-043b53af4ede01c1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `__powerfmt_docs`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0/src/lib.rs:6:13
|
6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))]
| ^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `__powerfmt_docs`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0/src/lib.rs:7:13
|
7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `__powerfmt_docs`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/powerfmt-0.2.0/src/smart_display.rs:629:12
|
629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `powerfmt` (lib) generated 3 warnings
Compiling home v0.5.12
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=native_tls CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION=1.80.0 CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/native-tls-1a4f778cc75de7ca/out /usr/local/bin/rustc --crate-name native_tls --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/native-tls-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=b25ab99a2aecc291 -C extra-filename=-ac32e738c29ce8f7 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern log=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblog-ccd5fb58d3bd4c3c.rmeta --extern openssl=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libopenssl-fbffb931a24cc012.rmeta --extern openssl_probe=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libopenssl_probe-572ce3b0e9334bda.rmeta --extern openssl_sys=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libopenssl_sys-1d73a0ff7514d827.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/lib --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=home CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/home-0.5.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/home-0.5.12/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson ' CARGO_PKG_DESCRIPTION='Shared definitions of home directories.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=home CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION=1.88 CARGO_PKG_VERSION=0.5.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name home --edition=2024 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/home-0.5.12/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 '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ea10245a9ab6b94 -C extra-filename=-38b6f794796292a9 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling fastrand v2.3.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fastrand-2.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fastrand-2.3.0/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.3.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name fastrand --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=553b68b2d992f453 -C extra-filename=-32bdd4b8f3c543a1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling which v4.4.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=which CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/which-4.4.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/which-4.4.2/Cargo.toml CARGO_PKG_AUTHORS='Harry Fei ' CARGO_PKG_DESCRIPTION='A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=which CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/harryfei/which-rs.git' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=4.4.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name which --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=6c8502dd0e4e566b -C extra-filename=-5d7901d2f1186099 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern either=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libeither-6bcd6157fb0610c0.rmeta --extern home=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libhome-38b6f794796292a9.rmeta --extern rustix=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/librustix-b282a33af8db7404.rmeta --cap-lints warn`
Compiling pem-rfc7468 v0.7.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pem_rfc7468 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pem-rfc7468-0.7.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pem-rfc7468-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
strict subset of the original Privacy-Enhanced Mail encoding intended
specifically for use with cryptographic keys, certificates, and other messages.
Provides a no_std-friendly, constant-time implementation suitable for use with
cryptographic private keys.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pem-rfc7468 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/formats/tree/master/pem-rfc7468' CARGO_PKG_RUST_VERSION=1.60 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name pem_rfc7468 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d5cdc269bd536594 -C extra-filename=-0e72403ae8da2890 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern base64ct=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbase64ct-bd073bdbc657618e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling tempfile v3.23.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tempfile-3.23.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tempfile-3.23.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.23.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tempfile --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tempfile-3.23.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"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a5d61220f28c06cf -C extra-filename=-a1dd81105acfdc65 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern fastrand=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libfastrand-32bdd4b8f3c543a1.rmeta --extern getrandom=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libgetrandom-1d231704a489920b.rmeta --extern once_cell=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libonce_cell-b27a803a7ce5451d.rmeta --extern rustix=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/librustix-99a624962f6539c9.rmeta --cap-lints warn`
Compiling deranged v0.5.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/deranged-0.5.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/deranged-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.81.0 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name deranged --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=bfbeba9ece56cd54 -C extra-filename=-eb00dc0bfcbb530e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern powerfmt=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libpowerfmt-043b53af4ede01c1.rmeta --cap-lints warn`
Compiling idna_adapter v1.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna_adapter CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna_adapter-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna_adapter-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Back end adapter for idna' CARGO_PKG_HOMEPAGE='https://docs.rs/crate/idna_adapter/latest' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna_adapter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/idna_adapter' CARGO_PKG_RUST_VERSION=1.82 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name idna_adapter --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna_adapter-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=72c2b2284f2ba3f8 -C extra-filename=-ce255f1366e7708e --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern icu_normalizer=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_normalizer-c2b8ee62e8b9432b.rmeta --extern icu_properties=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libicu_properties-25970ac3ea1cf333.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rand_chacha v0.3.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=725b39bb4c5f85b4 -C extra-filename=-5f3f7dfb37d84ac3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libppv_lite86-643172bc3d2d7908.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_core-72aba6cacb10ccb7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rand_chacha v0.9.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.9.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-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 opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=53f5cb60f95c79b5 -C extra-filename=-e8a7f97c2465a9f3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libppv_lite86-643172bc3d2d7908.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_core-5574b98d61c0e1c4.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling derive_builder v0.20.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=derive_builder CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder-0.20.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder-0.20.2/Cargo.toml CARGO_PKG_AUTHORS='Colin Kiegel :Pascal Hertleif :Jan-Erik Rediger :Ted Driggs ' CARGO_PKG_DESCRIPTION='Rust macro to automatically implement the builder pattern for arbitrary structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=derive_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-derive-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name derive_builder --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/derive_builder-0.20.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 --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=875955daf36465a1 -C extra-filename=-4843aa8c0df98525 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern derive_builder_macro=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libderive_builder_macro-39e8d0fda1c4840c.so --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.228 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=228 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/serde-7afad2ce43707a8e/out /usr/local/bin/rustc --crate-name serde --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=656ae8537c74cc4e -C extra-filename=-91eb30a4ea095d51 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern serde_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libserde_core-7c3e56358fe3042a.rmeta --extern serde_derive=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libserde_derive-7e154e34274bd31b.so --cap-lints warn -C link-arg=-fstack-protector-strong --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=protobuf CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov ' CARGO_PKG_DESCRIPTION='Rust implementation of Google protocol buffers
' CARGO_PKG_HOMEPAGE='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protobuf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.7.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/protobuf-fb27bd2ad9a7f1d5/out /usr/local/bin/rustc --crate-name protobuf --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.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 --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "with-bytes"))' -C metadata=7a2c337f928ed58e -C extra-filename=-4ef4c9a4397644ad --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern once_cell=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libonce_cell-b27a803a7ce5451d.rmeta --extern protobuf_support=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libprotobuf_support-ab13edf4a52b8885.rmeta --extern thiserror=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libthiserror-1c221056e71b0729.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Cross-platform cryptography-oriented low-level SIMD library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=0aa2d14300f0f265 -C extra-filename=-e2f6ecb87c6357e6 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern zerocopy=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libzerocopy-968be8d61b30020a.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.82 CARGO_PKG_VERSION=2.12.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name indexmap --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/indexmap-2.12.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=2737fc677fbcdf59 -C extra-filename=-1990a0128076a6d4 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern equivalent=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libequivalent-a90f2c320014e734.rmeta --extern hashbrown=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libhashbrown-a51f10615178799a.rmeta --cap-lints warn`
warning: unexpected `cfg` condition name: `never`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/src/lib.rs:102:7
|
102 | #[cfg(never)]
| ^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: requested on the command line with `-W unexpected-cfgs`
warning: unexpected `cfg` condition name: `never`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/protobuf-3.7.2/src/lib.rs:105:7
|
105 | #[cfg(never)]
| ^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling tokio-util v0.7.17
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-util-0.7.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-util-0.7.17/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.7.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tokio_util --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-util-0.7.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=306dbcf6b694b865 -C extra-filename=-f1f9d5de4226b246 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_sink-3bd94e33435d825b.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --extern tokio=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtokio-a5fdf59d3a30ba7e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling tokio-native-tls v0.3.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_native_tls CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-native-tls-0.3.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-native-tls-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS
for nonblocking I/O streams.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tls' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tokio_native_tls --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tokio-native-tls-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=9812ea2443278a66 -C extra-filename=-a2ac5915a8116eb1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern native_tls=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libnative_tls-ac32e738c29ce8f7.rmeta --extern tokio=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtokio-a5fdf59d3a30ba7e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong -L native=/usr/lib`
Compiling thiserror-impl v2.0.17
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-2.0.17/Cargo.toml 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_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name thiserror_impl --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-impl-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f78b7f501d1beb62 -C extra-filename=-b05e47a209722baa --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libproc_macro2-1ec95ac10ce42c2b.rlib --extern quote=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libquote-d273f932cf3c186d.rlib --extern syn=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libsyn-0b84beccebc75dd1.rlib --extern proc_macro --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/thiserror-c9160d1eb8ee37e8/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/thiserror-a475d1e370d55594/build-script-build`
[thiserror 2.0.17] cargo:rerun-if-changed=build/probe.rs
[thiserror 2.0.17] cargo:rustc-check-cfg=cfg(error_generic_member_access)
[thiserror 2.0.17] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
[thiserror 2.0.17] cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type)
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=build,default,git CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_BUILD=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_GIT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Jason Ozias ' CARGO_PKG_DESCRIPTION='Common code used to support the vergen libraries' CARGO_PKG_HOMEPAGE='https://github.com/rustyhorde/vergen' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vergen-lib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rustyhorde/vergen' CARGO_PKG_RUST_VERSION=1.81.0 CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-lib-78ca469341c904ea/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-lib-524f4efa2d542d74/build-script-build`
[vergen-lib 0.1.6] cargo:rerun-if-changed=build.rs
[vergen-lib 0.1.6] cargo:rustc-check-cfg=cfg(nightly)
[vergen-lib 0.1.6] cargo:rustc-check-cfg=cfg(beta)
[vergen-lib 0.1.6] cargo:rustc-check-cfg=cfg(stable)
[vergen-lib 0.1.6] cargo:rustc-cfg=stable
Compiling form_urlencoded v1.2.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/form_urlencoded-1.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/form_urlencoded-1.2.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name form_urlencoded --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9ba5571d9aa79b22 -C extra-filename=-d8fe3b98f5c0edf2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern percent_encoding=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpercent_encoding-199e9f178ee35321.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling http-body-util v0.1.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http_body_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-util-0.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-util-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Lucio Franco :Sean McArthur ' CARGO_PKG_DESCRIPTION='Combinators and adapters for HTTP request or response bodies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-body-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http-body' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name http_body_util --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=9b7213f2b696b6c1 -C extra-filename=-4b9c808bcb5cc7b3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern http=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libhttp-e1cf1c3d44c78a94.rmeta --extern http_body=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libhttp_body-2e924765dd63c582.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[thiserror 2.0.17] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
Compiling vergen v9.0.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-9.0.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-9.0.6/Cargo.toml CARGO_PKG_AUTHORS='Jason Ozias ' CARGO_PKG_DESCRIPTION='Generate '\''cargo:rustc-env'\'' instructions via '\''build.rs'\'' for use in your code via the '\''env'\!''\'' macro' CARGO_PKG_HOMEPAGE='https://github.com/rustyhorde/vergen' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vergen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rustyhorde/vergen' CARGO_PKG_RUST_VERSION=1.81.0 CARGO_PKG_VERSION=9.0.6 CARGO_PKG_VERSION_MAJOR=9 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-9.0.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 --cfg 'feature="build"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=ceb20ff47bc0eda5 -C extra-filename=-639688c90bc5bcce --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-639688c90bc5bcce -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern rustversion=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/librustversion-b25a2c3ff17696d1.so --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=08e79994b86ee473 -C extra-filename=-6db7e40aeb4b1071 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern getrandom=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libgetrandom-1d231704a489920b.rmeta --cap-lints warn`
Compiling num_threads v0.1.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num_threads-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name num_threads --edition=2015 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b329cbfad5c31adb -C extra-filename=-4cf95186d20c67f2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/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="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=bc65bd8b378a6ee1 -C extra-filename=-36d1da3c16e89f8f --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/build/num-traits-36d1da3c16e89f8f -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern autocfg=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libautocfg-c1e1f1cb421da680.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=arch,default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ARCH=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/libm-55106536e7deb160/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/libm-5ae0c48abde186b6/build-script-build`
[libm 0.2.15] cargo:rerun-if-changed=build.rs
[libm 0.2.15] cargo:rerun-if-changed=configure.rs
[libm 0.2.15] cargo:rustc-check-cfg=cfg(assert_no_panic)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(intrinsics_enabled)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(arch_enabled)
[libm 0.2.15] cargo:rustc-cfg=arch_enabled
[libm 0.2.15] cargo:rustc-check-cfg=cfg(optimizations_enabled)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(x86_no_sse)
[libm 0.2.15] cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"]
[libm 0.2.15] cargo:rustc-env=CFG_OPT_LEVEL=0
[libm 0.2.15] cargo:rustc-env=CFG_TARGET_FEATURES=["fxsr", "sse", "sse2"]
[libm 0.2.15] cargo:rustc-check-cfg=cfg(f16_enabled)
[libm 0.2.15] cargo:rustc-check-cfg=cfg(f128_enabled)
Compiling sync_wrapper v1.0.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sync_wrapper CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/sync_wrapper-1.0.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/sync_wrapper-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='Actyx AG ' CARGO_PKG_DESCRIPTION='A tool for enlisting the compiler'\''s help in proving the absence of concurrency' CARGO_PKG_HOMEPAGE='https://docs.rs/sync_wrapper' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sync_wrapper CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Actyx/sync_wrapper' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name sync_wrapper --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=0833d30b5c46985c -C extra-filename=-b8ef797afa251ba4 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling utf8_iter v1.0.4
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8_iter CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/utf8_iter-1.0.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/utf8_iter-1.0.4/Cargo.toml CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='Iterator by char over potentially-invalid UTF-8 in &[u8]' CARGO_PKG_HOMEPAGE='https://docs.rs/utf8_iter/' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8_iter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/utf8_iter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name utf8_iter --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8149069fda8d71b2 -C extra-filename=-7184985d53dd089f --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling h2 v0.4.12
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=h2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/h2-0.4.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/h2-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='An HTTP/2 client and server' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=h2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/h2' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name h2 --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/h2-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=ad3978dcabf89ca6 -C extra-filename=-12404a7dfc715097 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern atomic_waker=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libatomic_waker-ceaab0aba3ca77f2.rmeta --extern bytes=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libbytes-f39360d39377368d.rmeta --extern fnv=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfnv-3f90c988f9c9adf2.rmeta --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern futures_sink=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_sink-3bd94e33435d825b.rmeta --extern http=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libhttp-e1cf1c3d44c78a94.rmeta --extern indexmap=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libindexmap-e8719f63f882fca0.rmeta --extern slab=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libslab-370bdba693fa82bd.rmeta --extern tokio=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtokio-a5fdf59d3a30ba7e.rmeta --extern tokio_util=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtokio_util-f1f9d5de4226b246.rmeta --extern tracing=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtracing-53ff9bbc747d535c.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling bitflags v1.3.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-1.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/bitflags-1.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=a5c38d6a1cdc4f1d -C extra-filename=-0bff9b4cd9736dcb --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9ec3d613eb41475d -C extra-filename=-24255043673eb185 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling time-core v0.1.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-core-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-core-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.81.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name time_core --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-core-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 embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=210d8d7e0e725578 -C extra-filename=-6d5538d896ed1bef --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling tower-layer v0.3.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tower_layer CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-layer-0.3.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-layer-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Tower Maintainers ' CARGO_PKG_DESCRIPTION='Decorates a `Service` to allow easy composition between `Service`s.
' CARGO_PKG_HOMEPAGE='https://github.com/tower-rs/tower' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tower-layer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tower-rs/tower' 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tower_layer --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-layer-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40781c2f5b551c4f -C extra-filename=-aa2555d526e7be3c --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling num-conv v0.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-conv-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides
better certainty when refactoring, makes the exact behavior of code more explicit, and allows using
turbofish syntax.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name num_conv --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dafa6626adb95fd -C extra-filename=-9c01c89f4625b36b --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn`
Compiling ryu v1.0.20
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ryu-1.0.20 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ryu-1.0.20/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name ryu --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/ryu-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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=34807bbb0f4dbf67 -C extra-filename=-384e260ea13e9a11 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling idna v1.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.57 CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name idna --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=5a0f8412d947daa0 -C extra-filename=-58f455f3850085c0 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern idna_adapter=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libidna_adapter-ce255f1366e7708e.rmeta --extern smallvec=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsmallvec-18327b286647458b.rmeta --extern utf8_iter=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libutf8_iter-7184985d53dd089f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling tower v0.5.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tower CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-0.5.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Tower Maintainers ' CARGO_PKG_DESCRIPTION='Tower is a library of modular and reusable components for building robust
clients and servers.
' CARGO_PKG_HOMEPAGE='https://github.com/tower-rs/tower' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tower CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tower-rs/tower' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name tower --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/tower-0.5.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=ab1430eab87ac5c8 -C extra-filename=-98fe801680fdf805 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern futures_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_core-5fe9ea5fe7d57841.rmeta --extern futures_util=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libfutures_util-a52a95e21e91fdd7.rmeta --extern pin_project_lite=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libpin_project_lite-35c9caef2225ad89.rmeta --extern sync_wrapper=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libsync_wrapper-b8ef797afa251ba4.rmeta --extern tokio=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtokio-a5fdf59d3a30ba7e.rmeta --extern tower_layer=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtower_layer-aa2555d526e7be3c.rmeta --extern tower_service=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/libtower_service-866c6c3c9317b631.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling time v0.3.44
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-0.3.44 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-0.3.44/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.81.0 CARGO_PKG_VERSION=0.3.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name time --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/time-0.3.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=264f85e88c1c11ce -C extra-filename=-9696d7419c4bb8ef --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern deranged=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libderanged-eb00dc0bfcbb530e.rmeta --extern itoa=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libitoa-24255043673eb185.rmeta --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/liblibc-d9904b7abb52dfea.rmeta --extern num_conv=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libnum_conv-9c01c89f4625b36b.rmeta --extern num_threads=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libnum_threads-4cf95186d20c67f2.rmeta --extern powerfmt=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libpowerfmt-043b53af4ede01c1.rmeta --extern time_core=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libtime_core-6d5538d896ed1bef.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.9.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-0.9.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand_chacha --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand_chacha-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=91320dcb41be64a7 -C extra-filename=-195ea2f09fb530a1 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern ppv_lite86=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libppv_lite86-e2f6ecb87c6357e6.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/librand_core-6db7e40aeb4b1071.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=libm CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_LIBM=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/num-traits-24645b4580737887/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/num-traits-36d1da3c16e89f8f/build-script-build`
[num-traits 0.2.19] cargo:rustc-check-cfg=cfg(has_total_cmp)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.17/Cargo.toml 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_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/build/thiserror-c9160d1eb8ee37e8/out /usr/local/bin/rustc --crate-name thiserror --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/thiserror-2.0.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1b93302de889c1c -C extra-filename=-369c7ef043787eeb --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libthiserror_impl-b05e47a209722baa.so --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
[num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp
[num-traits 0.2.19] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libm CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CFG_CARGO_FEATURES='["arch", "default"]' CFG_OPT_LEVEL=0 CFG_TARGET_FEATURES='["fxsr", "sse", "sse2"]' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/libm-55106536e7deb160/out /usr/local/bin/rustc --crate-name libm --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/libm-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' -C debug-assertions=off --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=46996014d0fd6b60 -C extra-filename=-4d5fa3a4c438ce15 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --cap-lints warn --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=build,time CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_BUILD=1 CARGO_FEATURE_TIME=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-9.0.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-9.0.6/Cargo.toml CARGO_PKG_AUTHORS='Jason Ozias ' CARGO_PKG_DESCRIPTION='Generate '\''cargo:rustc-env'\'' instructions via '\''build.rs'\'' for use in your code via the '\''env'\!''\'' macro' CARGO_PKG_HOMEPAGE='https://github.com/rustyhorde/vergen' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vergen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rustyhorde/vergen' CARGO_PKG_RUST_VERSION=1.81.0 CARGO_PKG_VERSION=9.0.6 CARGO_PKG_VERSION_MAJOR=9 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/audio/spotifyd/work/target/release/deps:/magus/work/usr/mports/audio/spotifyd/work/target/release:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-0c938efa0c332ba5/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=/usr/local/llvm15/bin/clang RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-639688c90bc5bcce/build-script-build`
[vergen 9.0.6] cargo:rerun-if-changed=build.rs
[vergen 9.0.6] cargo:rustc-check-cfg=cfg(coverage_nightly)
[vergen 9.0.6] cargo:rustc-check-cfg=cfg(nightly)
[vergen 9.0.6] cargo:rustc-check-cfg=cfg(beta)
[vergen 9.0.6] cargo:rustc-check-cfg=cfg(stable)
[vergen 9.0.6] cargo:rustc-cfg=stable
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vergen_lib CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-0.1.6/Cargo.toml CARGO_PKG_AUTHORS='Jason Ozias ' CARGO_PKG_DESCRIPTION='Common code used to support the vergen libraries' CARGO_PKG_HOMEPAGE='https://github.com/rustyhorde/vergen' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vergen-lib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rustyhorde/vergen' CARGO_PKG_RUST_VERSION=1.81.0 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/spotifyd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/audio/spotifyd/work/target/release/build/vergen-lib-78ca469341c904ea/out /usr/local/bin/rustc --crate-name vergen_lib --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/vergen-lib-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="build"' --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=db6c29d52905698a -C extra-filename=-b5892342c079a697 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/release/deps -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern anyhow=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libanyhow-725ed80fccbb54f1.rmeta --extern derive_builder=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps/libderive_builder-4843aa8c0df98525.rmeta --cap-lints warn --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
Compiling rand v0.9.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.9.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.9.2/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 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/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2021 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-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 opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d2c2aa46c266a39e -C extra-filename=-fa5904c637933ab3 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern rand_chacha=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_chacha-e8a7f97c2465a9f3.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_core-5574b98d61c0e1c4.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rand v0.8.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2018 /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.8.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=dbcbebae80557612 -C extra-filename=-68c146327bb55dc2 --out-dir /magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=/usr/local/llvm15/bin/clang -C strip=debuginfo -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/audio/spotifyd/work/target/release/deps --extern libc=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/liblibc-bbfb31c983a7bc07.rmeta --extern rand_chacha=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_chacha-5f3f7dfb37d84ac3.rmeta --extern rand_core=/magus/work/usr/mports/audio/spotifyd/work/target/i686-unknown-freebsd/release/deps/librand_core-72aba6cacb10ccb7.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/audio/spotifyd/work/spotifyd-0.4.2/cargo-crates/rand-0.8.5/src/lib.rs:53:13
|
53 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus