<86>May 14 08:16:00 userdel[1943228]: delete user 'rooter'
<86>May 14 08:16:00 groupadd[1943245]: group added to /etc/group: name=rooter, GID=1850
<86>May 14 08:16:00 groupadd[1943245]: group added to /etc/gshadow: name=rooter
<86>May 14 08:16:00 groupadd[1943245]: new group: name=rooter, GID=1850
<86>May 14 08:16:00 useradd[1943258]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash
<86>May 14 08:16:00 userdel[1943283]: delete user 'builder'
<86>May 14 08:16:00 userdel[1943283]: removed group 'builder' owned by 'builder'
<86>May 14 08:16:00 userdel[1943283]: removed shadow group 'builder' owned by 'builder'
<86>May 14 08:16:00 groupadd[1943298]: group added to /etc/group: name=builder, GID=1851
<86>May 14 08:16:00 groupadd[1943298]: group added to /etc/gshadow: name=builder
<86>May 14 08:16:00 groupadd[1943298]: new group: name=builder, GID=1851
<86>May 14 08:16:00 useradd[1943310]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/nrg4iso-1.0.1-alt2.nosrc.rpm (w1.gzdio)
Installing nrg4iso-1.0.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48247
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nrg4iso
+ echo 'Source #0 (nrg4iso-1.0.1.tgz):'
Source #0 (nrg4iso-1.0.1.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/nrg4iso-1.0.1.tgz
+ /bin/tar -xf -
+ cd nrg4iso
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48247
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nrg4iso
+ /usr/bin/subst s@machine/endian.h@endian.h@ endian.h
+ /usr/bin/subst 's/O_RDONLY,/O_RDONLY | O_LARGEFILE,/' nrg.c
+ make -j16 'CC=gcc -D_LARGEFILE64_SOURCE -fgnu89-inline'
make: Entering directory '/usr/src/RPM/BUILD/nrg4iso'
gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall   -c -o endian.o endian.c
In file included from endian.c:29:
endian.h:47: warning: "htobe16" redefined
 #define htobe16(x)      bswap16((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:64: note: this is the location of the previous definition
 #  define htobe16(x) __bswap_16 (x)
 
In file included from endian.c:29:
endian.h:48: warning: "htobe32" redefined
 #define htobe32(x)      bswap32((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:69: note: this is the location of the previous definition
 #  define htobe32(x) __bswap_32 (x)
 
In file included from endian.c:29:
endian.h:49: warning: "htobe64" redefined
 #define htobe64(x)      bswap64((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:74: note: this is the location of the previous definition
 #  define htobe64(x) __bswap_64 (x)
 
In file included from endian.c:29:
endian.h:50: warning: "htole16" redefined
 #define htole16(x)      ((uint16_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:65: note: this is the location of the previous definition
 #  define htole16(x) __uint16_identity (x)
 
In file included from endian.c:29:
endian.h:51: warning: "htole32" redefined
 #define htole32(x)      ((uint32_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:70: note: this is the location of the previous definition
 #  define htole32(x) __uint32_identity (x)
 
In file included from endian.c:29:
endian.h:52: warning: "htole64" redefined
 #define htole64(x)      ((uint64_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:75: note: this is the location of the previous definition
 #  define htole64(x) __uint64_identity (x)
 
In file included from endian.c:29:
endian.h:54: warning: "be16toh" redefined
 #define be16toh(x)      bswap16((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:66: note: this is the location of the previous definition
 #  define be16toh(x) __bswap_16 (x)
 
In file included from endian.c:29:
endian.h:55: warning: "be32toh" redefined
 #define be32toh(x)      bswap32((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:71: note: this is the location of the previous definition
 #  define be32toh(x) __bswap_32 (x)
 
In file included from endian.c:29:
endian.h:56: warning: "be64toh" redefined
 #define be64toh(x)      bswap64((x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:76: note: this is the location of the previous definition
 #  define be64toh(x) __bswap_64 (x)
 
