<86>Aug 31 07:24:23 userdel[4034796]: delete user 'rooter'
<86>Aug 31 07:24:23 userdel[4034796]: removed group 'rooter' owned by 'rooter'
<86>Aug 31 07:24:23 userdel[4034796]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 31 07:24:23 groupadd[4034812]: group added to /etc/group: name=rooter, GID=591
<86>Aug 31 07:24:23 groupadd[4034812]: group added to /etc/gshadow: name=rooter
<86>Aug 31 07:24:23 groupadd[4034812]: new group: name=rooter, GID=591
<86>Aug 31 07:24:23 useradd[4034820]: new user: name=rooter, UID=591, GID=591, home=/root, shell=/bin/bash
<86>Aug 31 07:24:23 userdel[4034830]: delete user 'builder'
<86>Aug 31 07:24:23 userdel[4034830]: removed group 'builder' owned by 'builder'
<86>Aug 31 07:24:23 userdel[4034830]: removed shadow group 'builder' owned by 'builder'
<86>Aug 31 07:24:23 groupadd[4034840]: group added to /etc/group: name=builder, GID=592
<86>Aug 31 07:24:23 groupadd[4034840]: group added to /etc/gshadow: name=builder
<86>Aug 31 07:24:23 groupadd[4034840]: new group: name=builder, GID=592
<86>Aug 31 07:24:23 useradd[4034844]: new user: name=builder, UID=592, GID=592, home=/usr/src, shell=/bin/bash
<13>Aug 31 07:24:25 rpmi: libcares-1.16.1-alt1 sisyphus+252624.100.1.1 1590994502 installed
<13>Aug 31 07:24:25 rpmi: libcares-devel-1.16.1-alt1 sisyphus+252624.100.1.1 1590994502 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/opennhrp-0.14.1-alt1.nosrc.rpm
Installing opennhrp-0.14.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22677
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf opennhrp-0.14.1
+ echo 'Source #0 (opennhrp-0.14.1.tar):'
Source #0 (opennhrp-0.14.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/opennhrp-0.14.1.tar
+ cd opennhrp-0.14.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34010
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd opennhrp-0.14.1
+ make DOCDIR=/usr/share/doc/opennhrp-0.14.1 MANDIR=/usr/share/man CONFDIR=/etc/opennhrp SBINDIR=/usr/sbin STATEDIR=/var/run
make: Entering directory '/usr/src/RPM/BUILD/opennhrp-0.14.1'
  CC      nhrp/admin.o
In file included from /usr/include/string.h:508,
                 from nhrp/admin.c:15:
