<86>Jun 22 00:40:28 userdel[1105788]: delete user 'rooter'
<86>Jun 22 00:40:28 userdel[1105788]: removed group 'rooter' owned by 'rooter'
<86>Jun 22 00:40:28 userdel[1105788]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 22 00:40:28 groupadd[1105883]: group added to /etc/group: name=rooter, GID=1841
<86>Jun 22 00:40:28 groupadd[1105883]: group added to /etc/gshadow: name=rooter
<86>Jun 22 00:40:28 groupadd[1105883]: new group: name=rooter, GID=1841
<86>Jun 22 00:40:28 useradd[1105941]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none
<86>Jun 22 00:40:28 userdel[1106060]: delete user 'builder'
<86>Jun 22 00:40:28 userdel[1106060]: removed group 'builder' owned by 'builder'
<86>Jun 22 00:40:28 userdel[1106060]: removed shadow group 'builder' owned by 'builder'
<86>Jun 22 00:40:28 groupadd[1106158]: group added to /etc/group: name=builder, GID=1842
<86>Jun 22 00:40:28 groupadd[1106158]: group added to /etc/gshadow: name=builder
<86>Jun 22 00:40:28 groupadd[1106158]: new group: name=builder, GID=1842
<86>Jun 22 00:40:28 useradd[1106178]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none
<13>Jun 22 00:40:30 rpmi: libi2c-4.3-alt1 sisyphus+311250.1600.175.1 1685627746 installed
<13>Jun 22 00:40:30 rpmi: i2c-tools-4.3-alt1 sisyphus+311250.1600.175.1 1685627746 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/stm32flash-0.7-alt1.nosrc.rpm (w1.gzdio)
Installing stm32flash-0.7-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.99332
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf stm32flash-0.7
+ echo 'Source #0 (stm32flash-0.7.tar):'
Source #0 (stm32flash-0.7.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/stm32flash-0.7.tar
+ cd stm32flash-0.7
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.99332
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stm32flash-0.7
+ make -j16
cd parsers && make parsers.a
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o dev_table.o dev_table.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o port.o port.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o utils.o utils.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o serial_common.o serial_common.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o i2c.o i2c.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make[1]: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
cc -Wall -g   -c -o binary.o binary.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o init.o init.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make[1]: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
cc -Wall -g   -c -o hex.o hex.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
make[1]: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
ar rc parsers.a binary.o hex.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o serial_platform.o serial_platform.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o main.o main.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc -Wall -g   -c -o stm32.o stm32.c
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cc  -o stm32flash dev_table.o i2c.o init.o main.o port.o serial_common.o serial_platform.o stm32.o utils.o parsers/parsers.a
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.99332
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/stm32flash-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/stm32flash-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd stm32flash-0.7
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/stm32flash-buildroot PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7'
cd parsers && make parsers.a
make[1]: Entering directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
make[1]: 'parsers.a' is up to date.
make[1]: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7/parsers'
/usr/libexec/rpm-build/install -p -d /usr/src/tmp/stm32flash-buildroot/usr/bin
/usr/libexec/rpm-build/install -p -m 755 stm32flash /usr/src/tmp/stm32flash-buildroot/usr/bin
/usr/libexec/rpm-build/install -p -d /usr/src/tmp/stm32flash-buildroot/usr/share/man/man1
/usr/libexec/rpm-build/install -p -m 644 stm32flash.1 /usr/src/tmp/stm32flash-buildroot/usr/share/man/man1
make: Leaving directory '/usr/src/RPM/BUILD/stm32flash-0.7'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/stm32flash-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/stm32flash-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/stm32flash-buildroot/ (default)
Compressing files in /usr/src/tmp/stm32flash-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/stm32flash-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: stm32flash-0.7-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99332
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stm32flash-0.7
+ DOCDIR=/usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ export DOCDIR
+ rm -rf /usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ /bin/mkdir -p /usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ cp -prL AUTHORS gpl-2.0.txt HOWTO I2C.txt protocol.txt TODO /usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ chmod -R go-w /usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ chmod -R a+rX /usr/src/tmp/stm32flash-buildroot/usr/share/doc/stm32flash-0.7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lodGtO
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.FjIOuS
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, 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.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BLh8a8
Creating stm32flash-debuginfo package
Processing files: stm32flash-debuginfo-0.7-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2Nr6Nc
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2VETqj
find-requires: running scripts (debuginfo)
Requires: stm32flash = 0.7-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to stm32flash-debuginfo a strict dependency on stm32flash
Wrote: /usr/src/RPM/RPMS/x86_64/stm32flash-0.7-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/stm32flash-debuginfo-0.7-alt1.x86_64.rpm (w2.lzdio)
0.69user 0.82system 0:05.72elapsed 26%CPU (0avgtext+0avgdata 30328maxresident)k
0inputs+0outputs (0major+190044minor)pagefaults 0swaps
2.08user 1.94system 0:12.52elapsed 32%CPU (0avgtext+0avgdata 111132maxresident)k
216inputs+0outputs (0major+199382minor)pagefaults 0swaps
--- stm32flash-0.7-alt1.x86_64.rpm.repo	2023-03-08 02:09:11.000000000 +0000
+++ stm32flash-0.7-alt1.x86_64.rpm.hasher	2023-06-22 00:40:37.931292638 +0000
@@ -20,3 +20,3 @@
 Provides: stm32flash = 0.7-alt1:sisyphus+316375.100.1.1
