<86>Apr 28 01:45:16 userdel[951109]: delete user 'rooter'
<86>Apr 28 01:45:16 userdel[951109]: removed group 'rooter' owned by 'rooter'
<86>Apr 28 01:45:16 groupadd[951171]: group added to /etc/group: name=rooter, GID=1347
<86>Apr 28 01:45:16 groupadd[951171]: group added to /etc/gshadow: name=rooter
<86>Apr 28 01:45:16 groupadd[951171]: new group: name=rooter, GID=1347
<86>Apr 28 01:45:16 useradd[951206]: new user: name=rooter, UID=1347, GID=1347, home=/root, shell=/bin/bash, from=none
<86>Apr 28 01:45:16 userdel[951303]: delete user 'builder'
<86>Apr 28 01:45:16 userdel[951303]: removed group 'builder' owned by 'builder'
<86>Apr 28 01:45:16 userdel[951303]: removed shadow group 'builder' owned by 'builder'
<86>Apr 28 01:45:16 groupadd[951361]: group added to /etc/group: name=builder, GID=1348
<86>Apr 28 01:45:16 groupadd[951361]: group added to /etc/gshadow: name=builder
<86>Apr 28 01:45:16 groupadd[951361]: new group: name=builder, GID=1348
<86>Apr 28 01:45:16 useradd[951392]: new user: name=builder, UID=1348, GID=1348, home=/usr/src, shell=/bin/bash, from=none
warning: ignored self-provides: libx86emu-devel = 3.5-alt1_1
warning: ignored self-provides: libx86emu-devel = 3.5-alt1_1
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libx86emu-3.5-alt1_1.nosrc.rpm (w1.gzdio)
warning: ignored self-provides: libx86emu-devel = 3.5-alt1_1
Installing libx86emu-3.5-alt1_1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57032
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libx86emu-3.5
+ echo 'Source #0 (libx86emu-3.5.tar.gz):'
Source #0 (libx86emu-3.5.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/libx86emu-3.5.tar.gz
+ /bin/tar -xf -
+ cd libx86emu-3.5
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.57032
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libx86emu-3.5
+ echo 3.5
+ make shared LIBDIR=/usr/lib64
make: Entering directory '/usr/src/RPM/BUILD/libx86emu-3.5'
no git repo
no git repo
make: Leaving directory '/usr/src/RPM/BUILD/libx86emu-3.5'
make: Entering directory '/usr/src/RPM/BUILD/libx86emu-3.5'
make: Entering directory '/usr/src/RPM/BUILD/libx86emu-3.5'
no git repo
no git repo
make: Leaving directory '/usr/src/RPM/BUILD/libx86emu-3.5'
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall api.c
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall decode.c
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall mem.c
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall ops.c
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall ops2.c
gcc -c -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall prim_ops.c
prim_ops.c: In function 'sbb_word':
prim_ops.c:1780:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1780 |     else
      |     ^~~~
