D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-gix-commitgraph-0.29.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.z2Vff3 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.r8xTAU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + rm -rf gix-commitgraph-0.29.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/gix-commitgraph-0.29.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd gix-commitgraph-0.29.0 + /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.IoKTeq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + cd gix-commitgraph-0.29.0 + /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.uEbU54 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-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 gix-commitgraph-0.29.0 + '[' 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 version_check v0.9.5 Compiling typenum v1.18.0 Compiling proc-macro2 v1.0.105 Compiling libc v0.2.180 Compiling quote v1.0.41 Compiling cfg-if v1.0.4 Compiling unicode-ident v1.0.22 Compiling parking_lot_core v0.9.12 Compiling smallvec v1.15.1 Compiling scopeguard v1.2.0 Compiling thiserror v2.0.17 Compiling byteorder v1.5.0 Compiling heapless v0.8.0 Compiling stable_deref_trait v1.2.1 Compiling cpufeatures v0.2.17 Compiling gix-trace v0.1.15 Running `/usr/bin/rustc --crate-name version_check --edition=2015 /usr/share/cargo/registry/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0547059fbd0fdc5 -C extra-filename=-2f5fba78a5d5b6fd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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/typenum-1.18.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=096ab3af7384a88e -C extra-filename=-b71b4b768f84de94 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/typenum-b71b4b768f84de94 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.105/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d4ded8db3929421f -C extra-filename=-0f1d4608a38c49a2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/proc-macro2-0f1d4608a38c49a2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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/quote-1.0.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=53ef3d98672135af -C extra-filename=-0454ff53fc80ddd6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/quote-0454ff53fc80ddd6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=08b529e5e0e8f31d -C extra-filename=-882b1cd97dcfd39c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --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=5847cfa6a656dc4c -C extra-filename=-5e3842ffd01dceae --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/libc-5e3842ffd01dceae -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name unicode_ident --edition=2018 /usr/share/cargo/registry/unicode-ident-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10476e151b089a0 -C extra-filename=-79a01b0086603322 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/parking_lot_core-0.9.12/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=0e14d7dce5c5c9d0 -C extra-filename=-6efb14ddde2ef5ba --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/parking_lot_core-6efb14ddde2ef5ba -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/thiserror-2.0.17/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e11780769c26c8d -C extra-filename=-ab433ef3612ab4ca --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/thiserror-ab433ef3612ab4ca -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 smallvec --edition=2018 /usr/share/cargo/registry/smallvec-1.15.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("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=c14df3d034c650ec -C extra-filename=-d5f88d403dd506d2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/heapless-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=c84bbf705fbd2793 -C extra-filename=-248570c9cd839519 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/heapless-248570c9cd839519 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 byteorder --edition=2021 /usr/share/cargo/registry/byteorder-1.5.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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=6924211bd9d0c39b -C extra-filename=-8f61d4ccc85d3e88 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 stable_deref_trait --edition=2015 /usr/share/cargo/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=48b911b1140da6df -C extra-filename=-6d7ad6a8b937da37 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 scopeguard --edition=2015 /usr/share/cargo/registry/scopeguard-1.2.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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5edd2002eff97632 -C extra-filename=-afeddd08d0fc4af6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 cpufeatures --edition=2018 /usr/share/cargo/registry/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e35a7449e998a9b1 -C extra-filename=-21e89470d728c943 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 gix_trace --edition=2021 /usr/share/cargo/registry/gix-trace-0.1.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 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "tracing", "tracing-detail"))' -C metadata=cca864c0d3c874ed -C extra-filename=-13b0a95d8b52346b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memchr v2.7.6 Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=945b98d750cbbfd2 -C extra-filename=-ea23da70d03ba017 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling lock_api v0.4.14 Running `/usr/bin/rustc --crate-name lock_api --edition=2021 /usr/share/cargo/registry/lock_api-0.4.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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ecd4fe0c215bb54d -C extra-filename=-aee86186e5a934fd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern scopeguard=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libscopeguard-afeddd08d0fc4af6.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hash32 v0.3.1 Running `/usr/bin/rustc --crate-name hash32 --edition=2015 /usr/share/cargo/registry/hash32-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=60606d380a4e4bf8 -C extra-filename=-3d1d354960e8d807 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern byteorder=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libbyteorder-8f61d4ccc85d3e88.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/quote-0454ff53fc80ddd6/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/parking_lot_core-6efb14ddde2ef5ba/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/proc-macro2-0f1d4608a38c49a2/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/heapless-248570c9cd839519/build-script-build` Compiling bstr v1.12.1 Running `/usr/bin/rustc --crate-name bstr --edition=2021 /usr/share/cargo/registry/bstr-1.12.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=a23cff341dc775b7 -C extra-filename=-ea6bcc907e14c9b6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libmemchr-ea23da70d03ba017.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name heapless --edition=2021 /usr/share/cargo/registry/heapless-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=7a4958c155f5191e -C extra-filename=-19da461e5c2503b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern hash32=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libhash32-3d1d354960e8d807.rmeta --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libstable_deref_trait-6d7ad6a8b937da37.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/typenum-b71b4b768f84de94/build-script-build` Running `/usr/bin/rustc --crate-name typenum --edition=2018 /usr/share/cargo/registry/typenum-1.18.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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=5857dc27b56a9705 -C extra-filename=-c40c23ce53c9a384 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/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 proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=72ef6644dce39025 -C extra-filename=-df69b5d327200e14 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libunicode_ident-79a01b0086603322.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/thiserror-ab433ef3612ab4ca/build-script-build` Compiling generic-array v0.14.7 Running `/usr/bin/rustc --crate-name build_script_build --edition=2015 /usr/share/cargo/registry/generic-array-0.14.7/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="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=3015fefa5c3a7b32 -C extra-filename=-ecc605d56ac91875 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/generic-array-ecc605d56ac91875 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern version_check=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libversion_check-2f5fba78a5d5b6fd.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/libc-5e3842ffd01dceae/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --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=a90c244e0b1f6725 -C extra-filename=-3c016273de920cf5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/build/generic-array-ecc605d56ac91875/build-script-build` Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=9bbabf23ce03ffa3 -C extra-filename=-0814cf5a4fbfd5da --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(no_diagnostic_namespace)'` Running `/usr/bin/rustc --crate-name generic_array --edition=2015 /usr/share/cargo/registry/generic-array-0.14.7/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="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=13ceaafab349f7c8 -C extra-filename=-372550244e36bde9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern typenum=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libtypenum-c40c23ce53c9a384.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg relaxed_coherence` Compiling faster-hex v0.10.0 Running `/usr/bin/rustc --crate-name faster_hex --edition=2018 /usr/share/cargo/registry/faster-hex-0.10.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f6667b0a8780ff5c -C extra-filename=-67bbb39bcd3e60e2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern heapless=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libheapless-19da461e5c2503b4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v2.0.114 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=10fadb19947c00d8 -C extra-filename=-1fc4885b21e77658 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libunicode_ident-79a01b0086603322.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Running `/usr/bin/rustc --crate-name block_buffer --edition=2018 /usr/share/cargo/registry/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddc126443410e058 -C extra-filename=-43c3574c3736a00e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern generic_array=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgeneric_array-372550244e36bde9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name crypto_common --edition=2018 /usr/share/cargo/registry/crypto-common-0.1.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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=36dcfb2443f195aa -C extra-filename=-e8f614e14450dd39 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern generic_array=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgeneric_array-372550244e36bde9.rmeta --extern typenum=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libtypenum-c40c23ce53c9a384.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling digest v0.10.7 Running `/usr/bin/rustc --crate-name digest --edition=2018 /usr/share/cargo/registry/digest-0.10.7/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="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=c2a7178c0abbb0ae -C extra-filename=-8459617628cfbe30 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern block_buffer=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libblock_buffer-43c3574c3736a00e.rmeta --extern crypto_common=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libcrypto_common-e8f614e14450dd39.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling memmap2 v0.9.9 Running `/usr/bin/rustc --crate-name parking_lot_core --edition=2021 /usr/share/cargo/registry/parking_lot_core-0.9.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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=cb504a51033041d5 -C extra-filename=-c4df68eabf120ed9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libsmallvec-d5f88d403dd506d2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(tsan_enabled)'` Running `/usr/bin/rustc --crate-name memmap2 --edition=2021 /usr/share/cargo/registry/memmap2-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=a43c93d6d76f7ab3 -C extra-filename=-7c5327b538d2b487 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling sha1 v0.10.6 Running `/usr/bin/rustc --crate-name sha1 --edition=2018 /usr/share/cargo/registry/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="compress"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=02c5350a781d2077 -C extra-filename=-ccf6359862132bed --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern cpufeatures=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libcpufeatures-21e89470d728c943.rmeta --extern digest=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libdigest-8459617628cfbe30.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling parking_lot v0.12.5 Running `/usr/bin/rustc --crate-name parking_lot --edition=2021 /usr/share/cargo/registry/parking_lot-0.12.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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=2c041f6d121d6029 -C extra-filename=-4dfe9c7a59908411 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern lock_api=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/liblock_api-aee86186e5a934fd.rmeta --extern parking_lot_core=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libparking_lot_core-c4df68eabf120ed9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling sha1-checked v0.10.0 Running `/usr/bin/rustc --crate-name sha1_checked --edition=2021 /usr/share/cargo/registry/sha1-checked-0.10.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,test)' --check-cfg 'cfg(feature, values("default", "oid", "std", "zeroize"))' -C metadata=8a104686422a9810 -C extra-filename=-6a0c361df3fedca9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern digest=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libdigest-8459617628cfbe30.rmeta --extern sha1=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libsha1-ccf6359862132bed.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling prodash v30.0.1 Running `/usr/bin/rustc --crate-name prodash --edition=2021 /usr/share/cargo/registry/prodash-30.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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' --cfg 'feature="progress-tree"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "bytesize", "crosstermion", "ctrlc", "dashmap", "default", "futures-core", "futures-lite", "human_format", "is-terminal", "jiff", "local-time", "log", "parking_lot", "progress-log", "progress-tree", "progress-tree-hp-hashmap", "progress-tree-log", "render-line", "render-line-autoconfigure", "render-line-crossterm", "render-tui", "render-tui-crossterm", "signal-hook", "tui", "tui-react", "unicode-segmentation", "unicode-width", "unit-bytes", "unit-duration", "unit-human"))' -C metadata=4cb630f91d93f5ff -C extra-filename=-1684f56b2b236251 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libparking_lot-4dfe9c7a59908411.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-features v0.43.1 Running `/usr/bin/rustc --crate-name gix_features --edition=2021 /usr/share/cargo/registry/gix-features-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crc32", "default", "document-features", "fs-read-dir", "io-pipe", "once_cell", "parallel", "prodash", "progress", "progress-unit-bytes", "progress-unit-human-numbers", "tracing", "tracing-detail", "walkdir", "zlib", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-rust-backend", "zlib-stock"))' -C metadata=8366965d564c69e2 -C extra-filename=-8545a5d1e09ddaac --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern prodash=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libprodash-1684f56b2b236251.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling thiserror-impl v2.0.17 Running `/usr/bin/rustc --crate-name thiserror_impl --edition=2021 /usr/share/cargo/registry/thiserror-impl-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55cf03a2c4e6b75d -C extra-filename=-59aeea97183e492d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libsyn-1fc4885b21e77658.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name thiserror --edition=2021 /usr/share/cargo/registry/thiserror-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d04b80cbb310ecb7 -C extra-filename=-be2b540be6dbd64b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern thiserror_impl=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libthiserror_impl-59aeea97183e492d.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` Compiling gix-hash v0.19.0 Compiling gix-chunk v0.4.11 Running `/usr/bin/rustc --crate-name gix_hash --edition=2021 /usr/share/cargo/registry/gix-hash-0.19.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 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=5b79aa913f8fae94 -C extra-filename=-31fff2d1c2d6c6da --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern faster_hex=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libfaster_hex-67bbb39bcd3e60e2.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_features-8545a5d1e09ddaac.rmeta --extern sha1_checked=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libsha1_checked-6a0c361df3fedca9.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libthiserror-be2b540be6dbd64b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_chunk --edition=2021 /usr/share/cargo/registry/gix-chunk-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0871d556e45f5bc -C extra-filename=-d1b0d41d3f04283e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libthiserror-be2b540be6dbd64b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-commitgraph v0.29.0 (/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0) Running `/usr/bin/rustc --crate-name gix_commitgraph --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 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=d8f734c8cde80f37 -C extra-filename=-f5d4160c902c96f1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libbstr-ea6bcc907e14c9b6.rmeta --extern gix_chunk=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_chunk-d1b0d41d3f04283e.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_hash-31fff2d1c2d6c6da.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libthiserror-be2b540be6dbd64b.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 24.85s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Ey9A21 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-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 gix-commitgraph-0.29.0 + '[' 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=gix-commitgraph ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.29.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT/usr/share/cargo/registry/gix-commitgraph-0.29.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT/usr/share/cargo/registry/gix-commitgraph-0.29.0 + /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-gix-commitgraph-0.29.0-build/BUILDROOT/usr/share/cargo/registry/gix-commitgraph-0.29.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT/usr/share/cargo/registry/gix-commitgraph-0.29.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT/usr/share/cargo/registry/gix-commitgraph-0.29.0/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.KLiNKK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-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 gix-commitgraph-0.29.0 + '[' 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 Fresh version_check v0.9.5 Fresh cfg-if v1.0.4 Fresh unicode-ident v1.0.22 Fresh scopeguard v1.2.0 Fresh smallvec v1.15.1 Fresh byteorder v1.5.0 Fresh stable_deref_trait v1.2.1 Fresh cpufeatures v0.2.17 Fresh typenum v1.18.0 Fresh lock_api v0.4.14 Fresh hash32 v0.3.1 Fresh gix-trace v0.1.15 Fresh memchr v2.7.6 Fresh libc v0.2.180 Fresh generic-array v0.14.7 Fresh proc-macro2 v1.0.105 Fresh heapless v0.8.0 Fresh bstr v1.12.1 Fresh quote v1.0.41 Fresh block-buffer v0.10.4 Fresh parking_lot_core v0.9.12 Fresh crypto-common v0.1.6 Fresh faster-hex v0.10.0 Fresh memmap2 v0.9.9 Fresh syn v2.0.114 Fresh digest v0.10.7 Fresh parking_lot v0.12.5 Fresh thiserror-impl v2.0.17 Fresh prodash v30.0.1 Fresh sha1 v0.10.6 Fresh thiserror v2.0.17 Fresh sha1-checked v0.10.0 Fresh gix-features v0.43.1 Fresh gix-chunk v0.4.11 Fresh gix-hash v0.19.0 Compiling gix-commitgraph v0.29.0 (/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0) Running `/usr/bin/rustc --crate-name gix_commitgraph --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 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=1ccaddebd5302b4e -C extra-filename=-d18f62c5e120798e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libbstr-ea6bcc907e14c9b6.rlib --extern gix_chunk=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_chunk-d1b0d41d3f04283e.rlib --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libgix_hash-31fff2d1c2d6c6da.rlib --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rlib --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/libthiserror-be2b540be6dbd64b.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 0.52s Running `/home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/gix-commitgraph-0.29.0/target/rpm/deps/gix_commitgraph-d18f62c5e120798e` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-gix-commitgraph-devel-0.29.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/gix-commitgraph-0.29.0/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/gix-commitgraph-0.29.0/LICENSE-MIT Provides: crate(gix-commitgraph) = 0.29.0 rust-gix-commitgraph-devel = 0.29.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bstr) >= 1.12.0 crate(bstr/std) >= 1.12.0 crate(gix-chunk/default) >= 0.4.11 crate(gix-hash/default) >= 0.19.0 crate(memmap2/default) >= 0.9.0 crate(thiserror/default) >= 2.0.0 rust >= 1.70 Processing files: rust-gix-commitgraph+default-devel-0.29.0-1.mga10.noarch Provides: crate(gix-commitgraph/default) = 0.29.0 rust-gix-commitgraph+default-devel = 0.29.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(gix-commitgraph) = 0.29.0 Processing files: rust-gix-commitgraph+document-features-devel-0.29.0-1.mga10.noarch Provides: crate(gix-commitgraph/document-features) = 0.29.0 rust-gix-commitgraph+document-features-devel = 0.29.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(document-features/default) >= 0.2.0 crate(gix-commitgraph) = 0.29.0 Processing files: rust-gix-commitgraph+serde-devel-0.29.0-1.mga10.noarch Provides: crate(gix-commitgraph/serde) = 0.29.0 rust-gix-commitgraph+serde-devel = 0.29.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bstr/serde) >= 1.12.0 crate(gix-commitgraph) = 0.29.0 crate(gix-hash/serde) >= 0.19.0 crate(serde) >= 1.0.114 crate(serde/derive) >= 1.0.114 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix-commitgraph+document-features-devel-0.29.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix-commitgraph+serde-devel-0.29.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix-commitgraph+default-devel-0.29.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix-commitgraph-devel-0.29.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9bKxv2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-gix-commitgraph-0.29.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/gix-commitgraph-0.29.0/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/gix-commitgraph-0.29.0/LICENSE-MIT D: [iurt_root_command] Success!