D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-bytecount-0.6.8-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Q6LxuQ Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SEhSoj + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + rm -rf bytecount-0.6.8 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/bytecount-0.6.8.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd bytecount-0.6.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/bytecount-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.f1VWI6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + cd bytecount-0.6.8 + /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.XlLbfQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-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 bytecount-0.6.8 + '[' 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 bytecount v0.6.8 (/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8) Running `/usr/bin/rustc --crate-name bytecount --edition=2018 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("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=986b3f52d9ef1bb4 -C extra-filename=-29a25ea66a99e547 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `generic_simd` --> src/lib.rs:96:48 | 96 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` 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: `generic_simd` --> src/lib.rs:158:48 | 158 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `bytecount` (lib) generated 2 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 0.56s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AM9Eah + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-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 bytecount-0.6.8 + '[' 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=bytecount ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.6.8 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT/usr/share/cargo/registry/bytecount-0.6.8 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT/usr/share/cargo/registry/bytecount-0.6.8 + /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-bytecount-0.6.8-build/BUILDROOT/usr/share/cargo/registry/bytecount-0.6.8 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT/usr/share/cargo/registry/bytecount-0.6.8/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT/usr/share/cargo/registry/bytecount-0.6.8/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.38SdQJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-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 bytecount-0.6.8 + '[' 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.180 Compiling zerocopy v0.8.26 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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=92411a416ecbc327 -C extra-filename=-d139e536c4388098 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/build/libc-d139e536c4388098 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memchr v2.7.6 Compiling cfg-if v1.0.4 Compiling regex-syntax v0.8.8 Compiling log v0.4.29 warning: unexpected `cfg` condition value: `generic_simd` --> src/lib.rs:96:48 | 96 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` 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: `generic_simd` --> src/lib.rs:158:48 | 158 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"generic-simd"` | = note: expected values for `feature` are: `generic-simd`, `html_report`, and `runtime-dispatch-simd` = help: consider adding `generic_simd` 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/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=039fb398f35b9c46 -C extra-filename=-7c90d3069f38e1ca --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/build/zerocopy-7c90d3069f38e1ca -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/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 memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=945b98d750cbbfd2 -C extra-filename=-ea23da70d03ba017 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=08b529e5e0e8f31d -C extra-filename=-882b1cd97dcfd39c --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/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 regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=74391b6dbdfdb90b -C extra-filename=-3a4a871f7830e4a1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/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 log --edition=2021 /usr/share/cargo/registry/log-0.4.29/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std"))' -C metadata=c3fd2355e1599e7c -C extra-filename=-f490dbc062c2abfd --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `bytecount` (lib) generated 2 warnings Compiling aho-corasick v1.1.3 Running `/usr/bin/rustc --crate-name aho_corasick --edition=2021 /usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7e37286548fff4e9 -C extra-filename=-083500d6a966a051 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libmemchr-ea23da70d03ba017.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/build/libc-d139e536c4388098/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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=5429833b3143d375 -C extra-filename=-99d0b11ae01f7d56 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/build/zerocopy-7c90d3069f38e1ca/build-script-build` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3523682d6bc7cd3 -C extra-filename=-e9c80e7b3fc77c4d --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Compiling regex-automata v0.4.13 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=595528f70ee86c78 -C extra-filename=-43c60515193e4544 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libaho_corasick-083500d6a966a051.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libmemchr-ea23da70d03ba017.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libregex_syntax-3a4a871f7830e4a1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=111be99b76a407b0 -C extra-filename=-7a4a8201f0ac37b3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/liblibc-99d0b11ae01f7d56.rmeta --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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=deeaec249a182024 -C extra-filename=-3c103da2593f3101 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libgetrandom-7a4a8201f0ac37b3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ppv-lite86 v0.2.21 Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2021 /usr/share/cargo/registry/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=bab576c3077a1479 -C extra-filename=-6309d791f7d873cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libzerocopy-e9c80e7b3fc77c4d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.3.1 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2018 /usr/share/cargo/registry/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=6831b458da669754 -C extra-filename=-a0bdff4681c62982 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libppv_lite86-6309d791f7d873cf.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand_core-3c103da2593f3101.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="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=4cca515294fd5759 -C extra-filename=-72ef7506f0463c8c --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/liblibc-99d0b11ae01f7d56.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand_chacha-a0bdff4681c62982.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand_core-3c103da2593f3101.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.12.2 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=51312291a4ab6004 -C extra-filename=-39055bbb3cf3e19a --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libaho_corasick-083500d6a966a051.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libmemchr-ea23da70d03ba017.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libregex_automata-43c60515193e4544.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libregex_syntax-3a4a871f7830e4a1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_filter v0.1.0 Running `/usr/bin/rustc --crate-name env_filter --edition=2021 /usr/share/cargo/registry/env_filter-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=3775a9d8e9e3702b -C extra-filename=-736eec9dffa79df6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/liblog-f490dbc062c2abfd.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libregex-39055bbb3cf3e19a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.11.5 Running `/usr/bin/rustc --crate-name env_logger --edition=2021 /usr/share/cargo/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=3f3e6806f7b3539b -C extra-filename=-ab58d150183d3aa3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern env_filter=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libenv_filter-736eec9dffa79df6.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/liblog-f490dbc062c2abfd.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=168d610280ea143d -C extra-filename=-79df0725dadad3f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libenv_logger-ab58d150183d3aa3.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/liblog-f490dbc062c2abfd.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand-72ef7506f0463c8c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling bytecount v0.6.8 (/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8) Running `/usr/bin/rustc --crate-name check --edition=2018 tests/check.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=d79ccf4658fd55c3 -C extra-filename=-d6c0c4a801f6ad5d --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern bytecount=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libbytecount-29a25ea66a99e547.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libquickcheck-79df0725dadad3f5.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand-72ef7506f0463c8c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bytecount --edition=2018 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=0b05de41a8e91196 -C extra-filename=-f189219efb7ee0da --out-dir /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libquickcheck-79df0725dadad3f5.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand-72ef7506f0463c8c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `bytecount` (lib test) generated 2 warnings (2 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 21.52s Running `/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/bytecount-f189219efb7ee0da` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/check-d6c0c4a801f6ad5d` running 11 tests test check_count_overflow ... ok test check_count_correct ... ok test check_count_some ... ok test check_num_chars_correct ... ok test check_num_chars_some ... ok test check_num_chars_overflow ... ok test check_num_chars_overflow_many ... ok test check_count_overflow_many ... ok test check_count_large_rand ... ok test check_count_large ... ok test check_num_chars_large ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests bytecount Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name bytecount --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps --extern bytecount=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libbytecount-29a25ea66a99e547.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/libquickcheck-79df0725dadad3f5.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/bytecount-0.6.8/target/rpm/deps/librand-72ef7506f0463c8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' --error-format human` running 7 tests test src/lib.rs - (line 9) ... ok test src/lib.rs - num_chars (line 125) ... ok test src/lib.rs - count (line 63) ... ok test src/lib.rs - (line 22) ... ok test src/naive.rs - naive::naive_num_chars (line 37) ... ok test src/naive.rs - naive::naive_count (line 19) ... ok test src/naive.rs - naive::naive_count_32 (line 6) ... ok test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-bytecount-devel-0.6.8-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/LICENSE.Apache2 warning: File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/LICENSE.MIT warning: File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/README.md Provides: crate(bytecount) = 0.6.8 rust-bytecount-devel = 0.6.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-bytecount+default-devel-0.6.8-2.mga10.noarch Provides: crate(bytecount/default) = 0.6.8 rust-bytecount+default-devel = 0.6.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecount) = 0.6.8 Processing files: rust-bytecount+generic-simd-devel-0.6.8-2.mga10.noarch Provides: crate(bytecount/generic-simd) = 0.6.8 rust-bytecount+generic-simd-devel = 0.6.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecount) = 0.6.8 Processing files: rust-bytecount+html_report-devel-0.6.8-2.mga10.noarch Provides: crate(bytecount/html_report) = 0.6.8 rust-bytecount+html_report-devel = 0.6.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecount) = 0.6.8 Processing files: rust-bytecount+runtime-dispatch-simd-devel-0.6.8-2.mga10.noarch Provides: crate(bytecount/runtime-dispatch-simd) = 0.6.8 rust-bytecount+runtime-dispatch-simd-devel = 0.6.8-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecount) = 0.6.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bytecount+html_report-devel-0.6.8-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bytecount+runtime-dispatch-simd-devel-0.6.8-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bytecount+default-devel-0.6.8-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bytecount+generic-simd-devel-0.6.8-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-bytecount-devel-0.6.8-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6v6xji + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + test -d /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-bytecount-0.6.8-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/LICENSE.Apache2 File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/LICENSE.MIT File listed twice: /usr/share/cargo/registry/bytecount-0.6.8/README.md D: [iurt_root_command] Success!