D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-gix-0.73.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0ow8ME Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N4UWzS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + rm -rf gix-0.73.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/gix-0.73.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd gix-0.73.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.2iW09W + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + cd gix-0.73.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.RCw5u3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.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-0.73.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 proc-macro2 v1.0.105 Compiling quote v1.0.41 Compiling unicode-ident v1.0.22 Compiling libc v0.2.180 Compiling regex-syntax v0.8.8 Compiling thiserror v2.0.17 Compiling memchr v2.7.6 Compiling cfg-if v1.0.4 Compiling smallvec v1.15.1 Compiling stable_deref_trait v1.2.1 Compiling tinyvec_macros v0.1.1 Compiling fastrand v2.3.0 Compiling gix-trace v0.1.15 Compiling parking_lot_core v0.9.12 Compiling scopeguard v1.2.0 Compiling crossbeam-utils v0.8.21 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-0.73.0-build/gix-0.73.0/target/rpm/build/proc-macro2-0f1d4608a38c49a2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/build/quote-0454ff53fc80ddd6 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.8/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=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=74391b6dbdfdb90b -C extra-filename=-3a4a871f7830e4a1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/build/libc-5e3842ffd01dceae -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/build/thiserror-ab433ef3612ab4ca -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 tinyvec_macros --edition=2018 /usr/share/cargo/registry/tinyvec_macros-0.1.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=7fa9d31abb29dec7 -C extra-filename=-9cae6e5e8c567f8a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=157f72edf53aaf13 -C extra-filename=-bff68224de12f64a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 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="default"' --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=2cb72980667a884d -C extra-filename=-d2ddca1d63c83b86 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 --cfg 'feature="const_generics"' --cfg 'feature="write"' --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=18dd44b3e29727e8 -C extra-filename=-7c85fb4fd581a741 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=d256e20541e7b866 -C extra-filename=-0f6eae79e4c0090c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/crossbeam-utils-0f6eae79e4c0090c -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/build/parking_lot_core-6efb14ddde2ef5ba -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tinyvec v1.9.0 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern scopeguard=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libscopeguard-afeddd08d0fc4af6.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name tinyvec --edition=2018 /usr/share/cargo/registry/tinyvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=d3b49e542970a63a -C extra-filename=-dfc0c2d85788127b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern tinyvec_macros=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtinyvec_macros-9cae6e5e8c567f8a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling home v0.5.11 Compiling crc32fast v1.5.0 Compiling zlib-rs v0.5.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6d2ff8fbe9fb7e69 -C extra-filename=-d80c7436775a0cda --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/crc32fast-d80c7436775a0cda -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling once_cell v1.21.3 Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=6bfe2465895ff571 -C extra-filename=-244f09646171f1c7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 zlib_rs --edition=2021 /usr/share/cargo/registry/zlib-rs-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "default", "rust-allocator", "std"))' -C metadata=57e55e6d0dde8cbf -C extra-filename=-dc43379e17115dae --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 home --edition=2021 /usr/share/cargo/registry/home-0.5.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 '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2db409b60731f873 -C extra-filename=-424b1e5de43421b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling same-file v1.0.6 Compiling bytesize v2.1.0 Running `/usr/bin/rustc --crate-name bytesize --edition=2021 /usr/share/cargo/registry/bytesize-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --deny=rust-2018-idioms --deny=nonstandard-style --warn=missing-docs --deny=future-incompatible --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=2c63264c08f49fff -C extra-filename=-3187fe3ce2915581 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 same_file --edition=2018 /usr/share/cargo/registry/same-file-1.0.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())' -C metadata=3e1abe7d4c7a892b -C extra-filename=-cf659f104d49e127 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling human_format v1.1.0 Running `/usr/bin/rustc --crate-name human_format --edition=2015 /usr/share/cargo/registry/human_format-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6ddcb1890f3b058 -C extra-filename=-14aa646fe40c0560 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling walkdir v2.5.0 Running `/usr/bin/rustc --crate-name walkdir --edition=2018 /usr/share/cargo/registry/walkdir-2.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())' -C metadata=28f26400155f5ffa -C extra-filename=-1ab4b8a88b507bb2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern same_file=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsame_file-cf659f104d49e127.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling bytes v1.10.1 Running `/usr/bin/rustc --crate-name bytes --edition=2018 /usr/share/cargo/registry/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=93eadc8765ccf100 -C extra-filename=-218f4443f312f2dd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling typenum v1.18.0 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-0.73.0-build/gix-0.73.0/target/rpm/build/typenum-b71b4b768f84de94 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/quote-0454ff53fc80ddd6/build-script-build` Compiling version_check v0.9.5 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/parking_lot_core-6efb14ddde2ef5ba/build-script-build` Compiling bitflags v2.10.0 Running `/usr/bin/rustc --crate-name bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=16fbcfd0cedd0eb8 -C extra-filename=-0c3d03fcad8fc5e6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/proc-macro2-0f1d4608a38c49a2/build-script-build` Compiling heapless v0.8.0 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-0.73.0-build/gix-0.73.0/target/rpm/build/heapless-248570c9cd839519 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/crc32fast-d80c7436775a0cda/build-script-build` Running `/usr/bin/rustc --crate-name crc32fast --edition=2021 /usr/share/cargo/registry/crc32fast-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=91e8482d934bbe7b -C extra-filename=-0dea707235f6016e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/crossbeam-utils-0f6eae79e4c0090c/build-script-build` Compiling unicode-normalization v0.1.22 Running `/usr/bin/rustc --crate-name unicode_normalization --edition=2018 /usr/share/cargo/registry/unicode-normalization-0.1.22/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", "std"))' -C metadata=2fb5110897d505da -C extra-filename=-f485b51cb655b179 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern tinyvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtinyvec-dfc0c2d85788127b.rmeta --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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 `/usr/bin/rustc --crate-name crossbeam_utils --edition=2021 /usr/share/cargo/registry/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4daf556d252fc488 -C extra-filename=-c5e2093294d5f828 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/thiserror-ab433ef3612ab4ca/build-script-build` Compiling regex-automata v0.4.13 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa-search"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --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=2886863936e49e6c -C extra-filename=-106de9cab5e68d1d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex_syntax-3a4a871f7830e4a1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/libc-5e3842ffd01dceae/build-script-build` Compiling byteorder v1.5.0 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling cpufeatures v0.2.17 Compiling jiff v0.2.15 Running `/usr/bin/rustc --crate-name jiff --edition=2021 /usr/share/cargo/registry/jiff-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "logging", "perf-inline", "serde", "std", "tz-fat", "tz-system", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=5476a373d3568ede -C extra-filename=-56604f8247bf7976 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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"))'` 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern byteorder=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbyteorder-8f61d4ccc85d3e88.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling itoa v1.0.15 Running `/usr/bin/rustc --crate-name itoa --edition=2018 /usr/share/cargo/registry/itoa-1.0.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("no-panic"))' -C metadata=c55d9d2978295758 -C extra-filename=-71540b4ba28b2000 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling allocator-api2 v0.2.21 Running `/usr/bin/rustc --crate-name allocator_api2 --edition=2018 /usr/share/cargo/registry/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=ca55390af9952db8 -C extra-filename=-3b5a4937bcc2ecd6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling equivalent v1.0.2 Compiling foldhash v0.2.0 Running `/usr/bin/rustc --crate-name equivalent --edition=2015 /usr/share/cargo/registry/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0cc8560196c785 -C extra-filename=-05ba012e5b0a4a49 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 foldhash --edition=2021 /usr/share/cargo/registry/foldhash-0.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", "nightly", "std"))' -C metadata=61a84a3fd5c352d4 -C extra-filename=-030e963abd29143c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/heapless-248570c9cd839519/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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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)'` Compiling crossbeam-channel v0.5.15 Running `/usr/bin/rustc --crate-name crossbeam_channel --edition=2021 /usr/share/cargo/registry/crossbeam-channel-0.5.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=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e57488d563fb5b37 -C extra-filename=-a8a5ead61010e9cc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrossbeam_utils-c5e2093294d5f828.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling generic-array v0.14.7 Compiling winnow v0.7.14 Running `/usr/bin/rustc --crate-name winnow --edition=2021 /usr/share/cargo/registry/winnow-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=53ab23730e595ce8 -C extra-filename=-6288395379ca65a3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemchr-d2ddca1d63c83b86.rmeta --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=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-0.73.0-build/gix-0.73.0/target/rpm/build/generic-array-ecc605d56ac91875 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern version_check=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 `/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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern hash32=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhash32-3d1d354960e8d807.rmeta --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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` Compiling rustix v1.1.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=af364223df58145c -C extra-filename=-7dd8a521010ef770 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/rustix-7dd8a521010ef770 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hashbrown v0.16.0 Running `/usr/bin/rustc --crate-name hashbrown --edition=2021 /usr/share/cargo/registry/hashbrown-0.16.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=59c5121c39e735e4 -C extra-filename=-63d929975c53022a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern allocator_api2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liballocator_api2-3b5a4937bcc2ecd6.rmeta --extern equivalent=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libequivalent-05ba012e5b0a4a49.rmeta --extern foldhash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfoldhash-030e963abd29143c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling linux-raw-sys v0.11.0 Running `/usr/bin/rustc --crate-name linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.11.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=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=5317d21571472e57 -C extra-filename=-cab3d0581d964862 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling getrandom v0.3.4 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e9cf39c92eb416ba -C extra-filename=-10dffb3503a4b841 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/getrandom-10dffb3503a4b841 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --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="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --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=662c82cc959097be -C extra-filename=-9b07e6ba86acbffc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 libz-rs-sys v0.5.1 Running `/usr/bin/rustc --crate-name libz_rs_sys --edition=2021 /usr/share/cargo/registry/libz-rs-sys-0.5.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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=2b932904c3bd6f0e -C extra-filename=-d3290dfb71f917e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern zlib_rs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzlib_rs-dc43379e17115dae.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling flate2 v1.1.2 Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/generic-array-ecc605d56ac91875/build-script-build` Running `/usr/bin/rustc --crate-name flate2 --edition=2018 /usr/share/cargo/registry/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=5c7ecc6551d3736b -C extra-filename=-012fa0735ca25897 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern crc32fast=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrc32fast-0dea707235f6016e.rmeta --extern libz_rs_sys=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibz_rs_sys-d3290dfb71f917e1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern typenum=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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` 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=e84588c187b94712 -C extra-filename=-814d8104a81e1c49 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(tsan_enabled)'` 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern heapless=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libheapless-19da461e5c2503b4.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 --cfg 'feature="default"' --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=8ea1f238379602f2 -C extra-filename=-6b93d7d0bf6377c4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern lock_api=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblock_api-aee86186e5a934fd.rmeta --extern parking_lot_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot_core-814d8104a81e1c49.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 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/rustix-7dd8a521010ef770/build-script-build` 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="bytesize"' --cfg 'feature="default"' --cfg 'feature="human_format"' --cfg 'feature="parking_lot"' --cfg 'feature="progress-tree"' --cfg 'feature="unit-bytes"' --cfg 'feature="unit-human"' --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=66e61ea054698571 -C extra-filename=-58a0c8d7d9d04a59 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bytesize=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbytesize-3187fe3ce2915581.rmeta --extern human_format=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhuman_format-14aa646fe40c0560.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling signal-hook v0.3.18 Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/getrandom-10dffb3503a4b841/build-script-build` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/signal-hook-0.3.18/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("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4ce5bcd213bf5a37 -C extra-filename=-bc206f6abaa664b5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/signal-hook-bc206f6abaa664b5 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling signal-hook-registry v1.4.6 Running `/usr/bin/rustc --crate-name getrandom --edition=2021 /usr/share/cargo/registry/getrandom-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f6d91e973404cdcd -C extra-filename=-fd9e18cf8cb65449 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name signal_hook_registry --edition=2015 /usr/share/cargo/registry/signal-hook-registry-1.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5035ed707e8cd07b -C extra-filename=-5bd4635382178be1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7ac483460d4bd670 -C extra-filename=-38a4963b264e7d79 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblinux_raw_sys-cab3d0581d964862.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Compiling crypto-common v0.1.6 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern generic_array=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgeneric_array-372550244e36bde9.rmeta --extern typenum=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtypenum-c40c23ce53c9a384.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling block-buffer v0.10.4 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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern generic_array=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgeneric_array-372550244e36bde9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hashbrown v0.14.5 Running `/usr/bin/rustc --crate-name hashbrown --edition=2021 /usr/share/cargo/registry/hashbrown-0.14.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="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0deef94620e2248f -C extra-filename=-8b7a4d07632e656f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling unicode-bom v2.0.3 Running `/usr/bin/rustc --crate-name unicode_bom --edition=2018 /usr/share/cargo/registry/unicode-bom-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5020c457aab3e33a -C extra-filename=-052e854928b30031 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling writeable v0.6.2 Running `/usr/bin/rustc --crate-name writeable --edition=2021 /usr/share/cargo/registry/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=6c13bc6d4127367d -C extra-filename=-ed8611bb572994c6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/signal-hook-bc206f6abaa664b5/build-script-build` Running `/usr/bin/rustc --crate-name signal_hook --edition=2018 /usr/share/cargo/registry/signal-hook-0.3.18/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("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=823e272743d63c08 -C extra-filename=-d5318b676135c832 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern signal_hook_registry=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook_registry-5bd4635382178be1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b6ba739d9f40c34d -C extra-filename=-db20e6400aecb2ad --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemchr-d2ddca1d63c83b86.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex_automata-106de9cab5e68d1d.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern block_buffer=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libblock_buffer-43c3574c3736a00e.rmeta --extern crypto_common=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 static_assertions v1.1.0 Running `/usr/bin/rustc --crate-name static_assertions --edition=2015 /usr/share/cargo/registry/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0b1ab8601d1d3bef -C extra-filename=-073a313b0d73f65c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling litemap v0.8.0 Running `/usr/bin/rustc --crate-name litemap --edition=2021 /usr/share/cargo/registry/litemap-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("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=49e31c9acb5743ff -C extra-filename=-a641bfdfa5b37231 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern cpufeatures=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcpufeatures-21e89470d728c943.rmeta --extern digest=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdigest-8459617628cfbe30.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-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern digest=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdigest-8459617628cfbe30.rmeta --extern sha1=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsha1-ccf6359862132bed.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling kstring v2.0.2 Running `/usr/bin/rustc --crate-name kstring --edition=2021 /usr/share/cargo/registry/kstring-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unsafe"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc", "default", "document-features", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=c199588f8eec6cd8 -C extra-filename=-7dda4b22a5be714c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern static_assertions=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libstatic_assertions-073a313b0d73f65c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_normalizer_data v2.1.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d823f47abdfc87eb -C extra-filename=-8ecaa6f0b4380a45 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/icu_normalizer_data-8ecaa6f0b4380a45 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-utils v0.3.1 Running `/usr/bin/rustc --crate-name gix_utils --edition=2021 /usr/share/cargo/registry/gix-utils-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 '--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="bstr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr"))' -C metadata=a3fffd2dbaf8f03e -C extra-filename=-713e4cbd40a5dd3f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern unicode_normalization=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libunicode_normalization-f485b51cb655b179.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling dashmap v6.1.0 Running `/usr/bin/rustc --crate-name dashmap --edition=2018 /usr/share/cargo/registry/dashmap-6.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "inline", "raw-api", "rayon", "serde", "typesize"))' -C metadata=d1f7947285d14e78 -C extra-filename=-115667ca12ac8866 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrossbeam_utils-c5e2093294d5f828.rmeta --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhashbrown-8b7a4d07632e656f.rmeta --extern lock_api=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblock_api-aee86186e5a934fd.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot_core-814d8104a81e1c49.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_properties_data v2.1.1 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/icu_properties_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc9b67579830c111 -C extra-filename=-67bed07861b3b018 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/icu_properties_data-67bed07861b3b018 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling shell-words v1.1.0 Running `/usr/bin/rustc --crate-name shell_words --edition=2015 /usr/share/cargo/registry/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=02981155ee2bfc6b -C extra-filename=-0f8cbb42c58a90fb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/icu_normalizer_data-8ecaa6f0b4380a45/build-script-build` Running `/usr/bin/rustc --crate-name icu_normalizer_data --edition=2021 /usr/share/cargo/registry/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aae704f569b2b2ca -C extra-filename=-186fabffdb1119b8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(icu4c_enable_renaming)'` Compiling serde_core v1.0.228 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=308b9d7726f3066f -C extra-filename=-2d14eb444e845067 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/serde_core-2d14eb444e845067 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-sec v0.12.2 Running `/usr/bin/rustc --crate-name gix_sec --edition=2021 /usr/share/cargo/registry/gix-sec-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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=74cbee238595e73e -C extra-filename=-6b3593d4c4cdb886 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/icu_properties_data-67bed07861b3b018/build-script-build` Running `/usr/bin/rustc --crate-name icu_properties_data --edition=2021 /usr/share/cargo/registry/icu_properties_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7d6f7a27a52fe5e -C extra-filename=-11e97d825badf430 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(icu4c_enable_renaming)'` Compiling serde v1.0.228 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde-1.0.228/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=02316baf1f6b7872 -C extra-filename=-d5a79f2051ee0ebc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/serde-d5a79f2051ee0ebc -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling percent-encoding v2.3.2 Running `/usr/bin/rustc --crate-name percent_encoding --edition=2018 /usr/share/cargo/registry/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2f82efe137f8f2d6 -C extra-filename=-75e2050f5f0af83b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling utf8_iter v1.0.4 Running `/usr/bin/rustc --crate-name utf8_iter --edition=2021 /usr/share/cargo/registry/utf8_iter-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())' -C metadata=cc21f7f8106023a8 -C extra-filename=-4d8ee945862044bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling form_urlencoded v1.2.2 Running `/usr/bin/rustc --crate-name form_urlencoded --edition=2018 /usr/share/cargo/registry/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=08f64a6a4e79bad1 -C extra-filename=-d3746ec7eb79493d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern percent_encoding=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpercent_encoding-75e2050f5f0af83b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling filetime v0.2.26 Running `/usr/bin/rustc --crate-name filetime --edition=2018 /usr/share/cargo/registry/filetime-0.2.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03070fd92f474cdd -C extra-filename=-cf0043c09c5196a1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling encoding_rs v0.8.35 Running `/usr/bin/rustc --crate-name encoding_rs --edition=2018 /usr/share/cargo/registry/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=612b6411eb4e6d4d -C extra-filename=-e99e333b4bb98828 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tempfile v3.23.0 Running `/usr/bin/rustc --crate-name tempfile --edition=2021 /usr/share/cargo/registry/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=38a104d48ae91915 -C extra-filename=-2fdf2ea0d0c60957 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgetrandom-fd9e18cf8cb65449.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-38a4963b264e7d79.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling fnv v1.0.7 Running `/usr/bin/rustc --crate-name fnv --edition=2015 /usr/share/cargo/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92a60c82e1cbfdc2 -C extra-filename=-3d68a66b71c5c12e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling arrayvec v0.7.6 Running `/usr/bin/rustc --crate-name arrayvec --edition=2018 /usr/share/cargo/registry/arrayvec-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=babc05212c88dd4e -C extra-filename=-7cf2fdd8972d5292 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling imara-diff v0.1.8 Running `/usr/bin/rustc --crate-name imara_diff --edition=2021 /usr/share/cargo/registry/imara-diff-0.1.8/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="unified_diff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unified_diff"))' -C metadata=2d78f901c86f20d3 -C extra-filename=-6bfe7396067bac90 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhashbrown-63d929975c53022a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling clru v0.6.2 Running `/usr/bin/rustc --crate-name clru --edition=2021 /usr/share/cargo/registry/clru-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdddf8369cd22751 -C extra-filename=-bc1255656561a935 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling io-close v0.3.7 Compiling arc-swap v1.6.0 Running `/usr/bin/rustc --crate-name io_close --edition=2018 /usr/share/cargo/registry/io-close-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97d4aeadfa0b2567 -C extra-filename=-e8ee9aa33c3b6089 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name arc_swap --edition=2018 /usr/share/cargo/registry/arc-swap-1.6.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("experimental-strategies", "internal-test-strategies", "serde", "weak"))' -C metadata=f5af065d2549c9c8 -C extra-filename=-f774e19ee9c85454 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.12.2 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=07b50a2446fb60c7 -C extra-filename=-637e50ff02a68171 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex_automata-106de9cab5e68d1d.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex_syntax-3a4a871f7830e4a1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling uluru v3.1.0 Running `/usr/bin/rustc --crate-name uluru --edition=2021 /usr/share/cargo/registry/uluru-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94035c99bab95fab -C extra-filename=-d7ccacd690bd4158 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern arrayvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libarrayvec-7cf2fdd8972d5292.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/serde_core-2d14eb444e845067/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/serde-d5a79f2051ee0ebc/build-script-build` Running `/usr/bin/rustc --crate-name serde_core --edition=2021 /usr/share/cargo/registry/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=731d2b18cc4eb5f8 -C extra-filename=-f6a423b8b918e323 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling synstructure v0.13.2 Running `/usr/bin/rustc --crate-name synstructure --edition=2018 /usr/share/cargo/registry/synstructure-0.13.2/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=3594382f9be4e8ed -C extra-filename=-a52e54d6cca0ab14 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rmeta --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling thiserror-impl v2.0.17 Compiling zerofrom-derive v0.1.6 Compiling yoke-derive v0.8.0 Compiling zerovec-derive v0.11.1 Compiling displaydoc v0.2.5 Compiling serde_derive v1.0.228 Compiling maybe-async v0.2.10 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=770a89d5dfe691d7 -C extra-filename=-2709beeeffcd722a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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 zerofrom_derive --edition=2021 /usr/share/cargo/registry/zerofrom-derive-0.1.6/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=014dda7d5d14cc6f -C extra-filename=-0493ec5e95a147af --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.rlib --extern synstructure=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsynstructure-a52e54d6cca0ab14.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 yoke_derive --edition=2021 /usr/share/cargo/registry/yoke-derive-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c8e89c73b561e6a -C extra-filename=-869479131ff4d13e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.rlib --extern synstructure=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsynstructure-a52e54d6cca0ab14.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 zerovec_derive --edition=2021 /usr/share/cargo/registry/zerovec-derive-0.11.1/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=9e4feffa2e4418ce -C extra-filename=-a19db69dc8623f27 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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 displaydoc --edition=2021 /usr/share/cargo/registry/displaydoc-0.2.5/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("default", "std"))' -C metadata=50680100765ba822 -C extra-filename=-53b4e641cc9e4980 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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 serde_derive --edition=2021 /usr/share/cargo/registry/serde_derive-1.0.228/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=d8b50b59750fa4b8 -C extra-filename=-66ae8e1c525f2b00 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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 maybe_async --edition=2021 /usr/share/cargo/registry/maybe-async-0.2.10/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "is_sync"))' -C metadata=f7637be920e8f9db -C extra-filename=-83ad10165f3c8c27 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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=a333f403a15b0740 -C extra-filename=-817ab39ea24ecbc0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern thiserror_impl=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror_impl-2709beeeffcd722a.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-validate v0.10.1 Compiling gix-date v0.10.7 Compiling gix-quote v0.6.1 Compiling gix-chunk v0.4.11 Compiling gix-packetline-blocking v0.19.3 Compiling gix-bitmap v0.2.14 Compiling gix-packetline v0.19.3 Running `/usr/bin/rustc --crate-name gix_validate --edition=2021 /usr/share/cargo/registry/gix-validate-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--warn=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())' -C metadata=380384c319b253d3 -C extra-filename=-085753000416c38a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_date --edition=2021 /usr/share/cargo/registry/gix-date-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 '--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=d252c209dbe96086 -C extra-filename=-7585234e2e918c3b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern jiff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libjiff-56604f8247bf7976.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_quote --edition=2021 /usr/share/cargo/registry/gix-quote-0.6.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd31c66224eb23df -C extra-filename=-611190814e807a34 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.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=679a11114651fea2 -C extra-filename=-7ecbb23874dc9697 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_packetline_blocking --edition=2021 /usr/share/cargo/registry/gix-packetline-blocking-0.19.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 '--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="blocking-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "serde"))' -C metadata=861d008da4624077 -C extra-filename=-f7f96f0c0f46c278 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern faster_hex=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfaster_hex-67bbb39bcd3e60e2.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_packetline --edition=2021 /usr/share/cargo/registry/gix-packetline-0.19.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 '--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("async-io", "blocking-io", "default", "document-features", "futures-lite", "serde"))' -C metadata=1898334e4ff96bba -C extra-filename=-504730bdf9325864 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern faster_hex=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfaster_hex-67bbb39bcd3e60e2.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_bitmap --edition=2021 /usr/share/cargo/registry/gix-bitmap-0.2.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 '--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=1816f23ad089359f -C extra-filename=-00461890c5bbb919 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-path v0.10.21 Running `/usr/bin/rustc --crate-name gix_path --edition=2021 /usr/share/cargo/registry/gix-path-0.10.21/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())' -C metadata=1bdd2ed52dfb2aeb -C extra-filename=-7d59305ee9fcd238 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern home=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhome-424b1e5de43421b4.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-actor v0.35.6 Running `/usr/bin/rustc --crate-name gix_actor --edition=2021 /usr/share/cargo/registry/gix-actor-0.35.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 '--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=55269a9a87e4b443 -C extra-filename=-33dec585c6c24c10 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-mailmap v0.27.4 Running `/usr/bin/rustc --crate-name gix_mailmap --edition=2021 /usr/share/cargo/registry/gix-mailmap-0.27.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 '--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=a76c06408cb54370 -C extra-filename=-6fe56742f939be38 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-features v0.43.1 Compiling gix-command v0.6.3 Compiling gix-config-value v0.15.3 Running `/usr/bin/rustc --crate-name gix_command --edition=2021 /usr/share/cargo/registry/gix-command-0.6.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 '--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())' -C metadata=f6dd452f97356093 -C extra-filename=-b14eb2961f6f7547 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern shell_words=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libshell_words-0f8cbb42c58a90fb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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="crc32"' --cfg 'feature="default"' --cfg 'feature="fs-read-dir"' --cfg 'feature="io-pipe"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --cfg 'feature="progress-unit-bytes"' --cfg 'feature="progress-unit-human-numbers"' --cfg 'feature="walkdir"' --cfg 'feature="zlib"' --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=1fab9d9b7ae623f9 -C extra-filename=-b561046a4f78de2b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bytes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbytes-218f4443f312f2dd.rmeta --extern bytesize=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbytesize-3187fe3ce2915581.rmeta --extern crc32fast=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrc32fast-0dea707235f6016e.rmeta --extern crossbeam_channel=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrossbeam_channel-a8a5ead61010e9cc.rmeta --extern flate2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libflate2-012fa0735ca25897.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern prodash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libprodash-58a0c8d7d9d04a59.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern walkdir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwalkdir-1ab4b8a88b507bb2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_config_value --edition=2021 /usr/share/cargo/registry/gix-config-value-0.15.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 '--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=2e5e38218a79cfab -C extra-filename=-65bb28919d0064c4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-prompt v0.11.2 Running `/usr/bin/rustc --crate-name gix_prompt --edition=2021 /usr/share/cargo/registry/gix-prompt-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=d809641a6b73e755 -C extra-filename=-15110838cdc9ef95 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-38a4963b264e7d79.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-hash v0.19.0 Compiling gix-fs v0.16.1 Compiling gix-glob v0.21.0 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=2a3de185c5d63d0b -C extra-filename=-b0ad5a749c249707 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern faster_hex=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfaster_hex-67bbb39bcd3e60e2.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern sha1_checked=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsha1_checked-6a0c361df3fedca9.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_fs --edition=2021 /usr/share/cargo/registry/gix-fs-0.16.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=85c66999440423ed -C extra-filename=-43da0511a3a1a37a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_glob --edition=2021 /usr/share/cargo/registry/gix-glob-0.21.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=e1cfe9d964005a08 -C extra-filename=-0e72f9a735309353 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-hashtable v0.9.0 Compiling gix-commitgraph v0.29.0 Running `/usr/bin/rustc --crate-name gix_hashtable --edition=2021 /usr/share/cargo/registry/gix-hashtable-0.9.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())' -C metadata=79c2a6b8277a9635 -C extra-filename=-28497caf93246e11 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhashbrown-63d929975c53022a.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_commitgraph --edition=2021 /usr/share/cargo/registry/gix-commitgraph-0.29.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=55224e4f80520ccb -C extra-filename=-6ade31e604f3af5f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_chunk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_chunk-7ecbb23874dc9697.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-tempfile v18.0.0 Running `/usr/bin/rustc --crate-name gix_tempfile --edition=2021 /usr/share/cargo/registry/gix-tempfile-18.0.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' --cfg 'feature="default"' --cfg 'feature="hp-hashmap"' --cfg 'feature="signals"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "hp-hashmap", "signals"))' -C metadata=0ef8b3f081c8142d -C extra-filename=-4a5ad70b07b35da5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern dashmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdashmap-115667ca12ac8866.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern signal_hook=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook-d5318b676135c832.rmeta --extern signal_hook_registry=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook_registry-5bd4635382178be1.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtempfile-2fdf2ea0d0c60957.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-object v0.50.2 Running `/usr/bin/rustc --crate-name gix_object --edition=2021 /usr/share/cargo/registry/gix-object-0.50.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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", "verbose-object-parsing-errors"))' -C metadata=a53bb6677f26c39b -C extra-filename=-70877b6a80bc46e7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-attributes v0.27.0 Running `/usr/bin/rustc --crate-name gix_attributes --edition=2021 /usr/share/cargo/registry/gix-attributes-0.27.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=005d773f6143b9c4 -C extra-filename=-7919f4973e7b6372 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern kstring=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libkstring-7dda4b22a5be714c.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern unicode_bom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libunicode_bom-052e854928b30031.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-lock v18.0.0 Running `/usr/bin/rustc --crate-name gix_lock --edition=2021 /usr/share/cargo/registry/gix-lock-18.0.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())' -C metadata=7e38f6b6ca60a719 -C extra-filename=-6da72e43dd8492a0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-4a5ad70b07b35da5.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-ignore v0.16.0 Running `/usr/bin/rustc --crate-name gix_ignore --edition=2021 /usr/share/cargo/registry/gix-ignore-0.16.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=176c1eb72f035079 -C extra-filename=-f9c0ffc0bc720a64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern unicode_bom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libunicode_bom-052e854928b30031.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-shallow v0.5.0 Running `/usr/bin/rustc --crate-name gix_shallow --edition=2021 /usr/share/cargo/registry/gix-shallow-0.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 '--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("serde"))' -C metadata=73a0d426642b6971 -C extra-filename=-45c7abc678f084b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-6da72e43dd8492a0.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-pathspec v0.12.0 Running `/usr/bin/rustc --crate-name gix_pathspec --edition=2021 /usr/share/cargo/registry/gix-pathspec-0.12.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())' -C metadata=556543fa8a9ab41e -C extra-filename=-8958443639a375ff --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-revwalk v0.21.0 Compiling gix-ref v0.53.1 Compiling gix-filter v0.20.0 Compiling gix-pack v0.60.0 Running `/usr/bin/rustc --crate-name gix_revwalk --edition=2021 /usr/share/cargo/registry/gix-revwalk-0.21.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())' -C metadata=f0b567ed6c1bd4e8 -C extra-filename=-194187204ba7b12f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_ref --edition=2021 /usr/share/cargo/registry/gix-ref-0.53.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=8144f877486791cb -C extra-filename=-747d7052ba7934c4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-6da72e43dd8492a0.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-4a5ad70b07b35da5.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_filter --edition=2021 /usr/share/cargo/registry/gix-filter-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=dcbea860ea6057f1 -C extra-filename=-417f92c4e9658df8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern encoding_rs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libencoding_rs-e99e333b4bb98828.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_packetline_blocking=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_packetline_blocking-f7f96f0c0f46c278.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_pack --edition=2021 /usr/share/cargo/registry/gix-pack-0.60.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' --cfg 'feature="object-cache-dynamic"' --cfg 'feature="pack-cache-lru-dynamic"' --cfg 'feature="pack-cache-lru-static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "generate", "object-cache-dynamic", "pack-cache-lru-dynamic", "pack-cache-lru-static", "serde", "streaming-input", "wasm"))' -C metadata=12570a5d715d415b -C extra-filename=-06593785aa44ebcb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern clru=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libclru-bc1255656561a935.rmeta --extern gix_chunk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_chunk-7ecbb23874dc9697.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern uluru=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libuluru-d7ccacd690bd4158.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-traverse v0.47.0 Compiling gix-revision v0.35.0 Compiling gix-negotiate v0.21.0 Running `/usr/bin/rustc --crate-name gix_traverse --edition=2021 /usr/share/cargo/registry/gix-traverse-0.47.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())' -C metadata=e4a8f74d2a25d1d8 -C extra-filename=-0e39e695628b71e1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_revwalk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revwalk-194187204ba7b12f.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_revision --edition=2021 /usr/share/cargo/registry/gix-revision-0.35.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' --cfg 'feature="describe"' --cfg 'feature="merge_base"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "describe", "document-features", "merge_base", "serde"))' -C metadata=518115fc2013669a -C extra-filename=-8e37376d8828ce35 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_revwalk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revwalk-194187204ba7b12f.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_negotiate --edition=2021 /usr/share/cargo/registry/gix-negotiate-0.21.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())' -C metadata=3e1fa889ef77829a -C extra-filename=-582127156df50b92 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_revwalk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revwalk-194187204ba7b12f.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-index v0.41.0 Compiling gix-worktree-stream v0.22.0 Running `/usr/bin/rustc --crate-name gix_index --edition=2021 /usr/share/cargo/registry/gix-index-0.41.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=0a5998605b3df1cb -C extra-filename=-7a1638e8b15fb5c7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern filetime=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfiletime-cf0043c09c5196a1.rmeta --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfnv-3d68a66b71c5c12e.rmeta --extern gix_bitmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_bitmap-00461890c5bbb919.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-6da72e43dd8492a0.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhashbrown-63d929975c53022a.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-38a4963b264e7d79.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_worktree_stream --edition=2021 /usr/share/cargo/registry/gix-worktree-stream-0.22.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())' -C metadata=007c93ac5bf0869b -C extra-filename=-7d369aec500dd445 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-refspec v0.31.0 Running `/usr/bin/rustc --crate-name gix_refspec --edition=2021 /usr/share/cargo/registry/gix-refspec-0.31.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())' -C metadata=83748faf18273e82 -C extra-filename=-ce8f13796359921e --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_revision=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revision-8e37376d8828ce35.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-archive v0.22.0 Running `/usr/bin/rustc --crate-name gix_archive --edition=2021 /usr/share/cargo/registry/gix-archive-0.22.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("default", "document-features", "tar", "tar_gz", "zip"))' -C metadata=caa3d1cad54f20c3 -C extra-filename=-d5b4503a481e418b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_worktree_stream=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree_stream-7d369aec500dd445.rmeta --extern jiff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libjiff-56604f8247bf7976.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-odb v0.70.0 Running `/usr/bin/rustc --crate-name gix_odb --edition=2021 /usr/share/cargo/registry/gix-odb-0.70.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=02d95ebe6deee903 -C extra-filename=-7f776c7d6eaf521d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern arc_swap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libarc_swap-f774e19ee9c85454.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_pack=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pack-06593785aa44ebcb.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtempfile-2fdf2ea0d0c60957.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-discover v0.41.0 Running `/usr/bin/rustc --crate-name gix_discover --edition=2021 /usr/share/cargo/registry/gix-discover-0.41.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())' -C metadata=35c58cd18d8f64f5 -C extra-filename=-3b62f498dc45eefb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-747d7052ba7934c4.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-worktree v0.42.0 Running `/usr/bin/rustc --crate-name gix_worktree --edition=2021 /usr/share/cargo/registry/gix-worktree-0.42.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' --cfg 'feature="attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attributes", "default", "document-features", "serde"))' -C metadata=4cdf6a016f83407e -C extra-filename=-fe688a4f6f541385 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-config v0.46.0 Running `/usr/bin/rustc --crate-name gix_config --edition=2021 /usr/share/cargo/registry/gix-config-0.46.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=d82b4587d2a6ba86 -C extra-filename=-5b540ad65ae7e589 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-747d7052ba7934c4.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemchr-d2ddca1d63c83b86.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern unicode_bom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libunicode_bom-052e854928b30031.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-dir v0.15.0 Running `/usr/bin/rustc --crate-name gix_dir --edition=2021 /usr/share/cargo/registry/gix-dir-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=d6f9fa7f6134abf6 -C extra-filename=-81d2a8e59351ea60 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_discover=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_discover-3b62f498dc45eefb.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-fe688a4f6f541385.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-diff v0.53.0 Running `/usr/bin/rustc --crate-name gix_diff --edition=2021 /usr/share/cargo/registry/gix-diff-0.53.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' --cfg 'feature="blob"' --cfg 'feature="index"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blob", "default", "document-features", "index", "serde", "wasm"))' -C metadata=79c63437282cbff4 -C extra-filename=-4d9ca00286b63163 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-4a5ad70b07b35da5.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-fe688a4f6f541385.rmeta --extern imara_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libimara_diff-6bfe7396067bac90.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling zerofrom v0.1.6 Running `/usr/bin/rustc --crate-name zerofrom --edition=2021 /usr/share/cargo/registry/zerofrom-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 --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f062ec7b086521a2 -C extra-filename=-11887d9094d52d9b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern zerofrom_derive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom_derive-0493ec5e95a147af.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling yoke v0.8.0 Running `/usr/bin/rustc --crate-name yoke --edition=2021 /usr/share/cargo/registry/yoke-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 --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=9bb3378756000f67 -C extra-filename=-f5a5a341699ccb83 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern stable_deref_trait=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libstable_deref_trait-6d7ad6a8b937da37.rmeta --extern yoke_derive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyoke_derive-869479131ff4d13e.so --extern zerofrom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom-11887d9094d52d9b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-worktree-state v0.20.0 Running `/usr/bin/rustc --crate-name gix_worktree_state --edition=2021 /usr/share/cargo/registry/gix-worktree-state-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=c0eec2587807e19d -C extra-filename=-319888545bb91c2b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-fe688a4f6f541385.rmeta --extern io_close=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libio_close-e8ee9aa33c3b6089.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling zerovec v0.11.4 Running `/usr/bin/rustc --crate-name zerovec --edition=2021 /usr/share/cargo/registry/zerovec-0.11.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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=f311d1bf53800329 -C extra-filename=-52c9fca636f1ad78 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern yoke=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyoke-f5a5a341699ccb83.rmeta --extern zerofrom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom-11887d9094d52d9b.rmeta --extern zerovec_derive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec_derive-a19db69dc8623f27.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling zerotrie v0.2.2 Running `/usr/bin/rustc --crate-name zerotrie --edition=2021 /usr/share/cargo/registry/zerotrie-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=b3b2b181b1b41d01 -C extra-filename=-bdc042cc0ef6fb47 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern displaydoc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdisplaydoc-53b4e641cc9e4980.so --extern yoke=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyoke-f5a5a341699ccb83.rmeta --extern zerofrom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom-11887d9094d52d9b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tinystr v0.8.1 Compiling potential_utf v0.1.3 Running `/usr/bin/rustc --crate-name tinystr --edition=2021 /usr/share/cargo/registry/tinystr-0.8.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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=d9e55f5e14f54d27 -C extra-filename=-06acdc57812a9f00 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern displaydoc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdisplaydoc-53b4e641cc9e4980.so --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name potential_utf --edition=2021 /usr/share/cargo/registry/potential_utf-0.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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "writeable", "zerovec"))' -C metadata=5ebf20f8e04d0937 -C extra-filename=-b1c515ec5721c3fb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-status v0.20.0 Running `/usr/bin/rustc --crate-name gix_status --edition=2021 /usr/share/cargo/registry/gix-status-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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="worktree-rewrites"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "worktree-rewrites"))' -C metadata=7cd4a5d04c2edb1e -C extra-filename=-df9b52bfdb931e9c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern filetime=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfiletime-cf0043c09c5196a1.rmeta --extern gix_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_diff-4d9ca00286b63163.rmeta --extern gix_dir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_dir-81d2a8e59351ea60.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-fe688a4f6f541385.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_collections v2.1.1 Running `/usr/bin/rustc --crate-name icu_collections --edition=2021 /usr/share/cargo/registry/icu_collections-2.1.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", "databake", "serde"))' -C metadata=6d04e66d7704f7cd -C extra-filename=-989aff407fef7dd9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern displaydoc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdisplaydoc-53b4e641cc9e4980.so --extern potential_utf=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpotential_utf-b1c515ec5721c3fb.rmeta --extern yoke=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyoke-f5a5a341699ccb83.rmeta --extern zerofrom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom-11887d9094d52d9b.rmeta --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_locale_core v2.1.1 Running `/usr/bin/rustc --crate-name icu_locale_core --edition=2021 /usr/share/cargo/registry/icu_locale_core-2.1.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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=82409cc28b3e4ee1 -C extra-filename=-c2a2230112ac1f4a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern displaydoc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdisplaydoc-53b4e641cc9e4980.so --extern litemap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblitemap-a641bfdfa5b37231.rmeta --extern tinystr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtinystr-06acdc57812a9f00.rmeta --extern writeable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwriteable-ed8611bb572994c6.rmeta --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_provider v2.1.1 Running `/usr/bin/rustc --crate-name icu_provider --edition=2021 /usr/share/cargo/registry/icu_provider-2.1.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="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=b90cca4fb4bc1572 -C extra-filename=-f349f32739fd6900 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern displaydoc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdisplaydoc-53b4e641cc9e4980.so --extern icu_locale_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_locale_core-c2a2230112ac1f4a.rmeta --extern writeable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwriteable-ed8611bb572994c6.rmeta --extern yoke=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyoke-f5a5a341699ccb83.rmeta --extern zerofrom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerofrom-11887d9094d52d9b.rmeta --extern zerotrie=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerotrie-bdc042cc0ef6fb47.rmeta --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling icu_properties v2.1.1 Compiling icu_normalizer v2.1.1 Running `/usr/bin/rustc --crate-name icu_normalizer --edition=2021 /usr/share/cargo/registry/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=c4e04caa54743dda -C extra-filename=-1c67551aed5db1c7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern icu_collections=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_collections-989aff407fef7dd9.rmeta --extern icu_normalizer_data=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_normalizer_data-186fabffdb1119b8.rmeta --extern icu_provider=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_provider-f349f32739fd6900.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name icu_properties --edition=2021 /usr/share/cargo/registry/icu_properties-2.1.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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=2a041ac709ec7885 -C extra-filename=-b1fb62cc0338d49c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern icu_collections=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_collections-989aff407fef7dd9.rmeta --extern icu_locale_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_locale_core-c2a2230112ac1f4a.rmeta --extern icu_properties_data=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_properties_data-11e97d825badf430.rmeta --extern icu_provider=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_provider-f349f32739fd6900.rmeta --extern zerotrie=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerotrie-bdc042cc0ef6fb47.rmeta --extern zerovec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libzerovec-52c9fca636f1ad78.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling idna_adapter v1.2.1 Running `/usr/bin/rustc --crate-name idna_adapter --edition=2021 /usr/share/cargo/registry/idna_adapter-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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=203124199bef851b -C extra-filename=-560f40ac337b455f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern icu_normalizer=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_normalizer-1c67551aed5db1c7.rmeta --extern icu_properties=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libicu_properties-b1fb62cc0338d49c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling idna v1.1.0 Running `/usr/bin/rustc --crate-name idna --edition=2018 /usr/share/cargo/registry/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=f8df14d4f929a710 -C extra-filename=-59f7ee75f2f3bbbc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern idna_adapter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libidna_adapter-560f40ac337b455f.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern utf8_iter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libutf8_iter-4d8ee945862044bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name serde --edition=2021 /usr/share/cargo/registry/serde-1.0.228/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d086d24f424da8f2 -C extra-filename=-d0e743976f2089fd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern serde_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libserde_core-f6a423b8b918e323.rmeta --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libserde_derive-66ae8e1c525f2b00.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` Compiling url v2.5.7 Running `/usr/bin/rustc --crate-name url --edition=2018 /usr/share/cargo/registry/url-2.5.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=97b315698f7fe997 -C extra-filename=-31fce45ee01e1b51 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern form_urlencoded=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libform_urlencoded-d3746ec7eb79493d.rmeta --extern idna=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libidna-59f7ee75f2f3bbbc.rmeta --extern percent_encoding=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpercent_encoding-75e2050f5f0af83b.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libserde-d0e743976f2089fd.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-url v0.32.0 Running `/usr/bin/rustc --crate-name gix_url --edition=2021 /usr/share/cargo/registry/gix-url-0.32.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=3944b87062de8f4f -C extra-filename=-c3d5fe2e1f631645 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern percent_encoding=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpercent_encoding-75e2050f5f0af83b.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liburl-31fce45ee01e1b51.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-transport v0.48.0 Compiling gix-submodule v0.20.0 Compiling gix-credentials v0.30.0 Running `/usr/bin/rustc --crate-name gix_transport --edition=2021 /usr/share/cargo/registry/gix-transport-0.48.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' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-client", "async-std", "async-trait", "base64", "blocking-client", "curl", "default", "document-features", "futures-io", "futures-lite", "gix-credentials", "http-client", "http-client-curl", "http-client-curl-rust-tls", "http-client-insecure-credentials", "http-client-reqwest", "http-client-reqwest-native-tls", "http-client-reqwest-rust-tls", "http-client-reqwest-rust-tls-trust-dns", "pin-project-lite", "reqwest", "serde"))' -C metadata=bae498e451fc2e84 -C extra-filename=-f08aaab822e4cab7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_packetline=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_packetline-504730bdf9325864.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_submodule --edition=2021 /usr/share/cargo/registry/gix-submodule-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=9c32c5abd240b23c -C extra-filename=-4741b4e3197a3edf --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_config=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config-5b540ad65ae7e589.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_refspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_refspec-ce8f13796359921e.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_credentials --edition=2021 /usr/share/cargo/registry/gix-credentials-0.30.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=784e3893b1eb4a76 -C extra-filename=-b374b6ef617170c0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_prompt=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_prompt-15110838cdc9ef95.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-protocol v0.51.0 Running `/usr/bin/rustc --crate-name gix_protocol --edition=2021 /usr/share/cargo/registry/gix-protocol-0.51.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("async-client", "blocking-client", "document-features", "fetch", "futures-lite", "handshake", "serde"))' -C metadata=e09ee1fee4ec1e8b -C extra-filename=-760319d7ea2e9030 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-747d7052ba7934c4.rmeta --extern gix_shallow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_shallow-45c7abc678f084b4.rmeta --extern gix_transport=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_transport-f08aaab822e4cab7.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern maybe_async=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmaybe_async-83ad10165f3c8c27.so --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix v0.73.0 (/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0) Running `/usr/bin/rustc --crate-name gix --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' --cfg 'feature="attributes"' --cfg 'feature="basic"' --cfg 'feature="blob-diff"' --cfg 'feature="comfort"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="default"' --cfg 'feature="dirwalk"' --cfg 'feature="excludes"' --cfg 'feature="extras"' --cfg 'feature="gix-archive"' --cfg 'feature="gix-status"' --cfg 'feature="gix-worktree-stream"' --cfg 'feature="index"' --cfg 'feature="interrupt"' --cfg 'feature="mailmap"' --cfg 'feature="max-control"' --cfg 'feature="max-performance-safe"' --cfg 'feature="pack-cache-lru-dynamic"' --cfg 'feature="pack-cache-lru-static"' --cfg 'feature="parallel"' --cfg 'feature="regex"' --cfg 'feature="revision"' --cfg 'feature="revparse-regex"' --cfg 'feature="status"' --cfg 'feature="worktree-archive"' --cfg 'feature="worktree-mutation"' --cfg 'feature="worktree-stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "basic", "blame", "blob-diff", "blocking-http-transport-curl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "dirwalk", "document-features", "excludes", "extras", "gix-archive", "gix-status", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "merge", "need-more-recent-msrv", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "prodash", "progress-tree", "regex", "revision", "revparse-regex", "serde", "status", "tracing", "tracing-detail", "tree-editor", "verbose-object-parsing-errors", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-stock"))' -C metadata=0dcbde4fd2a48200 -C extra-filename=-7ab75482debd359a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rmeta --extern gix_archive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_archive-d5b4503a481e418b.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rmeta --extern gix_config=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config-5b540ad65ae7e589.rmeta --extern gix_credentials=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_credentials-b374b6ef617170c0.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_diff-4d9ca00286b63163.rmeta --extern gix_dir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_dir-81d2a8e59351ea60.rmeta --extern gix_discover=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_discover-3b62f498dc45eefb.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-7a1638e8b15fb5c7.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-6da72e43dd8492a0.rmeta --extern gix_mailmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_mailmap-6fe56742f939be38.rmeta --extern gix_negotiate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_negotiate-582127156df50b92.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_odb=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_odb-7f776c7d6eaf521d.rmeta --extern gix_pack=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pack-06593785aa44ebcb.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_prompt=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_prompt-15110838cdc9ef95.rmeta --extern gix_protocol=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_protocol-760319d7ea2e9030.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-747d7052ba7934c4.rmeta --extern gix_refspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_refspec-ce8f13796359921e.rmeta --extern gix_revision=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revision-8e37376d8828ce35.rmeta --extern gix_revwalk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revwalk-194187204ba7b12f.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern gix_shallow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_shallow-45c7abc678f084b4.rmeta --extern gix_status=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_status-df9b52bfdb931e9c.rmeta --extern gix_submodule=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_submodule-4741b4e3197a3edf.rmeta --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-4a5ad70b07b35da5.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-fe688a4f6f541385.rmeta --extern gix_worktree_state=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree_state-319888545bb91c2b.rmeta --extern gix_worktree_stream=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree_stream-7d369aec500dd445.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex-637e50ff02a68171.rmeta --extern signal_hook=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook-d5318b676135c832.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 56s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NHuRik + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.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-0.73.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 ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.73.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT/usr/share/cargo/registry/gix-0.73.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT/usr/share/cargo/registry/gix-0.73.0 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT/usr/share/cargo/registry/gix-0.73.0 + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT/usr/share/cargo/registry/gix-0.73.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT/usr/share/cargo/registry/gix-0.73.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 mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/commit-msg.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/applypatch-msg.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/pre-merge-commit.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/pre-push.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/post-update.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/pre-applypatch.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/pre-commit.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/pre-rebase.sample from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/cargo/registry/gix-0.73.0/src/assets/init/hooks/prepare-commit-msg.sample from /bin/sh to #!/usr/bin/sh + 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.10ozsa + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.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-0.73.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 unicode-ident v1.0.22 Fresh cfg-if v1.0.4 Fresh memchr v2.7.6 Fresh regex-syntax v0.8.8 Fresh fastrand v2.3.0 Fresh smallvec v1.15.1 Fresh stable_deref_trait v1.2.1 Fresh tinyvec_macros v0.1.1 Fresh scopeguard v1.2.0 Fresh gix-trace v0.1.15 Fresh proc-macro2 v1.0.105 Fresh regex-automata v0.4.13 Fresh tinyvec v1.9.0 Fresh once_cell v1.21.3 Fresh lock_api v0.4.14 Fresh home v0.5.11 Fresh zlib-rs v0.5.2 Fresh bytesize v2.1.0 Fresh human_format v1.1.0 Fresh same-file v1.0.6 Fresh quote v1.0.41 Fresh libc v0.2.180 Fresh crossbeam-utils v0.8.21 Fresh bstr v1.12.1 Fresh unicode-normalization v0.1.22 Fresh libz-rs-sys v0.5.1 Fresh walkdir v2.5.0 Fresh bytes v1.10.1 Fresh bitflags v2.10.0 Fresh version_check v0.9.5 Fresh byteorder v1.5.0 Fresh cpufeatures v0.2.17 Fresh jiff v0.2.15 Fresh syn v2.0.114 Fresh parking_lot_core v0.9.12 Fresh gix-utils v0.3.1 Fresh crc32fast v1.5.0 Fresh crossbeam-channel v0.5.15 Fresh hash32 v0.3.1 Fresh itoa v1.0.15 Fresh equivalent v1.0.2 Fresh allocator-api2 v0.2.21 Fresh foldhash v0.2.0 Fresh winnow v0.7.14 Compiling rustix v1.1.2 Compiling linux-raw-sys v0.11.0 Fresh thiserror-impl v2.0.17 Fresh parking_lot v0.12.5 Fresh flate2 v1.1.2 Fresh typenum v1.18.0 Fresh heapless v0.8.0 Fresh hashbrown v0.16.0 Fresh synstructure v0.13.2 Fresh memmap2 v0.9.9 Fresh zerovec-derive v0.11.1 Fresh displaydoc v0.2.5 Fresh signal-hook-registry v1.4.6 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3883996489130cc8 -C extra-filename=-75aef70e3841f05d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/rustix-75aef70e3841f05d -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.11.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=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=64be92c55336af59 -C extra-filename=-7b250ba64b7777fc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh thiserror v2.0.17 Fresh prodash v30.0.1 Fresh generic-array v0.14.7 Fresh faster-hex v0.10.0 Fresh zerofrom-derive v0.1.6 Fresh yoke-derive v0.8.0 Fresh hashbrown v0.14.5 Fresh unicode-bom v2.0.3 Fresh static_assertions v1.1.0 Fresh litemap v0.8.0 Fresh writeable v0.6.2 Fresh gix-validate v0.10.1 Fresh crypto-common v0.1.6 Fresh block-buffer v0.10.4 Fresh gix-date v0.10.7 Fresh zerofrom v0.1.6 Fresh gix-quote v0.6.1 Fresh gix-chunk v0.4.11 Fresh getrandom v0.3.4 Fresh dashmap v6.1.0 Fresh signal-hook v0.3.18 Fresh kstring v2.0.2 Fresh shell-words v1.1.0 Fresh gix-path v0.10.21 Fresh digest v0.10.7 Fresh gix-actor v0.35.6 Fresh yoke v0.8.0 Compiling pin-project-lite v0.2.16 Compiling parking v2.2.1 Fresh icu_normalizer_data v2.1.1 Compiling concurrent-queue v2.5.0 Fresh gix-sec v0.12.2 Fresh serde_derive v1.0.228 Fresh percent-encoding v2.3.2 Running `/usr/bin/rustc --crate-name pin_project_lite --edition=2018 /usr/share/cargo/registry/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=594a756b09b84046 -C extra-filename=-8396a29dc9d805cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 parking --edition=2018 /usr/share/cargo/registry/parking-2.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())' -C metadata=47d231a08b41c7ff -C extra-filename=-c8ceb5165869c90a --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 concurrent_queue --edition=2021 /usr/share/cargo/registry/concurrent-queue-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=5a9b8a3b6e32a0f9 -C extra-filename=-1e1883e71a0c9c51 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrossbeam_utils-c5e2093294d5f828.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-features v0.43.1 Fresh sha1 v0.10.6 Fresh zerovec v0.11.4 Fresh zerotrie v0.2.2 Fresh gix-command v0.6.3 Fresh icu_properties_data v2.1.1 Fresh gix-config-value v0.15.3 Compiling futures-core v0.3.31 Fresh utf8_iter v1.0.4 Fresh sha1-checked v0.10.0 Fresh gix-fs v0.16.1 Fresh gix-glob v0.21.0 Fresh tinystr v0.8.1 Fresh potential_utf v0.1.3 Fresh serde_core v1.0.228 Compiling futures-io v0.3.31 Fresh form_urlencoded v1.2.2 Fresh gix-packetline-blocking v0.19.3 Fresh gix-bitmap v0.2.14 Running `/usr/bin/rustc --crate-name futures_core --edition=2018 /usr/share/cargo/registry/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=3a2c126b61a6fac4 -C extra-filename=-455f7cecd2b667cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-hash v0.19.0 Fresh icu_locale_core v2.1.1 Fresh icu_collections v2.1.1 Fresh gix-attributes v0.27.0 Fresh serde v1.0.228 Fresh filetime v0.2.26 Fresh encoding_rs v0.8.35 Fresh fnv v1.0.7 Fresh gix-ignore v0.16.0 Running `/usr/bin/rustc --crate-name futures_io --edition=2018 /usr/share/cargo/registry/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=b223fe1de105a250 -C extra-filename=-4263c2963dbb7cf0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-hashtable v0.9.0 Fresh gix-commitgraph v0.29.0 Fresh icu_provider v2.1.1 Compiling autocfg v1.5.0 Fresh gix-pathspec v0.12.0 Compiling async-task v4.7.1 Compiling slab v0.4.11 Compiling atomic-waker v1.1.2 Compiling syn v1.0.109 Running `/usr/bin/rustc --crate-name autocfg --edition=2015 /usr/share/cargo/registry/autocfg-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3da3d4130c7f067d -C extra-filename=-d9f92939e64234ef --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 async_task --edition=2021 /usr/share/cargo/registry/async-task-4.7.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=a362a0228662073a -C extra-filename=-f9a2d8056a475a6c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 slab --edition=2018 /usr/share/cargo/registry/slab-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c420c6c0fcbfe2ef -C extra-filename=-9c97fc5d0c5e5838 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-object v0.50.2 Fresh icu_normalizer v2.1.1 Fresh icu_properties v2.1.1 Fresh arrayvec v0.7.6 Running `/usr/bin/rustc --crate-name atomic_waker --edition=2018 /usr/share/cargo/registry/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=16e7b69af0e2f103 -C extra-filename=-6882dae20002abb2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=dca36b977d98cedf -C extra-filename=-0f517be645c3b973 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/syn-0f517be645c3b973 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-revwalk v0.21.0 Fresh idna_adapter v1.2.1 Fresh gix-filter v0.20.0 Fresh uluru v3.1.0 Fresh gix-traverse v0.47.0 Fresh idna v1.1.0 Fresh gix-revision v0.35.0 Fresh gix-packetline v0.19.3 Fresh url v2.5.7 Fresh imara-diff v0.1.8 Fresh clru v0.6.2 Compiling sdd v3.0.3 Fresh gix-url v0.32.0 Compiling anyhow v1.0.100 Fresh gix-pack v0.60.0 Running `/usr/bin/rustc --crate-name sdd --edition=2021 /usr/share/cargo/registry/sdd-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5e90767d560e240 -C extra-filename=-6b82c970ac771e54 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-transport v0.48.0 Fresh gix-refspec v0.31.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/anyhow-1.0.100/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("backtrace", "default", "std"))' -C metadata=5fdc3c40d1e16e00 -C extra-filename=-63058a729dc0651d --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/anyhow-63058a729dc0651d -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-worktree-stream v0.22.0 Fresh maybe-async v0.2.10 Compiling serial_test_derive v3.2.0 Fresh io-close v0.3.7 Compiling console v0.16.1 Running `/usr/bin/rustc --crate-name serial_test_derive --edition=2018 /usr/share/cargo/registry/serial_test_derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "test_logging"))' -C metadata=c6369382c435c274 -C extra-filename=-3c4f65a8b01c3f11 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-9b07e6ba86acbffc.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 console --edition=2021 /usr/share/cargo/registry/console-0.16.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", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=2e5546cc8c2682e6 -C extra-filename=-80a0db3e097fbe34 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling piper v0.2.4 Running `/usr/bin/rustc --crate-name piper --edition=2018 /usr/share/cargo/registry/piper-0.2.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="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=5bb69cac9ce60a49 -C extra-filename=-3a1bd21580260779 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern atomic_waker=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libatomic_waker-6882dae20002abb2.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_io-4263c2963dbb7cf0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling yansi v1.0.1 Running `/usr/bin/rustc --crate-name yansi --edition=2021 /usr/share/cargo/registry/yansi-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=ad345e904c78f10a -C extra-filename=-630edbc6777269b9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling futures-lite v2.6.0 Running `/usr/bin/rustc --crate-name futures_lite --edition=2021 /usr/share/cargo/registry/futures-lite-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=418d8e8eebc50235 -C extra-filename=-00e8f4cbea9d4f39 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_core-455f7cecd2b667cf.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_io-4263c2963dbb7cf0.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking-c8ceb5165869c90a.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling diff v0.1.13 Running `/usr/bin/rustc --crate-name diff --edition=2015 /usr/share/cargo/registry/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c4cfe8a103cf621 -C extra-filename=-3453c800e4dfa393 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling event-listener v5.3.1 Running `/usr/bin/rustc --crate-name event_listener --edition=2021 /usr/share/cargo/registry/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=6dfb7595ca33081a -C extra-filename=-c750375ad107b7d8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libconcurrent_queue-1e1883e71a0c9c51.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking-c8ceb5165869c90a.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling log v0.4.29 Running `/usr/bin/rustc --crate-name log --edition=2021 /usr/share/cargo/registry/log-0.4.29/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("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", "serde_core", "std"))' -C metadata=6741b1bd1a41d0e8 -C extra-filename=-7a3fd8a77b4ebdcd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh arc-swap v1.6.0 Compiling similar v2.7.0 Running `/usr/bin/rustc --crate-name similar --edition=2018 /usr/share/cargo/registry/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "web-time"))' -C metadata=dfc7849b8688e184 -C extra-filename=-32ca54f88526e3c0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling pin-utils v0.1.0 Running `/usr/bin/rustc --crate-name pin_utils --edition=2018 /usr/share/cargo/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffa77a065a09feee -C extra-filename=-0bacf84d467d9291 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling scc v2.1.17 Running `/usr/bin/rustc --crate-name scc --edition=2021 /usr/share/cargo/registry/scc-2.1.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("serde"))' -C metadata=75c7adc123daad94 -C extra-filename=-f0039f5bd716921f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern sdd=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsdd-6b82c970ac771e54.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling event-listener-strategy v0.5.4 Running `/usr/bin/rustc --crate-name event_listener_strategy --edition=2021 /usr/share/cargo/registry/event-listener-strategy-0.5.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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e4c377cd1fed1ce2 -C extra-filename=-f9c22e39bb7d0abb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libevent_listener-c750375ad107b7d8.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling pretty_assertions v1.4.1 Running `/usr/bin/rustc --crate-name pretty_assertions --edition=2018 /usr/share/cargo/registry/pretty_assertions-1.4.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=2c5ad35581c94191 -C extra-filename=-6cbbc750a73513f6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdiff-3453c800e4dfa393.rmeta --extern yansi=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libyansi-630edbc6777269b9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Fresh gix-archive v0.22.0 Fresh gix-negotiate v0.21.0 Fresh gix-mailmap v0.27.4 Fresh regex v1.12.2 Compiling is_ci v1.2.0 Compiling termtree v0.5.1 Running `/usr/bin/rustc --crate-name is_ci --edition=2018 /usr/share/cargo/registry/is_ci-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())' -C metadata=6dc384d6203281bf -C extra-filename=-6835a0a56afef279 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 termtree --edition=2021 /usr/share/cargo/registry/termtree-0.5.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::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10e6978b1970b872 -C extra-filename=-2211ffc3bb652971 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-channel v2.5.0 Running `/usr/bin/rustc --crate-name async_channel --edition=2021 /usr/share/cargo/registry/async-channel-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1a67d9c62a11422b -C extra-filename=-524c6bc274dd5c04 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libconcurrent_queue-1e1883e71a0c9c51.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libevent_listener_strategy-f9c22e39bb7d0abb.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_core-455f7cecd2b667cf.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/syn-0f517be645c3b973/build-script-build` Compiling async-lock v3.4.1 Running `/usr/bin/rustc --crate-name async_lock --edition=2021 /usr/share/cargo/registry/async-lock-3.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f580ba08977f4997 -C extra-filename=-35518a743523b205 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern event_listener=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libevent_listener-c750375ad107b7d8.rmeta --extern event_listener_strategy=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libevent_listener_strategy-f9c22e39bb7d0abb.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/anyhow-63058a729dc0651d/build-script-build` Running `/usr/bin/rustc --crate-name syn --edition=2018 /usr/share/cargo/registry/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=163c922af8fee3f6 -C extra-filename=-f344519f81edb723 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libproc_macro2-df69b5d327200e14.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.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 syn_disable_nightly_tests` Running `/usr/bin/rustc --crate-name anyhow --edition=2018 /usr/share/cargo/registry/anyhow-1.0.100/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("backtrace", "default", "std"))' -C metadata=a45b1f337155f7e1 -C extra-filename=-6a1475fbfbb71266 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/rustix-75aef70e3841f05d/build-script-build` Compiling insta v1.43.2 Running `/usr/bin/rustc --crate-name insta --edition=2021 /usr/share/cargo/registry/insta-1.43.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="colors"' --cfg 'feature="console"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_cargo_insta_internal", "clap", "colors", "console", "csv", "default", "filters", "glob", "globset", "json", "pest", "pest_derive", "redactions", "regex", "ron", "serde", "toml", "walkdir", "yaml"))' -C metadata=e1953e8646ae5339 -C extra-filename=-0a69bc3861cb3f81 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern console=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libconsole-80a0db3e097fbe34.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern similar=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsimilar-32ca54f88526e3c0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling blocking v1.6.2 Compiling async-executor v1.13.3 Running `/usr/bin/rustc --crate-name blocking --edition=2021 /usr/share/cargo/registry/blocking-1.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=ef2ae50cdfc25227 -C extra-filename=-00403ca104d4994b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_channel-524c6bc274dd5c04.rmeta --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_task-f9a2d8056a475a6c.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_io-4263c2963dbb7cf0.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_lite-00e8f4cbea9d4f39.rmeta --extern piper=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpiper-3a1bd21580260779.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_executor --edition=2021 /usr/share/cargo/registry/async-executor-1.13.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="static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=b6c5d6e162aabc01 -C extra-filename=-02461c9e1d31fc0b --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern async_task=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_task-f9a2d8056a475a6c.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libconcurrent_queue-1e1883e71a0c9c51.rmeta --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_lite-00e8f4cbea9d4f39.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=de878367ffad2598 -C extra-filename=-652967229460cbe9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblinux_raw_sys-7b250ba64b7777fc.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Compiling async-io v2.6.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/async-io-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=44d60b38f4b995a3 -C extra-filename=-acb075c4e0298e72 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/async-io-acb075c4e0298e72 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libautocfg-d9f92939e64234ef.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/build/async-io-acb075c4e0298e72/build-script-build` Compiling serial_test v3.2.0 Running `/usr/bin/rustc --crate-name serial_test --edition=2018 /usr/share/cargo/registry/serial_test-3.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("async", "default", "docsrs", "file_locks", "logging", "test_logging"))' -C metadata=6bb9f557d0536531 -C extra-filename=-bb07fe78ee11cef3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern scc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libscc-f0039f5bd716921f.rmeta --extern serial_test_derive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libserial_test_derive-3c4f65a8b01c3f11.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tempfile v3.23.0 Compiling polling v3.10.0 Compiling gix-prompt v0.11.2 Running `/usr/bin/rustc --crate-name tempfile --edition=2021 /usr/share/cargo/registry/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5d8b8ee435961634 -C extra-filename=-772bafdc6564e561 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfastrand-bff68224de12f64a.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgetrandom-fd9e18cf8cb65449.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-652967229460cbe9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name polling --edition=2021 /usr/share/cargo/registry/polling-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=ca0558cc20682419 -C extra-filename=-52f3e7098b4fa3c6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-652967229460cbe9.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_prompt --edition=2021 /usr/share/cargo/registry/gix-prompt-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=08f4a43fa27cee0a -C extra-filename=-ea27b34b419a53b4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-652967229460cbe9.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-credentials v0.30.0 Running `/usr/bin/rustc --crate-name gix_credentials --edition=2021 /usr/share/cargo/registry/gix-credentials-0.30.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=706a0b3f33ea10fa -C extra-filename=-620ccc066feb1335 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_prompt=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_prompt-ea27b34b419a53b4.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name async_io --edition=2021 /usr/share/cargo/registry/async-io-2.6.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=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(async_io_no_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=f2ea8672919697a5 -C extra-filename=-0da45b7fd88b0dd1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcfg_if-882b1cd97dcfd39c.rmeta --extern concurrent_queue=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libconcurrent_queue-1e1883e71a0c9c51.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_io-4263c2963dbb7cf0.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_lite-00e8f4cbea9d4f39.rmeta --extern parking=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking-c8ceb5165869c90a.rmeta --extern polling=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpolling-52f3e7098b4fa3c6.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-652967229460cbe9.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-tempfile v18.0.0 Compiling gix-odb v0.70.0 Running `/usr/bin/rustc --crate-name gix_tempfile --edition=2021 /usr/share/cargo/registry/gix-tempfile-18.0.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' --cfg 'feature="default"' --cfg 'feature="hp-hashmap"' --cfg 'feature="signals"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "hp-hashmap", "signals"))' -C metadata=73b8906554d5f738 -C extra-filename=-3ce23389ba1acc64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern dashmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libdashmap-115667ca12ac8866.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern signal_hook=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook-d5318b676135c832.rmeta --extern signal_hook_registry=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook_registry-5bd4635382178be1.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtempfile-772bafdc6564e561.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_odb --edition=2021 /usr/share/cargo/registry/gix-odb-0.70.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=adc509422b71065a -C extra-filename=-43ca313f7ac8bebc --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern arc_swap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libarc_swap-f774e19ee9c85454.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_pack=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pack-06593785aa44ebcb.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_quote-611190814e807a34.rmeta --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtempfile-772bafdc6564e561.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-lock v18.0.0 Running `/usr/bin/rustc --crate-name gix_lock --edition=2021 /usr/share/cargo/registry/gix-lock-18.0.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())' -C metadata=1d9c9db1b43adec9 -C extra-filename=-7c7604a0402767d8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-3ce23389ba1acc64.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-global-executor v3.1.0 Running `/usr/bin/rustc --crate-name async_global_executor --edition=2021 /usr/share/cargo/registry/async-global-executor-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio"))' -C metadata=42ad905877fbfe77 -C extra-filename=-07ae4d7c3d49b02f --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_channel-524c6bc274dd5c04.rmeta --extern async_executor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_executor-02461c9e1d31fc0b.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_io-0da45b7fd88b0dd1.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_lock-35518a743523b205.rmeta --extern blocking=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libblocking-00403ca104d4994b.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_lite-00e8f4cbea9d4f39.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-ref v0.53.1 Compiling gix-index v0.41.0 Compiling gix-shallow v0.5.0 Running `/usr/bin/rustc --crate-name gix_ref --edition=2021 /usr/share/cargo/registry/gix-ref-0.53.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=aa39f202dbed634f -C extra-filename=-3bb6a8f3c93a1713 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-7c7604a0402767d8.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-3ce23389ba1acc64.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_index --edition=2021 /usr/share/cargo/registry/gix-index-0.41.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=caaced034cf22a54 -C extra-filename=-0a0a9a0be72e6798 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbitflags-0c3d03fcad8fc5e6.rmeta --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern filetime=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfiletime-cf0043c09c5196a1.rmeta --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfnv-3d68a66b71c5c12e.rmeta --extern gix_bitmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_bitmap-00461890c5bbb919.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-7c7604a0402767d8.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libhashbrown-63d929975c53022a.rmeta --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libitoa-71540b4ba28b2000.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern memmap2=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemmap2-7c5327b538d2b487.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/librustix-652967229460cbe9.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_shallow --edition=2021 /usr/share/cargo/registry/gix-shallow-0.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 '--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("serde"))' -C metadata=2ad47f1d140fbc08 -C extra-filename=-831536b0afe1d937 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-7c7604a0402767d8.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-worktree v0.42.0 Running `/usr/bin/rustc --crate-name gix_worktree --edition=2021 /usr/share/cargo/registry/gix-worktree-0.42.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' --cfg 'feature="attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attributes", "default", "document-features", "serde"))' -C metadata=f035fbedf5cd6e92 -C extra-filename=-e05228fe6ed44334 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-diff v0.53.0 Compiling gix-worktree-state v0.20.0 Running `/usr/bin/rustc --crate-name gix_diff --edition=2021 /usr/share/cargo/registry/gix-diff-0.53.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' --cfg 'feature="blob"' --cfg 'feature="index"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blob", "default", "document-features", "index", "serde", "wasm"))' -C metadata=0526903728d0e5ad -C extra-filename=-cd0ff832f7c381eb --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rmeta --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-3ce23389ba1acc64.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-e05228fe6ed44334.rmeta --extern imara_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libimara_diff-6bfe7396067bac90.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_worktree_state --edition=2021 /usr/share/cargo/registry/gix-worktree-state-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=1af1d751cba4e1aa -C extra-filename=-4dca8ce201ef9682 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-e05228fe6ed44334.rmeta --extern io_close=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libio_close-e8ee9aa33c3b6089.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-discover v0.41.0 Compiling gix-config v0.46.0 Compiling gix-protocol v0.51.0 Running `/usr/bin/rustc --crate-name gix_discover --edition=2021 /usr/share/cargo/registry/gix-discover-0.41.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())' -C metadata=f8c66b91fc015e40 -C extra-filename=-88edeee27a5b7baa --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-3bb6a8f3c93a1713.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_protocol --edition=2021 /usr/share/cargo/registry/gix-protocol-0.51.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("async-client", "blocking-client", "document-features", "fetch", "futures-lite", "handshake", "serde"))' -C metadata=f3e420c966d11eed -C extra-filename=-33a01a9f18fdfea0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-3bb6a8f3c93a1713.rmeta --extern gix_shallow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_shallow-831536b0afe1d937.rmeta --extern gix_transport=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_transport-f08aaab822e4cab7.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern maybe_async=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmaybe_async-83ad10165f3c8c27.so --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name gix_config --edition=2021 /usr/share/cargo/registry/gix-config-0.46.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=e6399a1099f613b9 -C extra-filename=-e33fd1843bde8ebd --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_config_value=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config_value-65bb28919d0064c4.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-3bb6a8f3c93a1713.rmeta --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemchr-d2ddca1d63c83b86.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --extern unicode_bom=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libunicode_bom-052e854928b30031.rmeta --extern winnow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwinnow-6288395379ca65a3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-dir v0.15.0 Running `/usr/bin/rustc --crate-name gix_dir --edition=2021 /usr/share/cargo/registry/gix-dir-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=24bd42baf73498df -C extra-filename=-2697325c5b5ed8ef --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_discover=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_discover-88edeee27a5b7baa.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rmeta --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-e05228fe6ed44334.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-status v0.20.0 Running `/usr/bin/rustc --crate-name gix_status --edition=2021 /usr/share/cargo/registry/gix-status-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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="worktree-rewrites"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "worktree-rewrites"))' -C metadata=1a51c572f43f2544 -C extra-filename=-0912d12c198f695c --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern filetime=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfiletime-cf0043c09c5196a1.rmeta --extern gix_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_diff-cd0ff832f7c381eb.rmeta --extern gix_dir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_dir-2697325c5b5ed8ef.rmeta --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rmeta --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rmeta --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rmeta --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rmeta --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rmeta --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-e05228fe6ed44334.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix-submodule v0.20.0 Running `/usr/bin/rustc --crate-name gix_submodule --edition=2021 /usr/share/cargo/registry/gix-submodule-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--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())' -C metadata=4ffa3e92cb057478 -C extra-filename=-2d08c187df1f9888 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern bstr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libbstr-db20e6400aecb2ad.rmeta --extern gix_config=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config-e33fd1843bde8ebd.rmeta --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rmeta --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rmeta --extern gix_refspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_refspec-ce8f13796359921e.rmeta --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rmeta --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-attributes v1.1.2 Running `/usr/bin/rustc --crate-name async_attributes --edition=2018 /usr/share/cargo/registry/async-attributes-1.1.2/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=19a840e39d75bd19 -C extra-filename=-02e17f6c7375da62 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern quote=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libquote-0814cf5a4fbfd5da.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsyn-f344519f81edb723.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling async-std v1.13.2 Running `/usr/bin/rustc --crate-name async_std --edition=2018 /usr/share/cargo/registry/async-std-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-core", "futures-io", "futures-lite", "io_safety", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "tokio1", "unstable"))' -C metadata=4480b52afb1e3ccb -C extra-filename=-3c15f8630bdf4ef4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern async_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_attributes-02e17f6c7375da62.so --extern async_channel=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_channel-524c6bc274dd5c04.rmeta --extern async_global_executor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_global_executor-07ae4d7c3d49b02f.rmeta --extern async_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_io-0da45b7fd88b0dd1.rmeta --extern async_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_lock-35518a743523b205.rmeta --extern crossbeam_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libcrossbeam_utils-c5e2093294d5f828.rmeta --extern futures_core=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_core-455f7cecd2b667cf.rmeta --extern futures_io=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_io-4263c2963dbb7cf0.rmeta --extern futures_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libfutures_lite-00e8f4cbea9d4f39.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/liblog-7a3fd8a77b4ebdcd.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libmemchr-d2ddca1d63c83b86.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern pin_project_lite=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_project_lite-8396a29dc9d805cf.rmeta --extern pin_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpin_utils-0bacf84d467d9291.rmeta --extern slab=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libslab-9c97fc5d0c5e5838.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling gix v0.73.0 (/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0) Running `/usr/bin/rustc --crate-name gix --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 --cfg 'feature="attributes"' --cfg 'feature="basic"' --cfg 'feature="blob-diff"' --cfg 'feature="comfort"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="default"' --cfg 'feature="dirwalk"' --cfg 'feature="excludes"' --cfg 'feature="extras"' --cfg 'feature="gix-archive"' --cfg 'feature="gix-status"' --cfg 'feature="gix-worktree-stream"' --cfg 'feature="index"' --cfg 'feature="interrupt"' --cfg 'feature="mailmap"' --cfg 'feature="max-control"' --cfg 'feature="max-performance-safe"' --cfg 'feature="pack-cache-lru-dynamic"' --cfg 'feature="pack-cache-lru-static"' --cfg 'feature="parallel"' --cfg 'feature="regex"' --cfg 'feature="revision"' --cfg 'feature="revparse-regex"' --cfg 'feature="status"' --cfg 'feature="worktree-archive"' --cfg 'feature="worktree-mutation"' --cfg 'feature="worktree-stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "basic", "blame", "blob-diff", "blocking-http-transport-curl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "dirwalk", "document-features", "excludes", "extras", "gix-archive", "gix-status", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "merge", "need-more-recent-msrv", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "prodash", "progress-tree", "regex", "revision", "revparse-regex", "serde", "status", "tracing", "tracing-detail", "tree-editor", "verbose-object-parsing-errors", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-stock"))' -C metadata=2670ac7a621d576f -C extra-filename=-e60288e3bb93c9c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps --extern anyhow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libanyhow-6a1475fbfbb71266.rlib --extern async_std=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libasync_std-3c15f8630bdf4ef4.rlib --extern gix_actor=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_actor-33dec585c6c24c10.rlib --extern gix_archive=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_archive-d5b4503a481e418b.rlib --extern gix_attributes=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_attributes-7919f4973e7b6372.rlib --extern gix_command=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_command-b14eb2961f6f7547.rlib --extern gix_commitgraph=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_commitgraph-6ade31e604f3af5f.rlib --extern gix_config=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_config-e33fd1843bde8ebd.rlib --extern gix_credentials=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_credentials-620ccc066feb1335.rlib --extern gix_date=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_date-7585234e2e918c3b.rlib --extern gix_diff=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_diff-cd0ff832f7c381eb.rlib --extern gix_dir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_dir-2697325c5b5ed8ef.rlib --extern gix_discover=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_discover-88edeee27a5b7baa.rlib --extern gix_features=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_features-b561046a4f78de2b.rlib --extern gix_filter=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_filter-417f92c4e9658df8.rlib --extern gix_fs=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_fs-43da0511a3a1a37a.rlib --extern gix_glob=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_glob-0e72f9a735309353.rlib --extern gix_hash=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hash-b0ad5a749c249707.rlib --extern gix_hashtable=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_hashtable-28497caf93246e11.rlib --extern gix_ignore=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ignore-f9c0ffc0bc720a64.rlib --extern gix_index=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_index-0a0a9a0be72e6798.rlib --extern gix_lock=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_lock-7c7604a0402767d8.rlib --extern gix_mailmap=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_mailmap-6fe56742f939be38.rlib --extern gix_negotiate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_negotiate-582127156df50b92.rlib --extern gix_object=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_object-70877b6a80bc46e7.rlib --extern gix_odb=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_odb-43ca313f7ac8bebc.rlib --extern gix_pack=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pack-06593785aa44ebcb.rlib --extern gix_path=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_path-7d59305ee9fcd238.rlib --extern gix_pathspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_pathspec-8958443639a375ff.rlib --extern gix_prompt=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_prompt-ea27b34b419a53b4.rlib --extern gix_protocol=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_protocol-33a01a9f18fdfea0.rlib --extern gix_ref=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_ref-3bb6a8f3c93a1713.rlib --extern gix_refspec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_refspec-ce8f13796359921e.rlib --extern gix_revision=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revision-8e37376d8828ce35.rlib --extern gix_revwalk=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_revwalk-194187204ba7b12f.rlib --extern gix_sec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_sec-6b3593d4c4cdb886.rlib --extern gix_shallow=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_shallow-831536b0afe1d937.rlib --extern gix_status=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_status-0912d12c198f695c.rlib --extern gix_submodule=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_submodule-2d08c187df1f9888.rlib --extern gix_tempfile=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_tempfile-3ce23389ba1acc64.rlib --extern gix_trace=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_trace-13b0a95d8b52346b.rlib --extern gix_traverse=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_traverse-0e39e695628b71e1.rlib --extern gix_url=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_url-c3d5fe2e1f631645.rlib --extern gix_utils=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_utils-713e4cbd40a5dd3f.rlib --extern gix_validate=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_validate-085753000416c38a.rlib --extern gix_worktree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree-e05228fe6ed44334.rlib --extern gix_worktree_state=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree_state-4dca8ce201ef9682.rlib --extern gix_worktree_stream=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libgix_worktree_stream-7d369aec500dd445.rlib --extern insta=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libinsta-0a69bc3861cb3f81.rlib --extern is_ci=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libis_ci-6835a0a56afef279.rlib --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rlib --extern parking_lot=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libparking_lot-6b93d7d0bf6377c4.rlib --extern pretty_assertions=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libpretty_assertions-6cbbc750a73513f6.rlib --extern regex=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libregex-637e50ff02a68171.rlib --extern serial_test=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libserial_test-bb07fe78ee11cef3.rlib --extern signal_hook=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsignal_hook-d5318b676135c832.rlib --extern smallvec=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libsmallvec-7c85fb4fd581a741.rlib --extern termtree=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libtermtree-2211ffc3bb652971.rlib --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libthiserror-817ab39ea24ecbc0.rlib --extern walkdir=/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/libwalkdir-1ab4b8a88b507bb2.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Finished `rpm` profile [optimized + debuginfo] target(s) in 36.60s Running `/home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/gix-0.73.0/target/rpm/deps/gix-e60288e3bb93c9c8` running 2 tests test id::tests::size_of_oid ... ok test open::tests::size_of_options ... ok test result: ok. 2 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-devel-0.73.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/gix-0.73.0/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/gix-0.73.0/LICENSE-MIT Provides: crate(gix) = 0.73.0 rust-gix-devel = 0.73.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-actor/default) >= 0.35.2 crate(gix-commitgraph/default) >= 0.29.0 crate(gix-config/default) >= 0.46.0 crate(gix-date/default) >= 0.10.3 crate(gix-diff) >= 0.53.0 crate(gix-discover/default) >= 0.41.0 crate(gix-features/default) >= 0.43.0 crate(gix-features/once_cell) >= 0.43.0 crate(gix-features/progress) >= 0.43.0 crate(gix-fs/default) >= 0.16.0 crate(gix-glob/default) >= 0.21.0 crate(gix-hash/default) >= 0.19.0 crate(gix-hashtable/default) >= 0.9.0 crate(gix-lock/default) >= 18.0.0 crate(gix-object/default) >= 0.50.0 crate(gix-odb/default) >= 0.70.0 crate(gix-pack) >= 0.60.0 crate(gix-pack/object-cache-dynamic) >= 0.60.0 crate(gix-path/default) >= 0.10.19 crate(gix-protocol/default) >= 0.51.0 crate(gix-ref/default) >= 0.53.0 crate(gix-refspec/default) >= 0.31.0 crate(gix-revision) >= 0.35.0 crate(gix-revwalk/default) >= 0.21.0 crate(gix-sec/default) >= 0.12.0 crate(gix-shallow/default) >= 0.5.0 crate(gix-tempfile) >= 18.0.0 crate(gix-trace/default) >= 0.1.13 crate(gix-traverse/default) >= 0.47.0 crate(gix-url/default) >= 0.32.0 crate(gix-utils/default) >= 0.3.0 crate(gix-validate/default) >= 0.10.0 crate(once_cell/default) >= 1.21.3 crate(smallvec/default) >= 1.15.1 crate(thiserror/default) >= 2.0.0 rust >= 1.75 Processing files: rust-gix+default-devel-0.73.0-1.mga10.noarch Provides: crate(gix/default) = 0.73.0 rust-gix+default-devel = 0.73.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) = 0.73.0 crate(gix/basic) = 0.73.0 crate(gix/comfort) = 0.73.0 crate(gix/extras) = 0.73.0 crate(gix/max-performance-safe) = 0.73.0 Processing files: rust-gix+async-network-client-devel-0.73.0-1.mga10.noarch Provides: crate(gix/async-network-client) = 0.73.0 rust-gix+async-network-client-devel = 0.73.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) = 0.73.0 crate(gix-pack/streaming-input) >= 0.60.0 crate(gix-protocol/async-client) >= 0.51.0 crate(gix-transport/default) >= 0.48.0 crate(gix/attributes) = 0.73.0 crate(gix/credentials) = 0.73.0 Processing files: rust-gix+async-network-client-async-std-devel-0.73.0-1.mga10.noarch Provides: crate(gix/async-network-client-async-std) = 0.73.0 rust-gix+async-network-client-async-std-devel = 0.73.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) = 0.73.0 crate(gix-transport/async-std) >= 0.48.0 crate(gix-transport/default) >= 0.48.0 crate(gix/async-network-client) = 0.73.0 crate(gix/async-std) = 0.73.0 Processing files: rust-gix+async-std-devel-0.73.0-1.mga10.noarch Provides: crate(gix/async-std) = 0.73.0 rust-gix+async-std-devel = 0.73.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(async-std/default) >= 1.12.0 crate(gix) = 0.73.0 Processing files: rust-gix+attributes-devel-0.73.0-1.mga10.noarch Provides: crate(gix/attributes) = 0.73.0 rust-gix+attributes-devel = 0.73.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) = 0.73.0 crate(gix-attributes/default) >= 0.27.0 crate(gix-filter/default) >= 0.20.0 crate(gix-pathspec/default) >= 0.12.0 crate(gix-submodule/default) >= 0.20.0 crate(gix-worktree) >= 0.42.0 crate(gix-worktree/attributes) >= 0.42.0 crate(gix/command) = 0.73.0 crate(gix/excludes) = 0.73.0 Processing files: rust-gix+basic-devel-0.73.0-1.mga10.noarch Provides: crate(gix/basic) = 0.73.0 rust-gix+basic-devel = 0.73.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) = 0.73.0 crate(gix/blob-diff) = 0.73.0 crate(gix/index) = 0.73.0 crate(gix/revision) = 0.73.0 Processing files: rust-gix+blame-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blame) = 0.73.0 rust-gix+blame-devel = 0.73.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) = 0.73.0 crate(gix-blame/default) >= 0.3.0 Processing files: rust-gix+blob-diff-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blob-diff) = 0.73.0 rust-gix+blob-diff-devel = 0.73.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) = 0.73.0 crate(gix-diff/blob) >= 0.53.0 crate(gix/attributes) = 0.73.0 Processing files: rust-gix+blocking-http-transport-curl-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-http-transport-curl) = 0.73.0 rust-gix+blocking-http-transport-curl-devel = 0.73.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) = 0.73.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/http-client-curl) >= 0.48.0 crate(gix/blocking-network-client) = 0.73.0 Processing files: rust-gix+blocking-http-transport-reqwest-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-http-transport-reqwest) = 0.73.0 rust-gix+blocking-http-transport-reqwest-devel = 0.73.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) = 0.73.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/http-client-reqwest) >= 0.48.0 crate(gix/blocking-network-client) = 0.73.0 Processing files: rust-gix+blocking-http-transport-reqwest-native-tls-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-http-transport-reqwest-native-tls) = 0.73.0 rust-gix+blocking-http-transport-reqwest-native-tls-devel = 0.73.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) = 0.73.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/http-client-reqwest-native-tls) >= 0.48.0 crate(gix/blocking-http-transport-reqwest) = 0.73.0 Processing files: rust-gix+blocking-http-transport-reqwest-rust-tls-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-http-transport-reqwest-rust-tls) = 0.73.0 rust-gix+blocking-http-transport-reqwest-rust-tls-devel = 0.73.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) = 0.73.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/http-client-reqwest-rust-tls) >= 0.48.0 crate(gix/blocking-http-transport-reqwest) = 0.73.0 Processing files: rust-gix+blocking-http-transport-reqwest-rust-tls-trust-dns-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-http-transport-reqwest-rust-tls-trust-dns) = 0.73.0 rust-gix+blocking-http-transport-reqwest-rust-tls-trust-dns-devel = 0.73.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) = 0.73.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/http-client-reqwest-rust-tls-trust-dns) >= 0.48.0 crate(gix/blocking-http-transport-reqwest) = 0.73.0 Processing files: rust-gix+blocking-network-client-devel-0.73.0-1.mga10.noarch Provides: crate(gix/blocking-network-client) = 0.73.0 rust-gix+blocking-network-client-devel = 0.73.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) = 0.73.0 crate(gix-pack/streaming-input) >= 0.60.0 crate(gix-protocol/blocking-client) >= 0.51.0 crate(gix-transport/default) >= 0.48.0 crate(gix/attributes) = 0.73.0 crate(gix/credentials) = 0.73.0 Processing files: rust-gix+cache-efficiency-debug-devel-0.73.0-1.mga10.noarch Provides: crate(gix/cache-efficiency-debug) = 0.73.0 rust-gix+cache-efficiency-debug-devel = 0.73.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) = 0.73.0 crate(gix-features/cache-efficiency-debug) >= 0.43.0 Processing files: rust-gix+comfort-devel-0.73.0-1.mga10.noarch Provides: crate(gix/comfort) = 0.73.0 rust-gix+comfort-devel = 0.73.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) = 0.73.0 crate(gix-features/progress-unit-bytes) >= 0.43.0 crate(gix-features/progress-unit-human-numbers) >= 0.43.0 Processing files: rust-gix+command-devel-0.73.0-1.mga10.noarch Provides: crate(gix/command) = 0.73.0 rust-gix+command-devel = 0.73.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) = 0.73.0 crate(gix-command/default) >= 0.6.2 Processing files: rust-gix+credentials-devel-0.73.0-1.mga10.noarch Provides: crate(gix/credentials) = 0.73.0 rust-gix+credentials-devel = 0.73.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) = 0.73.0 crate(gix-credentials/default) >= 0.30.0 crate(gix-negotiate/default) >= 0.21.0 crate(gix-prompt/default) >= 0.11.1 Processing files: rust-gix+dirwalk-devel-0.73.0-1.mga10.noarch Provides: crate(gix/dirwalk) = 0.73.0 rust-gix+dirwalk-devel = 0.73.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) = 0.73.0 crate(gix-dir/default) >= 0.15.0 crate(gix/attributes) = 0.73.0 crate(gix/excludes) = 0.73.0 Processing files: rust-gix+document-features-devel-0.73.0-1.mga10.noarch Provides: crate(gix/document-features) = 0.73.0 rust-gix+document-features-devel = 0.73.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) = 0.73.0 Processing files: rust-gix+excludes-devel-0.73.0-1.mga10.noarch Provides: crate(gix/excludes) = 0.73.0 rust-gix+excludes-devel = 0.73.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) = 0.73.0 crate(gix-ignore/default) >= 0.16.0 crate(gix-worktree) >= 0.42.0 crate(gix/index) = 0.73.0 Processing files: rust-gix+extras-devel-0.73.0-1.mga10.noarch Provides: crate(gix/extras) = 0.73.0 rust-gix+extras-devel = 0.73.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) = 0.73.0 crate(gix/attributes) = 0.73.0 crate(gix/credentials) = 0.73.0 crate(gix/dirwalk) = 0.73.0 crate(gix/excludes) = 0.73.0 crate(gix/interrupt) = 0.73.0 crate(gix/mailmap) = 0.73.0 crate(gix/revparse-regex) = 0.73.0 crate(gix/status) = 0.73.0 crate(gix/worktree-archive) = 0.73.0 crate(gix/worktree-mutation) = 0.73.0 crate(gix/worktree-stream) = 0.73.0 Processing files: rust-gix+gix-archive-devel-0.73.0-1.mga10.noarch Provides: crate(gix/gix-archive) = 0.73.0 rust-gix+gix-archive-devel = 0.73.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) = 0.73.0 crate(gix-archive) >= 0.22.0 Processing files: rust-gix+gix-status-devel-0.73.0-1.mga10.noarch Provides: crate(gix/gix-status) = 0.73.0 rust-gix+gix-status-devel = 0.73.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) = 0.73.0 crate(gix-status/default) >= 0.20.0 crate(gix-status/worktree-rewrites) >= 0.20.0 Processing files: rust-gix+gix-worktree-stream-devel-0.73.0-1.mga10.noarch Provides: crate(gix/gix-worktree-stream) = 0.73.0 rust-gix+gix-worktree-stream-devel = 0.73.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) = 0.73.0 crate(gix-worktree-stream/default) >= 0.22.0 Processing files: rust-gix+hp-tempfile-registry-devel-0.73.0-1.mga10.noarch Provides: crate(gix/hp-tempfile-registry) = 0.73.0 rust-gix+hp-tempfile-registry-devel = 0.73.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) = 0.73.0 crate(gix-tempfile/hp-hashmap) >= 18.0.0 Processing files: rust-gix+index-devel-0.73.0-1.mga10.noarch Provides: crate(gix/index) = 0.73.0 rust-gix+index-devel = 0.73.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) = 0.73.0 crate(gix-index/default) >= 0.41.0 Processing files: rust-gix+interrupt-devel-0.73.0-1.mga10.noarch Provides: crate(gix/interrupt) = 0.73.0 rust-gix+interrupt-devel = 0.73.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) = 0.73.0 crate(gix-tempfile/signals) >= 18.0.0 crate(parking_lot/default) >= 0.12.4 crate(signal-hook) >= 0.3.18 Processing files: rust-gix+mailmap-devel-0.73.0-1.mga10.noarch Provides: crate(gix/mailmap) = 0.73.0 rust-gix+mailmap-devel = 0.73.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) = 0.73.0 crate(gix-mailmap/default) >= 0.27.2 crate(gix/revision) = 0.73.0 Processing files: rust-gix+max-control-devel-0.73.0-1.mga10.noarch Provides: crate(gix/max-control) = 0.73.0 rust-gix+max-control-devel = 0.73.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) = 0.73.0 crate(gix/pack-cache-lru-dynamic) = 0.73.0 crate(gix/pack-cache-lru-static) = 0.73.0 crate(gix/parallel) = 0.73.0 Processing files: rust-gix+max-performance-devel-0.73.0-1.mga10.noarch Provides: crate(gix/max-performance) = 0.73.0 rust-gix+max-performance-devel = 0.73.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) = 0.73.0 crate(gix/max-control) = 0.73.0 Processing files: rust-gix+max-performance-safe-devel-0.73.0-1.mga10.noarch Provides: crate(gix/max-performance-safe) = 0.73.0 rust-gix+max-performance-safe-devel = 0.73.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) = 0.73.0 crate(gix/max-control) = 0.73.0 Processing files: rust-gix+merge-devel-0.73.0-1.mga10.noarch Provides: crate(gix/merge) = 0.73.0 rust-gix+merge-devel = 0.73.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) = 0.73.0 crate(gix-merge) >= 0.6.0 crate(gix/attributes) = 0.73.0 crate(gix/blob-diff) = 0.73.0 crate(gix/tree-editor) = 0.73.0 Processing files: rust-gix+need-more-recent-msrv-devel-0.73.0-1.mga10.noarch Provides: crate(gix/need-more-recent-msrv) = 0.73.0 rust-gix+need-more-recent-msrv-devel = 0.73.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) = 0.73.0 crate(gix/merge) = 0.73.0 crate(gix/tree-editor) = 0.73.0 Processing files: rust-gix+pack-cache-lru-dynamic-devel-0.73.0-1.mga10.noarch Provides: crate(gix/pack-cache-lru-dynamic) = 0.73.0 rust-gix+pack-cache-lru-dynamic-devel = 0.73.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) = 0.73.0 crate(gix-pack/pack-cache-lru-dynamic) >= 0.60.0 Processing files: rust-gix+pack-cache-lru-static-devel-0.73.0-1.mga10.noarch Provides: crate(gix/pack-cache-lru-static) = 0.73.0 rust-gix+pack-cache-lru-static-devel = 0.73.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) = 0.73.0 crate(gix-pack/pack-cache-lru-static) >= 0.60.0 Processing files: rust-gix+parallel-devel-0.73.0-1.mga10.noarch Provides: crate(gix/parallel) = 0.73.0 rust-gix+parallel-devel = 0.73.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) = 0.73.0 crate(gix-features/parallel) >= 0.43.0 Processing files: rust-gix+prodash-devel-0.73.0-1.mga10.noarch Provides: crate(gix/prodash) = 0.73.0 rust-gix+prodash-devel = 0.73.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) = 0.73.0 crate(prodash/default) >= 30.0.1 crate(prodash/progress-tree) >= 30.0.1 Processing files: rust-gix+progress-tree-devel-0.73.0-1.mga10.noarch Provides: crate(gix/progress-tree) = 0.73.0 rust-gix+progress-tree-devel = 0.73.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) = 0.73.0 crate(prodash/default) >= 30.0.1 crate(prodash/progress-tree) >= 30.0.1 Processing files: rust-gix+regex-devel-0.73.0-1.mga10.noarch Provides: crate(gix/regex) = 0.73.0 rust-gix+regex-devel = 0.73.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) = 0.73.0 crate(regex) >= 1.6.0 crate(regex/std) >= 1.6.0 Processing files: rust-gix+revision-devel-0.73.0-1.mga10.noarch Provides: crate(gix/revision) = 0.73.0 rust-gix+revision-devel = 0.73.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) = 0.73.0 crate(gix-revision/describe) >= 0.35.0 crate(gix-revision/merge_base) >= 0.35.0 crate(gix/index) = 0.73.0 Processing files: rust-gix+revparse-regex-devel-0.73.0-1.mga10.noarch Provides: crate(gix/revparse-regex) = 0.73.0 rust-gix+revparse-regex-devel = 0.73.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) = 0.73.0 crate(gix/regex) = 0.73.0 crate(gix/revision) = 0.73.0 Processing files: rust-gix+serde-devel-0.73.0-1.mga10.noarch Provides: crate(gix/serde) = 0.73.0 rust-gix+serde-devel = 0.73.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) = 0.73.0 crate(gix-attributes/default) >= 0.27.0 crate(gix-attributes/serde) >= 0.27.0 crate(gix-commitgraph/serde) >= 0.29.0 crate(gix-credentials/default) >= 0.30.0 crate(gix-credentials/serde) >= 0.30.0 crate(gix-ignore/default) >= 0.16.0 crate(gix-ignore/serde) >= 0.16.0 crate(gix-index/default) >= 0.41.0 crate(gix-index/serde) >= 0.41.0 crate(gix-mailmap/default) >= 0.27.2 crate(gix-mailmap/serde) >= 0.27.2 crate(gix-object/serde) >= 0.50.0 crate(gix-odb/serde) >= 0.70.0 crate(gix-pack/serde) >= 0.60.0 crate(gix-protocol/serde) >= 0.51.0 crate(gix-ref/serde) >= 0.53.0 crate(gix-revision/serde) >= 0.35.0 crate(gix-transport/default) >= 0.48.0 crate(gix-transport/serde) >= 0.48.0 crate(gix-url/serde) >= 0.32.0 crate(gix-worktree) >= 0.42.0 crate(gix-worktree/serde) >= 0.42.0 crate(serde) >= 1.0.114 crate(serde/derive) >= 1.0.114 Processing files: rust-gix+status-devel-0.73.0-1.mga10.noarch Provides: crate(gix/status) = 0.73.0 rust-gix+status-devel = 0.73.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) = 0.73.0 crate(gix-diff/index) >= 0.53.0 crate(gix/blob-diff) = 0.73.0 crate(gix/dirwalk) = 0.73.0 crate(gix/gix-status) = 0.73.0 crate(gix/index) = 0.73.0 Processing files: rust-gix+tracing-devel-0.73.0-1.mga10.noarch Provides: crate(gix/tracing) = 0.73.0 rust-gix+tracing-devel = 0.73.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) = 0.73.0 crate(gix-features/tracing) >= 0.43.0 Processing files: rust-gix+tracing-detail-devel-0.73.0-1.mga10.noarch Provides: crate(gix/tracing-detail) = 0.73.0 rust-gix+tracing-detail-devel = 0.73.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) = 0.73.0 crate(gix-features/tracing-detail) >= 0.43.0 crate(gix/tracing) = 0.73.0 Processing files: rust-gix+tree-editor-devel-0.73.0-1.mga10.noarch Provides: crate(gix/tree-editor) = 0.73.0 rust-gix+tree-editor-devel = 0.73.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) = 0.73.0 Processing files: rust-gix+verbose-object-parsing-errors-devel-0.73.0-1.mga10.noarch Provides: crate(gix/verbose-object-parsing-errors) = 0.73.0 rust-gix+verbose-object-parsing-errors-devel = 0.73.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) = 0.73.0 crate(gix-object/verbose-object-parsing-errors) >= 0.50.0 Processing files: rust-gix+worktree-archive-devel-0.73.0-1.mga10.noarch Provides: crate(gix/worktree-archive) = 0.73.0 rust-gix+worktree-archive-devel = 0.73.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) = 0.73.0 crate(gix/attributes) = 0.73.0 crate(gix/gix-archive) = 0.73.0 crate(gix/worktree-stream) = 0.73.0 Processing files: rust-gix+worktree-mutation-devel-0.73.0-1.mga10.noarch Provides: crate(gix/worktree-mutation) = 0.73.0 rust-gix+worktree-mutation-devel = 0.73.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) = 0.73.0 crate(gix-worktree-state/default) >= 0.20.0 crate(gix/attributes) = 0.73.0 Processing files: rust-gix+worktree-stream-devel-0.73.0-1.mga10.noarch Provides: crate(gix/worktree-stream) = 0.73.0 rust-gix+worktree-stream-devel = 0.73.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) = 0.73.0 crate(gix/attributes) = 0.73.0 crate(gix/gix-worktree-stream) = 0.73.0 Processing files: rust-gix+zlib-ng-devel-0.73.0-1.mga10.noarch Provides: crate(gix/zlib-ng) = 0.73.0 rust-gix+zlib-ng-devel = 0.73.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) = 0.73.0 crate(gix-features/zlib) >= 0.43.0 Processing files: rust-gix+zlib-rs-devel-0.73.0-1.mga10.noarch Provides: crate(gix/zlib-rs) = 0.73.0 rust-gix+zlib-rs-devel = 0.73.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) = 0.73.0 crate(gix-features/zlib) >= 0.43.0 Processing files: rust-gix+zlib-stock-devel-0.73.0-1.mga10.noarch Provides: crate(gix/zlib-stock) = 0.73.0 rust-gix+zlib-stock-devel = 0.73.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) = 0.73.0 crate(gix-features/zlib) >= 0.43.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-http-transport-curl-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-http-transport-reqwest-rust-tls-trust-dns-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+async-network-client-async-std-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-http-transport-reqwest-native-tls-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+default-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-http-transport-reqwest-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+basic-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+async-std-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+cache-efficiency-debug-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+attributes-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-http-transport-reqwest-rust-tls-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blob-diff-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blocking-network-client-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+async-network-client-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+blame-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+comfort-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+dirwalk-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+excludes-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+document-features-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+extras-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+interrupt-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+credentials-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+gix-archive-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+hp-tempfile-registry-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+index-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+max-control-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+max-performance-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+mailmap-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+gix-status-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+gix-worktree-stream-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+command-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+max-performance-safe-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+need-more-recent-msrv-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+merge-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+regex-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+progress-tree-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+prodash-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+revision-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+serde-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+tracing-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+revparse-regex-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+parallel-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+pack-cache-lru-static-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+tracing-detail-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+status-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+pack-cache-lru-dynamic-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+tree-editor-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+verbose-object-parsing-errors-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+worktree-archive-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+zlib-rs-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+zlib-ng-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+worktree-stream-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+zlib-stock-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix+worktree-mutation-devel-0.73.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-gix-devel-0.73.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.y9o5VP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-gix-0.73.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/gix-0.73.0/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/gix-0.73.0/LICENSE-MIT D: [iurt_root_command] Success!