MidnightBSD Magus

japanese/sudachi

Implementation of Sudachi, a Japanese morphological analyzer

Flavor Version Run OSVersion Arch License Restricted Status
0.6.10_3 637 4.0 i386 Apache-2.0 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4032b info 2026-05-14 18:31:27.475949 Test Started
m4032b fail 2026-05-14 18:33:54.606317 make build returned non-zero: 1
m4032b fail 2026-05-14 18:33:54.701167 Test complete.

Log

===>  Building for ja-sudachi-0.6.10_3
   Compiling proc-macro2 v1.0.85
   Compiling unicode-ident v1.0.12
   Compiling memchr v2.7.2
   Compiling serde v1.0.203
   Compiling libc v0.2.155
   Compiling utf8parse v0.2.1
   Compiling regex-syntax v0.8.3
   Compiling tinyvec_macros v0.1.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.85 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=85 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/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=037dfcbc5976a754 -C extra-filename=-32147baba2aa105c --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/build/proc-macro2-32147baba2aa105c -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-ident-1.0.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-ident-1.0.12/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-ident-1.0.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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cb267aa5cdffa98 -C extra-filename=-7c3ac05bdb7c0725 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memchr-2.7.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memchr-2.7.2/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.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0d887540000690fa -C extra-filename=-4b481cbd40c8dc49 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec_macros-0.1.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec_macros-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' 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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name tinyvec_macros --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=695aaf5a0b7a2eb9 -C extra-filename=-095b5943fd490706 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=1f1cb50f25c3ff21 -C extra-filename=-3168713c07bfa35a --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="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=5aeb7d06a88e2721 -C extra-filename=-7a14d709a7351b86 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/build/libc-7a14d709a7351b86 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-syntax-0.8.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-syntax-0.8.3/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-syntax-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="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=0d1b8a0dac9d4343 -C extra-filename=-28302b094d23b83e --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/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.31 CARGO_PKG_VERSION=1.0.203 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=203 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/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=09f849d945d290f7 -C extra-filename=-85535449adf140cc --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/build/serde-85535449adf140cc -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
   Compiling anstyle-parse v0.2.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-parse-0.2.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-parse-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_parse --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3a32a45866ae8800 -C extra-filename=-ce85ac2f4be8bb7b --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern utf8parse=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libutf8parse-3168713c07bfa35a.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling colorchoice v1.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name colorchoice --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2468917bd610fa70 -C extra-filename=-5f240bc7e930278b --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:54:13
   |
54 |             crate::ColorChoice::Auto,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: requested on the command line with `-W unused-qualifications`
help: remove the unnecessary path segments
   |
54 -             crate::ColorChoice::Auto,
54 +             ColorChoice::Auto,
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:70:13
   |
70 |             crate::ColorChoice::Auto => 0,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
70 -             crate::ColorChoice::Auto => 0,
70 +             ColorChoice::Auto => 0,
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:71:13
   |
71 |             crate::ColorChoice::AlwaysAnsi => 1,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
71 -             crate::ColorChoice::AlwaysAnsi => 1,
71 +             ColorChoice::AlwaysAnsi => 1,
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:72:13
   |
72 |             crate::ColorChoice::Always => 2,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
72 -             crate::ColorChoice::Always => 2,
72 +             ColorChoice::Always => 2,
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:73:13
   |
73 |             crate::ColorChoice::Never => 3,
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
73 -             crate::ColorChoice::Never => 3,
73 +             ColorChoice::Never => 3,
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:79:23
   |
79 |             0 => Some(crate::ColorChoice::Auto),
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
79 -             0 => Some(crate::ColorChoice::Auto),
79 +             0 => Some(ColorChoice::Auto),
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:80:23
   |
80 |             1 => Some(crate::ColorChoice::AlwaysAnsi),
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
80 -             1 => Some(crate::ColorChoice::AlwaysAnsi),
80 +             1 => Some(ColorChoice::AlwaysAnsi),
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:81:23
   |
81 |             2 => Some(crate::ColorChoice::Always),
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
81 -             2 => Some(crate::ColorChoice::Always),
81 +             2 => Some(ColorChoice::Always),
   |

warning: unnecessary qualification
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/colorchoice-1.0.1/src/lib.rs:82:23
   |
82 |             3 => Some(crate::ColorChoice::Never),
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: remove the unnecessary path segments
   |
