Snippets for python:cramjam 2.12.1 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/python-cramjam/2.12.1/1.fc46/data/logs/s390x/build.log.
-
warning: unexpected `cfg` condition value: `blosc2` --> src/lib.rs:58:11 | 58 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2` 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: `#[warn(unexpected_cfgs)]` on by default -
warning: unexpected `cfg` condition value: `blosc2-static` --> src/lib.rs:58:31 | 58 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2-static` 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: `blosc2-shared` --> src/lib.rs:58:58 | 58 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2-shared` 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: `deflate-static` --> src/lib.rs:64:32 | 64 | #[cfg(any(feature = "deflate", feature = "deflate-static", feature = "deflate-shared"))] | ^^^^^^^^^^---------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `deflate-static` 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: `gzip-static` --> src/lib.rs:66:29 | 66 | #[cfg(any(feature = "gzip", feature = "gzip-static", feature = "gzip-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `gzip-static` 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: `ideflate` --> src/lib.rs:69:9 | 69 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^---------- | | | help: there is a expected value with a similar name: `"deflate"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate` 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: `ideflate-static` --> src/lib.rs:69:31 | 69 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^----------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate-static` 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: `ideflate-shared` --> src/lib.rs:69:60 | 69 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^----------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate-shared` 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: `igzip` --> src/lib.rs:74:9 | 74 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"gzip"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip` 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: `igzip-static` --> src/lib.rs:74:28 | 74 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip-static` 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: `igzip-shared` --> src/lib.rs:74:54 | 74 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"gzip-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip-shared` 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: `izlib` --> src/lib.rs:79:9 | 79 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"zlib"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib` 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: `izlib-static` --> src/lib.rs:79:28 | 79 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib-static` 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: `izlib-shared` --> src/lib.rs:79:54 | 79 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"zlib-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib-shared` 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: `xz-static` --> src/lib.rs:87:27 | 87 | #[cfg(any(feature = "xz", feature = "xz-static", feature = "xz-shared"))] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `xz-static` 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: `zlib-static` --> src/lib.rs:89:29 | 89 | #[cfg(any(feature = "zlib", feature = "zlib-static", feature = "zlib-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `zlib-static` 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: `blosc2` --> src/experimental.rs:12:15 | 12 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2` 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: `blosc2-static` --> src/experimental.rs:12:35 | 12 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2-static` 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: `blosc2-shared` --> src/experimental.rs:12:62 | 12 | #[cfg(any(feature = "blosc2", feature = "blosc2-static", feature = "blosc2-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `blosc2-shared` 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: `ideflate` --> src/experimental.rs:17:13 | 17 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^---------- | | | help: there is a expected value with a similar name: `"deflate"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate` 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: `ideflate-static` --> src/experimental.rs:17:35 | 17 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^----------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate-static` 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: `ideflate-shared` --> src/experimental.rs:17:64 | 17 | any(feature = "ideflate", feature = "ideflate-static", feature = "ideflate-shared"), | ^^^^^^^^^^----------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `ideflate-shared` 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: `igzip` --> src/experimental.rs:24:13 | 24 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"gzip"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip` 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: `igzip-static` --> src/experimental.rs:24:32 | 24 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip-static` 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: `igzip-shared` --> src/experimental.rs:24:58 | 24 | any(feature = "igzip", feature = "igzip-static", feature = "igzip-shared"), | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"gzip-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `igzip-shared` 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: `izlib` --> src/experimental.rs:31:13 | 31 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"zlib"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib` 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: `izlib-static` --> src/experimental.rs:31:32 | 31 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib-static` 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: `izlib-shared` --> src/experimental.rs:31:58 | 31 | any(feature = "izlib", feature = "izlib-static", feature = "izlib-shared"), | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"zlib-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `izlib-shared` 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: `xz-static` --> src/lib.rs:431:31 | 431 | #[cfg(any(feature = "xz", feature = "xz-static", feature = "xz-shared"))] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `xz-static` 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: `gzip-static` --> src/lib.rs:439:33 | 439 | #[cfg(any(feature = "gzip", feature = "gzip-static", feature = "gzip-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `gzip-static` 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: `zlib-static` --> src/lib.rs:443:33 | 443 | #[cfg(any(feature = "zlib", feature = "zlib-static", feature = "zlib-shared"))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `zlib-static` 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: `deflate-static` --> src/lib.rs:447:36 | 447 | #[cfg(any(feature = "deflate", feature = "deflate-static", feature = "deflate-shared"))] | ^^^^^^^^^^---------------- | | | help: there is a expected value with a similar name: `"deflate-shared"` | = note: expected values for `feature` are: `brotli`, `bzip2`, `default`, `deflate`, `deflate-shared`, `extension-module`, `gzip`, `gzip-shared`, `lz4`, `snappy`, `xz`, `xz-shared`, `zlib`, `zlib-shared`, and `zstd` = help: consider adding `deflate-static` 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