<86>Jun  7 00:36:33 userdel[408766]: delete user 'rooter'
<86>Jun  7 00:36:33 userdel[408766]: removed group 'rooter' owned by 'rooter'
<86>Jun  7 00:36:33 userdel[408766]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  7 00:36:33 groupadd[408773]: group added to /etc/group: name=rooter, GID=1850
<86>Jun  7 00:36:33 groupadd[408773]: group added to /etc/gshadow: name=rooter
<86>Jun  7 00:36:33 groupadd[408773]: new group: name=rooter, GID=1850
<86>Jun  7 00:36:33 useradd[408779]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none
<86>Jun  7 00:36:33 userdel[408796]: delete user 'builder'
<86>Jun  7 00:36:33 userdel[408796]: removed group 'builder' owned by 'builder'
<86>Jun  7 00:36:33 userdel[408796]: removed shadow group 'builder' owned by 'builder'
<86>Jun  7 00:36:33 groupadd[408806]: group added to /etc/group: name=builder, GID=1851
<86>Jun  7 00:36:33 groupadd[408806]: group added to /etc/gshadow: name=builder
<86>Jun  7 00:36:33 groupadd[408806]: new group: name=builder, GID=1851
<86>Jun  7 00:36:33 useradd[408815]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/avra-1.4.2-alt1.nosrc.rpm (w1.gzdio)
Installing avra-1.4.2-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23938
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf avra
+ echo 'Source #0 (avra.tar):'
Source #0 (avra.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/avra.tar
+ cd avra
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23938
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd avra
+ export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export 'LDFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ LDFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ make PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/avra'
make -C src -f makefiles/Makefile.linux
make[1]: Entering directory '/usr/src/RPM/BUILD/avra/src'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o avra.o avra.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o device.o device.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o parser.o parser.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o expr.o expr.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o mnemonic.o mnemonic.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o directiv.o directiv.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o macro.o macro.c
macro.c: In function 'read_macro':
macro.c:196:36: warning: the comparison will always evaluate as 'true' for the address of 'buff' will never be NULL [-Waddress]
  196 |                         } else if (pi->fi->buff && pi->list_file && pi->list_on) {
      |                                    ^~
In file included from macro.c:35:
avra.h:190:14: note: 'buff' declared here
  190 |         char buff[LINEBUFFER_LENGTH];
      |              ^~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o file.o file.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o map.o map.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o coff.o coff.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o args.o args.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DDEFAULT_INCLUDE_PATH='"/usr/include/avr"' -DVERSION='"1.4.2"'   -c -o stdextra.o stdextra.c
cc -o avra avra.o device.o parser.o expr.o mnemonic.o directiv.o macro.o file.o map.o coff.o args.o stdextra.o -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto
avra.h:370:7: warning: type of 'nocase_strncmp' does not match original declaration [-Wlto-type-mismatch]
  370 | char *nocase_strncmp(char *s, char *t, int n);
      |       ^
stdextra.c:47:1: note: return value type mismatch
   47 | nocase_strncmp(char *s, char *t, int n)
      | ^
stdextra.c:47:1: note: 'nocase_strncmp' was previously declared here
stdextra.c:47:1: note: code may be misoptimized unless '-fno-strict-aliasing' is used
avra.h:369:7: warning: type of 'nocase_strcmp' does not match original declaration [-Wlto-type-mismatch]
  369 | char *nocase_strcmp(const char *s, const char *t);
      |       ^
stdextra.c:35:1: note: return value type mismatch
   35 | nocase_strcmp(const char *s, const char *t)
      | ^
stdextra.c:35:1: note: 'nocase_strcmp' was previously declared here
stdextra.c:35:1: note: code may be misoptimized unless '-fno-strict-aliasing' is used
make[1]: Leaving directory '/usr/src/RPM/BUILD/avra/src'
make: Leaving directory '/usr/src/RPM/BUILD/avra'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84433
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/avra-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/avra-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd avra
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/avra-buildroot PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/avra'
make -C src -f makefiles/Makefile.linux
make[1]: Entering directory '/usr/src/RPM/BUILD/avra/src'
make[1]: 'avra' is up to date.
make[1]: Leaving directory '/usr/src/RPM/BUILD/avra/src'
install -d /usr/src/tmp/avra-buildroot/usr/bin
install -m 755 src/avra /usr/src/tmp/avra-buildroot/usr/bin
install -d /usr/src/tmp/avra-buildroot/usr/include/avr
cp includes/* /usr/src/tmp/avra-buildroot/usr/include/avr
make: Leaving directory '/usr/src/RPM/BUILD/avra'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/avra-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/avra-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/avra-buildroot/ (default)
Compressing files in /usr/src/tmp/avra-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/avra-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/avra-buildroot
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.84433
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd avra
+ make check
make: Entering directory '/usr/src/RPM/BUILD/avra'
make -C src -f makefiles/Makefile.linux
make[1]: Entering directory '/usr/src/RPM/BUILD/avra/src'
make[1]: 'avra' is up to date.
make[1]: Leaving directory '/usr/src/RPM/BUILD/avra/src'
cd tests/regression && ./runtests.sh

Testing pr16
PASSED

Testing test1
HEX file ok
EEPROM file ok
PASSED

Testing test2
HEX file ok
EEPROM file ok
PASSED

3 tests, 0 failed

make: Leaving directory '/usr/src/RPM/BUILD/avra'
+ exit 0
Processing files: avra-1.4.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CbqjIE
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.OfYNbk
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.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(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.EMnRGK
Creating avra-debuginfo package
Processing files: avra-debuginfo-1.4.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c9JyAs
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2c3Dfu
find-requires: running scripts (debuginfo)
Requires: avra = 1.4.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to avra-debuginfo a strict dependency on avra
Wrote: /usr/src/RPM/RPMS/x86_64/avra-1.4.2-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/avra-debuginfo-1.4.2-alt1.x86_64.rpm (w2.lzdio)
2.01user 1.10system 0:07.37elapsed 42%CPU (0avgtext+0avgdata 66356maxresident)k
0inputs+0outputs (0major+218134minor)pagefaults 0swaps
0.51user 1.76system 0:12.34elapsed 18%CPU (0avgtext+0avgdata 12192maxresident)k
0inputs+0outputs (0major+93944minor)pagefaults 0swaps
--- avra-1.4.2-alt1.x86_64.rpm.repo	2021-09-23 17:17:03.000000000 +0000
+++ avra-1.4.2-alt1.x86_64.rpm.hasher	2024-06-07 00:36:42.093929344 +0000
@@ -65,3 +65,2 @@
 Requires: /lib64/ld-linux-x86-64.so.2  
-Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
@@ -69,2 +68,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -73,3 +73,3 @@
 Provides: avra = 1.4.2-alt1:sisyphus+285828.100.1.1
-File: /usr/bin/avra	100755	root:root	5223ff69300fc9aa59df237ea9527de8	
+File: /usr/bin/avra	100755	root:root	dd97ab0d9589a2cb62f01a728f6ccf03	
 File: /usr/include/avr	40755	root:root		
@@ -137,2 +137,2 @@
 File: /usr/include/avr/tn88def.inc	100644	root:root	01c4a597e61b727f462e90037e7021ac	
-RPMIdentity: a7946224ffaddad98e94c299fa2df3110a0cb50d7e6fad733fa1c410c2e6a3ffe3ba7da0a2422f7350fbca73d7aebc4e8ab9cb598b18c3712a33f8c64046a2bb
+RPMIdentity: 71b03b5945d251f7ce7c7993c9d1c81c9ec71ee07cae510b7e3843b392ef9fdd46edd6180a44ecc70c31ee54365206447dab1e058e3d244fb3e3cc307cdfc48d
--- avra-debuginfo-1.4.2-alt1.x86_64.rpm.repo	2021-09-23 17:17:03.000000000 +0000
+++ avra-debuginfo-1.4.2-alt1.x86_64.rpm.hasher	2024-06-07 00:36:42.164930172 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/d0	40755	root:root	
-/usr/lib/debug/.build-id/d0/cbbbfd6e5eb2454c342d06e9cdd1fd26417e7a	120777	root:root	../../../../bin/avra
-/usr/lib/debug/.build-id/d0/cbbbfd6e5eb2454c342d06e9cdd1fd26417e7a.debug	120777	root:root	../../usr/bin/avra.debug
+/usr/lib/debug/.build-id/ac	40755	root:root	
+/usr/lib/debug/.build-id/ac/a7c2e2faa3e1677037a5f758315eacbd6ef909	120777	root:root	../../../../bin/avra
+/usr/lib/debug/.build-id/ac/a7c2e2faa3e1677037a5f758315eacbd6ef909.debug	120777	root:root	../../usr/bin/avra.debug
 /usr/lib/debug/usr/bin/avra.debug	100644	root:root	
@@ -28,6 +28,6 @@
 Provides: avra-debuginfo = 1.4.2-alt1:sisyphus+285828.100.1.1
-File: /usr/lib/debug/.build-id/d0	40755	root:root		
-File: /usr/lib/debug/.build-id/d0/cbbbfd6e5eb2454c342d06e9cdd1fd26417e7a	120777	root:root		../../../../bin/avra
-File: /usr/lib/debug/.build-id/d0/cbbbfd6e5eb2454c342d06e9cdd1fd26417e7a.debug	120777	root:root		../../usr/bin/avra.debug
-File: /usr/lib/debug/usr/bin/avra.debug	100644	root:root	f19aa95e50f15de409bfe04358f8154e	
+File: /usr/lib/debug/.build-id/ac	40755	root:root		
+File: /usr/lib/debug/.build-id/ac/a7c2e2faa3e1677037a5f758315eacbd6ef909	120777	root:root		../../../../bin/avra
+File: /usr/lib/debug/.build-id/ac/a7c2e2faa3e1677037a5f758315eacbd6ef909.debug	120777	root:root		../../usr/bin/avra.debug
+File: /usr/lib/debug/usr/bin/avra.debug	100644	root:root	f75c943054cdbbc7bab2395dd8a617bb	
 File: /usr/src/debug/avra	40755	root:root		
@@ -51,2 +51,2 @@
 File: /usr/src/debug/avra/src/stdextra.c	100644	root:root	2ea8aa0f1bf64498f8e7f219f48a85e7	
-RPMIdentity: c40a5ab6521a045090fa6d01f3f4e71ed66897e7e2b9b80f25ca7b0a1e7197277fe5902862d745dd50337ff04de3f9e4f3de1c804200d44c9a8fa341db1e8319
+RPMIdentity: 0414c397161a4f587306c694fc377331a4326934134dedf5202987f80b0f30b5524b5aae0bfba00faa29d781508644f067d2b6909a9eb53bb443edc9b0315ac6