<86>Sep 19 09:29:44 userdel[4115047]: delete user 'rooter'
<86>Sep 19 09:29:44 userdel[4115047]: removed group 'rooter' owned by 'rooter'
<86>Sep 19 09:29:44 userdel[4115047]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 19 09:29:44 groupadd[4115059]: group added to /etc/group: name=rooter, GID=702
<86>Sep 19 09:29:44 groupadd[4115059]: group added to /etc/gshadow: name=rooter
<86>Sep 19 09:29:44 groupadd[4115059]: new group: name=rooter, GID=702
<86>Sep 19 09:29:44 useradd[4115065]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash
<86>Sep 19 09:29:44 userdel[4115076]: delete user 'builder'
<86>Sep 19 09:29:44 userdel[4115076]: removed group 'builder' owned by 'builder'
<86>Sep 19 09:29:44 userdel[4115076]: removed shadow group 'builder' owned by 'builder'
<86>Sep 19 09:29:44 groupadd[4115090]: group added to /etc/group: name=builder, GID=703
<86>Sep 19 09:29:44 groupadd[4115090]: group added to /etc/gshadow: name=builder
<86>Sep 19 09:29:44 groupadd[4115090]: new group: name=builder, GID=703
<86>Sep 19 09:29:44 useradd[4115103]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash
sh: lua: command not found
<13>Sep 19 09:29:46 rpmi: lua5.3-5.3.5-alt2 p9+237798.100.1.1 1568845217 installed
<13>Sep 19 09:29:46 rpmi: liblua5.3-devel-5.3.5-alt2 p9+237798.100.1.1 1568845217 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/lua-mpack-1.0.4-alt2_2.nosrc.rpm (w1.gzdio)
Installing lua-mpack-1.0.4-alt2_2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76858
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libmpack-1.0.4
+ echo 'Source #0 (libmpack-1.0.4.tar.gz):'
Source #0 (libmpack-1.0.4.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/libmpack-1.0.4.tar.gz
+ cd libmpack-1.0.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ pushd binding/lua
~/RPM/BUILD/libmpack-1.0.4/binding/lua ~/RPM/BUILD/libmpack-1.0.4
+ echo '#!/bin/sh'
+ chmod +x ./configure
+ popd
~/RPM/BUILD/libmpack-1.0.4
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76858
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libmpack-1.0.4
+ pushd binding/lua
~/RPM/BUILD/libmpack-1.0.4/binding/lua ~/RPM/BUILD/libmpack-1.0.4
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ sort -u
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
++ pkg-config --libs lua
+ make -j8 USE_SYSTEM_LUA=yes LUA_VERSION_MAJ_MIN=5.3 LUA_LIB=-llua -lm -ldl
make: Entering directory '/usr/src/RPM/BUILD/libmpack-1.0.4/binding/lua'
cc -shared -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -I/usr/include/lua5.1  lmpack.c -o mpack.so -llua
lmpack.c:39: warning: "luaL_register" redefined
 #define luaL_register(L, name, lreg) (luaL_setfuncs((L), (lreg), 0))
 
In file included from lmpack.c:22:
/usr/include/lauxlib.h:210: note: this is the location of the previous definition
 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0))
 
lmpack.c:40: warning: "lua_objlen" redefined
 #define lua_objlen(L, idx) (lua_rawlen(L, (idx)))
 
In file included from /usr/include/luaconf.h:36,
                 from /usr/include/lua.h:16,
                 from lmpack.c:21:
/usr/include/luaconf-x86_64.h:390: note: this is the location of the previous definition
 #define lua_objlen(L,i)  lua_rawlen(L, (i))
 
In file included from ../../src/core.h:8,
                 from ../../src/core.c:3,
                 from ../../src/mpack.c:1,
                 from lmpack.c:25:
lmpack.c: In function 'lmpack_objlen':
lmpack.c:193:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   assert(top = lua_gettop(L));
          ^~~