In file included from prim_ops.c:99:
include/x86emu_int.h:76:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   76 |   if(COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
prim_ops.c:1782:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1782 |         CONDITIONAL_SET_FLAG(res & 0x8000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
prim_ops.c: In function 'sbb_long':
prim_ops.c:1805:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1805 |     else
      |     ^~~~
include/x86emu_int.h:76:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   76 |   if(COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
prim_ops.c:1807:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1807 |         CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
gcc -shared -Wl,-soname,libx86emu.so.3 api.o decode.o mem.o ops.o ops2.o prim_ops.o -o libx86emu.so.3.5 
make: Leaving directory '/usr/src/RPM/BUILD/libx86emu-3.5'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52769
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libx86emu-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libx86emu-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libx86emu-3.5
+ install -d -m 755 /usr/src/tmp/libx86emu-buildroot/usr/lib64
+ make install DESTDIR=/usr/src/tmp/libx86emu-buildroot LIBDIR=/usr/lib64
make: Entering directory '/usr/src/RPM/BUILD/libx86emu-3.5'
no git repo
no git repo
make: Leaving directory '/usr/src/RPM/BUILD/libx86emu-3.5'
make: Entering directory '/usr/src/RPM/BUILD/libx86emu-3.5'
install -D libx86emu.so.3.5 /usr/src/tmp/libx86emu-buildroot/usr/lib64/libx86emu.so.3.5
ln -snf libx86emu.so.3.5 /usr/src/tmp/libx86emu-buildroot/usr/lib64/libx86emu.so.3
ln -snf libx86emu.so.3 /usr/src/tmp/libx86emu-buildroot/usr/lib64/libx86emu.so
install -m 644 -D include/x86emu.h /usr/src/tmp/libx86emu-buildroot/usr/include/x86emu.h
make: Leaving directory '/usr/src/RPM/BUILD/libx86emu-3.5'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libx86emu-buildroot (auto)
mode of './usr/lib64/libx86emu.so.3.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libx86emu-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libx86emu-buildroot/ (default)
Compressing files in /usr/src/tmp/libx86emu-buildroot (auto)
Adjusting library links in /usr/src/tmp/libx86emu-buildroot
./usr/lib64: (from <cmdline>:0)
	libx86emu.so.3 -> libx86emu.so.3.5
Verifying ELF objects in /usr/src/tmp/libx86emu-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libx86emu3-3.5-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v7n7vO
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libx86emu-buildroot/usr/lib64/libx86emu.so.3: 30 symbols, 15 bpp
warning: hash collision: x86emu_intr_raise x86emu_set_wrmsr_handler
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oZQhji
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libx86emu.so.3()(64bit) = set:idtQoSHcqaxIBuCraV9mZG0J3YgqVG5r1k1AdoGMwcd9fMHlIbZlMFZ8a1L6
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1vwDuN
Creating libx86emu3-debuginfo package
Processing files: libx86emu-devel-3.5-alt1_1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.61220
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libx86emu-3.5
+ DOCDIR=/usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ export DOCDIR
+ rm -rf /usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ /bin/mkdir -p /usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ cp -prL README.md LICENSE /usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ chmod -R go-w /usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ chmod -R a+rX /usr/src/tmp/libx86emu-buildroot/usr/share/doc/libx86emu-devel-3.5
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yvitTC
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SX4HMa
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libx86emu3 = 3.5, /usr/lib64/libx86emu.so.3
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wdsMsG
Processing files: libx86emu3-debuginfo-3.5-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Or3k9j
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZLBBdy
find-requires: running scripts (debuginfo)
Provides: debug64(libx86emu.so.3)
Requires: libx86emu3 = 3.5-alt1_1, debug64(libc.so.6)
Adding to libx86emu3-debuginfo a strict dependency on libx86emu3
Adding to libx86emu-devel a strict dependency on libx86emu3
Removing 1 extra deps from libx86emu-devel due to dependency on libx86emu3
Wrote: /usr/src/RPM/RPMS/x86_64/libx86emu3-3.5-alt1_1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libx86emu-devel-3.5-alt1_1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libx86emu3-debuginfo-3.5-alt1_1.x86_64.rpm (w2.lzdio)
3.21user 0.82system 0:11.49elapsed 35%CPU (0avgtext+0avgdata 59344maxresident)k
0inputs+0outputs (0major+307699minor)pagefaults 0swaps
/.out/libx86emu3-3.5-alt1_1.x86_64.rpm: license not found in '/usr/share/license' directory: 3-Clause
0.60user 0.94system 0:14.86elapsed 10%CPU (0avgtext+0avgdata 12220maxresident)k
0inputs+0outputs (0major+95829minor)pagefaults 0swaps
--- libx86emu3-3.5-alt1_1.x86_64.rpm.repo	2022-04-10 13:53:11.000000000 +0000
+++ libx86emu3-3.5-alt1_1.x86_64.rpm.hasher	2023-04-28 01:45:29.069359099 +0000
@@ -11,3 +11,3 @@
 File: /usr/lib64/libx86emu.so.3	120777	root:root		libx86emu.so.3.5
-File: /usr/lib64/libx86emu.so.3.5	100644	root:root	9faac31da31ed801d26e7e0b00f03add	
-RPMIdentity: 758f3a9aac49c74686ee6a7e7c410e632560a87688b83ccd4ac3b27831aae58aa59871c4cf3c880bd7d24f8a7dabfad0bbf94898ca213e006508c771aa91afe4
+File: /usr/lib64/libx86emu.so.3.5	100644	root:root	7122976d342275394ce7010fd7c3a81c	
+RPMIdentity: f9489a169af08aeaefb00c6daa21f00f71ed015c66f682df5add07174b6af1d71c03f1778efe600ca7df22f5166e5b8db30d94e8b5eb08b9d51e36a098d492be
--- libx86emu3-debuginfo-3.5-alt1_1.x86_64.rpm.repo	2022-04-10 13:53:11.000000000 +0000
+++ libx86emu3-debuginfo-3.5-alt1_1.x86_64.rpm.hasher	2023-04-28 01:45:29.153359995 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/b0	40755	root:root	
-/usr/lib/debug/.build-id/b0/29dff3e46e727968f6283f0d550d3fb609515d	120777	root:root	../../../../lib64/libx86emu.so.3.5
-/usr/lib/debug/.build-id/b0/29dff3e46e727968f6283f0d550d3fb609515d.debug	120777	root:root	../../usr/lib64/libx86emu.so.3.5.debug
+/usr/lib/debug/.build-id/95	40755	root:root	
+/usr/lib/debug/.build-id/95/38a0505d31de038d81d5fdbff413ec5d5d7a30	120777	root:root	../../../../lib64/libx86emu.so.3.5
+/usr/lib/debug/.build-id/95/38a0505d31de038d81d5fdbff413ec5d5d7a30.debug	120777	root:root	../../usr/lib64/libx86emu.so.3.5.debug
 /usr/lib/debug/usr/lib64/libx86emu.so.3.5.debug	100644	root:root	
@@ -24,6 +24,6 @@
 Provides: libx86emu3-debuginfo = 3.5-alt1_1:sisyphus+298209.100.1.1
-File: /usr/lib/debug/.build-id/b0	40755	root:root		
-File: /usr/lib/debug/.build-id/b0/29dff3e46e727968f6283f0d550d3fb609515d	120777	root:root		../../../../lib64/libx86emu.so.3.5
-File: /usr/lib/debug/.build-id/b0/29dff3e46e727968f6283f0d550d3fb609515d.debug	120777	root:root		../../usr/lib64/libx86emu.so.3.5.debug
-File: /usr/lib/debug/usr/lib64/libx86emu.so.3.5.debug	100644	root:root	c34eaab5c17741f56946481cccab5219	
+File: /usr/lib/debug/.build-id/95	40755	root:root		
+File: /usr/lib/debug/.build-id/95/38a0505d31de038d81d5fdbff413ec5d5d7a30	120777	root:root		../../../../lib64/libx86emu.so.3.5
+File: /usr/lib/debug/.build-id/95/38a0505d31de038d81d5fdbff413ec5d5d7a30.debug	120777	root:root		../../usr/lib64/libx86emu.so.3.5.debug
+File: /usr/lib/debug/usr/lib64/libx86emu.so.3.5.debug	100644	root:root	2b9e8eb1a268efaf5b902333609c8a05	
 File: /usr/lib/debug/usr/lib64/libx86emu.so.3.debug	120777	root:root		libx86emu.so.3.5.debug
@@ -43,2 +43,2 @@
 File: /usr/src/debug/libx86emu-3.5/prim_ops.c	100644	root:root	36be2b99ce2ac66747ceccd34ee7b3c9	
-RPMIdentity: 01a50b6e6f41f55d702a1e3a67bc2a0dcd3d587f6d50d7930d3bf1c9d3521be7ab7227082ad5ae8e36091105a3b950555dd852b9f6a188cbdbd0b8f520d1db54
+RPMIdentity: 27cefcee8d0fd033aaaed3280db3b63c5760508a8e4d3ad3af261ddeb7ecf9c883a45bfd82f46ec40ee957cd205fa6a3b26b5c99496606be0abc0898fe9cdd6b