D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-capnp-0.19.8-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JI4Z0I Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.c6F7nK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + rm -rf capnp-0.19.8 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/capnp-0.19.8.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd capnp-0.19.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/capnp-fix-metadata.diff + 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.4y0OXh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + cd capnp-0.19.8 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cLXkVk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd capnp-0.19.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling capnp v0.19.8 (/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8) Running `/usr/bin/rustc --crate-name capnp --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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=a268f64cd7e554c3 -C extra-filename=-400a271fed5c16fa --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `embedded-io` --> src/lib.rs:474:7 | 474 | #[cfg(feature = "embedded-io")] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `embedded-io` --> src/io.rs:90:11 | 90 | #[cfg(all(feature = "embedded-io", not(feature = "std")))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `embedded-io` --> src/io.rs:123:32 | 123 | #[cfg(not(any(feature = "std", feature = "embedded-io")))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unnecessary parentheses around type --> src/lib.rs:615:36 | 615 | fn cause(&self) -> Option<&dyn (::std::error::Error)> { | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 615 - fn cause(&self) -> Option<&dyn (::std::error::Error)> { 615 + fn cause(&self) -> Option<&dyn ::std::error::Error> { | warning: hiding a lifetime that's elided elsewhere is confusing --> src/data_list.rs:65:21 | 65 | pub fn reborrow(&self) -> Reader { | ^^^^^ ------ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 65 | pub fn reborrow(&self) -> Reader<'_> { | ++++ warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique --> src/introspect.rs:239:55 | 239 | core::ptr::eq(self.generic, other.generic) && self.field_types == other.field_types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the address of the same function can vary between different codegen units = note: furthermore, different functions could have the same address after being merged together = note: for more information visit = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint | 239 - core::ptr::eq(self.generic, other.generic) && self.field_types == other.field_types 239 + core::ptr::eq(self.generic, other.generic) && std::ptr::fn_addr_eq(self.field_types, other.field_types) | warning: hiding a lifetime that's elided elsewhere is confusing --> src/message.rs:500:36 | 500 | pub fn get_segments_for_output(&self) -> OutputSegments { | ^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 500 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/private/arena.rs:256:36 | 256 | pub fn get_segments_for_output(&self) -> OutputSegments { | ^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 256 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/serialize.rs:252:16 | 252 | slice: &[u8], | ^^^^^ the lifetime is elided here 253 | segment_table_bytes_len: usize, 254 | ) -> SliceSegments { | ------------- the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 254 | ) -> SliceSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/text_list.rs:65:21 | 65 | pub fn reborrow(&self) -> Reader { | ^^^^^ ------ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 65 | pub fn reborrow(&self) -> Reader<'_> { | ++++ warning: `capnp` (lib) generated 10 warnings (run `cargo fix --lib -p capnp` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 6.39s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VSchaZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd capnp-0.19.8 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=capnp ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.19.8 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT/usr/share/cargo/registry/capnp-0.19.8 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT/usr/share/cargo/registry/capnp-0.19.8 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT/usr/share/cargo/registry/capnp-0.19.8 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT/usr/share/cargo/registry/capnp-0.19.8/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT/usr/share/cargo/registry/capnp-0.19.8/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hAga91 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd capnp-0.19.8 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.175 Compiling memchr v2.7.5 Compiling regex-syntax v0.8.5 Compiling cfg-if v1.0.1 Compiling log v0.4.27 warning: unexpected `cfg` condition value: `embedded-io` --> src/lib.rs:474:7 | 474 | #[cfg(feature = "embedded-io")] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `embedded-io` --> src/io.rs:90:11 | 90 | #[cfg(all(feature = "embedded-io", not(feature = "std")))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition value: `embedded-io` --> src/io.rs:123:32 | 123 | #[cfg(not(any(feature = "std", feature = "embedded-io")))] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `default`, `quickcheck`, `rpc_try`, `std`, `sync_reader`, and `unaligned` = help: consider adding `embedded-io` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: unnecessary parentheses around type --> src/lib.rs:615:36 | 615 | fn cause(&self) -> Option<&dyn (::std::error::Error)> { | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 615 - fn cause(&self) -> Option<&dyn (::std::error::Error)> { 615 + fn cause(&self) -> Option<&dyn ::std::error::Error> { | warning: hiding a lifetime that's elided elsewhere is confusing --> src/data_list.rs:65:21 | 65 | pub fn reborrow(&self) -> Reader { | ^^^^^ ------ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 65 | pub fn reborrow(&self) -> Reader<'_> { | ++++ warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique --> src/introspect.rs:239:55 | 239 | core::ptr::eq(self.generic, other.generic) && self.field_types == other.field_types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the address of the same function can vary between different codegen units = note: furthermore, different functions could have the same address after being merged together = note: for more information visit = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint | 239 - core::ptr::eq(self.generic, other.generic) && self.field_types == other.field_types 239 + core::ptr::eq(self.generic, other.generic) && std::ptr::fn_addr_eq(self.field_types, other.field_types) | warning: hiding a lifetime that's elided elsewhere is confusing --> src/message.rs:500:36 | 500 | pub fn get_segments_for_output(&self) -> OutputSegments { | ^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 500 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/private/arena.rs:256:36 | 256 | pub fn get_segments_for_output(&self) -> OutputSegments { | ^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 256 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/serialize.rs:252:16 | 252 | slice: &[u8], | ^^^^^ the lifetime is elided here 253 | segment_table_bytes_len: usize, 254 | ) -> SliceSegments { | ------------- the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 254 | ) -> SliceSegments<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/text_list.rs:65:21 | 65 | pub fn reborrow(&self) -> Reader { | ^^^^^ ------ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 65 | pub fn reborrow(&self) -> Reader<'_> { | ++++ Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=69db84a876ea34d1 -C extra-filename=-3689981c9c015de7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/build/libc-3689981c9c015de7 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=c00e661943832b51 -C extra-filename=-dfe855f48e62aac8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=b3837258f82c6b78 -C extra-filename=-bbd4689e0db684cb --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `capnp` (lib) generated 10 warnings (run `cargo fix --lib -p capnp` to apply 1 suggestion) Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=d15e1610e28af61d -C extra-filename=-248c37a1e6f75f0e --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std"))' -C metadata=dd3d09a54ce8e4c2 -C extra-filename=-c24fb6f12d2e4004 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling aho-corasick v1.1.3 Running `/usr/bin/rustc --crate-name aho_corasick --edition=2021 /usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=82b2138f5825247a -C extra-filename=-262184ea65a1d37d --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/build/libc-3689981c9c015de7/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=25c2ba817ba0ec2b -C extra-filename=-71f4bfc73a4884e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/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 regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=5df9528e3ac69a88 -C extra-filename=-9339ac65abf863c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.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=56f4e18019818cd7 -C extra-filename=-2f82a4eb4be77ab5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/liblibc-71f4bfc73a4884e1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8f43c0e035d2084d -C extra-filename=-b8376279975c8f54 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libgetrandom-2f82a4eb4be77ab5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=1c186a09e1c4b114 -C extra-filename=-128385f537618c0d --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/librand_core-b8376279975c8f54.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a726f2831816efda -C extra-filename=-1e9030f3af2f5390 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libaho_corasick-262184ea65a1d37d.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libregex_automata-9339ac65abf863c8.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libregex_syntax-bbd4689e0db684cb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.8.4 Running `/usr/bin/rustc --crate-name env_logger --edition=2018 /usr/share/cargo/registry/env_logger-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=e9d92c5cbde8b7ae -C extra-filename=-ed58a260ab87175f --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libregex-1e9030f3af2f5390.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck v1.0.3 Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 /usr/share/cargo/registry/quickcheck-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=61eb6a5c54d333a3 -C extra-filename=-ca0b8af936ec3795 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libenv_logger-ed58a260ab87175f.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/liblog-c24fb6f12d2e4004.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/librand-128385f537618c0d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling capnp v0.19.8 (/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8) Running `/usr/bin/rustc --crate-name primitive_list_as_slice_unaligned --edition=2021 tests/primitive_list_as_slice_unaligned.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=8eabc43777e1ea4b -C extra-filename=-66433dc458a1f9bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name total_size --edition=2021 tests/total_size.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=9c8a8e97e81d7805 -C extra-filename=-98c53131200f7a18 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name scratch_space_heap_allocator --edition=2021 tests/scratch_space_heap_allocator.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=f28ae98925cc0032 -C extra-filename=-b1673da8a8d7a7de --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name single_segment_allocator --edition=2021 tests/single_segment_allocator.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=13fd0fb2af859f72 -C extra-filename=-bb6294e5e6974375 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name primitive_list_as_slice --edition=2021 tests/primitive_list_as_slice.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=39f01b959b542840 -C extra-filename=-d0e78853cb6d73ef --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name text_comparisons --edition=2021 tests/text_comparisons.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=e868e62f735889d3 -C extra-filename=-714b156c25b8b0f5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name capnp --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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=d9c0c782a8373a43 -C extra-filename=-f249d70ba2057f96 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serialize_read_message_no_alloc --edition=2021 tests/serialize_read_message_no_alloc.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=0520ba1b6b48c163 -C extra-filename=-844a253b799e686c --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name canonicalize --edition=2021 tests/canonicalize.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 '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' -C metadata=8be2e7564eb0ba9d -C extra-filename=-030752a0f751cdd3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `capnp` (lib test) generated 10 warnings (10 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 24.71s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/capnp-f249d70ba2057f96` running 38 tests test any_pointer::init_clears_value ... ok test message::test_allocate_max ... ok test private::layout_test::empty_struct_list_size ... ok test private::layout_test::bool_list ... ok test private::layout_test::simple_raw_data_struct ... ok test private::layout_test::struct_list_size ... ok test private::layout_test::struct_size ... ok test serialize::no_alloc_buffer_segments::tests::test_calculate_data_offset_no_padding ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_invalid ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_postfix ... ok test serialize::no_alloc_buffer_segments::tests::test_read_u32_le ... ok test serialize::no_alloc_buffer_segments::tests::test_u32_to_segment_length_bytes ... ok test serialize::no_alloc_buffer_segments::tests::test_read_u32_le_truncated ... ok test serialize::no_alloc_buffer_segments::tests::test_verify_alignment ... ok test serialize::test::compute_serialized_size ... ok test serialize::test::read_message_from_flat_slice_too_short ... ok test serialize::test::read_message_from_flat_slice_with_remainder ... ok test serialize::no_alloc_buffer_segments::tests::test_u32_to_segments_count ... ok test serialize::test::test_read_invalid_segment_table ... ok test serialize::test::test_read_segment_table_max_read ... ok test serialize::test::test_read_segment_table ... ok test serialize::test::test_read_segment_table_overflow ... ok test serialize::test::test_write_segment_table ... ok test serialize_packed::tests::did_not_end_cleanly_on_a_segment_boundary ... ok test serialize::test::try_read_empty ... ok test serialize_packed::tests::packed_segment_table ... ok test serialize_packed::tests::premature_end_of_packed_input ... ok test serialize_packed::tests::premature_eof ... ok test serialize_packed::tests::simple_packing ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_bad_alignment ... ok test serialize_packed::tests::test_unpack ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_single_segment_optimization ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_multiple_segments ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_options_limit ... ok test serialize::test::test_round_trip ... ok test serialize_packed::tests::test_round_trip ... ok test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_truncated ... ok test serialize::test::test_round_trip_slice_segments ... ok test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/canonicalize-030752a0f751cdd3` running 21 tests test bit_list_padding_must_be_zero ... ok test canonical_non_null_empty_struct_field ... ok test canonicalize_succeeds_on_null_message ... ok test dont_truncate_struct_list_too_far ... ok test dont_truncate_struct_too_far ... ok test empty_inline_composite_list_of_0_sized_structs ... ok test far_pointer_to_same_segment ... ok test inline_composite_list_with_void_list ... ok test is_canonical_rejects_inline_composite_list_with_inaccurate_word_length ... ok test is_canonical_rejects_unused_trailing_words ... ok test is_canonical_requires_dense_packing ... ok test is_canonical_requires_pointer_preorder ... ok test is_canonical_requires_truncation_of_0_valued_struct_fields ... ok test list_padding_must_be_zero ... ok test multisegment_only_first_segment_used ... ok test out_of_bounds_zero_sized_list_returns_error ... ok test pointer_to_empty_struct_preorder_not_canonical ... ok test out_of_bounds_zero_sized_void_list_returns_error ... ok test simple_multisegment_message ... ok test truncate_data_section_inline_composite ... ok test truncate_pointer_section_inline_composite ... ok test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/primitive_list_as_slice-d0e78853cb6d73ef` running 1 test test primitive_list_as_slice ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/primitive_list_as_slice_unaligned-66433dc458a1f9bb` running 1 test test primitive_list_as_slice_small_values ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/scratch_space_heap_allocator-b1673da8a8d7a7de` running 1 test test scratch_space_heap_allocator ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/serialize_read_message_no_alloc-844a253b799e686c` running 2 tests test no_alloc_buffer_segments_from_buffer ... ok test serialize_read_message_no_alloc ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/single_segment_allocator-bb6294e5e6974375` running 1 test test single_segment_allocator ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/text_comparisons-714b156c25b8b0f5` running 1 test test text_comparisons ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/total_size-98c53131200f7a18` running 1 test test total_size_out_of_bounds ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests capnp Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name capnp --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps '--allow=clippy::type_complexity' '--allow=clippy::missing_safety_doc' --extern capnp=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libcapnp-400a271fed5c16fa.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/capnp-0.19.8/target/rpm/deps/libquickcheck-ca0b8af936ec3795.rlib -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "quickcheck", "rpc_try", "std", "sync_reader", "unaligned"))' --error-format human` warning: unnecessary parentheses around type --> src/lib.rs:615:36 | 615 | fn cause(&self) -> Option<&dyn (::std::error::Error)> { | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 615 - fn cause(&self) -> Option<&dyn (::std::error::Error)> { 615 + fn cause(&self) -> Option<&dyn ::std::error::Error> { | warning: 1 warning emitted running 2 tests test src/message.rs - message (line 33) ... ignored test src/message.rs - message (line 48) ... ignored test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-capnp-devel-0.19.8-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/capnp-0.19.8/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/capnp-0.19.8/LICENSE warning: File listed twice: /usr/share/cargo/registry/capnp-0.19.8/README.md Provides: crate(capnp) = 0.19.8 rust-capnp-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.65.0 Processing files: rust-capnp+default-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/default) = 0.19.8 rust-capnp+default-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 crate(capnp/alloc) = 0.19.8 crate(capnp/std) = 0.19.8 Processing files: rust-capnp+alloc-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/alloc) = 0.19.8 rust-capnp+alloc-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 Processing files: rust-capnp+quickcheck-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/quickcheck) = 0.19.8 rust-capnp+quickcheck-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 crate(quickcheck/default) >= 1.0.0 Processing files: rust-capnp+rpc_try-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/rpc_try) = 0.19.8 rust-capnp+rpc_try-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 Processing files: rust-capnp+std-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/std) = 0.19.8 rust-capnp+std-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 Processing files: rust-capnp+sync_reader-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/sync_reader) = 0.19.8 rust-capnp+sync_reader-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 Processing files: rust-capnp+unaligned-devel-0.19.8-1.mga10.noarch Provides: crate(capnp/unaligned) = 0.19.8 rust-capnp+unaligned-devel = 0.19.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(capnp) = 0.19.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+sync_reader-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+rpc_try-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+std-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+default-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+unaligned-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+alloc-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp+quickcheck-devel-0.19.8-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-capnp-devel-0.19.8-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CMaose + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + test -d /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-capnp-0.19.8-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/capnp-0.19.8/CHANGELOG.md File listed twice: /usr/share/cargo/registry/capnp-0.19.8/LICENSE File listed twice: /usr/share/cargo/registry/capnp-0.19.8/README.md D: [iurt_root_command] Success!