Mock Version: 6.7 Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/originals/perl-Crypt-Yescrypt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1779580800 Wrote: /builddir/build/SRPMS/perl-Crypt-Yescrypt-0.004-1.el9.src.rpm Child return code was: 0 Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/originals/perl-Crypt-Yescrypt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1779580800 Wrote: /builddir/build/SRPMS/perl-Crypt-Yescrypt-0.004-1.el9.src.rpm Child return code was: 0 Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/originals/perl-Crypt-Yescrypt.spec"] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1779580800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xjQKZS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-Yescrypt-0.004 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-Yescrypt-0.004.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-Yescrypt-0.004 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9W9Vwl + umask 022 + cd /builddir/build/BUILD + cd Crypt-Yescrypt-0.004 + /usr/bin/perl Build.PL --installdirs=vendor '--optimize=-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' Creating new 'Build' script for 'Crypt-Yescrypt' version '0.004' + ./Build Unknown option: optimize cp lib/Crypt/Yescrypt.pm blib/lib/Crypt/Yescrypt.pm gcc -I. -Iinclude -Isrc -Ilib/Crypt -I/usr/lib64/perl5/CORE -DVERSION="0.004" -DXS_VERSION="0.004" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o temp/Yescrypt.o temp/Yescrypt.c temp/Yescrypt.c: In function 'XS_Crypt__Yescrypt_yescrypt': temp/Yescrypt.c:197:17: warning: variable 'XSauto_length_of_salt' set but not used [-Wunused-but-set-variable] 197 | size_t XSauto_length_of_salt; | ^~~~~~~~~~~~~~~~~~~~~ temp/Yescrypt.c:195:17: warning: variable 'XSauto_length_of_password' set but not used [-Wunused-but-set-variable] 195 | size_t XSauto_length_of_password; | ^~~~~~~~~~~~~~~~~~~~~~~~~ temp/Yescrypt.c: In function 'XS_Crypt__Yescrypt_yescrypt_check': temp/Yescrypt.c:270:17: warning: variable 'XSauto_length_of_hash' set but not used [-Wunused-but-set-variable] 270 | STRLEN XSauto_length_of_hash; | ^~~~~~~~~~~~~~~~~~~~~ temp/Yescrypt.c:268:17: warning: variable 'XSauto_length_of_password' set but not used [-Wunused-but-set-variable] 268 | size_t XSauto_length_of_password; | ^~~~~~~~~~~~~~~~~~~~~~~~~ lib/Crypt/Yescrypt.xs:78:16: warning: unused variable 'password_len' [-Wunused-variable] 78 | STRLEN password_len; | ^~~~~~~~~~~~ temp/Yescrypt.c: In function 'XS_Crypt__Yescrypt_yescrypt_needs_rehash': temp/Yescrypt.c:307:17: warning: variable 'XSauto_length_of_hash' set but not used [-Wunused-but-set-variable] 307 | size_t XSauto_length_of_hash; | ^~~~~~~~~~~~~~~~~~~~~ temp/Yescrypt.c: In function 'XS_Crypt__Yescrypt_yescrypt_kdf': temp/Yescrypt.c:368:17: warning: variable 'XSauto_length_of_salt' set but not used [-Wunused-but-set-variable] 368 | size_t XSauto_length_of_salt; | ^~~~~~~~~~~~~~~~~~~~~ temp/Yescrypt.c:366:17: warning: variable 'XSauto_length_of_password' set but not used [-Wunused-but-set-variable] 366 | size_t XSauto_length_of_password; | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -Iinclude -Isrc -Isrc -I/usr/lib64/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/yescrypt-opt.o src/yescrypt-opt.c src/yescrypt-opt.c:42:2: warning: #warning "Note: AVX and XOP are not enabled, which is great for YESCRYPT_RW, but they would substantially improve performance at classic scrypt and YESCRYPT_WORM" [-Wcpp] 42 | #warning "Note: AVX and XOP are not enabled, which is great for YESCRYPT_RW, but they would substantially improve performance at classic scrypt and YESCRYPT_WORM" | ^~~~~~~ src/yescrypt-opt.c:511:2: warning: #warning "Note: using x86-64 inline assembly for YESCRYPT_RW. That's great." [-Wcpp] 511 | #warning "Note: using x86-64 inline assembly for YESCRYPT_RW. That's great." | ^~~~~~~ gcc -I. -Iinclude -Isrc -Isrc -I/usr/lib64/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/insecure_memzero.o src/insecure_memzero.c gcc -I. -Iinclude -Isrc -Isrc -I/usr/lib64/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/yescrypt-common.o src/yescrypt-common.c gcc -I. -Iinclude -Isrc -Isrc -I/usr/lib64/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/sha256.o src/sha256.c gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -L/usr/local/lib -fstack-protector-strong -lperl -o blib/arch/auto/Crypt/Yescrypt/Yescrypt.so temp/Yescrypt.o src/yescrypt-opt.o src/insecure_memzero.o src/yescrypt-common.o src/sha256.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cLzwfs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 + cd Crypt-Yescrypt-0.004 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 + ./Build install --destdir=/builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 --create_packlist=0 Unknown option: optimize Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/Yescrypt/Yescrypt.so Installing /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/lib64/perl5/vendor_perl/Crypt/Yescrypt.pm Installing /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/man/man3/Crypt::Yescrypt.3pm + find /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 0.004-1.el9 --unique-debug-suffix -0.004-1.el9.x86_64 --unique-debug-src-base perl-Crypt-Yescrypt-0.004-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/Crypt-Yescrypt-0.004 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/Yescrypt/Yescrypt.so original debug info size: 328kB, size after compression: 320kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 234 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.O0Wfut Processing files: perl-Crypt-Yescrypt-0.004-1.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4lmbQN + umask 022 + cd /builddir/build/BUILD + cd Crypt-Yescrypt-0.004 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr dist.ini /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr include /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr META.json /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + cp -pr src /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64/usr/share/doc/perl-Crypt-Yescrypt + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::Yescrypt) = 0.004 perl-Crypt-Yescrypt = 0.004-1.el9 perl-Crypt-Yescrypt(x86-64) = 0.004-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(:MODULE_COMPAT_5.32.1) perl(Exporter) >= 5.57 perl(XSLoader) perl(strict) perl(warnings) perl-libs rtld(GNU_HASH) Processing files: perl-Crypt-Yescrypt-debugsource-0.004-1.el9.x86_64 Provides: perl-Crypt-Yescrypt-debugsource = 0.004-1.el9 perl-Crypt-Yescrypt-debugsource(x86-64) = 0.004-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-Yescrypt-debuginfo-0.004-1.el9.x86_64 Provides: debuginfo(build-id) = f4a588645a735d85c174ea92369487d0e4ac18dd perl-Crypt-Yescrypt-debuginfo = 0.004-1.el9 perl-Crypt-Yescrypt-debuginfo(x86-64) = 0.004-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-Yescrypt-debugsource(x86-64) = 0.004-1.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-Yescrypt-0.004-1.el9.x86_64 Wrote: /builddir/build/RPMS/perl-Crypt-Yescrypt-debugsource-0.004-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-Yescrypt-debuginfo-0.004-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-Yescrypt-0.004-1.el9.x86_64.rpm Child return code was: 0