In file included from endian.c:29:
endian.h:57: warning: "le16toh" redefined
 #define le16toh(x)      ((uint16_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:67: note: this is the location of the previous definition
 #  define le16toh(x) __uint16_identity (x)
 
In file included from endian.c:29:
endian.h:58: warning: "le32toh" redefined
 #define le32toh(x)      ((uint32_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:72: note: this is the location of the previous definition
 #  define le32toh(x) __uint32_identity (x)
 
In file included from endian.c:29:
endian.h:59: warning: "le64toh" redefined
 #define le64toh(x)      ((uint64_t)(x))
 
In file included from endian.h:36,
                 from endian.c:29:
/usr/include/endian.h:77: note: this is the location of the previous definition
 #  define le64toh(x) __uint64_identity (x)
 
make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso'
make: Entering directory '/usr/src/RPM/BUILD/nrg4iso'
gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall   -c -o iso9660.o iso9660.c
In file included from iso9660.c:35:
endian.h:47: warning: "htobe16" redefined
 #define htobe16(x)      bswap16((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:64: note: this is the location of the previous definition
 #  define htobe16(x) __bswap_16 (x)
 
In file included from iso9660.c:35:
endian.h:48: warning: "htobe32" redefined
 #define htobe32(x)      bswap32((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:69: note: this is the location of the previous definition
 #  define htobe32(x) __bswap_32 (x)
 
In file included from iso9660.c:35:
endian.h:49: warning: "htobe64" redefined
 #define htobe64(x)      bswap64((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:74: note: this is the location of the previous definition
 #  define htobe64(x) __bswap_64 (x)
 
In file included from iso9660.c:35:
endian.h:50: warning: "htole16" redefined
 #define htole16(x)      ((uint16_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:65: note: this is the location of the previous definition
 #  define htole16(x) __uint16_identity (x)
 
In file included from iso9660.c:35:
endian.h:51: warning: "htole32" redefined
 #define htole32(x)      ((uint32_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:70: note: this is the location of the previous definition
 #  define htole32(x) __uint32_identity (x)
 
In file included from iso9660.c:35:
endian.h:52: warning: "htole64" redefined
 #define htole64(x)      ((uint64_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:75: note: this is the location of the previous definition
 #  define htole64(x) __uint64_identity (x)
 
In file included from iso9660.c:35:
endian.h:54: warning: "be16toh" redefined
 #define be16toh(x)      bswap16((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:66: note: this is the location of the previous definition
 #  define be16toh(x) __bswap_16 (x)
 
In file included from iso9660.c:35:
endian.h:55: warning: "be32toh" redefined
 #define be32toh(x)      bswap32((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:71: note: this is the location of the previous definition
 #  define be32toh(x) __bswap_32 (x)
 
In file included from iso9660.c:35:
endian.h:56: warning: "be64toh" redefined
 #define be64toh(x)      bswap64((x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:76: note: this is the location of the previous definition
 #  define be64toh(x) __bswap_64 (x)
 
In file included from iso9660.c:35:
endian.h:57: warning: "le16toh" redefined
 #define le16toh(x)      ((uint16_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:67: note: this is the location of the previous definition
 #  define le16toh(x) __uint16_identity (x)
 
In file included from iso9660.c:35:
endian.h:58: warning: "le32toh" redefined
 #define le32toh(x)      ((uint32_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:72: note: this is the location of the previous definition
 #  define le32toh(x) __uint32_identity (x)
 
In file included from iso9660.c:35:
endian.h:59: warning: "le64toh" redefined
 #define le64toh(x)      ((uint64_t)(x))
 
In file included from endian.h:36,
                 from iso9660.c:35:
/usr/include/endian.h:77: note: this is the location of the previous definition
 #  define le64toh(x) __uint64_identity (x)
 
iso9660.c: In function 'iso_verifypvd':
iso9660.c:70:84: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
     if ((VDPrimary != a_pvd->VDType) || (strncmp(a_pvd->VSStdId, ISO_STD_ID, sizeof(ISO_STD_ID))) || (1 != a_pvd->Version))
                                                                                    ^
