D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-partial-io-0.5.4-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.J9qDbJ Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.g56cGT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + rm -rf partial-io-0.5.4 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/partial-io-0.5.4.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd partial-io-0.5.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + 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.mOheOm + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + cd partial-io-0.5.4 + /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.Z9pJQw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-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 partial-io-0.5.4 + '[' 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 partial-io v0.5.4 (/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4) Running `/usr/bin/rustc --crate-name partial_io --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=caee29266d2d4ee6 -C extra-filename=-16061608cfa0d0eb --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `doc_cfg` --> src/lib.rs:4:13 | 4 | #![cfg_attr(doc_cfg, feature(doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `partial-io` (lib) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 0.23s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8Zz5QA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-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 partial-io-0.5.4 + '[' 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=partial-io ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.5.4 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4 + /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-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4/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 mangling shebang in /usr/share/cargo/registry/partial-io-0.5.4/scripts/regenerate-readmes.sh from /usr/bin/env bash to #!/usr/bin/bash + 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.aGRFGv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-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 partial-io-0.5.4 + '[' 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 proc-macro2 v1.0.95 Compiling memchr v2.7.5 Compiling unicode-ident v1.0.18 Compiling cfg-if v1.0.1 Compiling regex-syntax v0.8.5 Compiling log v0.4.27 Compiling bytes v1.10.1 Compiling either v1.15.0 Compiling pin-project-lite v0.2.16 Compiling once_cell v1.20.3 warning: unexpected `cfg` condition name: `doc_cfg` --> src/lib.rs:4:13 | 4 | #![cfg_attr(doc_cfg, feature(doc_auto_cfg))] | ^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `partial-io` (lib) generated 1 warning Running `/usr/bin/rustc --crate-name regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-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="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=b3837258f82c6b78 -C extra-filename=-bbd4689e0db684cb --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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 once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.20.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=b25b1b3f94eb85dc -C extra-filename=-7523a6776379a9d7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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.27/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", "std"))' -C metadata=dd3d09a54ce8e4c2 -C extra-filename=-c24fb6f12d2e4004 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=43145de99fbc3c75 -C extra-filename=-6df0e9deb46d145b --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/proc-macro2-6df0e9deb46d145b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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 unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d056c812c33466a6 -C extra-filename=-7e20d0fe5993d5bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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.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="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=c00e661943832b51 -C extra-filename=-dfe855f48e62aac8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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 either --edition=2021 /usr/share/cargo/registry/either-1.15.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="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=2cf27ff6d369023b -C extra-filename=-1a8e030ba6a3c509 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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 bytes --edition=2018 /usr/share/cargo/registry/bytes-1.10.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=677c305c488668ab -C extra-filename=-6d0458c1415be360 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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/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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/libc-3689981c9c015de7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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 pin_project_lite --edition=2018 /usr/share/cargo/registry/pin-project-lite-0.2.16/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=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7197b9b42dd5ded9 -C extra-filename=-770b0c2860c3eb93 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling itertools v0.10.5 Running `/usr/bin/rustc --crate-name itertools --edition=2018 /usr/share/cargo/registry/itertools-0.10.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="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=eb8777cdd899afbd -C extra-filename=-53e816e831deaba2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern either=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libeither-1a8e030ba6a3c509.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=82b2138f5825247a -C extra-filename=-262184ea65a1d37d --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/proc-macro2-6df0e9deb46d145b/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/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"))'` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3e6f3cc5b29782d7 -C extra-filename=-607625e050d9e33a --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Compiling 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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblibc-71f4bfc73a4884e1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quote v1.0.40 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=997ad78a03a5a391 -C extra-filename=-b3b585a787befe69 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-607625e050d9e33a.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="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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libgetrandom-2f82a4eb4be77ab5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.104 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=c39df8efab3b327f -C extra-filename=-fdea2d377eb19df1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquote-b3b585a787befe69.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.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-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/librand_core-b8376279975c8f54.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/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="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=5df9528e3ac69a88 -C extra-filename=-9339ac65abf863c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --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=a726f2831816efda -C extra-filename=-1e9030f3af2f5390 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_automata-9339ac65abf863c8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.8.4 Running `/usr/bin/rustc --crate-name env_logger --edition=2018 /usr/share/cargo/registry/env_logger-0.8.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="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=e9d92c5cbde8b7ae -C extra-filename=-ed58a260ab87175f --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex-1e9030f3af2f5390.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=61eb6a5c54d333a3 -C extra-filename=-ca0b8af936ec3795 --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libenv_logger-ed58a260ab87175f.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/librand-128385f537618c0d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tokio-macros v2.5.0 Running `/usr/bin/rustc --crate-name tokio_macros --edition=2021 /usr/share/cargo/registry/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8b1918554a9cb2f -C extra-filename=-e50a316132cdf6dd --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libsyn-fdea2d377eb19df1.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tokio v1.47.1 Running `/usr/bin/rustc --crate-name tokio --edition=2021 /usr/share/cargo/registry/tokio-1.47.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros"))' -C metadata=12d486483cbf65f6 -C extra-filename=-cbc1599dcb8d469a --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libbytes-6d0458c1415be360.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libpin_project_lite-770b0c2860c3eb93.rmeta --extern tokio_macros=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio_macros-e50a316132cdf6dd.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling partial-io v0.5.4 (/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4) Running `/usr/bin/rustc --crate-name partial_io --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2a6a5c236d69a66a -C extra-filename=-1630a1b8b06d102e --out-dir /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libitertools-53e816e831deaba2.rlib --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libonce_cell-7523a6776379a9d7.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio-cbc1599dcb8d469a.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `partial-io` (lib test) generated 1 warning (1 duplicate) Finished `rpm` profile [optimized + debuginfo] target(s) in 39.37s Running `/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/partial_io-1630a1b8b06d102e` running 2 tests test read::tests::test_sendable ... ok test write::tests::test_sendable ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests partial_io Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name partial_io --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern itertools=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libitertools-53e816e831deaba2.rlib --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libonce_cell-7523a6776379a9d7.rlib --extern partial_io=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libpartial_io-16061608cfa0d0eb.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio-cbc1599dcb8d469a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' --error-format human` running 3 tests test src/write.rs - write::PartialWrite (line 19) ... ok test src/read.rs - read::PartialRead (line 19) ... ok test src/lib.rs - (line 52) ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-partial-io-devel-0.5.4-3.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CODE_OF_CONDUCT.md warning: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CONTRIBUTING.md warning: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/LICENSE warning: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/README.md Provides: crate(partial-io) = 0.5.4 rust-partial-io-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.56 Processing files: rust-partial-io+default-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/default) = 0.5.4 rust-partial-io+default-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 Processing files: rust-partial-io+futures-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/futures) = 0.5.4 rust-partial-io+futures-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(futures/default) >= 0.3.0 crate(partial-io) = 0.5.4 Processing files: rust-partial-io+futures03-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/futures03) = 0.5.4 rust-partial-io+futures03-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(partial-io/futures) = 0.5.4 crate(partial-io/pin-project) = 0.5.4 Processing files: rust-partial-io+pin-project-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/pin-project) = 0.5.4 rust-partial-io+pin-project-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(pin-project/default) >= 1.0.4 Processing files: rust-partial-io+proptest-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/proptest) = 0.5.4 rust-partial-io+proptest-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(proptest/default) >= 1.0.0 Processing files: rust-partial-io+proptest1-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/proptest1) = 0.5.4 rust-partial-io+proptest1-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(partial-io/proptest) = 0.5.4 Processing files: rust-partial-io+quickcheck-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/quickcheck) = 0.5.4 rust-partial-io+quickcheck-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(quickcheck/default) >= 1.0.3 Processing files: rust-partial-io+quickcheck1-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/quickcheck1) = 0.5.4 rust-partial-io+quickcheck1-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(partial-io/quickcheck) = 0.5.4 crate(partial-io/rand) = 0.5.4 Processing files: rust-partial-io+rand-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/rand) = 0.5.4 rust-partial-io+rand-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(rand/default) >= 0.8.5 crate(rand/getrandom) >= 0.8.5 crate(rand/small_rng) >= 0.8.5 Processing files: rust-partial-io+tokio-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/tokio) = 0.5.4 rust-partial-io+tokio-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(tokio/default) >= 1.21.1 Processing files: rust-partial-io+tokio1-devel-0.5.4-3.mga10.noarch Provides: crate(partial-io/tokio1) = 0.5.4 rust-partial-io+tokio1-devel = 0.5.4-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(partial-io) = 0.5.4 crate(partial-io/futures03) = 0.5.4 crate(partial-io/tokio) = 0.5.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+futures03-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+rand-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+default-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+pin-project-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+tokio-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+quickcheck-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+proptest-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+quickcheck1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+tokio1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+futures-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io+proptest1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-partial-io-devel-0.5.4-3.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uG27Vs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + test -d /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-partial-io-0.5.4-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CHANGELOG.md File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CODE_OF_CONDUCT.md File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/CONTRIBUTING.md File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/LICENSE File listed twice: /usr/share/cargo/registry/partial-io-0.5.4/README.md D: [iurt_root_command] Success!