make: Leaving directory '/usr/src/RPM/BUILD/libmpack-1.0.4/binding/lua'
+ popd
~/RPM/BUILD/libmpack-1.0.4
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34967
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/lua-mpack-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/lua-mpack-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libmpack-1.0.4
+ pushd binding/lua
~/RPM/BUILD/libmpack-1.0.4/binding/lua ~/RPM/BUILD/libmpack-1.0.4
+ make USE_SYSTEM_LUA=yes LUA_CMOD_INSTALLDIR=/usr/lib64/lua/5.3 DESTDIR=/usr/src/tmp/lua-mpack-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/libmpack-1.0.4/binding/lua'
mkdir -p "/usr/src/tmp/lua-mpack-buildroot/usr/lib64/lua/5.3"
install -Dm755 mpack.so "/usr/src/tmp/lua-mpack-buildroot/usr/lib64/lua/5.3/mpack.so"
make: Leaving directory '/usr/src/RPM/BUILD/libmpack-1.0.4/binding/lua'
+ popd
~/RPM/BUILD/libmpack-1.0.4
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/lua-mpack-buildroot (auto)
mode of './usr/lib64/lua/5.3/mpack.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/lua-mpack-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/lua-mpack-buildroot/ (default)
Compressing files in /usr/src/tmp/lua-mpack-buildroot (auto)
Adjusting library links in /usr/src/tmp/lua-mpack-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/lua-mpack-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: lua-mpack-1.0.4-alt2_2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34967
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libmpack-1.0.4
+ DOCDIR=/usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ /bin/mkdir -p /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ cp -prL LICENSE-MIT /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ chmod -R go-w /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ chmod -R a+rX /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ cp -prL README.md /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ chmod -R go-w /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ chmod -R a+rX /usr/src/tmp/lua-mpack-buildroot/usr/share/doc/lua-mpack-1.0.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FX9Vg1
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I1tcSP
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: lua(abi) = 5.3, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblua-5.3.so()(64bit) >= set:lfcKdBXGk6cUNmqPkuzP6hZjY6eMgoViMeEi2dw4N45zuJrUHf0b1TSuRYGQhObC0J9tzvQBrOTyrEqQ44LpdwFoQ9hZ5K5fQdW1XOFMZ7bDo0, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L7cWzH
Creating lua-mpack-debuginfo package
Processing files: lua-mpack-debuginfo-1.0.4-alt2_2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8d3DnC
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nW6BhA
find-requires: running scripts (debuginfo)
Requires: lua-mpack = 1.0.4-alt2_2, debug64(libc.so.6), debug64(liblua-5.3.so)
Wrote: /usr/src/RPM/RPMS/x86_64/lua-mpack-1.0.4-alt2_2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/lua-mpack-debuginfo-1.0.4-alt2_2.x86_64.rpm (w2.lzdio)
2.60user 0.61system 0:07.68elapsed 42%CPU (0avgtext+0avgdata 45476maxresident)k
0inputs+0outputs (0major+221928minor)pagefaults 0swaps
6.17user 3.07system 0:14.07elapsed 65%CPU (0avgtext+0avgdata 116732maxresident)k
0inputs+0outputs (0major+502498minor)pagefaults 0swaps
--- lua-mpack-1.0.4-alt2_2.x86_64.rpm.repo	2018-07-10 17:34:45.000000000 +0000
+++ lua-mpack-1.0.4-alt2_2.x86_64.rpm.hasher	2021-09-19 09:29:56.736469677 +0000
@@ -13,3 +13,3 @@
 Provides: lua-mpack = 1.0.4-alt2_2
-File: /usr/lib64/lua/5.3/mpack.so	100644	root:root	aac93e4ed1eae4ac0289e71b4ef4ede3	
+File: /usr/lib64/lua/5.3/mpack.so	100644	root:root	4d2c280c8b2e7a2915e2bd980397d747	
 File: /usr/share/doc/lua-mpack-1.0.4	40755	root:root		
@@ -17,2 +17,2 @@
 File: /usr/share/doc/lua-mpack-1.0.4/README.md	100644	root:root	f0974520ef39ecd848fa8cb95f50f0aa	
