D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-der-0.7.9-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gGDAw5 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Ak8DcE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + rm -rf der-0.7.9 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/der-0.7.9.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd der-0.7.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mG5nS8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + cd der-0.7.9 + /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.MNxHQf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-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 der-0.7.9 + '[' 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 der v0.7.9 (/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9) Running `/usr/bin/rustc --crate-name der --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=35058b0e1a679d81 -C extra-filename=-b2e219e89cef32fd --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `bigint` --> src/lib.rs:373:7 | 373 | #[cfg(feature = "bigint")] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `bytes`, `derive`, `flagset`, `oid`, `pem`, `real`, `std`, `time`, and `zeroize` = help: consider adding `bigint` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unnecessary qualification --> src/asn1/integer.rs:25:19 | 25 | debug_assert!(mem::size_of::() <= MAX_INT_SIZE); | ^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> src/lib.rs:25:5 | 25 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 25 - debug_assert!(mem::size_of::() <= MAX_INT_SIZE); 25 + debug_assert!(size_of::() <= MAX_INT_SIZE); | warning: `der` (lib) generated 2 warnings (run `cargo fix --lib -p der` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 2.56s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cPn13C + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-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 der-0.7.9 + '[' 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=der ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.7.9 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT/usr/share/cargo/registry/der-0.7.9 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT/usr/share/cargo/registry/der-0.7.9 + /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-der-0.7.9-build/BUILDROOT/usr/share/cargo/registry/der-0.7.9 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT/usr/share/cargo/registry/der-0.7.9/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT/usr/share/cargo/registry/der-0.7.9/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.tjxQGi + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-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 der-0.7.9 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast Compiling libc v0.2.177 Compiling getrandom v0.3.4 Compiling cfg-if v1.0.4 Compiling rustix v1.1.2 Compiling zerocopy v0.8.26 Compiling linux-raw-sys v0.11.0 Compiling bitflags v2.9.0 Compiling autocfg v1.5.0 Compiling once_cell v1.21.3 Compiling fastrand v2.1.1 Compiling bit-vec v0.8.0 Compiling fnv v1.0.7 Compiling quick-error v1.2.3 Compiling unarray v0.1.4 Compiling regex-syntax v0.8.8 Compiling lazy_static v1.5.0 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.177/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6c53a61b680a75b4 -C extra-filename=-247bd7b76ee2d7cf --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/libc-247bd7b76ee2d7cf -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=6e1d467e9cb150cc -C extra-filename=-7d5613984d9ceb63 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/getrandom-7d5613984d9ceb63 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=557655ab03dec7b9 -C extra-filename=-e398f09b4be48fa3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2c8e415465972266 -C extra-filename=-b479939ae0256ccc --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/rustix-b479939ae0256ccc -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=b025d1bf2c851fd1 -C extra-filename=-3dc3c33540bfe6e2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/zerocopy-3dc3c33540bfe6e2 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name linux_raw_sys --edition=2021 /usr/share/cargo/registry/linux-raw-sys-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="auxvec"' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auxvec", "bootparam", "btrfs", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=6335d6c20785e326 -C extra-filename=-3fc36a138081810d --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 bitflags --edition=2021 /usr/share/cargo/registry/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=374699fdba2e7132 -C extra-filename=-3e3aaf12f0525762 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 bit_vec --edition=2015 /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=57ed900494329fb9 -C extra-filename=-b3721f58afbc9589 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 autocfg --edition=2015 /usr/share/cargo/registry/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30692a400051ab54 -C extra-filename=-7b58e34681fff90e --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 fnv --edition=2015 /usr/share/cargo/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab64c101b4f031a1 -C extra-filename=-829262ed3a3691d0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 quick_error --edition=2015 /usr/share/cargo/registry/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fa459812145efaa -C extra-filename=-138cc6897a89daa6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=e0d89d1e5d7c783a -C extra-filename=-4f0382002da0630d --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name fastrand --edition=2018 /usr/share/cargo/registry/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=04f7c14bbae2a236 -C extra-filename=-ef1cfd00bf09e535 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 unarray --edition=2018 /usr/share/cargo/registry/unarray-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7743470361bfea6 -C extra-filename=-29a0528201106ef3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name regex_syntax --edition=2021 /usr/share/cargo/registry/regex-syntax-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c89a0b267bf47d87 -C extra-filename=-5b8ca3e1c4dc1ee9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/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 lazy_static --edition=2015 /usr/share/cargo/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=f2c3a5e0279bf110 -C extra-filename=-3c9f4a80ddbc7bc3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling hex-literal v0.4.1 Running `/usr/bin/rustc --crate-name hex_literal --edition=2021 /usr/share/cargo/registry/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87f192beb65ee644 -C extra-filename=-5780fe3fef5a2ef7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition value: `bigint` --> src/lib.rs:373:7 | 373 | #[cfg(feature = "bigint")] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `arbitrary`, `bytes`, `derive`, `flagset`, `oid`, `pem`, `real`, `std`, `time`, and `zeroize` = help: consider adding `bigint` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unnecessary qualification --> src/asn1/integer.rs:25:19 | 25 | debug_assert!(mem::size_of::() <= MAX_INT_SIZE); | ^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> src/lib.rs:25:5 | 25 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 25 - debug_assert!(mem::size_of::() <= MAX_INT_SIZE); 25 + debug_assert!(size_of::() <= MAX_INT_SIZE); | warning: `der` (lib) generated 2 warnings (run `cargo fix --lib -p der` to apply 1 suggestion) Compiling bit-set v0.8.0 Running `/usr/bin/rustc --crate-name bit_set --edition=2015 /usr/share/cargo/registry/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0987a3251a908fe3 -C extra-filename=-3fbe64aaf85385f0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern bit_vec=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libbit_vec-b3721f58afbc9589.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/getrandom-7d5613984d9ceb63/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/rustix-b479939ae0256ccc/build-script-build` Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/libc-247bd7b76ee2d7cf/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.177/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a599050c4c5aeb77 -C extra-filename=-4f7180ecd5406f0f --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Running `/usr/bin/rustc --crate-name rustix --edition=2021 /usr/share/cargo/registry/rustix-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=94869506fb8356f4 -C extra-filename=-c40966835ebd610a --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libbitflags-3e3aaf12f0525762.rmeta --extern linux_raw_sys=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/liblinux_raw_sys-3fc36a138081810d.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/zerocopy-3dc3c33540bfe6e2/build-script-build` Running `/usr/bin/rustc --crate-name zerocopy --edition=2021 /usr/share/cargo/registry/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=5524f2e1cf3a6dee -C extra-filename=-c5ef064e5cad4223 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` Compiling num-traits v0.2.19 Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=62ecc4f16437bf15 -C extra-filename=-2e96cfe2d33de443 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/num-traits-2e96cfe2d33de443 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern autocfg=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libautocfg-7b58e34681fff90e.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/build/num-traits-2e96cfe2d33de443/build-script-build` Compiling wait-timeout v0.2.1 Running `/usr/bin/rustc --crate-name getrandom --edition=2021 /usr/share/cargo/registry/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ad516a7ecb78cce3 -C extra-filename=-fb33a293438b33c5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libcfg_if-e398f09b4be48fa3.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/liblibc-4f7180ecd5406f0f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name wait_timeout --edition=2015 /usr/share/cargo/registry/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42c0fe7248c9d696 -C extra-filename=-207d53fa413ee356 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/liblibc-4f7180ecd5406f0f.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.9.3 Running `/usr/bin/rustc --crate-name rand_core --edition=2021 /usr/share/cargo/registry/rand_core-0.9.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=9fc53f40fb7358b2 -C extra-filename=-4140b08b2844c633 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libgetrandom-fb33a293438b33c5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name num_traits --edition=2021 /usr/share/cargo/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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", "i128", "libm", "std"))' -C metadata=6584be30d9305b6d -C extra-filename=-97d72149d7555cff --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` Compiling rand_xorshift v0.4.0 Compiling rand v0.9.2 Running `/usr/bin/rustc --crate-name rand_xorshift --edition=2021 /usr/share/cargo/registry/rand_xorshift-0.4.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("serde"))' -C metadata=f73faa38b1749832 -C extra-filename=-ebcf083e8fb91f50 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand_core-4140b08b2844c633.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rand --edition=2021 /usr/share/cargo/registry/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=bc427e32176042ea -C extra-filename=-4dee908761429bf4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand_core-4140b08b2844c633.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tempfile v3.23.0 Running `/usr/bin/rustc --crate-name tempfile --edition=2021 /usr/share/cargo/registry/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=e68e2c4ed47e0104 -C extra-filename=-fce47301b0220a98 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern fastrand=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libfastrand-ef1cfd00bf09e535.rmeta --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libgetrandom-fb33a293438b33c5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libonce_cell-4f0382002da0630d.rmeta --extern rustix=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librustix-c40966835ebd610a.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rusty-fork v0.3.0 Running `/usr/bin/rustc --crate-name rusty_fork --edition=2018 /usr/share/cargo/registry/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=86861e7e0e5f8582 -C extra-filename=-78dc75197728698a --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern fnv=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libfnv-829262ed3a3691d0.rmeta --extern quick_error=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libquick_error-138cc6897a89daa6.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libtempfile-fce47301b0220a98.rmeta --extern wait_timeout=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libwait_timeout-207d53fa413ee356.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ppv-lite86 v0.2.21 Running `/usr/bin/rustc --crate-name ppv_lite86 --edition=2021 /usr/share/cargo/registry/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=00e4c2edd5995d64 -C extra-filename=-6bdd12b718e7fc43 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern zerocopy=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libzerocopy-c5ef064e5cad4223.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_chacha v0.9.0 Running `/usr/bin/rustc --crate-name rand_chacha --edition=2021 /usr/share/cargo/registry/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=74596fbd780d26e4 -C extra-filename=-23697d2e7b09252e --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern ppv_lite86=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libppv_lite86-6bdd12b718e7fc43.rmeta --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand_core-4140b08b2844c633.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling proptest v1.7.0 Running `/usr/bin/rustc --crate-name proptest --edition=2021 /usr/share/cargo/registry/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=80ab74900bd8d410 -C extra-filename=-31708cd21fc778c8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern bit_set=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libbit_set-3fbe64aaf85385f0.rmeta --extern bit_vec=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libbit_vec-b3721f58afbc9589.rmeta --extern bitflags=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libbitflags-3e3aaf12f0525762.rmeta --extern lazy_static=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/liblazy_static-3c9f4a80ddbc7bc3.rmeta --extern num_traits=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libnum_traits-97d72149d7555cff.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand-4dee908761429bf4.rmeta --extern rand_chacha=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand_chacha-23697d2e7b09252e.rmeta --extern rand_xorshift=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librand_xorshift-ebcf083e8fb91f50.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libregex_syntax-5b8ca3e1c4dc1ee9.rmeta --extern rusty_fork=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/librusty_fork-78dc75197728698a.rmeta --extern tempfile=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libtempfile-fce47301b0220a98.rmeta --extern unarray=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libunarray-29a0528201106ef3.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling der v0.7.9 (/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9) Running `/usr/bin/rustc --crate-name datetime --edition=2021 tests/datetime.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=0a4e464baae1ad44 -C extra-filename=-47f37846df5069b2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern der=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libder-b2e219e89cef32fd.rlib --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name der --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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=2fa53dc117e523cb -C extra-filename=-114db0a75a03f0cd --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name derive --edition=2021 tests/derive.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=925c7f26279ca5e4 -C extra-filename=-c2133cd5752a8b79 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern der=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libder-b2e219e89cef32fd.rlib --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name set_of --edition=2021 tests/set_of.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=04aa6cca9329958d -C extra-filename=-d025f764c7763d23 --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern der=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libder-b2e219e89cef32fd.rlib --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name pem --edition=2021 tests/pem.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=dd3d77714fd7d58b -C extra-filename=-37f817f3d139d1ef --out-dir /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern der=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libder-b2e219e89cef32fd.rlib --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `der` (lib test) generated 2 warnings (2 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 20.87s Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/der-114db0a75a03f0cd` running 62 tests test arrayvec::tests::add ... ok test asn1::bit_string::tests::decode_bitstring_with_unused_bits ... ok test asn1::bit_string::tests::decode_empty_bitstring ... ok test asn1::bit_string::tests::decode_non_empty_bitstring ... ok test asn1::bit_string::tests::reject_unused_bits_in_empty_string ... ok test asn1::boolean::tests::decode ... ok test asn1::boolean::tests::encode ... ok test asn1::boolean::tests::reject_non_canonical ... ok test asn1::context_specific::tests::context_specific_returns_none_on_greater_tag_number ... ok test asn1::context_specific::tests::context_specific_skipping_unknown_field ... ok test asn1::context_specific::tests::context_specific_with_explicit_field ... ok test asn1::context_specific::tests::context_specific_with_implicit_field ... ok test asn1::context_specific::tests::round_trip ... ok test asn1::generalized_time::tests::round_trip ... ok test asn1::integer::int::tests::decode_intref ... ok test asn1::ia5_string::tests::parse_bytes ... ok test asn1::integer::int::tests::encode_intref ... ok test asn1::integer::int::tests::validate_canonical_err ... ok test asn1::integer::int::tests::validate_canonical_ok ... ok test asn1::integer::tests::decode_i16 ... ok test asn1::integer::tests::decode_i8 ... ok test asn1::integer::tests::decode_u16 ... ok test asn1::integer::tests::encode_i16 ... ok test asn1::integer::tests::encode_i8 ... ok test asn1::integer::tests::decode_u8 ... ok test asn1::integer::tests::encode_u16 ... ok test asn1::integer::tests::encode_u8 ... ok test asn1::integer::tests::reject_non_canonical ... ok test asn1::integer::uint::tests::decode_to_array_extra_zero ... ok test asn1::integer::uint::tests::decode_to_array_leading_zero ... ok test asn1::integer::uint::tests::decode_to_array_missing_zero ... ok test asn1::integer::uint::tests::decode_to_array_no_leading_zero ... ok test asn1::integer::uint::tests::decode_to_array_oversized_input ... ok test asn1::integer::uint::tests::decode_uintref ... ok test asn1::integer::uint::tests::encode_uintref ... ok test asn1::integer::uint::tests::reject_oversize_without_extra_zero ... ok test asn1::null::tests::decode ... ok test asn1::null::tests::encode ... ok test asn1::null::tests::reject_non_canonical ... ok test asn1::octet_string::tests::octet_string_decode_into ... ok test asn1::printable_string::tests::parse_bytes ... ok test asn1::set_of::tests::setof_tryfrom_array ... ok test asn1::set_of::tests::setof_tryfrom_array_reject_duplicates ... ok test asn1::teletex_string::tests::parse_bytes ... ok test asn1::utc_time::tests::round_trip_vector ... ok test asn1::utf8_string::tests::parse_ascii_bytes ... ok test asn1::utf8_string::tests::parse_utf8_bytes ... ok test asn1::videotex_string::tests::parse_bytes ... ok test datetime::tests::feb_leap_year_handling ... ok test datetime::tests::from_str ... ok test length::tests::add_overflows_when_max_length_exceeded ... ok test length::tests::decode ... ok test length::tests::der_ord ... ok test length::tests::encode ... ok test length::tests::indefinite_lengths ... ok test reader::slice::tests::empty_message ... ok test reader::slice::tests::invalid_field_length ... ok test reader::slice::tests::peek_header ... ok test reader::slice::tests::peek_tag ... ok test tag::tests::tag_class ... ok test reader::slice::tests::trailing_data ... ok test writer::slice::tests::overlength_message ... ok test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/datetime-47f37846df5069b2` running 2 tests test roundtrip_datetime ... ok test roundtrip_utctime ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/derive-c2133cd5752a8b79` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/pem-37f817f3d139d1ef` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/set_of-d025f764c7763d23` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests der Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name der --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps --extern der=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libder-b2e219e89cef32fd.rlib --extern hex_literal=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libhex_literal-5780fe3fef5a2ef7.rlib --extern proptest=/home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/der-0.7.9/target/rpm/deps/libproptest-31708cd21fc778c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' --error-format human` running 3 tests test src/lib.rs - (line 160) ... ok test src/lib.rs - (line 340) ... ok test src/lib.rs - (line 288) ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-der-devel-0.7.9-2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/der-0.7.9/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/der-0.7.9/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/der-0.7.9/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/der-0.7.9/README.md Provides: crate(der) = 0.7.9 rust-der-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.65 Processing files: rust-der+default-devel-0.7.9-2.mga10.noarch Provides: crate(der/default) = 0.7.9 rust-der+default-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 Processing files: rust-der+alloc-devel-0.7.9-2.mga10.noarch Provides: crate(der/alloc) = 0.7.9 rust-der+alloc-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(zeroize) >= 1.5.0 crate(zeroize/alloc) >= 1.5.0 Processing files: rust-der+arbitrary-devel-0.7.9-2.mga10.noarch Provides: crate(der/arbitrary) = 0.7.9 rust-der+arbitrary-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(arbitrary/default) >= 1.3.0 crate(arbitrary/derive) >= 1.3.0 crate(const-oid/arbitrary) >= 0.9.2 crate(const-oid/default) >= 0.9.2 crate(der) = 0.7.9 crate(der/std) = 0.7.9 Processing files: rust-der+bytes-devel-0.7.9-2.mga10.noarch Provides: crate(der/bytes) = 0.7.9 rust-der+bytes-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytes) >= 1.0.0 crate(der) = 0.7.9 crate(der/alloc) = 0.7.9 Processing files: rust-der+derive-devel-0.7.9-2.mga10.noarch Provides: crate(der/derive) = 0.7.9 rust-der+derive-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(der_derive/default) >= 0.7.2 Processing files: rust-der+flagset-devel-0.7.9-2.mga10.noarch Provides: crate(der/flagset) = 0.7.9 rust-der+flagset-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(flagset/default) >= 0.4.3 Processing files: rust-der+oid-devel-0.7.9-2.mga10.noarch Provides: crate(der/oid) = 0.7.9 rust-der+oid-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(const-oid/default) >= 0.9.2 crate(der) = 0.7.9 Processing files: rust-der+pem-devel-0.7.9-2.mga10.noarch Provides: crate(der/pem) = 0.7.9 rust-der+pem-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(der/alloc) = 0.7.9 crate(der/zeroize) = 0.7.9 crate(pem-rfc7468/alloc) >= 0.7.0 crate(pem-rfc7468/default) >= 0.7.0 Processing files: rust-der+real-devel-0.7.9-2.mga10.noarch Provides: crate(der/real) = 0.7.9 rust-der+real-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 Processing files: rust-der+std-devel-0.7.9-2.mga10.noarch Provides: crate(der/std) = 0.7.9 rust-der+std-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(der/alloc) = 0.7.9 Processing files: rust-der+time-devel-0.7.9-2.mga10.noarch Provides: crate(der/time) = 0.7.9 rust-der+time-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(time) >= 0.3.4 Processing files: rust-der+zeroize-devel-0.7.9-2.mga10.noarch Provides: crate(der/zeroize) = 0.7.9 rust-der+zeroize-devel = 0.7.9-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(der) = 0.7.9 crate(zeroize) >= 1.5.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+real-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+arbitrary-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+alloc-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+flagset-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+bytes-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+oid-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+pem-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+std-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+zeroize-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+time-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+derive-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der+default-devel-0.7.9-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-der-devel-0.7.9-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BsOcIM + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + test -d /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-der-0.7.9-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/der-0.7.9/CHANGELOG.md File listed twice: /usr/share/cargo/registry/der-0.7.9/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/der-0.7.9/LICENSE-MIT File listed twice: /usr/share/cargo/registry/der-0.7.9/README.md D: [iurt_root_command] Success!