D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-zlib-rs-0.5.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.T1I6Vr Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BsYbEC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + rm -rf zlib-rs-0.5.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/zlib-rs-0.5.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd zlib-rs-0.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/zlib-rs-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.woXd2O + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + cd zlib-rs-0.5.1 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8YzFqJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd zlib-rs-0.5.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling zlib-rs v0.5.1 (/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1) Running `/usr/bin/rustc --crate-name zlib_rs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="c-allocator"' --cfg 'feature="default"' --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "default", "rust-allocator", "std"))' -C metadata=302066e675c9b56e -C extra-filename=-7807186c6c008227 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `__internal-fuzz` --> src/deflate.rs:137:12 | 137 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` 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 value: `__internal-fuzz` --> src/deflate.rs:155:12 | 155 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-test` --> src/deflate.rs:164:17 | 164 | #[cfg(any(test, feature = "__internal-test"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-fuzz` --> src/deflate.rs:1381:12 | 1381 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:928:11 | 928 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:931:11 | 931 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:988:19 | 988 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:990:19 | 990 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1020:9 | 1020 | trace!(" l {:>2} v {:>4x} ", _len, _value); | ------------------------------------------ in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1024:15 | 1024 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1031:15 | 1031 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1038:15 | 1038 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1045:15 | 1045 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1098:9 | 1098 | trace!("\n--- Emit Tree: Last: {}\n", is_last_block as u8); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1113:9 | 1113 | / trace!( 1114 | | "\n+++ Emit End Block: Last: {} Pending: {} Total Out: {}\n", 1115 | | _is_last_block as u8, 1116 | | self.pending.pending().len(), 1117 | | "" 1118 | | ); | |_________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1124:15 | 1124 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1609:15 | 1609 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2123:5 | 2123 | trace!("\ngen_codes: max_code {max_code} "); | ------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2137:13 | 2137 | / trace!( 2138 | | "\nn {:>3} {} l {:>2} c {:>4x} ({:x}) ", 2139 | | n, 2140 | | if isgraph(n as u8) { ... | 2147 | | next_code[len as usize] - 1 2148 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2226:5 | 2226 | trace!("\nbl counts: "); | ----------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2238:5 | 2238 | trace!("\nbl tree: sent {}", state.bit_writer.bits_sent); | -------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2244:5 | 2244 | trace!("\nlit tree: sent {}", state.bit_writer.bits_sent); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2250:5 | 2250 | trace!("\ndist tree: sent {}", state.bit_writer.bits_sent); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2232:9 | 2232 | trace!("\nbl code {:>2} ", StaticTreeDesc::BL_ORDER[rank]); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2298:5 | 2298 | / trace!( 2299 | | "\ndyn trees: dyn {}, stat {}", 2300 | | state.opt_len, 2301 | | state.static_len 2302 | | ); | |_____- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2367:9 | 2367 | / trace!( 2368 | | "\nopt {}({}) stat {}({}) stored {} lit {} ", 2369 | | opt_lenb, 2370 | | state.opt_len, ... | 2374 | | state.sym_buf.len() / 3 2375 | | ); | |_________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2339:13 | 2339 | / trace!( 2340 | | "\nlit data: dyn {}, stat {}", 2341 | | state.opt_len, 2342 | | state.static_len 2343 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2352:13 | 2352 | / trace!( 2353 | | "\ndist data: dyn {}, stat {}", 2354 | | state.opt_len, 2355 | | state.static_len 2356 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2807:5 | 2807 | trace!("\n[FLUSH {len} bytes]"); | ------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `__internal-test` --> src/inflate.rs:53:7 | 53 | #[cfg(feature = "__internal-test")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-test` --> src/inflate.rs:57:7 | 57 | #[cfg(feature = "__internal-test")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-fuzz-disable-checksum` --> src/inflate.rs:1344:34 | 1344 | if !cfg!(feature = "__internal-fuzz-disable-checksum") && self.wrap != 0 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz-disable-checksum` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `zlib-rs` (lib) generated 32 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 5.63s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5ee6qt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd zlib-rs-0.5.1 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=zlib-rs ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.5.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT/usr/share/cargo/registry/zlib-rs-0.5.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT/usr/share/cargo/registry/zlib-rs-0.5.1 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT/usr/share/cargo/registry/zlib-rs-0.5.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT/usr/share/cargo/registry/zlib-rs-0.5.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT/usr/share/cargo/registry/zlib-rs-0.5.1/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uDmy9s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd zlib-rs-0.5.1 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.175 Compiling cfg-if v1.0.1 Compiling autocfg v1.5.0 Compiling crc32fast v1.5.0 warning: unexpected `cfg` condition value: `__internal-fuzz` --> src/deflate.rs:137:12 | 137 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` 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 value: `__internal-fuzz` --> src/deflate.rs:155:12 | 155 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-test` --> src/deflate.rs:164:17 | 164 | #[cfg(any(test, feature = "__internal-test"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-fuzz` --> src/deflate.rs:1381:12 | 1381 | #[cfg_attr(feature = "__internal-fuzz", derive(arbitrary::Arbitrary))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:928:11 | 928 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:931:11 | 931 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:988:19 | 988 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:990:19 | 990 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1020:9 | 1020 | trace!(" l {:>2} v {:>4x} ", _len, _value); | ------------------------------------------ in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1024:15 | 1024 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1031:15 | 1031 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1038:15 | 1038 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1045:15 | 1045 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1098:9 | 1098 | trace!("\n--- Emit Tree: Last: {}\n", is_last_block as u8); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:1113:9 | 1113 | / trace!( 1114 | | "\n+++ Emit End Block: Last: {} Pending: {} Total Out: {}\n", 1115 | | _is_last_block as u8, 1116 | | self.pending.pending().len(), 1117 | | "" 1118 | | ); | |_________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1124:15 | 1124 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/deflate.rs:1609:15 | 1609 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2123:5 | 2123 | trace!("\ngen_codes: max_code {max_code} "); | ------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2137:13 | 2137 | / trace!( 2138 | | "\nn {:>3} {} l {:>2} c {:>4x} ({:x}) ", 2139 | | n, 2140 | | if isgraph(n as u8) { ... | 2147 | | next_code[len as usize] - 1 2148 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2226:5 | 2226 | trace!("\nbl counts: "); | ----------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2238:5 | 2238 | trace!("\nbl tree: sent {}", state.bit_writer.bits_sent); | -------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2244:5 | 2244 | trace!("\nlit tree: sent {}", state.bit_writer.bits_sent); | --------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2250:5 | 2250 | trace!("\ndist tree: sent {}", state.bit_writer.bits_sent); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2232:9 | 2232 | trace!("\nbl code {:>2} ", StaticTreeDesc::BL_ORDER[rank]); | ---------------------------------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2298:5 | 2298 | / trace!( 2299 | | "\ndyn trees: dyn {}, stat {}", 2300 | | state.opt_len, 2301 | | state.static_len 2302 | | ); | |_____- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2367:9 | 2367 | / trace!( 2368 | | "\nopt {}({}) stat {}({}) stored {} lit {} ", 2369 | | opt_lenb, 2370 | | state.opt_len, ... | 2374 | | state.sym_buf.len() / 3 2375 | | ); | |_________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2339:13 | 2339 | / trace!( 2340 | | "\nlit data: dyn {}, stat {}", 2341 | | state.opt_len, 2342 | | state.static_len 2343 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2352:13 | 2352 | / trace!( 2353 | | "\ndist data: dyn {}, stat {}", 2354 | | state.opt_len, 2355 | | state.static_len 2356 | | ); | |_____________- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `ZLIB_DEBUG` --> src/lib.rs:23:15 | 23 | #[cfg(feature = "ZLIB_DEBUG")] | ^^^^^^^^^^^^^^^^^^^^^^ | ::: src/deflate.rs:2807:5 | 2807 | trace!("\n[FLUSH {len} bytes]"); | ------------------------------- in this macro invocation | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `ZLIB_DEBUG` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `__internal-test` --> src/inflate.rs:53:7 | 53 | #[cfg(feature = "__internal-test")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-test` --> src/inflate.rs:57:7 | 57 | #[cfg(feature = "__internal-test")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-test` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `__internal-fuzz-disable-checksum` --> src/inflate.rs:1344:34 | 1344 | if !cfg!(feature = "__internal-fuzz-disable-checksum") && self.wrap != 0 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `c-allocator`, `default`, `rust-allocator`, and `std` = help: consider adding `__internal-fuzz-disable-checksum` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=69db84a876ea34d1 -C extra-filename=-3689981c9c015de7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/libc-3689981c9c015de7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02d4e23f82b8f21f -C extra-filename=-0201bf344dec63ff --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=29ffca11da05f4ec -C extra-filename=-734298bb190867b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/crc32fast-734298bb190867b9 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=d15e1610e28af61d -C extra-filename=-248c37a1e6f75f0e --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `zlib-rs` (lib) generated 32 warnings Running `/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/crc32fast-734298bb190867b9/build-script-build` Running `/usr/bin/rustc --crate-name crc32fast --edition=2021 /usr/share/cargo/registry/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=19ae062f4b2624a5 -C extra-filename=-a8a491c0bc6735ed --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` Running `/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/libc-3689981c9c015de7/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=25c2ba817ba0ec2b -C extra-filename=-71f4bfc73a4884e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling getrandom v0.2.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=56f4e18019818cd7 -C extra-filename=-2f82a4eb4be77ab5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/liblibc-71f4bfc73a4884e1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memoffset v0.9.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2015 /usr/share/cargo/registry/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=4745c3fd76ba11a5 -C extra-filename=-5cf91ee962246245 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/memoffset-5cf91ee962246245 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libautocfg-0201bf344dec63ff.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8f43c0e035d2084d -C extra-filename=-b8376279975c8f54 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libgetrandom-2f82a4eb4be77ab5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=1c186a09e1c4b114 -C extra-filename=-128385f537618c0d --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/librand_core-b8376279975c8f54.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/build/memoffset-5cf91ee962246245/build-script-build` Running `/usr/bin/rustc --crate-name memoffset --edition=2015 /usr/share/cargo/registry/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=478465c97d06d4ee -C extra-filename=-0d57f3987a5f845e --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` Compiling quickcheck v1.0.3 Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 /usr/share/cargo/registry/quickcheck-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=bf166987ced7b578 -C extra-filename=-7b585a95f84aab26 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern rand=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/librand-128385f537618c0d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling zlib-rs v0.5.1 (/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1) Running `/usr/bin/rustc --crate-name zlib_rs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="c-allocator"' --cfg 'feature="default"' --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "default", "rust-allocator", "std"))' -C metadata=d7bbee56c4d05400 -C extra-filename=-ede1f543d6b969b3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern crc32fast=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libcrc32fast-a8a491c0bc6735ed.rlib --extern memoffset=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libmemoffset-0d57f3987a5f845e.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libquickcheck-7b585a95f84aab26.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `zlib-rs` (lib test) generated 32 warnings (32 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 17.38s Running `/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/zlib_rs-ede1f543d6b969b3` running 74 tests test adler32::test::naive_is_fancy_small_inputs ... ok test allocate::tests::test_allocate_zeroed ... ok test allocate::tests::test_deallocate_null ... ok test allocate::tests::unaligned_allocator_0 ... ok test allocate::tests::test_allocate_buffer_zeroed ... ok test allocate::tests::unaligned_allocator_1 ... ok test adler32::test::test_adler32_combine ... ok test allocate::tests::unaligned_allocator_16 ... ok test allocate::tests::unaligned_allocator_2 ... ok test allocate::tests::unaligned_allocator_32 ... ok test allocate::tests::unaligned_allocator_4 ... ok test allocate::tests::unaligned_allocator_64 ... ok test allocate::tests::unaligned_allocator_8 ... ok test crc32::braid::test::crc32_naive_inner_endianness_and_alignment ... ok test crc32::braid::test::empty_is_identity ... ok test crc32::braid::test::words_endianness ... ok test crc32::braid::test::braid_4_is_crc32fast ... ok test crc32::braid::test::braid_5_is_crc32fast ... ok test crc32::braid::test::braid_6_is_crc32fast ... ok test crc32::test::chunked ... ok test crc32::braid::test::naive_is_crc32fast ... ok test crc32::test::nasty_alignment ... ok test crc32::braid::test::words_is_crc32fast ... ok test crc32::test::test_crc32_fold ... ok test crc32::test::test_crc32_fold_align ... ok test deflate::compare256::avx2::test_compare256 ... ok test crc32::test::crc_fold_is_crc32fast ... ok test deflate::compare256::rust::test_compare256 ... ok test crc32::combine::test::test_crc32_combine ... ok test deflate::compare256::rust::test_compare256_rle ... ok test deflate::hash_calc::tests::roll_hash_calc ... ok test deflate::hash_calc::tests::standard_hash_calc ... ok test deflate::slide_hash::tests::test_slide_hash_avx2 ... ok test deflate::slide_hash::tests::test_slide_hash_rust ... ok test deflate::slide_hash::tests::slide_is_rust_slide ... ok test deflate::test::detect_data_type_basic ... ok test deflate::test::copy_invalid_allocator::fail_0 ... ok test deflate::test::block_flush ... ok test deflate::test::copy_invalid_allocator::fail_3 ... ok test deflate::test::from_stream_mut ... ok test deflate::test::full_flush ... ok test deflate::test::end_data_error ... ok test deflate::test::fill_window_out_of_bounds ... ok test deflate::test::copy_invalid_allocator::fail_5 ... ok test deflate::test::gzip_no_header ... ok test deflate::test::gzip_header_pending_flush ... ok test deflate::test::gzip_stored_block_checksum ... ok test deflate::test::inflate_window_copy_slice ... ok test deflate::test::gzip_with_header ... ok test deflate::test::hello_world_quick_random ... ok test deflate::test::hash_calc_difference ... ok test deflate::test::insufficient_compress_space ... ok test deflate::test::init_invalid_allocator ... ok test deflate::test::invalid_deflate_config::sanity_check ... ok test deflate::test::hello_world_quick ... ok test deflate::test::partial_flush ... ok test inflate::inftrees::test::generate_fixed_distance_table ... ok test inflate::window::test::extend_out_of_bounds ... ok test inflate::writer::test::copy_chunk_unchecked ... ok test deflate::test::sync_flush ... ok test deflate::test::test_reset_keep ... ok test inflate::inftrees::test::not_enough_errors ... ok test deflate::test::invalid_deflate_config::window_bits_too_high ... ok test inflate::tests::uncompress_buffer_overflow ... ok test deflate::test::invalid_deflate_config::window_bits_too_low ... ok test deflate::test::hello_world_huffman_only ... ok test inflate::window::test::extend_crosses_bounds ... ok test inflate::writer::test::copy_match_insufficient_space_for_simd ... ok test inflate::inftrees::test::generate_fixed_length_table ... ok test deflate::test::invalid_deflate_config::window_bits_correction ... ok test inflate::writer::test::copy_match ... ok test deflate::test::simple_rle ... ok test deflate::test::split_deflate ... ok test inflate::window::test::extend_in_bounds ... ok test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests zlib_rs Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name zlib_rs --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps --extern crc32fast=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libcrc32fast-a8a491c0bc6735ed.rlib --extern memoffset=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libmemoffset-0d57f3987a5f845e.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libquickcheck-7b585a95f84aab26.rlib --extern zlib_rs=/home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/zlib-rs-0.5.1/target/rpm/deps/libzlib_rs-7807186c6c008227.rlib -C embed-bitcode=no --cfg 'feature="c-allocator"' --cfg 'feature="default"' --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "default", "rust-allocator", "std"))' --error-format human` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-zlib-rs-devel-0.5.1-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/zlib-rs-0.5.1/LICENSE warning: File listed twice: /usr/share/cargo/registry/zlib-rs-0.5.1/README.md Provides: crate(zlib-rs) = 0.5.1 rust-zlib-rs-devel = 0.5.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.75 Processing files: rust-zlib-rs+default-devel-0.5.1-1.mga10.noarch Provides: crate(zlib-rs/default) = 0.5.1 rust-zlib-rs+default-devel = 0.5.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(zlib-rs) = 0.5.1 crate(zlib-rs/c-allocator) = 0.5.1 crate(zlib-rs/std) = 0.5.1 Processing files: rust-zlib-rs+c-allocator-devel-0.5.1-1.mga10.noarch Provides: crate(zlib-rs/c-allocator) = 0.5.1 rust-zlib-rs+c-allocator-devel = 0.5.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(zlib-rs) = 0.5.1 Processing files: rust-zlib-rs+rust-allocator-devel-0.5.1-1.mga10.noarch Provides: crate(zlib-rs/rust-allocator) = 0.5.1 rust-zlib-rs+rust-allocator-devel = 0.5.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(zlib-rs) = 0.5.1 Processing files: rust-zlib-rs+std-devel-0.5.1-1.mga10.noarch Provides: crate(zlib-rs/std) = 0.5.1 rust-zlib-rs+std-devel = 0.5.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(zlib-rs) = 0.5.1 crate(zlib-rs/rust-allocator) = 0.5.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-zlib-rs+default-devel-0.5.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-zlib-rs+rust-allocator-devel-0.5.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-zlib-rs+c-allocator-devel-0.5.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-zlib-rs+std-devel-0.5.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-zlib-rs-devel-0.5.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aDorH0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-zlib-rs-0.5.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/zlib-rs-0.5.1/LICENSE File listed twice: /usr/share/cargo/registry/zlib-rs-0.5.1/README.md D: [iurt_root_command] Success!