make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso'
make: Entering directory '/usr/src/RPM/BUILD/nrg4iso'
gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall   -c -o main.o main.c
make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso'
make: Entering directory '/usr/src/RPM/BUILD/nrg4iso'
gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall   -c -o nrg.o nrg.c
In file included from nrg.c:40:
endian.h:47: warning: "htobe16" redefined
 #define htobe16(x)      bswap16((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:64: note: this is the location of the previous definition
 #  define htobe16(x) __bswap_16 (x)
 
In file included from nrg.c:40:
endian.h:48: warning: "htobe32" redefined
 #define htobe32(x)      bswap32((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:69: note: this is the location of the previous definition
 #  define htobe32(x) __bswap_32 (x)
 
In file included from nrg.c:40:
endian.h:49: warning: "htobe64" redefined
 #define htobe64(x)      bswap64((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:74: note: this is the location of the previous definition
 #  define htobe64(x) __bswap_64 (x)
 
In file included from nrg.c:40:
endian.h:50: warning: "htole16" redefined
 #define htole16(x)      ((uint16_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:65: note: this is the location of the previous definition
 #  define htole16(x) __uint16_identity (x)
 
In file included from nrg.c:40:
endian.h:51: warning: "htole32" redefined
 #define htole32(x)      ((uint32_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:70: note: this is the location of the previous definition
 #  define htole32(x) __uint32_identity (x)
 
In file included from nrg.c:40:
endian.h:52: warning: "htole64" redefined
 #define htole64(x)      ((uint64_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:75: note: this is the location of the previous definition
 #  define htole64(x) __uint64_identity (x)
 
In file included from nrg.c:40:
endian.h:54: warning: "be16toh" redefined
 #define be16toh(x)      bswap16((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:66: note: this is the location of the previous definition
 #  define be16toh(x) __bswap_16 (x)
 
In file included from nrg.c:40:
endian.h:55: warning: "be32toh" redefined
 #define be32toh(x)      bswap32((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:71: note: this is the location of the previous definition
 #  define be32toh(x) __bswap_32 (x)
 
In file included from nrg.c:40:
endian.h:56: warning: "be64toh" redefined
 #define be64toh(x)      bswap64((x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:76: note: this is the location of the previous definition
 #  define be64toh(x) __bswap_64 (x)
 
In file included from nrg.c:40:
endian.h:57: warning: "le16toh" redefined
 #define le16toh(x)      ((uint16_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:67: note: this is the location of the previous definition
 #  define le16toh(x) __uint16_identity (x)
 
In file included from nrg.c:40:
endian.h:58: warning: "le32toh" redefined
 #define le32toh(x)      ((uint32_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:72: note: this is the location of the previous definition
 #  define le32toh(x) __uint32_identity (x)
 
In file included from nrg.c:40:
endian.h:59: warning: "le64toh" redefined
 #define le64toh(x)      ((uint64_t)(x))
 
In file included from /usr/include/sys/types.h:194,
                 from /usr/include/stdlib.h:394,
                 from nrg.c:30:
/usr/include/endian.h:77: note: this is the location of the previous definition
 #  define le64toh(x) __uint64_identity (x)
 
