<86>Mar  2 07:59:03 userdel[1203375]: delete user 'rooter'
<86>Mar  2 07:59:03 userdel[1203375]: removed group 'rooter' owned by 'rooter'
<86>Mar  2 07:59:03 groupadd[1203398]: group added to /etc/group: name=rooter, GID=651
<86>Mar  2 07:59:03 groupadd[1203398]: group added to /etc/gshadow: name=rooter
<86>Mar  2 07:59:03 groupadd[1203398]: new group: name=rooter, GID=651
<86>Mar  2 07:59:03 useradd[1203416]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Mar  2 07:59:03 userdel[1203440]: delete user 'builder'
<86>Mar  2 07:59:03 userdel[1203440]: removed group 'builder' owned by 'builder'
<86>Mar  2 07:59:03 userdel[1203440]: removed shadow group 'builder' owned by 'builder'
<86>Mar  2 07:59:03 groupadd[1203455]: group added to /etc/group: name=builder, GID=652
<86>Mar  2 07:59:03 groupadd[1203455]: group added to /etc/gshadow: name=builder
<86>Mar  2 07:59:03 groupadd[1203455]: new group: name=builder, GID=652
<86>Mar  2 07:59:03 useradd[1203467]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
<13>Mar  2 07:59:05 rpmi: libcares-1.17.1-alt1 sisyphus+262311.100.1.1 1606112761 installed
<13>Mar  2 07:59:05 rpmi: libcares-devel-1.17.1-alt1 sisyphus+262311.100.1.1 1606112761 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/opennhrp-0.14.1-alt1.nosrc.rpm (w1.gzdio)
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.55482
+ 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.55482
+ 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/stdio.h:866,
                 from nhrp/admin.c:11:
In function 'snprintf',
    inlined from 'admin_show_peer' at nhrp/admin.c:97:7:
/usr/include/bits/stdio2.h:70:10: warning: '%s' directive argument is null [-Wformat-truncation=]
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:532,
                 from nhrp/admin.c:15:
In function 'strncpy',
    inlined from 'admin_init' at nhrp/admin.c:587:2:
/usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 108 equals destination size [-Wstringop-truncation]
   91 |   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:532,
                 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:91:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
   91 |   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:532,
                 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:91:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      nhrp/sysdep_pfpacket.o
  CC      nhrp/sysdep_syslog.o
  LD      nhrp/opennhrp
ld: nhrp/nhrp_packet.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/nhrp_peer.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/nhrp_server.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/nhrp_interface.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/admin.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/sysdep_netlink.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
ld: nhrp/sysdep_pfpacket.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: multiple definition of `nhrp_peer_type'; nhrp/opennhrp.o:/usr/src/RPM/BUILD/opennhrp-0.14.1/nhrp/nhrp_peer.h:139: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Make.rules:215: nhrp/opennhrp] Error 1
make: *** [Make.rules:246: nhrp/] Error 2
make: Leaving directory '/usr/src/RPM/BUILD/opennhrp-0.14.1'
error: Bad exit status from /usr/src/tmp/rpm-tmp.55482 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.55482 (%build)
Command exited with non-zero status 1
5.06user 0.26system 0:05.33elapsed 99%CPU (0avgtext+0avgdata 36624maxresident)k
0inputs+0outputs (0major+88676minor)pagefaults 0swaps
hsh-rebuild: rebuild of `opennhrp-0.14.1-alt1.src.rpm' failed.
Command exited with non-zero status 1
8.18user 2.20system 0:10.22elapsed 101%CPU (0avgtext+0avgdata 116032maxresident)k
240inputs+0outputs (0major+308567minor)pagefaults 0swaps