In function 'strncpy',
    inlined from 'admin_init' at nhrp/admin.c:587:2:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 108 equals destination size [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      nhrp/libev.o
In file included from nhrp/libev.c:3:
nhrp/../libev/ev.c: In function 'pipecb':
nhrp/../libev/ev.c:1257:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
 1257 |       read (evfd, &counter, sizeof (uint64_t));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrp/../libev/ev.c:1263:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
 1263 |       read (evpipe [0], &dummy, 1);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrp/../libev/ev.c: In function 'evpipe_write':
nhrp/../libev/ev.c:1236:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 1236 |           write (evfd, &counter, sizeof (uint64_t));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrp/../libev/ev.c:1240:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 1240 |         write (evpipe [1], &old_errno, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      nhrp/nhrp_address.o
  CC      nhrp/nhrp_interface.o
In file included from /usr/include/string.h:508,
                 from nhrp/nhrp_interface.c:11:
In function 'strncpy',
    inlined from 'nhrp_interface_get_by_name' at nhrp/nhrp_interface.c:96:2:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      nhrp/nhrp_packet.o
  CC      nhrp/nhrp_peer.o
  CC      nhrp/nhrp_server.o
  CC      nhrp/opennhrp.o
  CC      nhrp/opennhrpctl.o
  CC      nhrp/sysdep_netlink.o
In file included from /usr/include/string.h:508,
                 from nhrp/sysdep_netlink.c:16:
In function 'strncpy',
    inlined from 'do_get_ioctl' at nhrp/sysdep_netlink.c:252:2,
    inlined from 'netlink_link_new' at nhrp/sysdep_netlink.c:480:3:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      nhrp/sysdep_pfpacket.o
  CC      nhrp/sysdep_syslog.o
  LD      nhrp/opennhrp
  LD      nhrp/opennhrpctl
make: Leaving directory '/usr/src/RPM/BUILD/opennhrp-0.14.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.54190
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/opennhrp-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/opennhrp-buildroot
+ cd opennhrp-0.14.1
+ make 'INSTALL=/bin/install -p' DESTDIR=/usr/src/tmp/opennhrp-buildroot DOCDIR=/usr/share/doc/opennhrp-0.14.1 MANDIR=/usr/share/man CONFDIR=/etc/opennhrp SBINDIR=/usr/sbin STATEDIR=/var/run install
make: Entering directory '/usr/src/RPM/BUILD/opennhrp-0.14.1'
/bin/install -p -d /usr/src/tmp/opennhrp-buildroot/usr/sbin
/bin/install -p nhrp/opennhrp nhrp/opennhrpctl /usr/src/tmp/opennhrp-buildroot/usr/sbin
/bin/install -p -d /usr/src/tmp/opennhrp-buildroot/etc/opennhrp
/bin/install -p etc/opennhrp.conf etc/opennhrp-script etc/racoon-ph1down.sh etc/racoon-ph1dead.sh /usr/src/tmp/opennhrp-buildroot/etc/opennhrp
/bin/install -p -d /usr/src/tmp/opennhrp-buildroot/usr/share/man/man5 /usr/src/tmp/opennhrp-buildroot/usr/share/man/man8
/bin/install -p man/opennhrp.conf.5 /usr/src/tmp/opennhrp-buildroot/usr/share/man/man5
/bin/install -p man/opennhrp.8 man/opennhrpctl.8 man/opennhrp-script.8 /usr/src/tmp/opennhrp-buildroot/usr/share/man/man8
/bin/install -p -d /usr/src/tmp/opennhrp-buildroot/usr/share/doc/opennhrp-0.14.1
/bin/install -p README /usr/src/tmp/opennhrp-buildroot/usr/share/doc/opennhrp-0.14.1
make: Leaving directory '/usr/src/RPM/BUILD/opennhrp-0.14.1'
+ install -m755 -D /usr/src/RPM/SOURCES/opennhrp.init /usr/src/tmp/opennhrp-buildroot/etc/rc.d/init.d/opennhrp
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/opennhrp-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/opennhrp-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/opennhrp-buildroot/ (default)
Compressing files in /usr/src/tmp/opennhrp-buildroot (auto)
mode of '/usr/src/tmp/opennhrp-buildroot/usr/share/man/man8/opennhrp-script.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/opennhrp-buildroot/usr/share/man/man8/opennhrpctl.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/opennhrp-buildroot/usr/share/man/man8/opennhrp.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/opennhrp-buildroot/usr/share/man/man5/opennhrp.conf.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying ELF objects in /usr/src/tmp/opennhrp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/opennhrp: uses non-LFS functions: fcntl fopen freopen ftruncate open
Hardlinking identical .pyc and .pyo files
Processing files: opennhrp-0.14.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ASWvws
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.qEc35t
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: ip racoonctl
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Py49Xs
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pwHBew
Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, iproute2, ipsec-tools, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libc.so.6(GLIBC_2.9), libcares.so.2 >= set:jgVIKfXso2eucvFsoq6, libm.so.6(GLIBC_2.0), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OnD6Ur
Creating opennhrp-debuginfo package
Processing files: opennhrp-debuginfo-0.14.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MaEcHt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6QWyJt
find-requires: running scripts (debuginfo)
Requires: opennhrp = 0.14.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcares.so.2), debug(libm.so.6)
Wrote: /usr/src/RPM/RPMS/i586/opennhrp-0.14.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/opennhrp-debuginfo-0.14.1-alt1.i586.rpm
6.21user 1.01system 0:13.94elapsed 51%CPU (0avgtext+0avgdata 36916maxresident)k
0inputs+0outputs (0major+390165minor)pagefaults 0swaps
9.45user 3.32system 0:19.29elapsed 66%CPU (0avgtext+0avgdata 110124maxresident)k
0inputs+0outputs (0major+666104minor)pagefaults 0swaps
--- opennhrp-0.14.1-alt1.i586.rpm.repo	2013-12-02 08:35:35.000000000 +0000
+++ opennhrp-0.14.1-alt1.i586.rpm.hasher	2020-08-31 07:24:41.424394179 +0000
@@ -9,7 +9,6 @@
 /usr/share/doc/opennhrp-0.14.1/README	100755	
-/usr/share/man/man5/opennhrp.conf.5.gz	100644	
-/usr/share/man/man8/opennhrp-script.8.gz	100644	
-/usr/share/man/man8/opennhrp.8.gz	100644	
-/usr/share/man/man8/opennhrpctl.8.gz	100644	
-Requires: /bin/sh  
+/usr/share/man/man5/opennhrp.conf.5.xz	100644	
+/usr/share/man/man8/opennhrp-script.8.xz	100644	
+/usr/share/man/man8/opennhrp.8.xz	100644	
+/usr/share/man/man8/opennhrpctl.8.xz	100644	
 Requires: /bin/sh  
@@ -29,2 +28,3 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3)