D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/iurt/rpmbuild/SRPMS/@2249734:rust-partial-io-0.5.4-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZBaCma Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.j9ZuLI + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + rm -rf partial-io-0.5.4 + /usr/lib/rpm/rpmuncompress -x /home/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.nXKD9G + umask 022 + cd /home/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.kZ7pyq + umask 022 + cd /home/iurt/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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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/iurt/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=f58ac688bd13bb7d -C extra-filename=-4819e87d8e52d70b --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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.53s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ec5kK1 + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + mkdir /home/iurt/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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT/usr/share/cargo/registry/partial-io-0.5.4 + /usr/bin/mkdir -p /home/iurt/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/iurt/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/iurt/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/iurt/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/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.W14aMe + umask 022 + cd /home/iurt/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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' + 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.174 Compiling proc-macro2 v1.0.95 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.174/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=222461c808aeb4e3 -C extra-filename=-290021675daca004 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/libc-290021675daca004 -L dependency=/home/iurt/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 unicode-ident v1.0.18 Compiling memchr v2.7.4 Compiling regex-syntax v0.8.5 Compiling cfg-if v1.0.1 Compiling log v0.4.26 Compiling bytes v1.7.2 Compiling pin-project-lite v0.2.13 Compiling either v1.15.0 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 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=5dbf3ba79a3d07d3 -C extra-filename=-d178cdb3074839f2 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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=8c0b8a6c6cca38a8 -C extra-filename=-1fad91826052b938 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/proc-macro2-1fad91826052b938 -L dependency=/home/iurt/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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4bb16993ddf52764 -C extra-filename=-46e7721b3b95a9d8 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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=782ab1b14998c772 -C extra-filename=-efd163a164df2e17 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=df45c0849dc968db -C extra-filename=-b8422f1eba2034c1 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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.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="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=1ea9e71d93d349fb -C extra-filename=-8f8b804c0d89d865 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14b0749306c05786 -C extra-filename=-80c33c3b1007cf77 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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=0a9e6055ba4aa920 -C extra-filename=-c890a945222c1763 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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=83fb1951168f9735 -C extra-filename=-4312405cd6039aaa --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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` 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=064ff88e124498cf -C extra-filename=-da678d5f5a210e04 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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=0e4c86a030caf67d -C extra-filename=-3ae29ec15d0193b1 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern either=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libeither-c890a945222c1763.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=1545077a65e5854a -C extra-filename=-e6312d17e53a459d --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern memchr=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-46e7721b3b95a9d8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/proc-macro2-1fad91826052b938/build-script-build` 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=1a6364a8d1480890 -C extra-filename=-3a5c3fe9fe6420b5 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern unicode_ident=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libunicode_ident-d178cdb3074839f2.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)'` Running `/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/build/libc-290021675daca004/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.174/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=5e921d778d5d3e44 -C extra-filename=-0e4722cc1fe35753 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/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"))'` 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=800e544fcd1fe518 -C extra-filename=-63db9a58f3179238 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-3a5c3fe9fe6420b5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.101 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.101/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=996988d543a6a5e9 -C extra-filename=-0ef46294f7b6c4f6 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-3a5c3fe9fe6420b5.rmeta --extern quote=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquote-63db9a58f3179238.rmeta --extern unicode_ident=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libunicode_ident-d178cdb3074839f2.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=2a85d0557a3ef0a4 -C extra-filename=-5328d70beed37345 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern aho_corasick=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libaho_corasick-e6312d17e53a459d.rmeta --extern memchr=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-46e7721b3b95a9d8.rmeta --extern regex_syntax=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_syntax-da678d5f5a210e04.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=c38f80ee1426a5d8 -C extra-filename=-003e9bed7075e6fa --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern cfg_if=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libcfg_if-efd163a164df2e17.rmeta --extern libc=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblibc-0e4722cc1fe35753.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=f03fa9a83dcd28b1 -C extra-filename=-2e28345afda03afe --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern getrandom=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libgetrandom-003e9bed7075e6fa.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=e253f6e1bb62dae4 -C extra-filename=-34094ee6e313b9a8 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern rand_core=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/librand_core-2e28345afda03afe.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=aa6c32ea962c722b -C extra-filename=-d6caa15ff7289676 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern aho_corasick=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libaho_corasick-e6312d17e53a459d.rmeta --extern memchr=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libmemchr-46e7721b3b95a9d8.rmeta --extern regex_automata=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_automata-5328d70beed37345.rmeta --extern regex_syntax=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex_syntax-da678d5f5a210e04.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=5a13359328212fb3 -C extra-filename=-cdc562c13aa48c6d --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern log=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblog-8f8b804c0d89d865.rmeta --extern regex=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libregex-d6caa15ff7289676.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=147b834239585206 -C extra-filename=-b2ea35344311c5b7 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern env_logger=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libenv_logger-cdc562c13aa48c6d.rmeta --extern log=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/liblog-8f8b804c0d89d865.rmeta --extern rand=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/librand-34094ee6e313b9a8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tokio-macros v2.4.0 Running `/usr/bin/rustc --crate-name tokio_macros --edition=2021 /usr/share/cargo/registry/tokio-macros-2.4.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=426b7102cb706e1c -C extra-filename=-7aa0169d0bc2ff64 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern proc_macro2=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libproc_macro2-3a5c3fe9fe6420b5.rlib --extern quote=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquote-63db9a58f3179238.rlib --extern syn=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libsyn-0ef46294f7b6c4f6.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tokio v1.40.0 Running `/usr/bin/rustc --crate-name tokio --edition=2021 /usr/share/cargo/registry/tokio-1.40.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="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=76f5ccf4e2753301 -C extra-filename=-e5d9196f7723acb2 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern bytes=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libbytes-b8422f1eba2034c1.rmeta --extern pin_project_lite=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libpin_project_lite-80c33c3b1007cf77.rmeta --extern tokio_macros=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio_macros-7aa0169d0bc2ff64.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling partial-io v0.5.4 (/home/iurt/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=ed301371bff64bd5 -C extra-filename=-85e75d99c6dced74 --out-dir /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern itertools=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libitertools-3ae29ec15d0193b1.rlib --extern once_cell=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libonce_cell-4312405cd6039aaa.rlib --extern quickcheck=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquickcheck-b2ea35344311c5b7.rlib --extern tokio=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio-e5d9196f7723acb2.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 1m 17s Running `/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/partial_io-85e75d99c6dced74` 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/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4 -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps -L dependency=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps --extern itertools=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libitertools-3ae29ec15d0193b1.rlib --extern once_cell=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libonce_cell-4312405cd6039aaa.rlib --extern partial_io=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libpartial_io-4819e87d8e52d70b.rlib --extern quickcheck=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libquickcheck-b2ea35344311c5b7.rlib --extern tokio=/home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/partial-io-0.5.4/target/rpm/deps/libtokio-e5d9196f7723acb2.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.42s + 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/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+quickcheck1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+proptest-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+proptest1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+tokio-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+pin-project-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+quickcheck-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+futures-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+futures03-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+tokio1-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+rand-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io+default-devel-0.5.4-3.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/rust-partial-io-devel-0.5.4-3.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oNBQ7I + umask 022 + cd /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + test -d /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/rust-partial-io-0.5.4-build + rm -rf /home/iurt/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!