Snippets for uutils-coreutils 0.7.0 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/uutils-coreutils/0.7.0/12.fc45/data/logs/x86_64/build.log.
-
warning: unexpected `cfg` condition value: `windows-sys` --> src/uucore/src/lib/lib.rs:13:11 | 13 | #[cfg(all(feature = "windows-sys", target_os = "windows"))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `backup-control`, `base64-simd`, `bigdecimal`, `blake2b_simd`, `blake3`, `bstr`, `buf-copy`, `checksum`, `colors`, `crc-fast`, `data-encoding`, `data-encoding-macro`, `default`, `digest`, `dns-lookup`, `dunce`, `encoding`, `entries`, `extendedbigdecimal`, `fast-inc`, `feat_systemd_logind`, `format`, `fs`, `fsext`, `fsxattr`, `glob`, `hardware`, `hex`, `i18n-all`, `i18n-charmap`, `i18n-collator`, `i18n-common`, `i18n-datetime`, `i18n-decimal`, and `icu_calendar` and 47 more = help: consider adding `windows-sys` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs`
-
warning: unexpected `cfg` condition value: `benchmark` --> src/uucore/src/lib/lib.rs:39:7 | 39 | #[cfg(feature = "benchmark")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `backup-control`, `base64-simd`, `bigdecimal`, `blake2b_simd`, `blake3`, `bstr`, `buf-copy`, `checksum`, `colors`, `crc-fast`, `data-encoding`, `data-encoding-macro`, `default`, `digest`, `dns-lookup`, `dunce`, `encoding`, `entries`, `extendedbigdecimal`, `fast-inc`, `feat_systemd_logind`, `format`, `fs`, `fsext`, `fsxattr`, `glob`, `hardware`, `hex`, `i18n-all`, `i18n-charmap`, `i18n-collator`, `i18n-common`, `i18n-datetime`, `i18n-decimal`, and `icu_calendar` and 47 more = help: consider adding `benchmark` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-
warning: unexpected `cfg` condition value: `benchmark` --> src/uucore/src/lib/features.rs:11:7 | 11 | #[cfg(feature = "benchmark")] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `backup-control`, `base64-simd`, `bigdecimal`, `blake2b_simd`, `blake3`, `bstr`, `buf-copy`, `checksum`, `colors`, `crc-fast`, `data-encoding`, `data-encoding-macro`, `default`, `digest`, `dns-lookup`, `dunce`, `encoding`, `entries`, `extendedbigdecimal`, `fast-inc`, `feat_systemd_logind`, `format`, `fs`, `fsext`, `fsxattr`, `glob`, `hardware`, `hex`, `i18n-all`, `i18n-charmap`, `i18n-collator`, `i18n-common`, `i18n-datetime`, `i18n-decimal`, and `icu_calendar` and 47 more = help: consider adding `benchmark` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-
warning: use of deprecated method `icu_calendar::Date::<A>::extended_year`: use `date.year().extended_year()` --> src/uucore/src/lib/features/i18n/datetime.rs:85:20 | 85 | (d.extended_year(), d.month().ordinal, d.day_of_month().0) | ^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
-
warning: use of deprecated method `icu_calendar::Date::<A>::extended_year`: use `date.year().extended_year()` --> src/uucore/src/lib/features/i18n/datetime.rs:89:20 | 89 | (d.extended_year(), d.month().ordinal, d.day_of_month().0) | ^^^^^^^^^^^^^
-
warning: use of deprecated method `icu_calendar::Date::<A>::extended_year`: use `date.year().extended_year()` --> src/uucore/src/lib/features/i18n/datetime.rs:93:20 | 93 | (d.extended_year(), d.month().ordinal, d.day_of_month().0) | ^^^^^^^^^^^^^
-
warning: use of deprecated method `sha3::digest::generic_array::GenericArray::<T, N>::as_slice`: please upgrade to generic-array 1.x --> src/uu/shuf/src/random_seed.rs:69:25 | 69 | let seed = seed.as_slice().try_into().unwrap(); | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default