D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/lua-bitop-1.0.2-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.q77arQ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KVWWsD
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ rm -rf LuaBitOp-1.0.2
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/LuaBitOp-1.0.2.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd LuaBitOp-1.0.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/LuaBitOp-1.0.2-makefile.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vSHktz
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ cd LuaBitOp-1.0.2
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ 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/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ /usr/bin/make -O -j16 V=1 VERBOSE=1 INCLUDES=-I/usr/include/lua-5.1 LUALIB=-llua-5.1
gcc -fPIC -O2 -fomit-frame-pointer -Wall  -I/usr/include/lua-5.1 -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 -c -o bit.o bit.c
bit.c: In function 'bit_band':
bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |     ^~~
bit.c:102:1: note: in expansion of macro 'BIT_OP'
  102 | BIT_OP(bit_band, &=)
      | ^~~~~~
bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   94 | #define BRET(b)  lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1;
      |                  ^~~~~~~~~~~~~~
bit.c:101:59: note: in expansion of macro 'BRET'
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |                                                           ^~~~
bit.c:102:1: note: in expansion of macro 'BIT_OP'
  102 | BIT_OP(bit_band, &=)
      | ^~~~~~
bit.c: In function 'bit_bor':
bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |     ^~~
bit.c:103:1: note: in expansion of macro 'BIT_OP'
  103 | BIT_OP(bit_bor, |=)
      | ^~~~~~
bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   94 | #define BRET(b)  lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1;
      |                  ^~~~~~~~~~~~~~
bit.c:101:59: note: in expansion of macro 'BRET'
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |                                                           ^~~~
bit.c:103:1: note: in expansion of macro 'BIT_OP'
  103 | BIT_OP(bit_bor, |=)
      | ^~~~~~
bit.c: In function 'bit_bxor':
bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |     ^~~
bit.c:104:1: note: in expansion of macro 'BIT_OP'
  104 | BIT_OP(bit_bxor, ^=)
      | ^~~~~~
bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   94 | #define BRET(b)  lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1;
      |                  ^~~~~~~~~~~~~~
bit.c:101:59: note: in expansion of macro 'BRET'
  101 |     for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) }
      |                                                           ^~~~
bit.c:104:1: note: in expansion of macro 'BIT_OP'
  104 | BIT_OP(bit_bxor, ^=)
      | ^~~~~~
gcc -shared -fPIC -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 bit.o -llua-5.1 -o bit.so
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RmrFmM
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ mkdir /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT
+ cd LuaBitOp-1.0.2
+ '[' 1 -eq 1 ']'
+ install -D -p -m 0755 bit.so /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT/usr/lib64/lua/5.1/bit.so
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.0.2-1.mga10 --unique-debug-suffix -1.0.2-1.mga10.x86_64 --unique-debug-src-base lua-bitop-1.0.2-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/LuaBitOp-1.0.2
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/lua-bitop-1.0.2-1.mga10.x86_64
find-debuginfo: done
+ /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/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
Reading /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/SPECPARTS/rpm-debuginfo.specpart
Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N5J3rL
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ cd LuaBitOp-1.0.2
+ '[' 1 -eq 1 ']'
+ make test LUA=lua5.1
basic test OK
nsievebits test OK
MD5 test OK
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: lua5.1-bitop-1.0.2-1.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bTKtEo
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ cd LuaBitOp-1.0.2
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT/usr/share/doc/lua5.1-bitop
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT/usr/share/doc/lua5.1-bitop
+ cp -pr /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/LuaBitOp-1.0.2/README /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT/usr/share/doc/lua5.1-bitop
+ cp -pr /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/LuaBitOp-1.0.2/doc /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT/usr/share/doc/lua5.1-bitop
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: lua5.1-bitop = 1.0.2-1.mga10 lua5.1-bitop(x86-64) = 1.0.2-1.mga10
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.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) liblua.so.5.1()(64bit)
Processing files: lua-bitop-debugsource-1.0.2-1.mga10.x86_64
Provides: lua-bitop-debugsource = 1.0.2-1.mga10 lua-bitop-debugsource(x86-64) = 1.0.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: lua5.1-bitop-debuginfo-1.0.2-1.mga10.x86_64
Provides: debuginfo(build-id) = f66d00b0218b7a6cd03fc0a8a9de80456552905a lua5.1-bitop-debuginfo = 1.0.2-1.mga10 lua5.1-bitop-debuginfo(x86-64) = 1.0.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: lua-bitop-debugsource(x86-64) = 1.0.2-1.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lua-bitop-debugsource-1.0.2-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lua5.1-bitop-debuginfo-1.0.2-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lua5.1-bitop-1.0.2-1.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UkgLaw
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/lua-bitop-1.0.2-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!