D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-quickcheck-1.0.3-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zHdCyE Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JCSI7g + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + rm -rf quickcheck-1.0.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/quickcheck-1.0.3.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd quickcheck-1.0.3 + /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(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Lv62vb + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-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 quickcheck-1.0.3 + '[' 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 libc v0.2.174 Compiling memchr v2.7.4 Compiling cfg-if v1.0.1 Compiling regex-syntax v0.8.5 Compiling log v0.4.26 Running `/usr/bin/rustc --crate-name memchr --edition=2021 /usr/share/cargo/registry/memchr-2.7.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=aa9aef32ceba5784 -C extra-filename=-94d5eee55dba9dc4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/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.174/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 --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=15a889c209b393cc -C extra-filename=-cb4dc4b1d11a51d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/build/libc-cb4dc4b1d11a51d1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e30e98be06445a62 -C extra-filename=-348b8c11a282b604 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /usr/share/cargo/registry/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=e36c5635509685b1 -C extra-filename=-ef87fd9400bde0bc --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/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 log --edition=2021 /usr/share/cargo/registry/log-0.4.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std"))' -C metadata=17ddd4d40e7b436a -C extra-filename=-5c6cc94aa53e9501 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling aho-corasick v1.1.3 Running `/usr/bin/rustc --crate-name aho_corasick --edition=2021 /usr/share/cargo/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c554f9704ede90d6 -C extra-filename=-8384288f40aa8be4 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/build/libc-cb4dc4b1d11a51d1/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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' --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=0325413c5799f0a5 -C extra-filename=-c4166686ded8827b --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling regex-automata v0.4.9 Running `/usr/bin/rustc --crate-name regex_automata --edition=2021 /usr/share/cargo/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f3c1bfc58493b583 -C extra-filename=-6c0e6a3c2d6c3f5d --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libaho_corasick-8384288f40aa8be4.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libregex_syntax-348b8c11a282b604.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=ef64916bd2c6bbe8 -C extra-filename=-03d75be6bfb04333 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern cfg_if=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libcfg_if-ef87fd9400bde0bc.rmeta --extern libc=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblibc-c4166686ded8827b.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand_core v0.6.4 Running `/usr/bin/rustc --crate-name rand_core --edition=2018 /usr/share/cargo/registry/rand_core-0.6.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=9260b80c1065a71d -C extra-filename=-4fbbc59910713182 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern getrandom=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libgetrandom-03d75be6bfb04333.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling rand v0.8.5 Running `/usr/bin/rustc --crate-name rand --edition=2018 /usr/share/cargo/registry/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=03a84696e213297e -C extra-filename=-48cddd3c9622a57c --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern rand_core=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand_core-4fbbc59910713182.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling regex v1.11.1 Running `/usr/bin/rustc --crate-name regex --edition=2021 /usr/share/cargo/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a9c7fadbf7089ea5 -C extra-filename=-6be3f59e4cba67c5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern aho_corasick=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libaho_corasick-8384288f40aa8be4.rmeta --extern memchr=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libmemchr-94d5eee55dba9dc4.rmeta --extern regex_automata=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libregex_automata-6c0e6a3c2d6c3f5d.rmeta --extern regex_syntax=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libregex_syntax-348b8c11a282b604.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling env_logger v0.8.4 Running `/usr/bin/rustc --crate-name env_logger --edition=2018 /usr/share/cargo/registry/env_logger-0.8.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="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=5fc0d3f3848d5889 -C extra-filename=-750f714819492a5f --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rmeta --extern regex=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libregex-6be3f59e4cba67c5.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling quickcheck v1.0.3 (/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3) Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=e67fdf28b44cd97e -C extra-filename=-98844fc72e89e353 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rmeta --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rmeta --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rmeta -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: trait `AShow` is never used --> src/tester.rs:416:7 | 416 | trait AShow: Arbitrary + Debug {} | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: panic message is not a string literal --> src/tester.rs:165:35 | 165 | Err(result) => panic!(result.failed_msg()), | ^^^^^^^^^^^^^^^^^^^ | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see = note: `#[warn(non_fmt_panics)]` on by default help: add a "{}" format string to `Display` the message | 165 | Err(result) => panic!("{}", result.failed_msg()), | +++++ warning: `quickcheck` (lib) generated 2 warnings (run `cargo fix --lib -p quickcheck` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 15.70s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UP1bjw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-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 quickcheck-1.0.3 + '[' 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=quickcheck ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=1.0.3 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/cargo/registry/quickcheck-1.0.3 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/cargo/registry/quickcheck-1.0.3 + /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-quickcheck-1.0.3-build/BUILDROOT/usr/share/cargo/registry/quickcheck-1.0.3 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/cargo/registry/quickcheck-1.0.3/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/cargo/registry/quickcheck-1.0.3/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.u4bX8X + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-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 quickcheck-1.0.3 + '[' 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 memchr v2.7.4 Fresh aho-corasick v1.1.3 Fresh libc v0.2.174 Fresh cfg-if v1.0.1 Fresh regex-syntax v0.8.5 Fresh getrandom v0.2.15 Fresh log v0.4.26 Fresh regex-automata v0.4.9 Fresh rand_core v0.6.4 Fresh regex v1.11.1 Fresh rand v0.8.5 Fresh env_logger v0.8.4 warning: trait `AShow` is never used --> src/tester.rs:416:7 | 416 | trait AShow: Arbitrary + Debug {} | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: panic message is not a string literal --> src/tester.rs:165:35 | 165 | Err(result) => panic!(result.failed_msg()), | ^^^^^^^^^^^^^^^^^^^ | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see = note: `#[warn(non_fmt_panics)]` on by default help: add a "{}" format string to `Display` the message | 165 | Err(result) => panic!("{}", result.failed_msg()), | +++++ Compiling quickcheck v1.0.3 (/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3) warning: `quickcheck` (lib) generated 2 warnings (run `cargo fix --lib -p quickcheck` to apply 1 suggestion) Running `/usr/bin/rustc --crate-name quickcheck --edition=2018 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="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=0f6e5011055889e8 -C extra-filename=-65f584b85c0684d1 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name out_of_bounds --edition=2018 examples/out_of_bounds.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=9fdc978f0c5adf31 -C extra-filename=-df48b81b7c295398 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name sieve --edition=2018 examples/sieve.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=36cf460b10f12468 -C extra-filename=-e6456cd79915f859 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name reverse_single --edition=2018 examples/reverse_single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=64532611492725c8 -C extra-filename=-e28db6af32be1b99 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name reverse --edition=2018 examples/reverse.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=cbcd4744617e6cac -C extra-filename=-912808e7b22d0861 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name sort --edition=2018 examples/sort.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=44b4827a1b87a5ae -C extra-filename=-0101cc4efc3dec10 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name btree_set_range --edition=2018 examples/btree_set_range.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' -C metadata=cc466cbc57775f32 -C extra-filename=-d1ee558ffe5c4cc0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: panic message is not a string literal --> src/arbitrary.rs:1368:32 | 1368 | panic!(format!( | ________________________________^ 1369 | | "Element {:?} was not found \ 1370 | | in shrink results {:?}", 1371 | | n, shrunk 1372 | | )); | |_________________________^ ... 1381 | define_float_eq!(f32); | --------------------- in this macro invocation | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here = note: `#[warn(non_fmt_panics)]` on by default = note: this warning originates in the macro `define_float_eq` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove the `format!(..)` macro call | 1368 ~ panic!( 1369 | "Element {:?} was not found \ 1370 | in shrink results {:?}", 1371 | n, shrunk 1372 ~ ); | warning: panic message is not a string literal --> src/arbitrary.rs:1368:32 | 1368 | panic!(format!( | ________________________________^ 1369 | | "Element {:?} was not found \ 1370 | | in shrink results {:?}", 1371 | | n, shrunk 1372 | | )); | |_________________________^ ... 1393 | define_float_eq!(f64); | --------------------- in this macro invocation | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here = note: this warning originates in the macro `define_float_eq` (in Nightly builds, run with -Z macro-backtrace for more info) help: remove the `format!(..)` macro call | 1368 ~ panic!( 1369 | "Element {:?} was not found \ 1370 | in shrink results {:?}", 1371 | n, shrunk 1372 ~ ); | warning: panic message is not a string literal --> src/tester.rs:165:35 | 165 | Err(result) => panic!(result.failed_msg()), | ^^^^^^^^^^^^^^^^^^^ | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see help: add a "{}" format string to `Display` the message | 165 | Err(result) => panic!("{}", result.failed_msg()), | +++++ warning: `quickcheck` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p quickcheck --tests` to apply 3 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 22.46s Running `/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/quickcheck-65f584b85c0684d1` running 69 tests test arbitrary::test::binaryheaps ... ok test arbitrary::test::arby_unit ... ok test arbitrary::test::bools ... ok test arbitrary::test::bounds ... ok test arbitrary::test::btreemap ... ok test arbitrary::test::btreesets ... ok test arbitrary::test::chars ... ok test arbitrary::test::floats64 ... ok test arbitrary::test::floats32 ... ok test arbitrary::test::hashsets ... ok test arbitrary::test::hashmap ... ok test arbitrary::test::ints ... ok test arbitrary::test::ints128 ... ok test arbitrary::test::ints16 ... ok test arbitrary::test::ints32 ... ok test arbitrary::test::ints64 ... ok test arbitrary::test::ints8 ... ok test arbitrary::test::linkedlists ... ok test arbitrary::test::options ... ok test arbitrary::test::arby_uint ... ok test arbitrary::test::pathbuf ... ok test arbitrary::test::quads ... ok test arbitrary::test::arby_int ... ok test arbitrary::test::ranges ... ok test arbitrary::test::triples ... ok test arbitrary::test::tuples ... ok test arbitrary::test::uints ... ok test arbitrary::test::results ... ok test arbitrary::test::uints128 ... ok test arbitrary::test::uints16 ... ok test arbitrary::test::uints32 ... ok test arbitrary::test::uints8 ... ok test arbitrary::test::uints64 ... ok test arbitrary::test::unit ... ok test arbitrary::test::vecdeques ... ok test arbitrary::test::vecs ... ok test arbitrary::test::wrapping_ints32 ... ok test tester::test::shrinking_regression_issue_126 ... ok test tester::test::regression_signed_shrinker_panic ... ok test tester::test::size_for_small_types_issue_143 ... ok test tests::max ... ok test tests::panic_msg_1 - should panic ... ok test tests::panic_msg_3 - should panic ... ok test tests::basic_hashset ... ok test tests::panic_msg_2 - should panic ... ok test tests::basic_hashmap ... ok test tests::regression_issue_83_signed ... ok test tests::prop_oob ... ok test tests::sieve_not_all_primes - should panic ... ok test tests::sieve_not_prime - should panic ... ok test tests::cstring ... ok test tests::testable_result ... ok test tests::all_tests_discarded_min_tests_passed_missing ... ok test tests::testable_result_err - should panic ... ok test tests::testable_unit ... ok test tests::testable_unit_panic ... ok test tests::prop_macro_panic - should panic ... ok test tests::all_tests_discarded_min_tests_passed_set - should panic ... ok test tests::substitute_hashset ... ok test tests::substitute_hashmap ... ok test tests::prop_reverse_reverse_macro ... ok test tests::prop_reverse_reverse ... ok test tests::reverse_app ... ok test tests::regression_issue_83 ... ok test tests::regression_issue_107_hang - should panic ... ok test tests::sort ... ok test tests::pathbuf ... ok test tests::reverse_single ... ok test arbitrary::test::arby_float ... ok test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Doc-tests quickcheck Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name quickcheck --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps --extern env_logger=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libenv_logger-750f714819492a5f.rlib --extern log=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/liblog-5c6cc94aa53e9501.rlib --extern quickcheck=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/libquickcheck-98844fc72e89e353.rlib --extern rand=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/target/rpm/deps/librand-48cddd3c9622a57c.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="regex"' --cfg 'feature="use_logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "env_logger", "log", "regex", "use_logging"))' --error-format human` running 2 tests test src/lib.rs - quickcheck (line 31) ... ok test src/tester.rs - tester::QuickCheck::quickcheck (line 144) ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-quickcheck-devel-1.0.3-3.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mAsMng + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + cd quickcheck-1.0.3 + DOCDIR=/home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/doc/rust-quickcheck-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/doc/rust-quickcheck-devel + cp -pr /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/quickcheck-1.0.3/README.md /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT/usr/share/doc/rust-quickcheck-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: crate(quickcheck) = 1.0.3 rust-quickcheck-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(rand) >= 0.8.0 crate(rand/getrandom) >= 0.8.0 crate(rand/small_rng) >= 0.8.0 Processing files: rust-quickcheck+default-devel-1.0.3-3.mga10.noarch Provides: crate(quickcheck/default) = 1.0.3 rust-quickcheck+default-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(quickcheck) = 1.0.3 crate(quickcheck/regex) = 1.0.3 crate(quickcheck/use_logging) = 1.0.3 Processing files: rust-quickcheck+env_logger-devel-1.0.3-3.mga10.noarch Provides: crate(quickcheck/env_logger) = 1.0.3 rust-quickcheck+env_logger-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(env_logger) >= 0.8.2 crate(quickcheck) = 1.0.3 Processing files: rust-quickcheck+log-devel-1.0.3-3.mga10.noarch Provides: crate(quickcheck/log) = 1.0.3 rust-quickcheck+log-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(log/default) >= 0.4.0 crate(quickcheck) = 1.0.3 Processing files: rust-quickcheck+regex-devel-1.0.3-3.mga10.noarch Provides: crate(quickcheck/regex) = 1.0.3 rust-quickcheck+regex-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(env_logger) >= 0.8.2 crate(env_logger/regex) >= 0.8.2 crate(quickcheck) = 1.0.3 Processing files: rust-quickcheck+use_logging-devel-1.0.3-3.mga10.noarch Provides: crate(quickcheck/use_logging) = 1.0.3 rust-quickcheck+use_logging-devel = 1.0.3-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(quickcheck) = 1.0.3 crate(quickcheck/env_logger) = 1.0.3 crate(quickcheck/log) = 1.0.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck+env_logger-devel-1.0.3-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck+default-devel-1.0.3-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck+use_logging-devel-1.0.3-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck+regex-devel-1.0.3-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck+log-devel-1.0.3-3.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-quickcheck-devel-1.0.3-3.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Y3vsdD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + test -d /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-quickcheck-1.0.3-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!