-File: /usr/bin/stm32flash	100755	root:root	62168516a5b209b24aa47820661e70c7	
+File: /usr/bin/stm32flash	100755	root:root	064f3fa10e319334cb3b594b3d0ccd07	
 File: /usr/share/doc/stm32flash-0.7	40755	root:root		
@@ -29,2 +29,2 @@
 File: /usr/share/man/man1/stm32flash.1.xz	100644	root:root	9856f22e363c9e6bc49a1f8c863d8a45	
-RPMIdentity: ee328bf68af028a3ee40d6ff77a0631bba5f89d7251774afbd167d4a2e75e12aae4c69db5cbf00dc0d86ee93f9a49d447110d017af5b4945d5ce068b05b5c8b0
+RPMIdentity: ba65c12ae1e37c073f0ba1c4daeb08d7b98c72c86e930b94ff8a927d5a2f9e4753266e974bdaeb58b09629585899d2a2fbb69cfd8556cba25bb9c17fc1deb92e
--- stm32flash-debuginfo-0.7-alt1.x86_64.rpm.repo	2023-03-08 02:09:11.000000000 +0000
+++ stm32flash-debuginfo-0.7-alt1.x86_64.rpm.hasher	2023-06-22 00:40:38.020294182 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/9d	40755	root:root	
-/usr/lib/debug/.build-id/9d/10152d46ad2be1a55a9b989dd4e2b10363179f	120777	root:root	../../../../bin/stm32flash
-/usr/lib/debug/.build-id/9d/10152d46ad2be1a55a9b989dd4e2b10363179f.debug	120777	root:root	../../usr/bin/stm32flash.debug
+/usr/lib/debug/.build-id/bb	40755	root:root	
+/usr/lib/debug/.build-id/bb/b39f1aaed54daca9a185fa4f7603511eedaeda	120777	root:root	../../../../bin/stm32flash
+/usr/lib/debug/.build-id/bb/b39f1aaed54daca9a185fa4f7603511eedaeda.debug	120777	root:root	../../usr/bin/stm32flash.debug
 /usr/lib/debug/usr/bin/stm32flash.debug	100644	root:root	
@@ -31,6 +31,6 @@
 Provides: stm32flash-debuginfo = 0.7-alt1:sisyphus+316375.100.1.1
-File: /usr/lib/debug/.build-id/9d	40755	root:root		
-File: /usr/lib/debug/.build-id/9d/10152d46ad2be1a55a9b989dd4e2b10363179f	120777	root:root		../../../../bin/stm32flash
-File: /usr/lib/debug/.build-id/9d/10152d46ad2be1a55a9b989dd4e2b10363179f.debug	120777	root:root		../../usr/bin/stm32flash.debug
-File: /usr/lib/debug/usr/bin/stm32flash.debug	100644	root:root	4fb5e3284486e6f7198d09459ec17be0	
+File: /usr/lib/debug/.build-id/bb	40755	root:root		
+File: /usr/lib/debug/.build-id/bb/b39f1aaed54daca9a185fa4f7603511eedaeda	120777	root:root		../../../../bin/stm32flash
+File: /usr/lib/debug/.build-id/bb/b39f1aaed54daca9a185fa4f7603511eedaeda.debug	120777	root:root		../../usr/bin/stm32flash.debug
+File: /usr/lib/debug/usr/bin/stm32flash.debug	100644	root:root	4516607d75f9f44a7959039c97843a9c	
 File: /usr/src/debug/stm32flash-0.7	40755	root:root		
@@ -57,2 +57,2 @@
 File: /usr/src/debug/stm32flash-0.7/utils.h	100644	root:root	2d7f3db9667b9db3b72ca43c9f9b98b5	
-RPMIdentity: 0d84cab85a6daee1ec51cd4ef861dd5e665ec9d0fd62eeba03c79769b68993174546a3c6fb1cf376222fe2c96458ee51ac87b39c04b53766814c8e95a0c5eb9f
+RPMIdentity: 2054dd360087954c09115497257715db0a00c7ea8e25f06c27e84f9a14c18583be47796242ac823cdb754b1b70f3e02e7da62f2a76a1494a92a8ba1d24f685fd