-RPMIdentity: 82aaf616bed148594408f7f32a98eb505003963871eb8403f3c43e275a96faab2fef1fceafde14d07b0826ca396ddf1e86e3d008272e455fb0f70f975b200d72
+RPMIdentity: e2760251ce328384be050e85035cd9f5a19666451ef3813d6e79d284e71ac119083803737ba28b584c55526dbc831bc7b3fbee562054762f008b480177f54262
--- lua-mpack-debuginfo-1.0.4-alt2_2.x86_64.rpm.repo	2018-07-10 17:34:45.000000000 +0000
+++ lua-mpack-debuginfo-1.0.4-alt2_2.x86_64.rpm.hasher	2021-09-19 09:29:56.816470528 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/7c	40755	root:root	
-/usr/lib/debug/.build-id/7c/e8176ca368a9fbc124e1419eb406fad457546d	120777	root:root	../../../../lib64/lua/5.3/mpack.so
-/usr/lib/debug/.build-id/7c/e8176ca368a9fbc124e1419eb406fad457546d.debug	120777	root:root	../../usr/lib64/lua/5.3/mpack.so.debug
+/usr/lib/debug/.build-id/d8	40755	root:root	
+/usr/lib/debug/.build-id/d8/4bf3784e3d88d65a17063650b8401f850a08b9	120777	root:root	../../../../lib64/lua/5.3/mpack.so
+/usr/lib/debug/.build-id/d8/4bf3784e3d88d65a17063650b8401f850a08b9.debug	120777	root:root	../../usr/lib64/lua/5.3/mpack.so.debug
 /usr/lib/debug/usr/lib64/lua	40755	root:root	
@@ -24,8 +24,8 @@
 Provides: lua-mpack-debuginfo = 1.0.4-alt2_2
-File: /usr/lib/debug/.build-id/7c	40755	root:root		
-File: /usr/lib/debug/.build-id/7c/e8176ca368a9fbc124e1419eb406fad457546d	120777	root:root		../../../../lib64/lua/5.3/mpack.so
-File: /usr/lib/debug/.build-id/7c/e8176ca368a9fbc124e1419eb406fad457546d.debug	120777	root:root		../../usr/lib64/lua/5.3/mpack.so.debug
+File: /usr/lib/debug/.build-id/d8	40755	root:root		
+File: /usr/lib/debug/.build-id/d8/4bf3784e3d88d65a17063650b8401f850a08b9	120777	root:root		../../../../lib64/lua/5.3/mpack.so
+File: /usr/lib/debug/.build-id/d8/4bf3784e3d88d65a17063650b8401f850a08b9.debug	120777	root:root		../../usr/lib64/lua/5.3/mpack.so.debug
 File: /usr/lib/debug/usr/lib64/lua	40755	root:root		
 File: /usr/lib/debug/usr/lib64/lua/5.3	40755	root:root		
-File: /usr/lib/debug/usr/lib64/lua/5.3/mpack.so.debug	100644	root:root	fb819951ded6d205cbf2ab435bf5c855	
+File: /usr/lib/debug/usr/lib64/lua/5.3/mpack.so.debug	100644	root:root	1de17251d10d95e1fb7f41d9908e8834	
 File: /usr/src/debug/libmpack-1.0.4	40755	root:root		
@@ -43,2 +43,2 @@
 File: /usr/src/debug/libmpack-1.0.4/src/rpc.h	100644	root:root	3940fbef4efd30bafa427b56fbc0561b	
-RPMIdentity: a6dfb8f5b729d86f90a70968705b5e4ef3128fb237dbb56219156857dd378ba3b3fe33cd95879146a0f3de94ad3553cb185a6cb5f347d34c3a42bc82d14a544b
+RPMIdentity: 59760f929a2c26d963b7bf3ab49a6571e712603a6b02560a500cbc383228a67d46776c263dc4ac295dfb4dead585b343c4fd732d5a4ec97c5282e822ff1bfe92