D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-rkyv-0.7.42-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5x12CY Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bZFxEk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + rm -rf rkyv-0.7.42 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/rkyv-0.7.42.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd rkyv-0.7.42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/rkyv-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.KmfacG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + cd rkyv-0.7.42 + /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.i2GvVR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-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 rkyv-0.7.42 + '[' 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.94 Compiling unicode-ident v1.0.18 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.94/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=186aad7a12ea9336 -C extra-filename=-afdebed02fe2a884 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/proc-macro2-afdebed02fe2a884 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling syn v1.0.109 Compiling libc v0.2.171 Compiling version_check v0.9.5 Compiling cfg-if v1.0.0 Compiling once_cell v1.20.3 Compiling rkyv v0.7.42 (/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42) Compiling seahash v4.1.0 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=adcecc07420fd8e7 -C extra-filename=-e45ede29ac9488f1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=78dfc2c836562524 -C extra-filename=-2014d9a2c60152e2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/libc-2014d9a2c60152e2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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=1a240321401ab5a3 -C extra-filename=-ae796cb1eec28d2d --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/syn-ae796cb1eec28d2d -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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=1c82ffb6f3ecdb51 -C extra-filename=-108c13b96f913771 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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.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("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=d0d5fe105289cea2 -C extra-filename=-ec6a769025b5f44f --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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 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="hashbrown"' --cfg 'feature="size_32"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bitvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "indexmap", "rend", "size_16", "size_32", "size_64", "smallvec", "std", "strict", "tinyvec", "uuid", "validation"))' -C metadata=ae32a485089c689a -C extra-filename=-467d4c2bbadd9654 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/rkyv-467d4c2bbadd9654 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -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=f7921853b714ff68 -C extra-filename=-7bf9bb84299c84b7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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 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=9e69a3031ef8d474 -C extra-filename=-079e23e2ae42f97c --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/rkyv-467d4c2bbadd9654/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/syn-ae796cb1eec28d2d/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/proc-macro2-afdebed02fe2a884/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2021 /usr/share/cargo/registry/proc-macro2-1.0.94/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=1145e0dc34b4846e -C extra-filename=-da4772ea36af6bba --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libunicode_ident-e45ede29ac9488f1.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)'` Running `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/libc-2014d9a2c60152e2/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6a148af2e207b573 -C extra-filename=-dd505a5ba0bad04e --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling ahash v0.7.8 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /usr/share/cargo/registry/ahash-0.7.8/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", "serde", "std"))' -C metadata=6d16c9e43fd70545 -C extra-filename=-699704c71f60569f --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/ahash-699704c71f60569f -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern version_check=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libversion_check-108c13b96f913771.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=33a55349c8ad82ab -C extra-filename=-5c50f5c1b9d163c9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libproc_macro2-da4772ea36af6bba.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=c13bca6f12715dee -C extra-filename=-5109c394bd2e645e --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rmeta --extern quote=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libquote-5c50f5c1b9d163c9.rmeta --extern unicode_ident=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libunicode_ident-e45ede29ac9488f1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg syn_disable_nightly_tests` Running `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/build/ahash-699704c71f60569f/build-script-build` Compiling getrandom v0.2.15 Running `/usr/bin/rustc --crate-name getrandom --edition=2018 /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "linux_disable_fallback", "rdrand", "std"))' -C metadata=a8fcebb93dd4332e -C extra-filename=-81021ae781684ce9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libcfg_if-ec6a769025b5f44f.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/liblibc-dd505a5ba0bad04e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name ahash --edition=2018 /usr/share/cargo/registry/ahash-0.7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "serde", "std"))' -C metadata=9ab2f8af179563b9 -C extra-filename=-b6af9647cfa24bbe --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libgetrandom-81021ae781684ce9.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libonce_cell-7bf9bb84299c84b7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'` Compiling hashbrown v0.12.3 Running `/usr/bin/rustc --crate-name hashbrown --edition=2021 /usr/share/cargo/registry/hashbrown-0.12.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="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f8f5138bc7c63bca -C extra-filename=-1c1b795f7e795a3b --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern ahash=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libahash-b6af9647cfa24bbe.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 rkyv_derive v0.7.42 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=4ea186b275c61e55 -C extra-filename=-c435be06b0649737 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libquote-5c50f5c1b9d163c9.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libsyn-5109c394bd2e645e.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.42/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=c99915529be7715a -C extra-filename=-f2b91426e5d2e8de --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern proc_macro2=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libproc_macro2-da4772ea36af6bba.rlib --extern quote=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libquote-5c50f5c1b9d163c9.rlib --extern syn=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libsyn-5109c394bd2e645e.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=ee7094a6ae6937e6 -C extra-filename=-1e6354a3f5b5970f --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern ptr_meta_derive=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libptr_meta_derive-c435be06b0649737.so --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 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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="hashbrown"' --cfg 'feature="size_32"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bitvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "indexmap", "rend", "size_16", "size_32", "size_64", "smallvec", "std", "strict", "tinyvec", "uuid", "validation"))' -C metadata=52262aab3b93b7ec -C extra-filename=-4288f9f997a058d3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libhashbrown-1c1b795f7e795a3b.rmeta --extern ptr_meta=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libptr_meta-1e6354a3f5b5970f.rmeta --extern rkyv_derive=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/librkyv_derive-f2b91426e5d2e8de.so --extern seahash=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libseahash-079e23e2ae42f97c.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_atomics_64 --cfg has_atomics` warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:8:33 | 8 | #[cfg(all(not(feature = "std"), has_atomics))] | ^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:13:28 | 13 | #[cfg(all(feature = "std", has_atomics))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:130:7 | 130 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:133:7 | 133 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:141:7 | 141 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:152:7 | 152 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:164:7 | 164 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:183:7 | 183 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:197:7 | 197 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:213:7 | 213 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:230:7 | 230 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:2:7 | 2 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:7:7 | 7 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:77:7 | 77 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:141:7 | 141 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:143:7 | 143 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:145:7 | 145 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:171:7 | 171 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:173:7 | 173 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:175:7 | 175 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:177:7 | 177 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:179:7 | 179 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:181:7 | 181 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:345:7 | 345 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:356:7 | 356 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:364:7 | 364 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:374:7 | 374 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:385:7 | 385 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:393:7 | 393 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/with/mod.rs:8:7 | 8 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:8:7 | 8 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:74:7 | 74 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:78:7 | 78 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:85:11 | 85 | #[cfg(any(has_atomics_64, not(feature = "size_64")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:138:11 | 138 | #[cfg(any(has_atomics_64, not(feature = "size_64")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:90:15 | 90 | #[cfg(not(has_atomics_64))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:92:11 | 92 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:143:15 | 143 | #[cfg(not(has_atomics_64))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:145:11 | 145 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::alloc::*` --> src/with/mod.rs:15:9 | 15 | pub use self::alloc::*; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `self::std::*` --> src/with/mod.rs:17:9 | 17 | pub use self::std::*; | ^^^^^^^^^^^^ warning: `rkyv` (lib) generated 41 warnings (run `cargo fix --lib -p rkyv` to apply 2 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 36.38s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Z3y61W + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-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 rkyv-0.7.42 + '[' 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=rkyv ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.7.42 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT/usr/share/cargo/registry/rkyv-0.7.42 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT/usr/share/cargo/registry/rkyv-0.7.42 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT/usr/share/cargo/registry/rkyv-0.7.42 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT/usr/share/cargo/registry/rkyv-0.7.42/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT/usr/share/cargo/registry/rkyv-0.7.42/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.su3nTg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-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 rkyv-0.7.42 + '[' 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.18 Fresh proc-macro2 v1.0.94 Fresh version_check v0.9.5 Fresh cfg-if v1.0.0 Fresh once_cell v1.20.3 Fresh seahash v4.1.0 Fresh quote v1.0.40 Fresh libc v0.2.171 Fresh syn v1.0.109 Fresh getrandom v0.2.15 Fresh ptr_meta_derive v0.1.4 Fresh rkyv_derive v0.7.42 Fresh ahash v0.7.8 Fresh ptr_meta v0.1.4 Fresh hashbrown v0.12.3 warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:8:33 | 8 | #[cfg(all(not(feature = "std"), has_atomics))] | ^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:13:28 | 13 | #[cfg(all(feature = "std", has_atomics))] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:130:7 | 130 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:133:7 | 133 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:141:7 | 141 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:152:7 | 152 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:164:7 | 164 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:183:7 | 183 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:197:7 | 197 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:213:7 | 213 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/alloc/rc.rs:230:7 | 230 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:2:7 | 2 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:7:7 | 7 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:77:7 | 77 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:141:7 | 141 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:143:7 | 143 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:145:7 | 145 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:171:7 | 171 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:173:7 | 173 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:175:7 | 175 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:177:7 | 177 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:179:7 | 179 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/impls/core/primitive.rs:181:7 | 181 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:345:7 | 345 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:356:7 | 356 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:364:7 | 364 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:374:7 | 374 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:385:7 | 385 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/impls/core/primitive.rs:393:7 | 393 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics` --> src/with/mod.rs:8:7 | 8 | #[cfg(has_atomics)] | ^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:8:7 | 8 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:74:7 | 74 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:78:7 | 78 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:85:11 | 85 | #[cfg(any(has_atomics_64, not(feature = "size_64")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:138:11 | 138 | #[cfg(any(has_atomics_64, not(feature = "size_64")))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:90:15 | 90 | #[cfg(not(has_atomics_64))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:92:11 | 92 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:143:15 | 143 | #[cfg(not(has_atomics_64))] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `has_atomics_64` --> src/with/atomic.rs:145:11 | 145 | #[cfg(has_atomics_64)] | ^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics_64)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics_64)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unused import: `self::alloc::*` --> src/with/mod.rs:15:9 | 15 | pub use self::alloc::*; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `self::std::*` --> src/with/mod.rs:17:9 | 17 | pub use self::std::*; | ^^^^^^^^^^^^ Compiling rkyv v0.7.42 (/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42) warning: `rkyv` (lib) generated 41 warnings (run `cargo fix --lib -p rkyv` to apply 2 suggestions) Running `/usr/bin/rustc --crate-name rkyv --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"' --cfg 'feature="hashbrown"' --cfg 'feature="size_32"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bitvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "indexmap", "rend", "size_16", "size_32", "size_64", "smallvec", "std", "strict", "tinyvec", "uuid", "validation"))' -C metadata=6c3b1ef523c9f352 -C extra-filename=-74d1f446493da946 --out-dir /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libhashbrown-1c1b795f7e795a3b.rlib --extern ptr_meta=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libptr_meta-1e6354a3f5b5970f.rlib --extern rkyv_derive=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/librkyv_derive-f2b91426e5d2e8de.so --extern seahash=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libseahash-079e23e2ae42f97c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_atomics_64 --cfg has_atomics` warning: `rkyv` (lib test) generated 41 warnings (41 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 3.93s Running `/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/rkyv-74d1f446493da946` running 2 tests test impls::hashbrown::hash_set::tests::index_set ... ok test impls::hashbrown::hash_map::tests::index_map ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests rkyv Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name rkyv --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps --extern hashbrown=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libhashbrown-1c1b795f7e795a3b.rlib --extern ptr_meta=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libptr_meta-1e6354a3f5b5970f.rlib --extern rkyv=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/librkyv-4288f9f997a058d3.rlib --extern rkyv_derive=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/librkyv_derive-f2b91426e5d2e8de.so --extern seahash=/home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/rkyv-0.7.42/target/rpm/deps/libseahash-079e23e2ae42f97c.rlib -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hashbrown"' --cfg 'feature="size_32"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_enum_discriminant", "archive_be", "archive_le", "arrayvec", "bitvec", "bytecheck", "copy", "copy_unsafe", "default", "hashbrown", "indexmap", "rend", "size_16", "size_32", "size_64", "smallvec", "std", "strict", "tinyvec", "uuid", "validation"))' --cfg has_atomics_64 --cfg has_atomics --error-format human` running 53 tests test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::clear (line 160) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::reserve (line 375) ... ok test src/with/mod.rs - with::AsOwned (line 502) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::new (line 84) ... ok test src/with/mod.rs - with::Raw (line 652) ... ok test src/lib.rs - Archive (line 245) ... ok test src/with/mod.rs - with::ArchiveWith (line 93) ... ok test src/with/mod.rs - with::Skip (line 704) ... ok test src/with/mod.rs - with::RefAsBox (line 391) ... ok test src/with/mod.rs - with::CopyOptimize (line 578) ... ok test src/with/mod.rs - with::UnixTimestamp (line 603) ... ok test src/with/mod.rs - with::Unsafe (line 683) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::set_len (line 669) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::reserve_exact (line 633) ... ok test src/with/mod.rs - with::With (line 34) ... ok test src/ser/serializers/std.rs - ser::serializers::std::WriteSerializer (line 7) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::as_ptr (line 313) ... ok test src/ser/serializers/core.rs - ser::serializers::core::BufferSerializer (line 55) ... ok test src/util/mod.rs - util::AlignedBytes (line 213) ... ok test src/with/mod.rs - with::Map (line 281) ... ok test src/with/mod.rs - with::Boxed (line 350) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::resize (line 470) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::as_mut_ptr (line 257) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::capacity (line 354) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::into_boxed_slice (line 705) ... ok test src/lib.rs - ArchiveUnsized (line 468) ... ok test src/lib.rs - Archive (line 297) ... ok test src/with/mod.rs - with::Atomic (line 307) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::pop (line 560) ... ok test src/util/mod.rs - util::to_bytes (line 273) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::is_empty (line 500) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::push (line 586) ... ok test src/util/mod.rs - util::from_bytes_unchecked (line 312) ... ok test src/macros.rs - macros::out_field (line 24) ... ok test src/with/mod.rs - with::AsVec (line 522) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::len (line 517) ... ok test src/rel_ptr/mod.rs - rel_ptr::signed_offset (line 45) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec (line 25) ... ok test src/with/mod.rs - with::AsBox (line 368) ... ok test src/option.rs - option::ArchivedOption::from (line 193) ... ok test src/util/aligned_vec.rs - util::aligned_vec::_::AlignedVec::extend_from_reader (line 751) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::grow_capacity_to (line 433) ... ok test src/with/mod.rs - with::Inline (line 329) ... ok test src/with/mod.rs - with::AsString (line 416) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::shrink_to_fit (line 229) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::extend_from_slice (line 534) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::as_mut_slice (line 284) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::with_capacity (line 104) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::into_boxed_slice (line 694) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::into_vec (line 725) ... ok test src/with/mod.rs - with::Niche (line 542) ... ok test src/with/mod.rs - with::Lock (line 469) ... ok test src/util/aligned_vec.rs - util::aligned_vec::AlignedVec::as_slice (line 336) ... ok test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-rkyv-devel-0.7.42-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/LICENSE warning: File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/README.md warning: File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/crates-io.md Provides: crate(rkyv) = 0.7.42 rust-rkyv-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ptr_meta) >= 0.1.3 crate(rkyv_derive/default) >= 0.7.41 crate(seahash/default) >= 4.0.0 Processing files: rust-rkyv+default-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/default) = 0.7.42 rust-rkyv+default-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv/size_32) = 0.7.42 crate(rkyv/std) = 0.7.42 Processing files: rust-rkyv+alloc-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/alloc) = 0.7.42 rust-rkyv+alloc-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bitvec) >= 1.0.0 crate(bitvec/alloc) >= 1.0.0 crate(rkyv) = 0.7.42 crate(rkyv/hashbrown) = 0.7.42 crate(tinyvec) >= 1.5.0 crate(tinyvec/alloc) >= 1.5.0 Processing files: rust-rkyv+arbitrary_enum_discriminant-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/arbitrary_enum_discriminant) = 0.7.42 rust-rkyv+arbitrary_enum_discriminant-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv_derive/arbitrary_enum_discriminant) >= 0.7.41 Processing files: rust-rkyv+archive_be-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/archive_be) = 0.7.42 rust-rkyv+archive_be-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv/rend) = 0.7.42 crate(rkyv_derive/archive_be) >= 0.7.41 Processing files: rust-rkyv+archive_le-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/archive_le) = 0.7.42 rust-rkyv+archive_le-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv/rend) = 0.7.42 crate(rkyv_derive/archive_le) >= 0.7.41 Processing files: rust-rkyv+arrayvec-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/arrayvec) = 0.7.42 rust-rkyv+arrayvec-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(arrayvec) >= 0.7.0 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+bitvec-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/bitvec) = 0.7.42 rust-rkyv+bitvec-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bitvec) >= 1.0.0 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+bytecheck-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/bytecheck) = 0.7.42 rust-rkyv+bytecheck-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecheck) >= 0.6.11 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+copy-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/copy) = 0.7.42 rust-rkyv+copy-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv_derive/copy) >= 0.7.41 Processing files: rust-rkyv+copy_unsafe-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/copy_unsafe) = 0.7.42 rust-rkyv+copy_unsafe-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 Processing files: rust-rkyv+hashbrown-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/hashbrown) = 0.7.42 rust-rkyv+hashbrown-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(hashbrown/default) >= 0.12.0 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+indexmap-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/indexmap) = 0.7.42 rust-rkyv+indexmap-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(indexmap) >= 1.7.0 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+rend-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/rend) = 0.7.42 rust-rkyv+rend-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rend) >= 0.4.0 crate(rkyv) = 0.7.42 Processing files: rust-rkyv+size_16-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/size_16) = 0.7.42 rust-rkyv+size_16-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 Processing files: rust-rkyv+size_32-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/size_32) = 0.7.42 rust-rkyv+size_32-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 Processing files: rust-rkyv+size_64-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/size_64) = 0.7.42 rust-rkyv+size_64-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 Processing files: rust-rkyv+smallvec-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/smallvec) = 0.7.42 rust-rkyv+smallvec-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(smallvec) >= 1.7.0 Processing files: rust-rkyv+std-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/std) = 0.7.42 rust-rkyv+std-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecheck) >= 0.6.11 crate(bytecheck/std) >= 0.6.11 crate(ptr_meta/std) >= 0.1.3 crate(rend) >= 0.4.0 crate(rend/std) >= 0.4.0 crate(rkyv) = 0.7.42 crate(rkyv/alloc) = 0.7.42 crate(uuid) >= 1.3.0 crate(uuid/std) >= 1.3.0 Processing files: rust-rkyv+strict-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/strict) = 0.7.42 rust-rkyv+strict-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(rkyv_derive/strict) >= 0.7.41 Processing files: rust-rkyv+tinyvec-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/tinyvec) = 0.7.42 rust-rkyv+tinyvec-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rkyv) = 0.7.42 crate(tinyvec) >= 1.5.0 Processing files: rust-rkyv+uuid-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/uuid) = 0.7.42 rust-rkyv+uuid-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytecheck) >= 0.6.11 crate(bytecheck/uuid) >= 0.6.11 crate(rkyv) = 0.7.42 crate(uuid) >= 1.3.0 Processing files: rust-rkyv+validation-devel-0.7.42-2.mga10.noarch Provides: crate(rkyv/validation) = 0.7.42 rust-rkyv+validation-devel = 0.7.42-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rend) >= 0.4.0 crate(rend/validation) >= 0.4.0 crate(rkyv) = 0.7.42 crate(rkyv/alloc) = 0.7.42 crate(rkyv/bytecheck) = 0.7.42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+rend-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+bytecheck-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+archive_be-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+arrayvec-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+hashbrown-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+copy-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+indexmap-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+copy_unsafe-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+bitvec-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+size_16-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+size_32-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+default-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+arbitrary_enum_discriminant-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+alloc-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+archive_le-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+size_64-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+tinyvec-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+uuid-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+std-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+strict-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+validation-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv+smallvec-devel-0.7.42-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-rkyv-devel-0.7.42-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9OjIw4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + test -d /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-rkyv-0.7.42-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/LICENSE File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/README.md File listed twice: /usr/share/cargo/registry/rkyv-0.7.42/crates-io.md D: [iurt_root_command] Success!