Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/mokutil.spec'], chrootPath='/var/lib/mock/c9s-build-42534-3985/root'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'}shell=Falselogger=timeout=86400uid=988gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/mokutil.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=1621900800 Wrote: /builddir/build/SRPMS/mokutil-0.4.0-6.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/mokutil.spec'], chrootPath='/var/lib/mock/c9s-build-42534-3985/root'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'}shell=Falselogger=timeout=86400uid=988gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/mokutil.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=1621900800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vRJwk9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mokutil-0.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/0.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mokutil-0.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /builddir/build/BUILD/mokutil-0.4.0/.git/ + git config user.email mokutil-owner@fedoraproject.org + git config user.name 'Fedora Ninjas' + git add . + git commit -a -q -m '0.4.0 baseline.' + git am /builddir/build/SOURCES/0001-Avoid-taking-pointer-to-packed-struct.patch /builddir/build/SOURCES/0002-Fix-a-integer-comparison-sign-issue.patch /builddir/build/SOURCES/0003-mokutil-Add-option-to-print-the-UEFI-SBAT-variable-c.patch /builddir/build/SOURCES/0004-mokutil-add-mok-variables-parsing-support.patch /builddir/build/SOURCES/0005-mokutil-remove-simple-hash.patch /builddir/build/SOURCES/0006-man-remove-simple-hash.patch /builddir/build/SOURCES/0007-mokutil-use-EVP_Digest-functions-instead-of-the-depr.patch Applying: Avoid taking pointer to packed struct Applying: Fix a integer comparison sign issue. Applying: mokutil: Add option to print the UEFI SBAT variable content Applying: mokutil: add mok-variables parsing support Applying: mokutil: remove "--simple-hash" Applying: man: remove "--simple-hash" Applying: mokutil: use EVP_Digest()* functions instead of the deprecated SHA1_*() + git config --unset user.email + git config --unset user.name + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XFYUe6 + umask 022 + cd /builddir/build/BUILD + cd mokutil-0.4.0 + ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:11: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '988' is supported by ustar format... yes checking whether GID '135' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for memset... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for EFIVAR... yes checking for BASH_COMPLETION... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands + CFLAGS='-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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2021-05-25 21:10:49.938651334 +0000 +++ ./configure 2021-05-25 21:10:51.900650984 +0000 @@ -1928,7 +1928,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '988' is supported by ustar format... yes checking whether GID '135' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for memset... yes checking for x86_64-redhat-linux-gnu-pkg-config... /usr/bin/x86_64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for EFIVAR... yes checking for BASH_COMPLETION... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands + make -j40 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0' Making all in src make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/efivar -std=gnu11 -fshort-wchar -Werror -Wall -Wextra -Wcast-align -Wno-uninitialized -Wmissing-declarations -Wcast-align -Wwrite-strings -Winit-self -Wreturn-type -Werror=format-nonliteral -Werror=format-security -Wmissing-format-attribute -Werror=sign-compare -Wuninitialized -Wunused -Waggregate-return -Werror=strict-aliasing -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 -c -o mokutil-password-crypt.o `test -f 'password-crypt.c' || echo './'`password-crypt.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/efivar -std=gnu11 -fshort-wchar -Werror -Wall -Wextra -Wcast-align -Wno-uninitialized -Wmissing-declarations -Wcast-align -Wwrite-strings -Winit-self -Wreturn-type -Werror=format-nonliteral -Werror=format-security -Wmissing-format-attribute -Werror=sign-compare -Wuninitialized -Wunused -Waggregate-return -Werror=strict-aliasing -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 -c -o mokutil-mokutil.o `test -f 'mokutil.c' || echo './'`mokutil.c gcc -I/usr/include/efivar -std=gnu11 -fshort-wchar -Werror -Wall -Wextra -Wcast-align -Wno-uninitialized -Wmissing-declarations -Wcast-align -Wwrite-strings -Winit-self -Wreturn-type -Werror=format-nonliteral -Werror=format-security -Wmissing-format-attribute -Werror=sign-compare -Wuninitialized -Wunused -Waggregate-return -Werror=strict-aliasing -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mokutil mokutil-password-crypt.o mokutil-mokutil.o -lssl -lcrypto -lefivar -lcrypt make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/src' Making all in man make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0' make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0' make[1]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OoYgep + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 + cd mokutil-0.4.0 + rm -rf /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 + make PREFIX=/usr LIBDIR=/usr/lib64 DESTDIR=/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 install Making install in src make[1]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/src' make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/bin' /usr/bin/install -c mokutil '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/src' make[1]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/src' Making install in man make[1]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 mokutil.1 '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[1]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0/man' make[1]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0' make[2]: Entering directory '/builddir/build/BUILD/mokutil-0.4.0' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 data/mokutil '/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/bash-completion/completions' make[2]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0' make[1]: Leaving directory '/builddir/build/BUILD/mokutil-0.4.0' + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 0.4.0-6.el9 --unique-debug-suffix -0.4.0-6.el9.x86_64 --unique-debug-src-base mokutil-0.4.0-6.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/mokutil-0.4.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/bin/mokutil extracting debug info from /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/bin/mokutil original debug info size: 156kB, size after compression: 152kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 162 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 Processing files: mokutil-0.4.0-6.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.d18Ur1 + umask 022 + cd /builddir/build/BUILD + cd mokutil-0.4.0 + DOCDIR=/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/doc/mokutil + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/doc/mokutil + cp -pr README /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/doc/mokutil + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LAeu7g + umask 022 + cd /builddir/build/BUILD + cd mokutil-0.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/licenses/mokutil + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/licenses/mokutil + cp -pr COPYING /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64/usr/share/licenses/mokutil + RPM_EC=0 ++ jobs -p + exit 0 Provides: mokutil = 2:0.4.0-6.el9 mokutil(x86-64) = 2:0.4.0-6.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.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libefivar.so.1()(64bit) libefivar.so.1(LIBEFIVAR_0.24)(64bit) libefivar.so.1(libefivar.so.0)(64bit) rtld(GNU_HASH) Conflicts: shim < 0.8-1.el9 Obsoletes: mokutil < 0.2.0 Processing files: mokutil-debugsource-0.4.0-6.el9.x86_64 Provides: mokutil-debugsource = 2:0.4.0-6.el9 mokutil-debugsource(x86-64) = 2:0.4.0-6.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mokutil-debuginfo-0.4.0-6.el9.x86_64 Provides: debuginfo(build-id) = 637b90017bf8a503ee77aaf8574ca75f79f13b95 mokutil-debuginfo = 2:0.4.0-6.el9 mokutil-debuginfo(x86-64) = 2:0.4.0-6.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mokutil-debugsource(x86-64) = 2:0.4.0-6.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 Wrote: /builddir/build/RPMS/mokutil-debugsource-0.4.0-6.el9.x86_64.rpm Wrote: /builddir/build/RPMS/mokutil-0.4.0-6.el9.x86_64.rpm Wrote: /builddir/build/RPMS/mokutil-debuginfo-0.4.0-6.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J3zqyo + umask 022 + cd /builddir/build/BUILD + cd mokutil-0.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/mokutil-0.4.0-6.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0