D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-litemap-0.8.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.we74MU Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pWqdLF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + rm -rf litemap-0.8.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/litemap-0.8.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd litemap-0.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/litemap-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + 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.hixKBe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + cd litemap-0.8.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.YL5Hn5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.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 litemap-0.8.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 litemap v0.8.0 (/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0) Running `/usr/bin/rustc --crate-name litemap --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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=bcd10a5235c0f613 -C extra-filename=-4b5327819582b5f1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: hiding a lifetime that's elided elsewhere is confusing --> src/map.rs:1377:18 | 1377 | pub fn entry(&mut self, key: K) -> Entry { | ^^^^^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 1377 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { | +++ warning: `litemap` (lib) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 1.32s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gSLA3s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.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 litemap-0.8.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=litemap ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.8.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT/usr/share/cargo/registry/litemap-0.8.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT/usr/share/cargo/registry/litemap-0.8.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)' + /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 + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT/usr/share/cargo/registry/litemap-0.8.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT/usr/share/cargo/registry/litemap-0.8.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT/usr/share/cargo/registry/litemap-0.8.0/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ka2ocR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.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 litemap-0.8.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 Compiling proc-macro2 v1.0.95 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=43145de99fbc3c75 -C extra-filename=-6df0e9deb46d145b --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/proc-macro2-6df0e9deb46d145b -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling unicode-ident v1.0.18 Compiling syn v1.0.109 Compiling cfg-if v1.0.1 Compiling libc v0.2.175 Compiling zerocopy v0.8.26 Compiling version_check v0.9.5 Compiling getrandom v0.3.3 Compiling serde v1.0.219 Compiling thiserror v2.0.12 Compiling bytecheck v0.6.11 Compiling once_cell v1.20.3 Compiling simdutf8 v0.1.4 Compiling zerocopy v0.7.35 Compiling rend v0.4.1 Compiling rkyv v0.7.45 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=95b3522b224fcd40 -C extra-filename=-569bc9be85de9b98 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/zerocopy-569bc9be85de9b98 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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/bytecheck-0.6.11/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="simdutf8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simdutf8", "std", "uuid", "verbose"))' -C metadata=2fa2c9db03f52a3e -C extra-filename=-453ffda5e8fad7fe --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/bytecheck-453ffda5e8fad7fe -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=8e16992338e0ff2a -C extra-filename=-3e6c25b1ef7a9076 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/libc-3e6c25b1ef7a9076 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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 zerocopy --edition=2018 /usr/share/cargo/registry/zerocopy-0.7.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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=f661fdf6c2e481fe -C extra-filename=-722c6dad1cf93351 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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/rend-0.4.1/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="bytecheck"' --cfg 'feature="std"' --cfg 'feature="validation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "std", "validation"))' -C metadata=e5a3d2f30b92692e -C extra-filename=-310adcd65869e9bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/rend-310adcd65869e9bb -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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/getrandom-0.3.3/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"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2e2040e06701bcb3 -C extra-filename=-adccd6cefe19d3a2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/getrandom-adccd6cefe19d3a2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d056c812c33466a6 -C extra-filename=-7e20d0fe5993d5bb --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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=d8604a40ef8c95ef -C extra-filename=-631f8a4660273899 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/syn-631f8a4660273899 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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/rkyv-0.7.45/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="alloc"' --cfg 'feature="bytecheck"' --cfg 'feature="default"' --cfg 'feature="hashbrown"' --cfg 'feature="rend"' --cfg 'feature="size_32"' --cfg 'feature="std"' --cfg 'feature="validation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "rend", "size_16", "size_32", "size_64", "std", "strict", "validation"))' -C metadata=223ef3aee06d5576 -C extra-filename=-4ba50252224365a0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/rkyv-4ba50252224365a0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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 once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --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=31ebbb3aa7225e2d -C extra-filename=-748d0ab8b8c47da4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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 simdutf8 --edition=2018 /usr/share/cargo/registry/simdutf8-0.1.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_neon", "aarch64_neon_prefetch", "default", "hints", "public_imp", "std"))' -C metadata=4a3c4f172c01458b -C extra-filename=-123aa352b2a33b26 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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 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=de319f62c844d9f7 -C extra-filename=-3db865ffbdb7c083 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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/serde-1.0.219/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="alloc"' --cfg 'feature="default"' --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=9440ca43994736d0 -C extra-filename=-ad017f15d970b719 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/serde-ad017f15d970b719 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=d15e1610e28af61d -C extra-filename=-248c37a1e6f75f0e --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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.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("default", "std"))' -C metadata=89843bd00634f3ff -C extra-filename=-0dd62895b2cf24e9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/thiserror-0dd62895b2cf24e9 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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=0a6f779688393ef5 -C extra-filename=-7d907c410eae2299 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling serde_json v1.0.141 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/serde_json-1.0.141/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=4d118512a4a323d2 -C extra-filename=-6e77cfa136b81fa2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/serde_json-6e77cfa136b81fa2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --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=a414da0f7e3d9a30 -C extra-filename=-8868d0f771931e52 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/rkyv-4ba50252224365a0/build-script-build` Compiling ryu v1.0.20 Running `/usr/bin/rustc --crate-name ryu --edition=2018 /usr/share/cargo/registry/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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", "small"))' -C metadata=d2972cc42d96b429 -C extra-filename=-bc4bac9c360d993f --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling seahash v4.1.0 Compiling memchr v2.7.5 Running `/usr/bin/rustc --crate-name seahash --edition=2015 /usr/share/cargo/registry/seahash-4.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=1dbf080d0b6f4074 -C extra-filename=-5fcb441d3ec94eb0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=c00e661943832b51 -C extra-filename=-dfe855f48e62aac8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.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-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/rend-310adcd65869e9bb/build-script-build` warning: hiding a lifetime that's elided elsewhere is confusing --> src/map.rs:1377:18 | 1377 | pub fn entry(&mut self, key: K) -> Entry { | ^^^^^^^^^ -------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 1377 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { | +++ warning: `litemap` (lib) generated 1 warning Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/bytecheck-453ffda5e8fad7fe/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/serde_json-6e77cfa136b81fa2/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/serde-ad017f15d970b719/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/proc-macro2-6df0e9deb46d145b/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/syn-631f8a4660273899/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/getrandom-adccd6cefe19d3a2/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/libc-3e6c25b1ef7a9076/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/thiserror-0dd62895b2cf24e9/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=e8e781f8b7588974 -C extra-filename=-544ebabbbaf6f106 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling ahash v0.8.11 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/ahash-0.8.11/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("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=07ebdfdb946fa7da -C extra-filename=-f5c9600a84d706de --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/ahash-f5c9600a84d706de -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern version_check=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libversion_check-3db865ffbdb7c083.rlib --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.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3e6f3cc5b29782d7 -C extra-filename=-607625e050d9e33a --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Compiling quote v1.0.40 Running `/usr/bin/rustc --crate-name quote --edition=2018 /usr/share/cargo/registry/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=997ad78a03a5a391 -C extra-filename=-b3b585a787befe69 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name getrandom --edition=2021 /usr/share/cargo/registry/getrandom-0.3.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=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=82b0936a016c7e5f -C extra-filename=-d38379964007e62b --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/liblibc-544ebabbbaf6f106.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/zerocopy-569bc9be85de9b98/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/build/ahash-f5c9600a84d706de/build-script-build` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=741061ac64b173e5 -C extra-filename=-009b732695f7d327 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Running `/usr/bin/rustc --crate-name ahash --edition=2018 /usr/share/cargo/registry/ahash-0.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=39e5ea7b890136be -C extra-filename=-b0fff38c8e0366c1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libcfg_if-248c37a1e6f75f0e.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libonce_cell-748d0ab8b8c47da4.rmeta --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libzerocopy-722c6dad1cf93351.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'feature="folded_multiply"'` Compiling syn v2.0.104 Running `/usr/bin/rustc --crate-name syn --edition=2021 /usr/share/cargo/registry/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=eaceb442cf32a2f4 -C extra-filename=-dd27b55ea6a66d43 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=6c53410915c660be -C extra-filename=-e6495eeffbfe3032 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libunicode_ident-7e20d0fe5993d5bb.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` 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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=460fa3c6667d348f -C extra-filename=-b09468f50677b74f --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libahash-b0fff38c8e0366c1.rmeta --extern allocator_api2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/liballocator_api2-7d907c410eae2299.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.9.1 Compiling ppv-lite86 v0.2.21 Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2021 /usr/share/cargo/registry/ppv-lite86-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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9d013efeea412786 -C extra-filename=-3b832c622f004fca --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libzerocopy-009b732695f7d327.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand_core --edition=2021 /usr/share/cargo/registry/rand_core-0.9.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=b82120a73bc78099 -C extra-filename=-a41ad24c64795ede --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libgetrandom-d38379964007e62b.rmeta --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libzerocopy-009b732695f7d327.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.9.0 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2021 /usr/share/cargo/registry/rand_chacha-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ac7a89377c6ca9c0 -C extra-filename=-d5a5a5b83cbd0dfa --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libppv_lite86-3b832c622f004fca.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand_core-a41ad24c64795ede.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.9.2 Running `/usr/bin/rustc --crate-name rand --edition=2021 /usr/share/cargo/registry/rand-0.9.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="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=a3993e408cb9ea58 -C extra-filename=-a321880f32269c52 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand_chacha-d5a5a5b83cbd0dfa.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand_core-a41ad24c64795ede.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling serde_derive v1.0.219 Compiling thiserror-impl v2.0.12 Running `/usr/bin/rustc --crate-name serde_derive --edition=2015 /usr/share/cargo/registry/serde_derive-1.0.219/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=15a6f1fbf6fa9162 -C extra-filename=-f2872d22e48c3f0a --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsyn-dd27b55ea6a66d43.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_impl --edition=2021 /usr/share/cargo/registry/thiserror-impl-2.0.12/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=adc23145f4b45bc5 -C extra-filename=-076c04d127c964fa --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsyn-dd27b55ea6a66d43.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.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("default", "std"))' -C metadata=01f44c2bf8a04a98 -C extra-filename=-338b2053d0e1d648 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern thiserror_impl=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libthiserror_impl-076c04d127c964fa.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 cobs v0.3.0 Running `/usr/bin/rustc --crate-name cobs --edition=2021 /usr/share/cargo/registry/cobs-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=92c2a16d99f93cae -C extra-filename=-65ce874a99208a5b --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern thiserror=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libthiserror-338b2053d0e1d648.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ptr_meta_derive v0.1.4 Compiling bytecheck_derive v0.6.11 Compiling rkyv_derive v0.7.45 Running `/usr/bin/rustc --crate-name bytecheck_derive --edition=2021 /usr/share/cargo/registry/bytecheck_derive-0.6.11/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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c66360dbc2654fa4 -C extra-filename=-db5ff1b34350200e --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsyn-e6495eeffbfe3032.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 ptr_meta_derive --edition=2018 /usr/share/cargo/registry/ptr_meta_derive-0.1.4/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=8971cc09902f0e6e -C extra-filename=-343ccff036cb950d --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsyn-e6495eeffbfe3032.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 rkyv_derive --edition=2021 /usr/share/cargo/registry/rkyv_derive-0.7.45/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("arbitrary_enum_discriminant", "archive_be", "archive_le", "copy", "default", "strict"))' -C metadata=c373081c7068c612 -C extra-filename=-7b5b70a9696cba4a --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libproc_macro2-607625e050d9e33a.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libquote-b3b585a787befe69.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsyn-e6495eeffbfe3032.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ptr_meta v0.1.4 Running `/usr/bin/rustc --crate-name ptr_meta --edition=2018 /usr/share/cargo/registry/ptr_meta-0.1.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5db0a1992fa83b55 -C extra-filename=-e779438dfb078592 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern ptr_meta_derive=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libptr_meta_derive-343ccff036cb950d.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bytecheck --edition=2021 /usr/share/cargo/registry/bytecheck-0.6.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="simdutf8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simdutf8", "std", "uuid", "verbose"))' -C metadata=838412a6929824a7 -C extra-filename=-19228cf62d3db643 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bytecheck_derive=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbytecheck_derive-db5ff1b34350200e.so --extern ptr_meta=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libptr_meta-e779438dfb078592.rmeta --extern simdutf8=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libsimdutf8-123aa352b2a33b26.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_atomics_64 --cfg has_atomics` Running `/usr/bin/rustc --crate-name serde --edition=2018 /usr/share/cargo/registry/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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="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=0f79d549a818212c -C extra-filename=-dddc63cb9eeb0150 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern serde_derive=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde_derive-f2872d22e48c3f0a.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` Running `/usr/bin/rustc --crate-name rend --edition=2018 /usr/share/cargo/registry/rend-0.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="bytecheck"' --cfg 'feature="std"' --cfg 'feature="validation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "std", "validation"))' -C metadata=5b0b81faa831b458 -C extra-filename=-07b2abfb288c25be --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bytecheck=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbytecheck-19228cf62d3db643.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_atomics_64 --cfg has_atomics` Compiling bincode v1.3.3 Compiling postcard v1.1.2 Running `/usr/bin/rustc --crate-name serde_json --edition=2021 /usr/share/cargo/registry/serde_json-1.0.141/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eb89b3f2b13ebb50 -C extra-filename=-6520a489cf209118 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern itoa=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libitoa-8868d0f771931e52.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libmemchr-dfe855f48e62aac8.rmeta --extern ryu=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libryu-bc4bac9c360d993f.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` Running `/usr/bin/rustc --crate-name bincode --edition=2015 /usr/share/cargo/registry/bincode-1.3.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("i128"))' -C metadata=30d24d19a0cd3377 -C extra-filename=-39260a581edf5af4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name postcard --edition=2021 /usr/share/cargo/registry/postcard-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="alloc"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-std"))' -C metadata=57b7d0eec9e4d564 -C extra-filename=-349d86197fa67ba2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern cobs=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libcobs-65ce874a99208a5b.rmeta --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rkyv --edition=2021 /usr/share/cargo/registry/rkyv-0.7.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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="bytecheck"' --cfg 'feature="default"' --cfg 'feature="hashbrown"' --cfg 'feature="rend"' --cfg 'feature="size_32"' --cfg 'feature="std"' --cfg 'feature="validation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "rend", "size_16", "size_32", "size_64", "std", "strict", "validation"))' -C metadata=4d97ce5c4def91e2 -C extra-filename=-6231ef3f70a3f97e --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bytecheck=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbytecheck-19228cf62d3db643.rmeta --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libhashbrown-b09468f50677b74f.rmeta --extern ptr_meta=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libptr_meta-e779438dfb078592.rmeta --extern rend=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librend-07b2abfb288c25be.rmeta --extern rkyv_derive=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librkyv_derive-7b5b70a9696cba4a.so --extern seahash=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libseahash-5fcb441d3ec94eb0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_atomics_64 --cfg has_atomics` Compiling litemap v0.8.0 (/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0) Running `/usr/bin/rustc --crate-name rkyv --edition=2021 tests/rkyv.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=2312b12647e745b1 -C extra-filename=-00ac142eb8fe9c64 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bincode=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbincode-39260a581edf5af4.rlib --extern litemap=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/liblitemap-4b5327819582b5f1.rlib --extern postcard=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libpostcard-349d86197fa67ba2.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand-a321880f32269c52.rlib --extern rkyv=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librkyv-6231ef3f70a3f97e.rlib --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde_json-6520a489cf209118.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name litemap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=915cae1a7f7dd83e -C extra-filename=-1ba1da6c51b88dc2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bincode=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbincode-39260a581edf5af4.rlib --extern postcard=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libpostcard-349d86197fa67ba2.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand-a321880f32269c52.rlib --extern rkyv=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librkyv-6231ef3f70a3f97e.rlib --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde_json-6520a489cf209118.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `litemap` (lib test) generated 1 warning (1 duplicate) Finished `rpm` profile [optimized + debuginfo] target(s) in 1m 26s Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/litemap-1ba1da6c51b88dc2` running 22 tests test map::test::entry_and_modify ... ok test map::test::entry_occupied_get_mut ... ok test map::test::entry_occupied_insert ... ok test map::test::entry_or_default ... ok test map::test::entry_insert ... ok test map::test::entry_occupied_key ... ok test map::test::entry_insert_with ... ok test map::test::entry_vacant_insert ... ok test map::test::entry_vacant_key ... ok test map::test::extend2 ... ok test map::test::extend_from_litemap_insert ... ok test map::test::extend_from_litemap_append ... ok test map::test::extend_from_litemap_prepend ... ok test map::test::extend ... ok test map::test::from_iterator ... ok test map::test::into_iterator ... ok test map::test::test_const_cmp_bytes ... ok test store::vec_impl::test_vec_impl ... ok test map::test::entry_occupied_remove ... ok test map::test::entry_occupied_get ... ok test map::test::entry_or_insert ... ok test map::test::entry_or_insert_with ... ok test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s Running `/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/rkyv-00ac142eb8fe9c64` running 4 tests test rkyv_deserialize ... ok test rkyv_archive ... ok test rkyv_checked_archive ... ok test rkyv_serialize ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Doc-tests litemap Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name litemap --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps --extern bincode=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libbincode-39260a581edf5af4.rlib --extern litemap=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/liblitemap-4b5327819582b5f1.rlib --extern postcard=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libpostcard-349d86197fa67ba2.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librand-a321880f32269c52.rlib --extern rkyv=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/librkyv-6231ef3f70a3f97e.rlib --extern serde=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde-dddc63cb9eeb0150.rlib --extern serde_json=/home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/litemap-0.8.0/target/rpm/deps/libserde_json-6520a489cf209118.rlib -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' --error-format human` running 26 tests test src/map.rs - map::LiteMap::to_borrowed_keys (line 457) ... ok test src/map.rs - map::LiteMap::to_boxed_keys_values (line 151) ... ok test src/map.rs - map::LiteMap::get_indexed_range (line 339) ... ok test src/map.rs - map::LiteMap::try_insert (line 659) ... ok test src/map.rs - map::LiteMap::const_is_empty (line 1026) ... ok test src/map.rs - map::LiteMap::const_len (line 1007) ... ok test src/map.rs - map::LiteMap::try_get_or_insert (line 699) ... ok test src/map.rs - map::LiteMap::contains_key (line 297) ... ok test src/map.rs - map::LiteMap::insert (line 623) ... ok test src/map.rs - map::LiteMap::to_borrowed_values (line 491) ... ok test src/map.rs - map::LiteMap::try_append (line 584) ... ok test src/map.rs - map::LiteMap<&'astr,V,&'a[(&'astr,V)]>::const_get_with_index (line 1097) ... ok test src/map.rs - map::LiteMap::to_boxed_values (line 228) ... ok test src/map.rs - map::LiteMap::to_borrowed_keys_values (line 421) ... ok test src/map.rs - map::LiteMap::as_slice (line 396) ... ok test src/map.rs - map::LiteMap::remove (line 744) ... ok test src/map.rs - map::LiteMap<&'a[u8],V,&'a[(&'a[u8],V)]>::const_get_with_index (line 1141) ... ok test src/map.rs - map::LiteMap::first (line 115) ... ok test src/map.rs - map::LiteMap::const_get_indexed_or_panic (line 1049) ... ok test src/map.rs - map::LiteMap::to_boxed_keys (line 190) ... ok test src/map.rs - map::LiteMap::last (line 132) ... ok test src/map.rs - map::LiteMap::get_mut (line 558) ... ok test src/map.rs - map::LiteMap::as_sliced (line 368) ... ok test src/map.rs - map::LiteMap::retain (line 977) ... ok test src/map.rs - map::LiteMap::get (line 268) ... ok test src/map.rs - map::LiteMap::extend_from_litemap (line 780) ... ok test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-litemap-devel-0.8.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/litemap-0.8.0/LICENSE warning: File listed twice: /usr/share/cargo/registry/litemap-0.8.0/README.md Provides: crate(litemap) = 0.8.0 rust-litemap-devel = 0.8.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.82 Processing files: rust-litemap+default-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/default) = 0.8.0 rust-litemap+default-devel = 0.8.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(litemap) = 0.8.0 crate(litemap/alloc) = 0.8.0 Processing files: rust-litemap+alloc-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/alloc) = 0.8.0 rust-litemap+alloc-devel = 0.8.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(litemap) = 0.8.0 Processing files: rust-litemap+databake-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/databake) = 0.8.0 rust-litemap+databake-devel = 0.8.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(databake) >= 0.2.0 crate(litemap) = 0.8.0 Processing files: rust-litemap+serde-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/serde) = 0.8.0 rust-litemap+serde-devel = 0.8.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(litemap) = 0.8.0 crate(litemap/alloc) = 0.8.0 crate(serde) >= 1.0.110 crate(serde/alloc) >= 1.0.110 Processing files: rust-litemap+testing-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/testing) = 0.8.0 rust-litemap+testing-devel = 0.8.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(litemap) = 0.8.0 crate(litemap/alloc) = 0.8.0 Processing files: rust-litemap+yoke-devel-0.8.0-1.mga10.noarch Provides: crate(litemap/yoke) = 0.8.0 rust-litemap+yoke-devel = 0.8.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(litemap) = 0.8.0 crate(yoke) >= 0.8.0 crate(yoke/derive) >= 0.8.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+databake-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+alloc-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+testing-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+default-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+yoke-devel-0.8.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-litemap+serde-devel-0.8.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.r6S8Xp + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-litemap-0.8.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/litemap-0.8.0/LICENSE File listed twice: /usr/share/cargo/registry/litemap-0.8.0/README.md D: [iurt_root_command] Success!