<86>Sep 14 10:16:51 userdel[1418461]: delete user 'rooter' <86>Sep 14 10:16:51 groupadd[1418480]: group added to /etc/group: name=rooter, GID=654 <86>Sep 14 10:16:51 groupadd[1418480]: group added to /etc/gshadow: name=rooter <86>Sep 14 10:16:51 groupadd[1418480]: new group: name=rooter, GID=654 <86>Sep 14 10:16:51 useradd[1418493]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Sep 14 10:16:51 userdel[1418519]: delete user 'builder' <86>Sep 14 10:16:51 userdel[1418519]: removed group 'builder' owned by 'builder' <86>Sep 14 10:16:51 userdel[1418519]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 10:16:51 groupadd[1418538]: group added to /etc/group: name=builder, GID=655 <86>Sep 14 10:16:51 groupadd[1418538]: group added to /etc/gshadow: name=builder <86>Sep 14 10:16:51 groupadd[1418538]: new group: name=builder, GID=655 <86>Sep 14 10:16:51 useradd[1418551]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash warning: user asy does not exist - using root warning: group asy does not exist - using root warning: user asy does not exist - using root warning: group asy does not exist - using root warning: user asy does not exist - using root warning: group asy does not exist - using root warning: user asy does not exist - using root warning: group asy does not exist - using root warning: Macro %gpl2plus not found <13>Sep 14 10:16:53 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/vrrpd-1.0-alt2.nosrc.rpm (w1.gzdio) Installing vrrpd-1.0-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11515 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf vrrpd-1.0-20081017 + echo 'Source #0 (vrrpd-1.0-20081017.tgz):' Source #0 (vrrpd-1.0-20081017.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/vrrpd-1.0-20081017.tgz + /bin/tar -xf - + cd vrrpd-1.0-20081017 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.11515 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vrrpd-1.0-20081017 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o ipaddr.o ipaddr.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o daemon.o daemon.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o iproute.o iproute.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o md5.o md5.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o ipsecah.o ipsecah.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o ll_map.o ll_map.c make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o libnetlink.o libnetlink.c libnetlink.c: In function 'rtnl_open': libnetlink.c:43:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 43 | memset(rth, 0, sizeof(rth)); | ^ libnetlink.c: In function 'rtnl_from_file': libnetlink.c:423:26: warning: variable 'seq' set but not used [-Wunused-but-set-variable] 423 | unsigned seq; | ^~~ libnetlink.c:421:23: warning: variable 'pid' set but not used [-Wunused-but-set-variable] 421 | pid_t pid; | ^~~ libnetlink.c:420:31: warning: variable 'type' set but not used [-Wunused-but-set-variable] 420 | int err, len, type; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -O -Wall -c -o vrrpd.o vrrpd.c vrrpd.c: In function 'vrrp_in_chk_ipsecah': vrrpd.c:504:12: warning: pointer targets in passing argument 1 of 'hmac_md5' differ in signedness [-Wpointer-sign] 504 | hmac_md5(buffer, vrrp_iphdr_len(vsrv)+vrrp_ipsecah_len(vsrv)+vrrp_hd_len(vsrv), | ^~~~~~ | | | char * In file included from vrrpd.h:43, from vrrpd.c:81: ipsecah.h:66:37: note: expected 'unsigned char *' but argument is of type 'char *' 66 | extern void hmac_md5(unsigned char *buffer, int buffer_len, | ~~~~~~~~~~~~~~~^~~~~~ vrrpd.c: In function 'vrrp_in_chk': vrrpd.c:581:13: warning: variable 'ah' set but not used [-Wunused-but-set-variable] 581 | ipsec_ah *ah; | ^~ vrrpd.c: In function 'vrrp_build_ipsecah': vrrpd.c:806:12: warning: pointer targets in passing argument 1 of 'hmac_md5' differ in signedness [-Wpointer-sign] 806 | hmac_md5(buffer,buflen,vsrv->vif.auth_data,sizeof(vsrv->vif.auth_data),digest); | ^~~~~~ | | | char * In file included from vrrpd.h:43, from vrrpd.c:81: ipsecah.h:66:37: note: expected 'unsigned char *' but argument is of type 'char *' 66 | extern void hmac_md5(unsigned char *buffer, int buffer_len, | ~~~~~~~~~~~~~~~^~~~~~ vrrpd.c: In function 'pidfile_get_name': vrrpd.c:168:39: warning: '/vrrpd_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4097 [-Wformat-truncation=] 168 | snprintf( pidfile, sizeof(pidfile), "%s/" VRRP_PID_FORMAT | ^~~~~ vrrpd.c:168:42: note: format string is defined here 168 | snprintf( pidfile, sizeof(pidfile), "%s/" VRRP_PID_FORMAT vrrpd.c:168:3: note: 'snprintf' output 14 or more bytes (assuming 4110) into a destination of size 4097 168 | snprintf( pidfile, sizeof(pidfile), "%s/" VRRP_PID_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 169 | , PidDir | ~~~~~~~~ 170 | , vsrv->vif.ifname | ~~~~~~~~~~~~~~~~~~ 171 | , vsrv->vrid ); | ~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' make: Entering directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' gcc -o vrrpd vrrpd.o libnetlink.o ll_map.o iproute.o ipaddr.o md5.o ipsecah.o daemon.o make: Leaving directory '/usr/src/RPM/BUILD/vrrpd-1.0-20081017' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11515 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/vrrpd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/vrrpd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd vrrpd-1.0-20081017 + mkdir -p /usr/src/tmp/vrrpd-buildroot//usr/sbin + mkdir -p /usr/src/tmp/vrrpd-buildroot//usr/share/man/man8 + install -pD -m755 vrrpd /usr/src/tmp/vrrpd-buildroot//usr/sbin/vrrpd + install -pD -m644 vrrpd.8 /usr/src/tmp/vrrpd-buildroot//usr/share/man/man8/vrrpd.8 + install -pD -m755 /usr/src/RPM/SOURCES/vrrpd_wrapper /usr/src/tmp/vrrpd-buildroot//usr/sbin/vrrpd_wrapper + install -pD -m644 /usr/src/RPM/SOURCES/vrrpd-etcnet.txt vrrpd-etcnet.txt + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/vrrpd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/vrrpd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/vrrpd-buildroot/ (default) Compressing files in /usr/src/tmp/vrrpd-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/vrrpd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/vrrpd: uses non-LFS functions: fopen open Processing files: vrrpd-1.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.88476 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vrrpd-1.0-20081017 + DOCDIR=/usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + export DOCDIR + rm -rf /usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + /bin/mkdir -p /usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + cp -prL Changes FAQ TODO README doc/draft-ietf-vrrp-spec-v2-05.txt doc/draft-jou-duplicate-ip-address-02.txt doc/rfc2338.txt.vrrp vrrpd-etcnet.txt /usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + chmod -R go-w /usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + chmod -R a+rX /usr/src/tmp/vrrpd-buildroot/usr/share/doc/vrrpd-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LXxNsn 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.JEdARk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/vrrpd-buildroot/usr/sbin/vrrpd_wrapper syntax OK Requires: etcnet, perl-base, /lib/ld-linux.so.2, /usr/bin/perl, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), perl(POSIX.pm), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wMr7En Creating vrrpd-debuginfo package Processing files: vrrpd-debuginfo-1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.houvvj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4RksYn find-requires: running scripts (debuginfo) Requires: vrrpd = 1:1.0-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/vrrpd-1.0-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/vrrpd-debuginfo-1.0-alt2.i586.rpm (w2.lzdio) 2.01user 1.05system 0:06.39elapsed 48%CPU (0avgtext+0avgdata 25812maxresident)k 0inputs+0outputs (0major+150725minor)pagefaults 0swaps 6.68user 5.92system 0:15.55elapsed 81%CPU (0avgtext+0avgdata 101268maxresident)k 0inputs+0outputs (0major+413468minor)pagefaults 0swaps --- vrrpd-1.0-alt2.i586.rpm.repo 2016-01-30 12:28:08.000000000 +0000 +++ vrrpd-1.0-alt2.i586.rpm.hasher 2021-09-14 10:17:03.892092976 +0000 @@ -18,2 +18,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) @@ -25,3 +26,3 @@ Provides: vrrpd = 1:1.0-alt2 -File: /usr/sbin/vrrpd 100755 root:root 815d61709f6f26866c60d89cc63b5e25 +File: /usr/sbin/vrrpd 100755 root:root a5f65114c09a41192366dbf15e4eaa90 File: /usr/sbin/vrrpd_wrapper 100755 root:root 3940609feb6fcd52310c958ad96332a7 @@ -37,2 +38,2 @@ File: /usr/share/man/man8/vrrpd.8.xz 100644 root:root 2f038cae292dbaa40c222ae4bf599db8 -RPMIdentity: 125c909da3c945d64b9f7ddddd920369f547459bfc9b1ecd970460c8b8601242d41722c08e4a8684811db708592b4c03d18fe2cc06e579775b96b09092b80978 +RPMIdentity: 61ac7042ebd492fd7593ef3e8cccfb2a372cfb8b67bd9d5749ee37a2a9b27a54b49fd31ed959ec0cc1a60506a6d5a647aec256e8c4758cbad64243ed751a50c7 --- vrrpd-debuginfo-1.0-alt2.i586.rpm.repo 2016-01-30 12:28:08.000000000 +0000 +++ vrrpd-debuginfo-1.0-alt2.i586.rpm.hasher 2021-09-14 10:17:04.009092181 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a7 40755 root:root -/usr/lib/debug/.build-id/a7/0da7491a3fea17ca049e20f6c61f957e7a8f12 120777 root:root ../../../../sbin/vrrpd -/usr/lib/debug/.build-id/a7/0da7491a3fea17ca049e20f6c61f957e7a8f12.debug 120777 root:root ../../usr/sbin/vrrpd.debug +/usr/lib/debug/.build-id/a2 40755 root:root +/usr/lib/debug/.build-id/a2/bce8d730fae6023e83369a05afa0607e7d4202 120777 root:root ../../../../sbin/vrrpd +/usr/lib/debug/.build-id/a2/bce8d730fae6023e83369a05afa0607e7d4202.debug 120777 root:root ../../usr/sbin/vrrpd.debug /usr/lib/debug/usr/sbin/vrrpd.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: vrrpd-debuginfo = 1:1.0-alt2 -File: /usr/lib/debug/.build-id/a7 40755 root:root -File: /usr/lib/debug/.build-id/a7/0da7491a3fea17ca049e20f6c61f957e7a8f12 120777 root:root ../../../../sbin/vrrpd -File: /usr/lib/debug/.build-id/a7/0da7491a3fea17ca049e20f6c61f957e7a8f12.debug 120777 root:root ../../usr/sbin/vrrpd.debug -File: /usr/lib/debug/usr/sbin/vrrpd.debug 100644 root:root 62e80d069efcf8a9844082218744a5f3 -RPMIdentity: 308047e64c0fed010e18fcf28cd6013e10d74e42759e1acb41de76a89305e81bd09fc02a83fbf88c94d7ab004bcc8719d6324e3b14b56caf1e6e2ead4f0be391 +File: /usr/lib/debug/.build-id/a2 40755 root:root +File: /usr/lib/debug/.build-id/a2/bce8d730fae6023e83369a05afa0607e7d4202 120777 root:root ../../../../sbin/vrrpd +File: /usr/lib/debug/.build-id/a2/bce8d730fae6023e83369a05afa0607e7d4202.debug 120777 root:root ../../usr/sbin/vrrpd.debug +File: /usr/lib/debug/usr/sbin/vrrpd.debug 100644 root:root 76b4ab31297c9cee4fea672cc8a3ba56 +RPMIdentity: d9b90b6045ed250620db0a8dd8d18829723ac2fb162501de37c24a1e4db2d9fda41ce7a48708be9111bf488226290abe090256c3ef563059779c2b30bb78b32f