82 -             3 => Some(crate::ColorChoice::Never),
82 +             3 => Some(ColorChoice::Never),
   |

   Compiling anstyle-query v1.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-query-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-query-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_query --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-query-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=211c885dc441db54 -C extra-filename=-22052c40bb274c65 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `colorchoice` (lib) generated 9 warnings
   Compiling serde_json v1.0.117
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.117 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=117 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e5f1c4663dbcda92 -C extra-filename=-c9bbcb2191265559 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/build/serde_json-c9bbcb2191265559 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
   Compiling ryu v1.0.18
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/ryu-1.0.18 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/ryu-1.0.18/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.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name ryu --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=9b0e5835bed7aaab -C extra-filename=-4938da43100a4853 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/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.31 CARGO_PKG_VERSION=1.0.203 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=203 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/japanese/sudachi/work/target/release:/magus/work/usr/mports/japanese/sudachi/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/serde-366b9503df71c709/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/japanese/sudachi/work/target/release/build/serde-85535449adf140cc/build-script-build`
[serde 1.0.203] cargo:rerun-if-changed=build.rs
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_core_try_from)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_float_copysign)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
[serde 1.0.203] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
   Compiling itoa v1.0.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itoa-1.0.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itoa-1.0.11/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.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=997fff70e1759764 -C extra-filename=-2f0481dff7996a66 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling thiserror v1.0.61
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61/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.56 CARGO_PKG_VERSION=1.0.61 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=61 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61/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=3507f02abf18efa2 -C extra-filename=-e5b24ef9f6ad0383 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/build/thiserror-e5b24ef9f6ad0383 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
   Compiling anstyle v1.0.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstyle-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b311ecb2302e457 -C extra-filename=-c8115de19430fe94 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: value assigned to `vp` is never read
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/ryu-1.0.18/src/f2s.rs:146:17
    |
146 |                 vp /= 10;
    |                 ^^^^^^^^
    |
    = help: maybe it is overwritten before being read?
    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

     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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.85 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=85 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/japanese/sudachi/work/target/release:/magus/work/usr/mports/japanese/sudachi/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/release/build/proc-macro2-b1b57bad85b5876a/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/japanese/sudachi/work/target/release/build/proc-macro2-32147baba2aa105c/build-script-build`
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(fuzzing)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(no_is_available)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(no_literal_byte_character)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(no_literal_c_string)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(no_source_text)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(proc_macro_span)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(randomize_layout)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(span_locations)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(super_unstable)
[proc-macro2 1.0.85] cargo:rustc-check-cfg=cfg(wrap_proc_macro)
[proc-macro2 1.0.85] cargo:rerun-if-changed=build/probe.rs
   Compiling is_terminal_polyfill v1.70.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/is_terminal_polyfill-1.70.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/is_terminal_polyfill-1.70.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Polyfill for `is_terminal` stdlib feature for use with older MSRVs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_terminal_polyfill CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/polyfill-rs/is_terminal_polyfill' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.70.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=19261d301934a1c2 -C extra-filename=-80abc6aa1fbbcb36 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/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='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/japanese/sudachi/work/target/release:/magus/work/usr/mports/japanese/sudachi/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/libc-8bc4ba3cc5977073/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/japanese/sudachi/work/target/release/build/libc-7a14d709a7351b86/build-script-build`
[libc 0.2.155] cargo:rerun-if-changed=build.rs
warning: `ryu` (lib) generated 1 warning
   Compiling bit-vec v0.6.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name bit_vec --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=0d90eb897d6872d8 -C extra-filename=-d21da7719addd0e1 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[libc 0.2.155] cargo:rustc-cfg=freebsd11
[libc 0.2.155] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.155] cargo:rustc-cfg=libc_union
[libc 0.2.155] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.155] cargo:rustc-cfg=libc_align
[libc 0.2.155] cargo:rustc-cfg=libc_int128
[libc 0.2.155] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.155] cargo:rustc-cfg=libc_packedN
[libc 0.2.155] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.155] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.155] cargo:rustc-cfg=libc_long_array
[libc 0.2.155] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.155] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.155] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.155] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(espidf_time64)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_align)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_cfg_target_vendor)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_extern_fn_unstable)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_const_size_of)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_core_cvoid)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_int128)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_long_array)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_non_exhaustive)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_packedN)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_priv_mod_use)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_ptr_addr_of)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_underscore_const_names)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(libc_union)
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","visionos"))
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.155] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.155 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=155 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/libc-8bc4ba3cc5977073/out /usr/local/bin/rustc --crate-name libc --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="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=9056f932225a2c69 -C extra-filename=-a2cf34d9e2726068 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
[proc-macro2 1.0.85] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.85] 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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.85 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=85 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/release/build/proc-macro2-b1b57bad85b5876a/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/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=5365a43f751bc6a5 -C extra-filename=-193781376b0a93f3 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern unicode_ident=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libunicode_ident-7c3ac05bdb7c0725.rmeta --cap-lints warn --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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 aho-corasick v1.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/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.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c63fff0fcf414243 -C extra-filename=-2b5ffc82932e8ef1 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern memchr=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemchr-4b481cbd40c8dc49.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:686:38
    |
686 |         self.process(other, |w1, w2| (w1 | w2))
    |                                      ^       ^
    |
    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
    |
686 -         self.process(other, |w1, w2| (w1 | w2))
686 +         self.process(other, |w1, w2| w1 | w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:717:38
    |
717 |         self.process(other, |w1, w2| (w1 & w2))
    |                                      ^       ^
    |
help: remove these parentheses
    |
717 -         self.process(other, |w1, w2| (w1 & w2))
717 +         self.process(other, |w1, w2| w1 & w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:756:38
    |
756 |         self.process(other, |w1, w2| (w1 & !w2))
    |                                      ^        ^
    |
help: remove these parentheses
    |
756 -         self.process(other, |w1, w2| (w1 & !w2))
756 +         self.process(other, |w1, w2| w1 & !w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:787:38
    |
787 |         self.process(other, |w1, w2| (w1 ^ w2))
    |                                      ^       ^
    |
help: remove these parentheses
    |
787 -         self.process(other, |w1, w2| (w1 ^ w2))
787 +         self.process(other, |w1, w2| w1 ^ w2)
    |

   Compiling anstream v0.6.14
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstream-0.6.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstream-0.6.14/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name anstream --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/anstream-0.6.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=6cab4f05ba170b82 -C extra-filename=-f752d3b6b451905a --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern anstyle=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libanstyle-c8115de19430fe94.rmeta --extern anstyle_parse=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libanstyle_parse-ce85ac2f4be8bb7b.rmeta --extern anstyle_query=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libanstyle_query-22052c40bb274c65.rmeta --extern colorchoice=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libcolorchoice-5f240bc7e930278b.rmeta --extern is_terminal_polyfill=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libis_terminal_polyfill-80abc6aa1fbbcb36.rmeta --extern utf8parse=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libutf8parse-3168713c07bfa35a.rmeta --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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61/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.56 CARGO_PKG_VERSION=1.0.61 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=61 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/japanese/sudachi/work/target/release:/magus/work/usr/mports/japanese/sudachi/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/thiserror-525ef0765725aa1a/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/japanese/sudachi/work/target/release/build/thiserror-e5b24ef9f6ad0383/build-script-build`
   Compiling csv-core v0.1.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=csv_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-core-0.1.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-core-0.1.11/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Bare bones CSV parsing with no_std support.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-csv' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=csv-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-csv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name csv_core --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=1bb526744c4d52bb -C extra-filename=-8caea28d3787114d --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern memchr=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemchr-4b481cbd40c8dc49.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
[thiserror 1.0.61] cargo:rerun-if-changed=build/probe.rs
[thiserror 1.0.61] cargo:rustc-check-cfg=cfg(error_generic_member_access)
[thiserror 1.0.61] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:400:19
    |
