D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-hyper0.14-0.14.31-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nxqP2J + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Tjmmhn + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + rm -rf hyper-0.14.31 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/hyper-0.14.31.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd hyper-0.14.31 + /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.To0Xmd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + cd hyper-0.14.31 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.K7JjxT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-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 hyper-0.14.31 + '[' 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 pin-project-lite v0.2.13 Compiling itoa v1.0.14 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)' --check-cfg 'cfg(feature, values())' -C metadata=7b8b7bf226793f2f -C extra-filename=-7b8b7bf226793f2f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-core v0.3.31 Compiling bytes v1.7.2 Compiling fnv v1.0.7 Compiling httparse v1.8.0 Compiling once_cell v1.20.0 Compiling futures-task v0.3.31 Compiling pin-utils v0.1.0 Compiling try-lock v0.2.5 Compiling httpdate v1.0.3 Compiling tower-service v0.3.2 Running `/usr/bin/rustc --crate-name futures_core --edition=2018 /usr/share/cargo/registry/futures-core-0.3.31/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=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a50a3a5cda990532 -C extra-filename=-a50a3a5cda990532 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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_utils --edition=2018 /usr/share/cargo/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76dab60a29cee418 -C extra-filename=-76dab60a29cee418 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 try_lock --edition=2015 /usr/share/cargo/registry/try-lock-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3d5804d30674299 -C extra-filename=-b3d5804d30674299 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 fnv --edition=2015 /usr/share/cargo/registry/fnv-1.0.7/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf84a67097dcf045 -C extra-filename=-cf84a67097dcf045 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=01c6a7bf8b683533 -C extra-filename=-01c6a7bf8b683533 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 futures_task --edition=2018 /usr/share/cargo/registry/futures-task-0.3.31/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=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=301c3259f0112d2e -C extra-filename=-301c3259f0112d2e --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a4e1a72abb06988a -C extra-filename=-a4e1a72abb06988a --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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=2018 /usr/share/cargo/registry/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=208d31626737e532 -C extra-filename=-208d31626737e532 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/build/httparse-208d31626737e532 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 httpdate --edition=2021 /usr/share/cargo/registry/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1ae801a4214c090 -C extra-filename=-a1ae801a4214c090 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 itoa --edition=2018 /usr/share/cargo/registry/itoa-1.0.14/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)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a81550fc9e34f301 -C extra-filename=-a81550fc9e34f301 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/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 tower_service --edition=2018 /usr/share/cargo/registry/tower-service-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=def07bf5b769de71 -C extra-filename=-def07bf5b769de71 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --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="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs)' --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=450929f3b04dfad7 -C extra-filename=-450929f3b04dfad7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_project_lite-7b8b7bf226793f2f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling want v0.3.1 Compiling futures-util v0.3.31 Compiling futures-channel v0.3.31 Running `/usr/bin/rustc --crate-name want --edition=2018 /usr/share/cargo/registry/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f336a705232f88c4 -C extra-filename=-f336a705232f88c4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern try_lock=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libtry_lock-b3d5804d30674299.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_util --edition=2018 /usr/share/cargo/registry/futures-util-0.3.31/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=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "portable-atomic", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=3b6c69310ed9e7b7 -C extra-filename=-3b6c69310ed9e7b7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_core-a50a3a5cda990532.rmeta --extern futures_task=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_task-301c3259f0112d2e.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_project_lite-7b8b7bf226793f2f.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_utils-76dab60a29cee418.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name futures_channel --edition=2018 /usr/share/cargo/registry/futures-channel-0.3.31/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=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=0afc05e1416c8405 -C extra-filename=-0afc05e1416c8405 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_core-a50a3a5cda990532.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tracing-core v0.1.32 Running `/usr/bin/rustc --crate-name tracing_core --edition=2018 /usr/share/cargo/registry/tracing-core-0.1.32/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="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std"))' -C metadata=1e699f64e4780bd4 -C extra-filename=-1e699f64e4780bd4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libonce_cell-a4e1a72abb06988a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling http v0.2.12 Running `/usr/bin/rustc --crate-name http --edition=2018 /usr/share/cargo/registry/http-0.2.12/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)' --check-cfg 'cfg(feature, values())' -C metadata=500f43f279ed9593 -C extra-filename=-500f43f279ed9593 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libbytes-01c6a7bf8b683533.rmeta --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfnv-cf84a67097dcf045.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libitoa-a81550fc9e34f301.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/build/httparse-208d31626737e532/build-script-build` Running `/usr/bin/rustc --crate-name httparse --edition=2018 /usr/share/cargo/registry/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=924129c258171eeb -C extra-filename=-924129c258171eeb --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg httparse_simd` Compiling tracing v0.1.40 Running `/usr/bin/rustc --crate-name tracing --edition=2018 /usr/share/cargo/registry/tracing-0.1.40/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)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes"))' -C metadata=15f7053b8f3e4402 -C extra-filename=-15f7053b8f3e4402 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_project_lite-7b8b7bf226793f2f.rmeta --extern tracing_core=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libtracing_core-1e699f64e4780bd4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling http-body v0.4.6 Running `/usr/bin/rustc --crate-name http_body --edition=2018 /usr/share/cargo/registry/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b303e818b027e91 -C extra-filename=-5b303e818b027e91 --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libbytes-01c6a7bf8b683533.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libhttp-500f43f279ed9593.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_project_lite-7b8b7bf226793f2f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hyper v0.14.31 (/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31) Running `/usr/bin/rustc --crate-name hyper --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=bdd5227dba0e148f -C extra-filename=-bdd5227dba0e148f --out-dir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libbytes-01c6a7bf8b683533.rmeta --extern futures_channel=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_channel-0afc05e1416c8405.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_core-a50a3a5cda990532.rmeta --extern futures_util=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libfutures_util-3b6c69310ed9e7b7.rmeta --extern http=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libhttp-500f43f279ed9593.rmeta --extern http_body=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libhttp_body-5b303e818b027e91.rmeta --extern httparse=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libhttparse-924129c258171eeb.rmeta --extern httpdate=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libhttpdate-a1ae801a4214c090.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libitoa-a81550fc9e34f301.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libpin_project_lite-7b8b7bf226793f2f.rmeta --extern tokio=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libtokio-450929f3b04dfad7.rmeta --extern tower_service=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libtower_service-def07bf5b769de71.rmeta --extern tracing=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libtracing-15f7053b8f3e4402.rmeta --extern want=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31/target/rpm/deps/libwant-f336a705232f88c4.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: field `0` is never read --> src/body/body.rs:454:25 | 454 | struct Full<'a>(&'a Bytes); | ---- ^^^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `Full` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: variant `Internal` is never constructed --> src/error.rs:83:5 | 71 | pub(super) enum Parse { | ----- variant in this enum ... 83 | Internal, | ^^^^^^^^ | = note: `Parse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis warning: trait `AssertSendSync` is never used --> src/error.rs:617:7 | 617 | trait AssertSendSync: Send + Sync + 'static {} | ^^^^^^^^^^^^^^ warning: struct `HeaderCaseMap` is never constructed --> src/ext.rs:98:19 | 98 | pub(crate) struct HeaderCaseMap(HeaderMap); | ^^^^^^^^^^^^^ warning: methods `poll_ready` and `call` are never used --> src/service/http.rs:24:8 | 9 | pub trait HttpService: sealed::Sealed { | ----------- methods in this trait ... 24 | fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll>; | ^^^^^^^^^^ ... 27 | fn call(&mut self, req: Request) -> Self::Future; | ^^^^ warning: methods `poll_ready` and `make_connection` are never used --> src/service/make.rs:18:8 | 13 | pub trait MakeConnection: self::sealed::Sealed<(Target,)> { | -------------- methods in this trait ... 18 | fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll>; | ^^^^^^^^^^ 19 | fn make_connection(&mut self, target: Target) -> Self::Future; | ^^^^^^^^^^^^^^^ warning: methods `poll_ready_ref` and `make_service_ref` are never used --> src/service/make.rs:62:8 | 44 | pub trait MakeServiceRef: self::sealed::Sealed<(Target, ReqBody)> { | -------------- methods in this trait ... 62 | fn poll_ready_ref(&mut self, cx: &mut Context<'_>) -> Poll>; | ^^^^^^^^^^^^^^ 63 | 64 | fn make_service_ref(&mut self, target: &Target) -> Self::Future; | ^^^^^^^^^^^^^^^^ warning: trait `CantImpl` is never used --> src/service/make.rs:182:15 | 182 | pub trait CantImpl {} | ^^^^^^^^ warning: `hyper` (lib) generated 8 warnings Finished `rpm` profile [optimized + debuginfo] target(s) in 4.37s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gcf0Hv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-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 hyper-0.14.31 + '[' 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=hyper ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.14.31 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT/usr/share/cargo/registry/hyper-0.14.31 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT/usr/share/cargo/registry/hyper-0.14.31 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT/usr/share/cargo/registry/hyper-0.14.31 + /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 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/hyper-0.14.31` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT/usr/share/cargo/registry/hyper-0.14.31/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT/usr/share/cargo/registry/hyper-0.14.31/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: rust-hyper0.14-devel-0.14.31-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/hyper-0.14.31/LICENSE warning: File listed twice: /usr/share/cargo/registry/hyper-0.14.31/README.md Provides: crate(hyper) = 0.14.31 rust-hyper0.14-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytes/default) >= 1.0.0 crate(futures-channel/default) >= 0.3.0 crate(futures-core) >= 0.3.0 crate(futures-util) >= 0.3.0 crate(http-body/default) >= 0.4.0 crate(http/default) >= 0.2.0 crate(httparse/default) >= 1.8.0 crate(httpdate/default) >= 1.0.0 crate(itoa/default) >= 1.0.0 crate(pin-project-lite/default) >= 0.2.4 crate(tokio/default) >= 1.27.0 crate(tokio/sync) >= 1.27.0 crate(tower-service/default) >= 0.3.0 crate(tracing) >= 0.1.0 crate(tracing/std) >= 0.1.0 crate(want/default) >= 0.3.0 Processing files: rust-hyper0.14+default-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/default) = 0.14.31 rust-hyper0.14+default-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+backports-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/backports) = 0.14.31 rust-hyper0.14+backports-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+client-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/client) = 0.14.31 rust-hyper0.14+client-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+deprecated-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/deprecated) = 0.14.31 rust-hyper0.14+deprecated-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+ffi-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/ffi) = 0.14.31 rust-hyper0.14+ffi-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(hyper/libc) = 0.14.31 Processing files: rust-hyper0.14+full-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/full) = 0.14.31 rust-hyper0.14+full-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(hyper/client) = 0.14.31 crate(hyper/http1) = 0.14.31 crate(hyper/http2) = 0.14.31 crate(hyper/runtime) = 0.14.31 crate(hyper/server) = 0.14.31 crate(hyper/stream) = 0.14.31 Processing files: rust-hyper0.14+h2-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/h2) = 0.14.31 rust-hyper0.14+h2-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(h2/default) >= 0.3.24 crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+http1-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/http1) = 0.14.31 rust-hyper0.14+http1-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+http2-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/http2) = 0.14.31 rust-hyper0.14+http2-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(hyper/h2) = 0.14.31 Processing files: rust-hyper0.14+libc-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/libc) = 0.14.31 rust-hyper0.14+libc-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(libc/default) >= 0.2.0 Processing files: rust-hyper0.14+runtime-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/runtime) = 0.14.31 rust-hyper0.14+runtime-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(hyper/tcp) = 0.14.31 crate(tokio/rt) >= 1.27.0 crate(tokio/time) >= 1.27.0 Processing files: rust-hyper0.14+server-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/server) = 0.14.31 rust-hyper0.14+server-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+socket2-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/socket2) = 0.14.31 rust-hyper0.14+socket2-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(socket2/all) >= 0.4.7 crate(socket2/default) >= 0.4.7 Processing files: rust-hyper0.14+stream-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/stream) = 0.14.31 rust-hyper0.14+stream-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 Processing files: rust-hyper0.14+tcp-devel-0.14.31-2.mga10.noarch Provides: crate(hyper/tcp) = 0.14.31 rust-hyper0.14+tcp-devel = 0.14.31-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hyper) = 0.14.31 crate(hyper/socket2) = 0.14.31 crate(tokio/net) >= 1.27.0 crate(tokio/rt) >= 1.27.0 crate(tokio/time) >= 1.27.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+backports-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+deprecated-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+server-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+runtime-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+full-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+client-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+http1-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+socket2-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+libc-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+ffi-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+tcp-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+http2-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+stream-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+default-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14+h2-devel-0.14.31-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-hyper0.14-devel-0.14.31-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.epyki0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + test -d /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-hyper0.14-0.14.31-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/hyper-0.14.31/LICENSE File listed twice: /usr/share/cargo/registry/hyper-0.14.31/README.md D: [iurt_root_command] Success!