make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso'
make: Entering directory '/usr/src/RPM/BUILD/nrg4iso'
gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -o nrg4iso  main.o iso9660.o nrg.o endian.o
make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.48247
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/nrg4iso-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/nrg4iso-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd nrg4iso
+ install -pD -m755 nrg4iso /usr/src/tmp/nrg4iso-buildroot/usr/bin/nrg4iso
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/nrg4iso-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/nrg4iso-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/nrg4iso-buildroot/ (default)
Compressing files in /usr/src/tmp/nrg4iso-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/nrg4iso-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: nrg4iso-1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OosJya
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.VooXpd
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, 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.kY4uJj
Creating nrg4iso-debuginfo package
Processing files: nrg4iso-debuginfo-1.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DYSmxt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I5UTKG
find-requires: running scripts (debuginfo)
Requires: nrg4iso = 1.0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-1.0.1-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm (w2.lzdio)
1.01user 0.65system 0:06.35elapsed 26%CPU (0avgtext+0avgdata 26048maxresident)k
0inputs+0outputs (0major+178385minor)pagefaults 0swaps
0.42user 0.80system 0:08.99elapsed 13%CPU (0avgtext+0avgdata 12060maxresident)k
0inputs+0outputs (0major+94492minor)pagefaults 0swaps
--- nrg4iso-1.0.1-alt2.x86_64.rpm.repo	2017-09-15 15:16:44.000000000 +0000
+++ nrg4iso-1.0.1-alt2.x86_64.rpm.hasher	2023-05-14 08:16:08.154793698 +0000
@@ -8,3 +8,3 @@
 Provides: nrg4iso = 1.0.1-alt2
-File: /usr/bin/nrg4iso	100755	root:root	450571d42a072b5973f5af6768088e4d	
-RPMIdentity: da93048e6734a8ecf86c84c1c9cb62fe05c072a9103b1516b07bcb6c6430ae73bf711ea803c37b070b79127bcf3f1b8b3da12e8da1e625a47549e096339432f0
+File: /usr/bin/nrg4iso	100755	root:root	99b5d068a3fcf1216b41fad3d290afc9	
+RPMIdentity: e8a24d5061b61703959ebdef49d9ca3dc21fd2eb1761218c99f9dead6e3b6a3f1230fcac32ce980875ded1a6d9bfabd162cb975a4ae2d95c3388e3b4c6431c0f
--- nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm.repo	2017-09-15 15:16:44.000000000 +0000
+++ nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm.hasher	2023-05-14 08:16:08.206794748 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/a4	40755	root:root	
-/usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f	120777	root:root	../../../../bin/nrg4iso
-/usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f.debug	120777	root:root	../../usr/bin/nrg4iso.debug
+/usr/lib/debug/.build-id/cf	40755	root:root	
+/usr/lib/debug/.build-id/cf/d38a27b86dd1cf773d8dbbfefb12059897fce6	120777	root:root	../../../../bin/nrg4iso
+/usr/lib/debug/.build-id/cf/d38a27b86dd1cf773d8dbbfefb12059897fce6.debug	120777	root:root	../../usr/bin/nrg4iso.debug
 /usr/lib/debug/usr/bin/nrg4iso.debug	100644	root:root	
@@ -9,6 +9,6 @@
 Provides: nrg4iso-debuginfo = 1.0.1-alt2
-File: /usr/lib/debug/.build-id/a4	40755	root:root		
-File: /usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f	120777	root:root		../../../../bin/nrg4iso
-File: /usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f.debug	120777	root:root		../../usr/bin/nrg4iso.debug
-File: /usr/lib/debug/usr/bin/nrg4iso.debug	100644	root:root	6bbcd52a58b7110c4b28b2bc52c1561d	
-RPMIdentity: 2fda1cec8e3aa1b89d39e8af428ad3956b34943d14d1c00ab61be97219b75c05f59c5bab36a0363eae0a64beda53ba27566f670559e898cd5f2af0354d89a308
+File: /usr/lib/debug/.build-id/cf	40755	root:root		
+File: /usr/lib/debug/.build-id/cf/d38a27b86dd1cf773d8dbbfefb12059897fce6	120777	root:root		../../../../bin/nrg4iso
+File: /usr/lib/debug/.build-id/cf/d38a27b86dd1cf773d8dbbfefb12059897fce6.debug	120777	root:root		../../usr/bin/nrg4iso.debug
+File: /usr/lib/debug/usr/bin/nrg4iso.debug	100644	root:root	7e263ea77e2e2c96232c2b28e8b8afe7	
+RPMIdentity: cbb7db30c5b5aeb51c27b427718ebe288e6044eb804d260d5ac6ab0f55a6c250cc1e0e4ef73b0511feaad6b74b4c8f601996cc65a0e22728a54c0540c858e6cb