400 |     fn blocks_mut(&mut self) -> MutBlocks {
    |                   ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
400 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:407:19
    |
407 |     pub fn blocks(&self) -> Blocks {
    |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
407 |     pub fn blocks(&self) -> Blocks<'_, B> {
    |                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-vec-0.6.3/src/lib.rs:929:17
    |
929 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
929 |     pub fn iter(&self) -> Iter<'_, B> {
    |                                +++

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/mod.rs:1447:9
     |
1447 |         extern {
     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
     = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/mod.rs:1507:9
     |
1507 |         extern {
     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/mod.rs:1548:9
     |
1548 |         extern {
     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:194:43
    |
194 |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*
    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/mod.rs:545:1
    |
545 | / f! {
546 | |     pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
547 | |         if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
548 | |             (*mhdr).msg_control as *mut ::cmsghdr
...   |
579 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:209:36
    |
209 |                   pub $($constness)* extern fn $i($($arg: $argty),*
    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/mod.rs:581:1
    |
581 | / safe_f! {
582 | |     pub {const} fn WTERMSIG(status: ::c_int) -> ::c_int {
583 | |         status & 0o177
...   |
601 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:209:36
     |
 209 |                   pub $($constness)* extern fn $i($($arg: $argty),*
     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/freebsdlike/mod.rs:1464:1
     |
1464 | / safe_f! {
1465 | |     pub {const} fn WIFCONTINUED(status: ::c_int) -> bool {
1466 | |         status == 0x13
...    |
1476 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:194:43
     |
 194 |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*
     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/freebsdlike/freebsd/mod.rs:4758:1
     |
4758 | / f! {
4759 | |     pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
4760 | |         (cmsg as *mut ::c_uchar)
4761 | |             .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
...    |
4875 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:209:36
     |
 209 |                   pub $($constness)* extern fn $i($($arg: $argty),*
     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/freebsdlike/freebsd/mod.rs:4877:1
     |
4877 | / safe_f! {
4878 | |     pub {const} fn WIFSIGNALED(status: ::c_int) -> bool {
4879 | |         (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
...    |
4914 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:209:36
    |
209 |                   pub $($constness)* extern fn $i($($arg: $argty),*
    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:437:1
    |
437 | / safe_f! {
438 | |     pub {const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t {
439 | |         let major = major as ::dev_t;
440 | |         let minor = minor as ::dev_t;
...   |
443 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/macros.rs:194:43
    |
194 |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*
    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libc-0.2.155/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:445:1
    |
445 | / f! {
446 | |     pub fn major(dev: ::dev_t) -> ::c_int {
447 | |          ((dev >> 8) & 0xff) as ::c_int
...   |
453 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)

[thiserror 1.0.61] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
     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/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.117 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=117 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=i686-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/japanese/sudachi/work/target/release:/magus/work/usr/mports/japanese/sudachi/work/target/release/deps:/usr/local/lib/rustlib/i686-unknown-freebsd/lib' NUM_JOBS=8 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/serde_json-86a0730121430b13/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=i686-unknown-freebsd /magus/work/usr/mports/japanese/sudachi/work/target/release/build/serde_json-c9bbcb2191265559/build-script-build`
[serde_json 1.0.117] cargo:rerun-if-changed=build.rs
[serde_json 1.0.117] cargo:rustc-check-cfg=cfg(limb_width_32)
[serde_json 1.0.117] cargo:rustc-check-cfg=cfg(limb_width_64)
[serde_json 1.0.117] cargo:rustc-cfg=limb_width_32
   Compiling tinyvec v1.6.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name tinyvec --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=e72e1700631baa6c -C extra-filename=-8ad4a6565f997a5b --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern tinyvec_macros=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libtinyvec_macros-095b5943fd490706.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `bit-vec` (lib) generated 7 warnings
   Compiling bit-set v0.5.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name bit_set --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=93fe280e113fa719 -C extra-filename=-9b7116e53b1ee56f --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern bit_vec=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libbit_vec-d21da7719addd0e1.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `docs_rs`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/lib.rs:7:13
  |
7 | #![cfg_attr(docs_rs, feature(doc_cfg))]
  |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` 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: `docs_rs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:38:12
   |
38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:97:12
   |
97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1062:12
     |
1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1112:12
     |
1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1332:12
     |
1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly_const_generics`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:219:34
    |
219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))]
    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, and `tinyvec_macros`
    = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs:51:23
   |
51 | #![cfg_attr(all(test, feature = "nightly"), feature(test))]
   |                       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/parse.rs:125:25
    |
125 | fn block_comment(input: Cursor) -> PResult<&str> {
    |                         ^^^^^^     ^^^^^^^^^^^^^
    |                         |          |       |
    |                         |          |       the same lifetime is elided here
    |                         |          the same lifetime is hidden here
    |                         the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
    |                               ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/parse.rs:322:25
    |
322 | fn ident_not_raw(input: Cursor) -> PResult<&str> {
    |                         ^^^^^^     ^^^^^^^^^^^^^
    |                         |          |       |
    |                         |          |       the same lifetime is elided here
    |                         |          the same lifetime is hidden here
    |                         the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
322 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
    |                               ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/parse.rs:478:35
    |
478 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> {
    |                                   ^^^^^^     ^^^^^^^^^^^^^
    |                                   |          |       |
    |                                   |          |       the same lifetime is elided here
    |                                   |          the same lifetime is hidden here
    |                                   the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
478 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
    |                                         ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/parse.rs:961:32
    |
961 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
    |                                ^^^^^^     ^^^^^^^^^^^^^^^^^^^^^
    |                                |          |        |
    |                                |          |        the same lifetime is elided here
    |                                |          the same lifetime is hidden here
    |                                the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
961 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
    |                                      ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/parse.rs:984:37
    |
984 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) {
    |                                     ^^^^^^      ^^^^^^  ^^^^ the same lifetime is elided here
    |                                     |           |
    |                                     |           the same lifetime is hidden here
    |                                     the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
984 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
    |                                           ++++            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/rcvec.rs:33:17
   |
33 |     pub fn iter(&self) -> slice::Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
33 |     pub fn iter(&self) -> slice::Iter<'_, T> {
   |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/rcvec.rs:37:21
   |
37 |     pub fn make_mut(&mut self) -> RcVecMut
   |                     ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
37 |     pub fn make_mut(&mut self) -> RcVecMut<'_, T>
   |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/rcvec.rs:46:20
   |
46 |     pub fn get_mut(&mut self) -> Option> {
   |                    ^^^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
   |                    |
   |                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
46 |     pub fn get_mut(&mut self) -> Option> {
   |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/rcvec.rs:83:19
   |
83 |     pub fn as_mut(&mut self) -> RcVecMut {
   |                   ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
83 |     pub fn as_mut(&mut self) -> RcVecMut<'_, T> {
   |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/rcvec.rs:109:19
    |
109 |     pub fn as_mut(&mut self) -> RcVecMut {
    |                   ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
109 |     pub fn as_mut(&mut self) -> RcVecMut<'_, T> {
    |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/proc-macro2-1.0.85/src/fallback.rs:169:20
    |
169 | fn get_cursor(src: &str) -> Cursor {
    |                    ^^^^     ^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
169 | fn get_cursor(src: &str) -> Cursor<'_> {
    |                                   ++++

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:12:3
   |
12 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:18:3
   |
18 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:34:3
   |
34 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:40:3
   |
40 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:56:3
   |
56 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:62:3
   |
62 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:78:3
   |
78 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:84:3
   |
84 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:100:3
    |
100 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:106:3
    |
106 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:122:3
    |
122 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:128:3
    |
128 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:144:3
    |
144 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: unexpected `cfg` condition value: `nightly`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs:53:17
   |
53 | #[cfg(all(test, feature = "nightly"))]
   |                 ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs:55:17
   |
55 | #[cfg(all(test, feature = "nightly"))]
   |                 ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly`
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs:1558:17
     |
1558 | #[cfg(all(test, feature = "nightly"))]
     |                 ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `default` and `std`
     = help: consider adding `nightly` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bit-set-0.5.3/src/lib.rs:439:17
    |
439 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
439 |     pub fn iter(&self) -> Iter<'_, B> {
    |                                +++

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:150:3
    |
150 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:173:3
    |
173 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:179:3
    |
179 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:203:3
    |
203 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:209:3
    |
209 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:234:3
    |
234 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:240:3
    |
240 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:266:3
    |
266 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:272:3
    |
272 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:299:3
    |
299 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:305:3
    |
305 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:333:3
    |
333 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:339:3
    |
339 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:368:3
    |
368 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:374:3
    |
374 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:404:3
    |
404 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:410:3
    |
410 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:441:3
    |
441 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:447:3
    |
447 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:479:3
    |
479 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:485:3
    |
485 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:518:3
    |
518 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:524:3
    |
524 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:558:3
    |
558 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:564:3
    |
564 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:599:3
    |
599 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:605:3
    |
605 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:641:3
    |
641 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:647:3
    |
647 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:684:3
    |
684 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:690:3
    |
690 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:728:3
    |
728 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:734:3
    |
734 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:773:3
    |
773 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:779:3
    |
779 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:819:3
    |
819 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:825:3
    |
825 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:866:3
    |
866 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:872:3
    |
872 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:914:3
    |
914 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:920:3
    |
920 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:963:3
    |
963 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:969:3
    |
969 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1013:3
     |
1013 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1019:3
     |
1019 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1064:3
     |
1064 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1070:3
     |
1070 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1116:3
     |
1116 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1122:3
     |
1122 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1169:3
     |
1169 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1175:3
     |
1175 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1223:3
     |
1223 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1229:3
     |
1229 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1278:3
     |
1278 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1284:3
     |
1284 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1334:3
     |
1334 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1340:3
     |
1340 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1421:3
     |
1421 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1427:3
     |
1427 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1572:3
     |
1572 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1578:3
     |
1578 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1851:3
     |
1851 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1857:3
     |
1857 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:2386:3
     |
2386 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:2392:3
     |
2392 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:3433:3
     |
3433 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:3439:3
     |
3439 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:5504:3
     |
5504 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:5510:3
     |
5510 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:155:3
    |
155 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:163:3
    |
163 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:172:3
    |
172 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:180:3
    |
180 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1223:3
     |
1223 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1231:3
     |
1231 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1239:3
     |
1239 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1247:3
     |
1247 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1264:3
     |
1264 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1301:3
     |
1301 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1325:3
     |
1325 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1362:3
     |
1362 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1435:3
     |
1435 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1445:3
     |
1445 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1455:3
     |
1455 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1466:3
     |
1466 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1478:3
     |
1478 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1488:3
     |
1488 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1499:3
     |
1499 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1510:3
     |
1510 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:23:3
   |
23 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:32:3
   |
32 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:40:3
   |
40 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:52:3
   |
52 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:63:3
   |
63 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:752:3
    |
752 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:760:3
    |
760 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:768:3
    |
768 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:776:3
    |
776 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:795:3
    |
795 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:806:3
    |
806 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:818:3
    |
818 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:828:3
    |
828 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:839:3
    |
839 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:135:3
    |
135 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:164:3
    |
164 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:172:3
    |
172 |   #[must_use]
    |   ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1222:3
     |
1222 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1230:3
     |
1230 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1238:3
     |
1238 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1246:3
     |
1246 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1281:3
     |
1281 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1299:3
     |
1299 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1315:3
     |
1315 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1323:3
     |
1323 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1403:3
     |
1403 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1416:3
     |
1416 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1426:3
     |
1426 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `bit-set` (lib) generated 5 warnings
   Compiling strsim v0.11.1
warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1437:3
     |
1437 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1449:3
     |
1449 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1459:3
     |
1459 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1470:3
     |
1470 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1481:3
     |
1481 |   #[must_use]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/strsim-0.11.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/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 opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4fd29a9efdc6acf -C extra-filename=-551f7589fa10d865 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling equivalent v1.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/equivalent-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/equivalent-1.0.1/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/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name equivalent --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23671a0ccd6fc026 -C extra-filename=-2c282eb0f7de485e --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling quote v1.0.36
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/quote-1.0.36 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/quote-1.0.36/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.56 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/quote-1.0.36/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=9aebf82e087a2464 -C extra-filename=-9e0056f5c313baf0 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libproc_macro2-193781376b0a93f3.rmeta --cap-lints warn`
warning: `libc` (lib) generated 10 warnings
   Compiling cfg-if v1.0.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=49bfa510e7836bfe -C extra-filename=-5efb93d105436c77 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling either v1.12.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/either-1.12.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/either-1.12.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.37 CARGO_PKG_VERSION=1.12.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name either --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/either-1.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=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=07001d3f5576f63a -C extra-filename=-73ca766c9a126576 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unused import: `for_both`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/either-1.12.0/src/iterator.rs:1:13
  |
1 | use super::{for_both, Either, Left, Right};
  |             ^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

   Compiling heck v0.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/heck-0.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/heck-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name heck --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/heck-0.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=119f2c8e10963d5a -C extra-filename=-ccaf89cb38307571 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn`
warning: `proc-macro2` (lib) generated 11 warnings
   Compiling syn v2.0.66
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/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.60 CARGO_PKG_VERSION=2.0.66 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name syn --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=e86ff4603a34145d -C extra-filename=-ccdd8dcdf6181a9c --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libproc_macro2-193781376b0a93f3.rmeta --extern quote=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libquote-9e0056f5c313baf0.rmeta --extern unicode_ident=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libunicode_ident-7c3ac05bdb7c0725.rmeta --cap-lints warn`
   Compiling clap_lex v0.7.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_lex-0.7.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_lex-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.74 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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name clap_lex --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4a42c8cafea944 -C extra-filename=-ee042a04f920aaed --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling hashbrown v0.14.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/hashbrown-0.14.5/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.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d3dc5785af50ecdd -C extra-filename=-680025465ac0cb39 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `either` (lib) generated 1 warning
   Compiling minimal-lexical v0.2.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name minimal_lexical --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=29c794febebfa3f0 -C extra-filename=-ba6897febfb08ffc --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: associated items `BITS` and `cmpeq` are never used
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/src/packed/vector.rs:32:11
   |
28 | pub(crate) trait Vector:
   |                  ------ associated items in this trait
...
32 |     const BITS: usize;
   |           ^^^^
...
74 |     unsafe fn cmpeq(self, vector2: Self) -> Self;
   |               ^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/src/automaton.rs:1117:13
     |
1117 |     fn next(&mut self) -> Option> {
     |             ^^^^^^^^^                            ^^^^^^^^^^^ the same lifetime is hidden here
     |             |
     |             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1117 |     fn next(&mut self) -> Option>> {
     |                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:85:28
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements {
   |                            ^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                            |
   |                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> {
   |                                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:93:23
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges {
   |                       ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> {
   |                                                                  ++++

   Compiling clap_builder v4.5.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name clap_builder --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.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=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d4680f99edeabcf6 -C extra-filename=-910ba028895c2be7 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern anstream=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libanstream-f752d3b6b451905a.rmeta --extern anstyle=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libanstyle-c8115de19430fe94.rmeta --extern clap_lex=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libclap_lex-ee042a04f920aaed.rmeta --extern strsim=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libstrsim-551f7589fa10d865.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/minimal-lexical-0.2.1/src/bigint.rs:127:17
    |
127 | pub fn rview(x: &[Limb]) -> ReverseView {
    |                 ^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> {
    |                                         +++

   Compiling nom v7.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name nom --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=4ee6eb0929e9f657 -C extra-filename=-2d10c30e77c4a02f --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern memchr=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemchr-4b481cbd40c8dc49.rmeta --extern minimal_lexical=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libminimal_lexical-ba6897febfb08ffc.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `tinyvec` (lib) generated 142 warnings
   Compiling unicode-normalization v0.1.23
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-normalization-0.1.23 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-normalization-0.1.23/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_normalization --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cd1ef914a94fba63 -C extra-filename=-57d3e17f73b398c6 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern tinyvec=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libtinyvec-8ad4a6565f997a5b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `minimal-lexical` (lib) generated 1 warning
   Compiling itertools v0.13.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name itertools --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=cf4198d66cb8945c -C extra-filename=-1249f5dd022e43f7 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern either=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libeither-73ca766c9a126576.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/token.rs:150:28
    |
150 |     #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rust/issues/7...
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/token.rs:373:36
    |
373 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
566 | / define_punctuation_structs! {
567 | |     "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declaration...
568 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/token.rs:373:36
    |
373 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
791 | / define_punctuation! {
792 | |     "&"           pub struct And/1        /// bitwise and logical AND, borrow, references, reference patterns
793 | |     "&&"          pub struct AndAnd/2     /// lazy AND, borrow, references, reference patterns
794 | |     "&="          pub struct AndEq/2      /// bitwise AND assignment
...   |
837 | |     "~"           pub struct Tilde/1      /// unused since before Rust 1.0
838 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs:375:13
    |
375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs:379:12
    |
379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs:391:12
    |
391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs:418:14
    |
418 |   #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
    |              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:49:12
   |
49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:96:12
   |
96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
   |            ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:340:12
    |
340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:357:12
    |
357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:374:12
    |
374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:392:12
    |
392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:409:12
    |
409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/internal.rs:430:12
    |
430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused import: `self::str::*`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/nom-7.1.3/src/lib.rs:439:9
    |
439 | pub use self::str::*;
    |         ^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

   Compiling indexmap v2.2.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/indexmap-2.2.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/indexmap-2.2.6/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.63 CARGO_PKG_VERSION=2.2.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name indexmap --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=f761a802598ff0b8 -C extra-filename=-62720eda0d32f274 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern equivalent=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libequivalent-2c282eb0f7de485e.rmeta --extern hashbrown=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libhashbrown-680025465ac0cb39.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling libloading v0.8.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/Cargo.toml CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name libloading --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1775cf3291471444 -C extra-filename=-29b0e6f55ab35c36 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libcfg_if-5efb93d105436c77.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/lib.rs:39:13
   |
39 | #![cfg_attr(libloading_docs, 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(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_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: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/mod.rs:21:12
   |
21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))]
   |            ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/lib.rs:45:26
   |
45 | #[cfg(any(unix, windows, libloading_docs))]
   |                          ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/safe.rs:14:12
   |
14 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]
   |            ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/safe.rs:196:12
    |
196 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]
    |            ^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/lib.rs:49:26
   |
49 | #[cfg(any(unix, windows, libloading_docs))]
   |                          ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/mod.rs:20:17
   |
20 | #[cfg(any(unix, libloading_docs))]
   |                 ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/mod.rs:25:20
   |
25 | #[cfg(any(windows, libloading_docs))]
   |                    ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/unix/mod.rs:3:11
  |
3 | #[cfg(all(libloading_docs, not(unix)))]
  |           ^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/unix/mod.rs:5:15
  |
5 | #[cfg(any(not(libloading_docs), unix))]
  |               ^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/unix/consts.rs:46:11
   |
46 | #[cfg(all(libloading_docs, not(unix)))]
   |           ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/os/unix/consts.rs:55:15
   |
55 | #[cfg(any(not(libloading_docs), unix))]
   |               ^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

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

warning: unexpected `cfg` condition name: `libloading_docs`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/safe.rs:4:15
  |
4 | #[cfg(all(not(libloading_docs), unix))]
  |               ^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libloading_docs`
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/libloading-0.8.3/src/safe.rs:6:15
  |
6 | #[cfg(all(not(libloading_docs), windows))]
  |               ^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: `libloading` (lib) generated 15 warnings
   Compiling regex-automata v0.4.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' 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/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name regex_automata --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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=8f6304624c42c140 -C extra-filename=-ca7b69a4e26bd88b --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libaho_corasick-2b5ffc82932e8ef1.rmeta --extern memchr=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemchr-4b481cbd40c8dc49.rmeta --extern regex_syntax=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex_syntax-28302b094d23b83e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `aho-corasick` (lib) generated 4 warnings
   Compiling memmap2 v0.9.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memmap2-0.9.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memmap2-0.9.4/Cargo.toml CARGO_PKG_AUTHORS='Dan Burkert :Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name memmap2 --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=d9704456e8029b11 -C extra-filename=-0345958a6c2cb1b7 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern libc=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/liblibc-a2cf34d9e2726068.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling lazy_static v1.4.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name lazy_static --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=a55818ff903b2908 -C extra-filename=-94bf9e349742a505 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `panic` is ambiguous
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:40:21
   |
40 |                     debug_assert!(false, "attempted to derefence an uninitialized lazy static. This is a bug");
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = note: for more information, see issue #147319 
   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
note: `panic` could refer to the macro imported here
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:11:5
   |
11 | use self::std::prelude::v1::*;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   = help: consider adding an explicit import of `panic` to disambiguate
   = help: or use `self::panic` to refer to this macro unambiguously
note: `panic` could also refer to the macro defined here
  --> /usr/local/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:21:13
   |
21 |     pub use super::v1::*;
   |             ^^^^^^^^^
   = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
   = note: this warning originates in the macro `$crate::assert` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: eliding a lifetime that's named elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
   |
26 |     pub fn get(&'static self, f: F) -> &T
   |                    -------                ^^ the same lifetime is elided here
   |                    |
   |                    the lifetime is named here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'static`
   |
26 |     pub fn get(&'static self, f: F) -> &'static T
   |                                            +++++++

warning: `lazy_static` (lib) generated 2 warnings
   Compiling bitflags v2.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bitflags-2.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bitflags-2.5.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.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=1a9fc04e33cac547 -C extra-filename=-c34a8fd8964e86cd --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/lib.rs:1491:30
     |
1491 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile
     |                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                              |
     |                              the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1491 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F>
     |                                                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/lib.rs:1517:26
     |
1517 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef
     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1517 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F>
     |                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/lib.rs:2331:26
     |
2331 |     fn format(self, sep: &str) -> Format
     |                          ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2331 |     fn format(self, sep: &str) -> Format<'_, Self>
     |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/lib.rs:2370:34
     |
2370 |     fn format_with(self, sep: &str, format: F) -> FormatWith
     |                                  ^^^^                ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                                  |
     |                                  the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2370 |     fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F>
     |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/adaptors/mod.rs:526:35
    |
526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef
    |                                   ^^^^^^           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                   |
    |                                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F>
    |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/itertools-0.13.0/src/peeking_take_while.rs:129:39
    |
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile
    |                                       ^^^^^^           ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                       |
    |                                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F>
    |                                                                         +++

warning: trait `AppTag` is never used
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/builder/command.rs:4888:18
     |
4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {}
     |                  ^^^^^^
     |
     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: method `into_any` is never used
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/builder/ext.rs:56:8
   |
51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static {
   |                  --------- method in this trait
...
56 |     fn into_any(self: Box) -> Box;
   |        ^^^^^^^^

warning: methods `parse` and `parse_` are never used
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/builder/value_parser.rs:609:8
    |
591 | trait AnyValueParser: Send + Sync + 'static {
    |       -------------- methods in this trait
...
609 |     fn parse(
    |        ^^^^^
...
616 |     fn parse_(
    |        ^^^^^^

warning: struct `GroupedValues` is never constructed
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/arg_matches.rs:1588:12
     |
1588 | pub struct GroupedValues<'a> {
     |            ^^^^^^^^^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/builder/command.rs:4659:40
     |
4659 |     pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures {
     |                                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |                                        |         |                    |
     |                                        |         |                    the same lifetime is elided here
     |                                        |         the same lifetime is hidden here
     |                                        the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
4659 |     pub(crate) fn all_subcommand_names(&self) -> impl Iterator + Captures<'_> {
     |                                                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/error/mod.rs:887:18
    |
887 |     fn formatted(&self, styles: &Styles) -> Cow {
    |                  ^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
887 |     fn formatted(&self, styles: &Styles) -> Cow<'_, StyledStr> {
    |                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/arg_matcher.rs:117:25
    |
117 |     pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry {
    |                         ^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
117 |     pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<'_, Id, MatchedArg> {
    |                                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/arg_matches.rs:222:9
    |
222 |         &self,
    |         ^^^^^ the lifetime is elided here
223 |         id: &str,
224 |     ) -> Option> {
    |                 ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
224 |     ) -> Option> {
    |                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/arg_matches.rs:260:9
    |
260 |         &self,
    |         ^^^^^ the lifetime is elided here
261 |         id: &str,
262 |     ) -> Option> {
    |                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
262 |     ) -> Option> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/arg_matches.rs:1078:9
     |
1078 |         &self,
     |         ^^^^^ the lifetime is elided here
1079 |         id: &str,
1080 |     ) -> Result>, MatchesError> {
     |                        ^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1080 |     ) -> Result>, MatchesError> {
     |                                  +++

   Compiling yada v0.5.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yada CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/yada-0.5.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/yada-0.5.1/Cargo.toml CARGO_PKG_AUTHORS='Takuya Asano ' CARGO_PKG_DESCRIPTION='Yada is a yet another double-array trie library aiming for fast search and compact data representation.' CARGO_PKG_HOMEPAGE='https://github.com/takuyaa/yada' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yada CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/takuyaa/yada' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name yada --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/yada-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6305907b20d122ec -C extra-filename=-861b4789b64569c9 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/arg_matches.rs:1097:9
     |
1097 |         &self,
     |         ^^^^^ the lifetime is elided here
1098 |         id: &str,
1099 |     ) -> Result>, MatchesError> {
     |                        ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1099 |     ) -> Result>, MatchesError> {
     |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/matched_arg.rs:78:24
   |
78 |     pub(crate) fn vals(&self) -> Iter> {
   |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                        |
   |                        the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
78 |     pub(crate) fn vals(&self) -> Iter<'_, Vec> {
   |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/matched_arg.rs:86:32
   |
86 |     pub(crate) fn vals_flatten(&self) -> Flatten>> {
   |                                ^^^^^             ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                                |
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
86 |     pub(crate) fn vals_flatten(&self) -> Flatten>> {
   |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/matched_arg.rs:94:28
   |
94 |     pub(crate) fn raw_vals(&self) -> Iter> {
   |                            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                            |
   |                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
94 |     pub(crate) fn raw_vals(&self) -> Iter<'_, Vec> {
   |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/parser/matches/matched_arg.rs:98:36
   |
98 |     pub(crate) fn raw_vals_flatten(&self) -> Flatten>> {
   |                                    ^^^^^             ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                                    |
   |                                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
98 |     pub(crate) fn raw_vals_flatten(&self) -> Flatten>> {
   |                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/util/flat_map.rs:82:18
   |
82 |     pub fn entry(&mut self, key: K) -> Entry {
   |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
   |                  |
   |                  the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
82 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V> {
   |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/util/flat_map.rs:121:17
    |
121 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
121 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_builder-4.5.2/src/util/flat_map.rs:128:21
    |
128 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
128 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/buffer.rs:77:18
   |
77 |     pub fn begin(&self) -> Cursor {
   |                  ^^^^^     ^^^^^^ the same lifetime is hidden here
   |                  |
   |                  the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
77 |     pub fn begin(&self) -> Cursor<'_> {
   |                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/data.rs:71:17
   |
71 |     pub fn iter(&self) -> punctuated::Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
71 |     pub fn iter(&self) -> punctuated::Iter<'_, Field> {
   |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/data.rs:82:21
   |
82 |     pub fn iter_mut(&mut self) -> punctuated::IterMut {
   |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
82 |     pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> {
   |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:113:22
    |
113 |     pub fn lifetimes(&self) -> Lifetimes {
    |                      ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
113 |     pub fn lifetimes(&self) -> Lifetimes<'_> {
    |                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:124:26
    |
124 |     pub fn lifetimes_mut(&mut self) -> LifetimesMut {
    |                          ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
124 |     pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:135:24
    |
135 |     pub fn type_params(&self) -> TypeParams {
    |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
135 |     pub fn type_params(&self) -> TypeParams<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:146:28
    |
146 |     pub fn type_params_mut(&mut self) -> TypeParamsMut {
    |                            ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                            |
    |                            the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
146 |     pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> {
    |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:157:25
    |
157 |     pub fn const_params(&self) -> ConstParams {
    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
157 |     pub fn const_params(&self) -> ConstParams<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:168:29
    |
168 |     pub fn const_params_mut(&mut self) -> ConstParamsMut {
    |                             ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                             |
    |                             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
168 |     pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> {
    |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:337:27
    |
337 |     pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) {
    |                           ^^^^^      ^^^^^^^^^^^^  ^^^^^^^^^^^^         ^^^^^^^^^^^^ the same lifetime is elided here
    |                           |          |             |
    |                           |          |             the same lifetime is hidden here
    |                           |          the same lifetime is hidden here
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
337 |     pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) {
    |                                                  ++++              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/generics.rs:400:25
    |
400 |     pub fn as_turbofish(&self) -> Turbofish {
    |                         ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
400 |     pub fn as_turbofish(&self) -> Turbofish<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/parse.rs:1271:35
     |
1271 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer {
     |                                   ^^^^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
     |                                   |
     |                                   the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1271 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> {
     |                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/discouraged.rs:208:28
    |
208 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>;
    |                            ^^^^^ the lifetime is elided here       ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
208 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>;
    |                                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/discouraged.rs:212:28
    |
212 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> {
    |                            ^^^^^ the lifetime is elided here       ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
212 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> {
    |                                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/punctuated.rs:96:17
   |
96 |     pub fn iter(&self) -> Iter {
   |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
96 |     pub fn iter(&self) -> Iter<'_, T> {
   |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/punctuated.rs:107:21
    |
107 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
107 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/punctuated.rs:118:18
    |
118 |     pub fn pairs(&self) -> Pairs {
    |                  ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
118 |     pub fn pairs(&self) -> Pairs<'_, T, P> {
    |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/syn-2.0.66/src/punctuated.rs:127:22
    |
127 |     pub fn pairs_mut(&mut self) -> PairsMut {
    |                      ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
127 |     pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> {
    |                                             +++

warning: `itertools` (lib) generated 6 warnings
warning: `nom` (lib) generated 13 warnings
warning: `syn` (lib) generated 66 warnings (45 duplicates)
   Compiling serde_derive v1.0.203
   Compiling thiserror-impl v1.0.61
   Compiling clap_derive v4.5.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203/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.56 CARGO_PKG_VERSION=1.0.203 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=203 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name serde_derive --edition=2015 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203/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=4841e38dc304343c -C extra-filename=-f0cf54b00f41b799 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libproc_macro2-193781376b0a93f3.rlib --extern quote=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libquote-9e0056f5c313baf0.rlib --extern syn=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libsyn-ccdd8dcdf6181a9c.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_derive-4.5.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_derive-4.5.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.4 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name clap_derive --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap_derive-4.5.4/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("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=3fa8b949b46de020 -C extra-filename=-c634dc282b78c645 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern heck=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libheck-ccaf89cb38307571.rlib --extern proc_macro2=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libproc_macro2-193781376b0a93f3.rlib --extern quote=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libquote-9e0056f5c313baf0.rlib --extern syn=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libsyn-ccdd8dcdf6181a9c.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/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.56 CARGO_PKG_VERSION=1.0.61 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=61 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name thiserror_impl --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/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=34cb2d7ba056f623 -C extra-filename=-4aeb914ed7084b03 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libproc_macro2-193781376b0a93f3.rlib --extern quote=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libquote-9e0056f5c313baf0.rlib --extern syn=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libsyn-ccdd8dcdf6181a9c.rlib --extern proc_macro --cap-lints warn`
warning: hiding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/dfa/onepass.rs:524:45
    |
524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder {
    |                                  --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                  |
    |                                  the lifetime is named here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'a`
    |
524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'a> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/util/alphabet.rs:472:21
    |
472 |     pub fn elements(&self, class: Unit) -> ByteClassElements {
    |                     ^^^^^                  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
472 |     pub fn elements(&self, class: Unit) -> ByteClassElements<'_> {
    |                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/util/alphabet.rs:480:23
    |
480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges {
    |                       ^^^^^                  ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> {
    |                                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/util/alphabet.rs:789:24
    |
789 |     pub(crate) fn iter(&self) -> ByteSetIter {
    |                        ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
789 |     pub(crate) fn iter(&self) -> ByteSetIter<'_> {
    |                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-automata-0.4.6/src/util/alphabet.rs:794:31
    |
794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter {
    |                               ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> {
    |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/attr.rs:48:19
   |
48 | pub fn get(input: &[Attribute]) -> Result {
   |                   ^^^^^^^^^^^^            ^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
48 | pub fn get(input: &[Attribute]) -> Result> {
   |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
 --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:7:30
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
  |                              ^^^^^            ^^^^^^
  |                              |                ||
  |                              |                |the same lifetime is hidden here
  |                              |                the same lifetime is elided here
  |                              the lifetime is elided here
  |
  = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
  |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:11:32
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:15:35
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:19:44
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:53:30
   |
53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
   |                              ^^^^^            ^^^^^^
   |                              |                ||
   |                              |                |the same lifetime is hidden here
   |                              |                the same lifetime is elided here
   |                              the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
   |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:57:32
   |
57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:61:35
   |
61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:65:44
   |
65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

warning: `thiserror-impl` (lib) generated 9 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61/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.56 CARGO_PKG_VERSION=1.0.61 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=61 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/thiserror-525ef0765725aa1a/out /usr/local/bin/rustc --crate-name thiserror --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/thiserror-1.0.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d53935a259528dd9 -C extra-filename=-3198baa368900cdb --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libthiserror_impl-4aeb914ed7084b03.so --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
   Compiling regex v1.10.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-1.10.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-1.10.4/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.10.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name regex --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/regex-1.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=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --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=43c92d21399b6a6f -C extra-filename=-db3c6e06611e467c --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libaho_corasick-2b5ffc82932e8ef1.rmeta --extern memchr=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemchr-4b481cbd40c8dc49.rmeta --extern regex_automata=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex_automata-ca7b69a4e26bd88b.rmeta --extern regex_syntax=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex_syntax-28302b094d23b83e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling fancy-regex v0.13.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fancy_regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Raph Levien :Robin Stocker ' CARGO_PKG_DESCRIPTION='An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fancy-regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fancy-regex/fancy-regex' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name fancy_regex --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e0a11dac5a1de4d2 -C extra-filename=-189b0c8b6861b535 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern bit_set=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libbit_set-9b7116e53b1ee56f.rmeta --extern regex_automata=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex_automata-ca7b69a4e26bd88b.rmeta --extern regex_syntax=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex_syntax-28302b094d23b83e.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203/src/internals/attr.rs:670:23
    |
670 |     pub fn serde_path(&self) -> Cow {
    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
670 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
    |                                     +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203/src/internals/case.rs:45:37
   |
45 |     pub fn from_str(rename_all_str: &str) -> Result {
   |                                     ^^^^                  ^^^^^^^^^^ the same lifetime is hidden here
   |                                     |
   |                                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
45 |     pub fn from_str(rename_all_str: &str) -> Result> {
   |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_derive-1.0.203/src/de.rs:3137:13
     |
3137 |     params: &Parameters,
     |             ^^^^^^^^^^^ the lifetime is elided here
3138 | ) -> (
3139 |     DeImplGenerics,
     |     ^^^^^^^^^^^^^^ the same lifetime is hidden here
3140 |     DeTypeGenerics,
     |     ^^^^^^^^^^^^^^ the same lifetime is hidden here
3141 |     syn::TypeGenerics,
     |     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
3142 |     Option<&syn::WhereClause>,
     |            ^^^^^^^^^^^^^^^^^ the same lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
3139 ~     DeImplGenerics<'_>,
3140 ~     DeTypeGenerics<'_>,
3141 ~     syn::TypeGenerics<'_>,
     |

   Compiling clap v4.5.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap-4.5.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap-4.5.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.4 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name clap --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/clap-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=f829c3253df9fc45 -C extra-filename=-02142385e51b6fbf --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern clap_builder=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libclap_builder-910ba028895c2be7.rmeta --extern clap_derive=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libclap_derive-c634dc282b78c645.so --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/src/lib.rs:795:26
    |
795 |     pub fn capture_names(&self) -> CaptureNames {
    |                          ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
795 |     pub fn capture_names(&self) -> CaptureNames<'_> {
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/src/lib.rs:1344:21
     |
1344 | pub fn escape(text: &str) -> Cow {
     |                     ^^^^     ^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1344 | pub fn escape(text: &str) -> Cow<'_, str> {
     |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/src/replacer.rs:29:21
   |
29 |     fn no_expansion(&mut self) -> Option> {
   |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
29 |     fn no_expansion(&mut self) -> Option> {
   |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/fancy-regex-0.13.0/src/replacer.rs:54:15
   |
54 |     fn by_ref(&mut self) -> ReplacerRef {
   |               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
54 |     fn by_ref(&mut self) -> ReplacerRef<'_, Self> {
   |                                         +++

warning: `serde_derive` (lib) generated 3 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/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.31 CARGO_PKG_VERSION=1.0.203 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=203 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/serde-366b9503df71c709/out /usr/local/bin/rustc --crate-name serde --edition=2018 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="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=fdd5e1351e8ec460 -C extra-filename=-2ba27713c5a456cc --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern serde_derive=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps/libserde_derive-f0cf54b00f41b799.so --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
warning: `fancy-regex` (lib) generated 4 warnings
warning: `clap_builder` (lib) generated 18 warnings
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/src/private/de.rs:266:23
    |
266 |         fn unexpected(&self) -> Unexpected {
    |                       ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
266 |         fn unexpected(&self) -> Unexpected<'_> {
    |                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde-1.0.203/src/private/mod.rs:30:35
   |
30 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow {
   |                                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                                   |
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
30 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
   |                                                 +++

   Compiling csv v1.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.117 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=117 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps OUT_DIR=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/build/serde_json-86a0730121430b13/out /usr/local/bin/rustc --crate-name serde_json --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9b18e2e868d8b0b2 -C extra-filename=-27adaf849a0d52c9 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern itoa=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libitoa-2f0481dff7996a66.rmeta --extern ryu=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libryu-4938da43100a4853.rmeta --extern serde=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde-2ba27713c5a456cc.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg limb_width_32 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=csv CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast CSV parsing with support for serde.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-csv' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=csv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-csv' CARGO_PKG_RUST_VERSION=1.61 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/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name csv --edition=2021 /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef23cbc06308b99a -C extra-filename=-8455f94f6494c214 --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern csv_core=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libcsv_core-8caea28d3787114d.rmeta --extern itoa=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libitoa-2f0481dff7996a66.rmeta --extern ryu=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libryu-4938da43100a4853.rmeta --extern serde=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde-2ba27713c5a456cc.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `serde` (lib) generated 2 warnings
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/byte_record.rs:254:17
    |
254 |     pub fn iter(&self) -> ByteRecordIter {
    |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
254 |     pub fn iter(&self) -> ByteRecordIter<'_> {
    |                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/reader.rs:1048:27
     |
1048 |     pub fn deserialize(&mut self) -> DeserializeRecordsIter
     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                           |
     |                           the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1048 |     pub fn deserialize(&mut self) -> DeserializeRecordsIter<'_, R, D>
     |                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/reader.rs:1148:20
     |
1148 |     pub fn records(&mut self) -> StringRecordsIter {
     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                    |
     |                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1148 |     pub fn records(&mut self) -> StringRecordsIter<'_, R> {
     |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/reader.rs:1225:25
     |
1225 |     pub fn byte_records(&mut self) -> ByteRecordsIter {
     |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                         |
     |                         the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1225 |     pub fn byte_records(&mut self) -> ByteRecordsIter<'_, R> {
     |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/csv-1.3.0/src/string_record.rs:314:17
    |
314 |     pub fn iter(&self) -> StringRecordIter {
    |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
314 |     pub fn iter(&self) -> StringRecordIter<'_> {
    |                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:258:21
    |
258 |     pub fn entry(&mut self, key: S) -> Entry
    |                     ^^^^^^^^^             ^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
258 |     pub fn entry(&mut self, key: S) -> Entry<'_>
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:287:17
    |
287 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
287 |     pub fn iter(&self) -> Iter<'_> {
    |                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:295:21
    |
295 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
295 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
    |                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:303:17
    |
303 |     pub fn keys(&self) -> Keys {
    |                 ^^^^^     ^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
303 |     pub fn keys(&self) -> Keys<'_> {
    |                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:311:19
    |
311 |     pub fn values(&self) -> Values {
    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
311 |     pub fn values(&self) -> Values<'_> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/map.rs:319:23
    |
319 |     pub fn values_mut(&mut self) -> ValuesMut {
    |                       ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
319 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/value/de.rs:1311:19
     |
1311 |     fn unexpected(&self) -> Unexpected {
     |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
     |                   |
     |                   the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1311 |     fn unexpected(&self) -> Unexpected<'_> {
     |                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/cargo-crates/serde_json-1.0.117/src/number.rs:788:30
    |
788 |     pub(crate) fn unexpected(&self) -> Unexpected {
    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                              |
    |                              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
788 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
    |                                                  ++++

warning: `csv` (lib) generated 5 warnings
   Compiling sudachi v0.6.10 (/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/sudachi)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sudachi CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/sudachi CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/sudachi/Cargo.toml CARGO_PKG_AUTHORS='Works Applications ' CARGO_PKG_DESCRIPTION='Rust version of Sudachi, the Japanese Morphological Analyzer' CARGO_PKG_HOMEPAGE='https://github.com/WorksApplications/sudachi.rs' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sudachi CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/WorksApplications/sudachi.rs' CARGO_PKG_RUST_VERSION=1.74.1 CARGO_PKG_VERSION=0.6.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name sudachi --edition=2021 sudachi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0106abd8b9d396d8 -C extra-filename=-c69ebdf7b1fdc86f --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libaho_corasick-2b5ffc82932e8ef1.rmeta --extern bitflags=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libbitflags-c34a8fd8964e86cd.rmeta --extern csv=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libcsv-8455f94f6494c214.rmeta --extern fancy_regex=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libfancy_regex-189b0c8b6861b535.rmeta --extern indexmap=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libindexmap-62720eda0d32f274.rmeta --extern itertools=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libitertools-1249f5dd022e43f7.rmeta --extern lazy_static=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/liblazy_static-94bf9e349742a505.rmeta --extern libloading=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/liblibloading-29b0e6f55ab35c36.rmeta --extern memmap2=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemmap2-0345958a6c2cb1b7.rmeta --extern nom=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libnom-2d10c30e77c4a02f.rmeta --extern regex=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex-db3c6e06611e467c.rmeta --extern serde=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde-2ba27713c5a456cc.rmeta --extern serde_json=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde_json-27adaf849a0d52c9.rmeta --extern thiserror=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libthiserror-3198baa368900cdb.rmeta --extern unicode_normalization=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libunicode_normalization-57d3e17f73b398c6.rmeta --extern yada=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libyada-861b4789b64569c9.rmeta -C link-arg=-fstack-protector-strong`
error[E0425]: cannot find value `SEED` in this scope
  --> sudachi/src/util/fxhash.rs:78:25
   |
71 |                     *self = self.rotate_left(ROTATE).bitxor(word).wrapping_mul($key);
   |                                                                                ---- due to this macro variable
...
78 | impl_hash_word!(usize = SEED, u32 = SEED32, u64 = SEED64);
   |                         ^^^^ not found in this scope
   |
note: constant `crate::hash::SEED` exists but is inaccessible
  --> sudachi/src/hash.rs:20:1
   |
20 | const SEED: u64 = 0x16f11fe89b0d677cu64;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible

warning: `serde_json` (lib) generated 8 warnings
warning: `regex-automata` (lib) generated 5 warnings
For more information about this error, try `rustc --explain E0425`.
error: could not compile `sudachi` (lib) due to 1 previous error

Caused by:
  process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sudachi CARGO_MANIFEST_DIR=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/sudachi CARGO_MANIFEST_PATH=/magus/work/usr/mports/japanese/sudachi/work/sudachi.rs-0.6.10/sudachi/Cargo.toml CARGO_PKG_AUTHORS='Works Applications ' CARGO_PKG_DESCRIPTION='Rust version of Sudachi, the Japanese Morphological Analyzer' CARGO_PKG_HOMEPAGE='https://github.com/WorksApplications/sudachi.rs' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sudachi CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/WorksApplications/sudachi.rs' CARGO_PKG_RUST_VERSION=1.74.1 CARGO_PKG_VERSION=0.6.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps /usr/local/bin/rustc --crate-name sudachi --edition=2021 sudachi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0106abd8b9d396d8 -C extra-filename=-c69ebdf7b1fdc86f --out-dir /magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/japanese/sudachi/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libaho_corasick-2b5ffc82932e8ef1.rmeta --extern bitflags=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libbitflags-c34a8fd8964e86cd.rmeta --extern csv=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libcsv-8455f94f6494c214.rmeta --extern fancy_regex=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libfancy_regex-189b0c8b6861b535.rmeta --extern indexmap=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libindexmap-62720eda0d32f274.rmeta --extern itertools=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libitertools-1249f5dd022e43f7.rmeta --extern lazy_static=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/liblazy_static-94bf9e349742a505.rmeta --extern libloading=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/liblibloading-29b0e6f55ab35c36.rmeta --extern memmap2=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libmemmap2-0345958a6c2cb1b7.rmeta --extern nom=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libnom-2d10c30e77c4a02f.rmeta --extern regex=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libregex-db3c6e06611e467c.rmeta --extern serde=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde-2ba27713c5a456cc.rmeta --extern serde_json=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libserde_json-27adaf849a0d52c9.rmeta --extern thiserror=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libthiserror-3198baa368900cdb.rmeta --extern unicode_normalization=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libunicode_normalization-57d3e17f73b398c6.rmeta --extern yada=/magus/work/usr/mports/japanese/sudachi/work/target/i686-unknown-freebsd/release/deps/libyada-861b4789b64569c9.rmeta -C link-arg=-fstack-protector-strong` (exit status: 1)
*** Error code 101

Stop.
make[1]: stopped in /usr/mports/japanese/sudachi
*** Error code 1

Stop.
make: stopped in /usr/mports/japanese/sudachi

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis

© 2008-2025 Lucas Holt
© 2008 Chris Reinhardt
MidnightBSD