<86>Jan 3 07:48:34 userdel[73201]: delete user 'rooter' <86>Jan 3 07:48:34 userdel[73201]: removed group 'rooter' owned by 'rooter' <86>Jan 3 07:48:34 userdel[73201]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 3 07:48:34 groupadd[73206]: group added to /etc/group: name=rooter, GID=567 <86>Jan 3 07:48:34 groupadd[73206]: group added to /etc/gshadow: name=rooter <86>Jan 3 07:48:34 groupadd[73206]: new group: name=rooter, GID=567 <86>Jan 3 07:48:34 useradd[73213]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Jan 3 07:48:34 userdel[73224]: delete user 'builder' <86>Jan 3 07:48:34 userdel[73224]: removed group 'builder' owned by 'builder' <86>Jan 3 07:48:34 userdel[73224]: removed shadow group 'builder' owned by 'builder' <86>Jan 3 07:48:34 groupadd[73229]: group added to /etc/group: name=builder, GID=568 <86>Jan 3 07:48:34 groupadd[73229]: group added to /etc/gshadow: name=builder <86>Jan 3 07:48:34 groupadd[73229]: new group: name=builder, GID=568 <86>Jan 3 07:48:34 useradd[73233]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mingetty-1.01-alt4.1.nosrc.rpm Installing mingetty-1.01-alt4.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96960 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mingetty-1.01 + echo 'Source #0 (mingetty-1.01.tar):' Source #0 (mingetty-1.01.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mingetty-1.01.tar + cd mingetty-1.01 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mingetty-1.00-alt-Makefile.patch):' Patch #0 (mingetty-1.00-alt-Makefile.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #1 (mingetty-1.01-owl-logname.patch):' Patch #1 (mingetty-1.01-owl-logname.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 436 (offset -1 lines). + echo 'Patch #2 (mingetty-1.00-owl-alt-syslog.patch):' Patch #2 (mingetty-1.00-owl-alt-syslog.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 83 (offset 2 lines). + echo 'Patch #3 (mingetty-1.00-owl-alt-bound.patch):' Patch #3 (mingetty-1.00-owl-alt-bound.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 159 (offset -2 lines). + echo 'Patch #4 (mingetty-1.00-alt-read_eof.patch):' Patch #4 (mingetty-1.00-alt-read_eof.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 347 with fuzz 1 (offset -1 lines). + echo 'Patch #5 (mingetty-1.01-suse-owl-alt-vhangup.patch):' Patch #5 (mingetty-1.01-suse-owl-alt-vhangup.patch): + /usr/bin/patch -p1 patching file mingetty.c + echo 'Patch #6 (mingetty-1.01-alt-logname_valid_characters.patch):' Patch #6 (mingetty-1.01-alt-logname_valid_characters.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 357 (offset -9 lines). + echo 'Patch #7 (mingetty-1.01-alt-progname.patch):' Patch #7 (mingetty-1.01-alt-progname.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #2 succeeded at 370 (offset -9 lines). Hunk #3 succeeded at 388 (offset -8 lines). + echo 'Patch #8 (mingetty-1.01-alt-std_fd.patch):' Patch #8 (mingetty-1.01-alt-std_fd.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 178 (offset -10 lines). Hunk #2 succeeded at 193 (offset -10 lines). + echo 'Patch #9 (mingetty-1.01-alt-release.patch):' Patch #9 (mingetty-1.01-alt-release.patch): + /usr/bin/patch -p1 patching file mingetty.c Hunk #1 succeeded at 302 (offset -1 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96960 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mingetty-1.01 + make make: Entering directory '/usr/src/RPM/BUILD/mingetty-1.01' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o mingetty.o mingetty.c mingetty.c: In function 'open_tty': mingetty.c:211:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 211 | write (1, "\033c", 2); | ^~~~~~~~~~~~~~~~~~~~~ mingetty.c: In function 'do_prompt': mingetty.c:343:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 343 | write (1, "\n", 1); /* start a new line */ | ^~~~~~~~~~~~~~~~~~ mingetty.c:360:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 360 | write (1, hn, strlen (hn)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mingetty.c:361:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 361 | write (1, LOGIN, sizeof (LOGIN) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:507, from mingetty.c:28: In function 'strncpy', inlined from 'update_utmp' at mingetty.c:139:3: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc mingetty.o -o mingetty make: Leaving directory '/usr/src/RPM/BUILD/mingetty-1.01' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.89763 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mingetty-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mingetty-buildroot + cd mingetty-1.01 + make install make: Entering directory '/usr/src/RPM/BUILD/mingetty-1.01' install -pD -m755 mingetty /usr/src/tmp/mingetty-buildroot/sbin/mingetty install -pD -m644 mingetty.8 /usr/src/tmp/mingetty-buildroot/usr/share/man/man8/mingetty.8 make: Leaving directory '/usr/src/RPM/BUILD/mingetty-1.01' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mingetty-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mingetty-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/mingetty-buildroot/ (default) Compressing files in /usr/src/tmp/mingetty-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mingetty-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: mingetty-1.01-alt4.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nCbnIv 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.iZgsVu find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: login >= 0:0.60-alt1, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sdQ1dv Creating mingetty-debuginfo package Processing files: mingetty-debuginfo-1.01-alt4.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8s573u find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wxvfLy find-requires: running scripts (debuginfo) Requires: mingetty = 1.01-alt4.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/mingetty-1.01-alt4.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/mingetty-debuginfo-1.01-alt4.1.i586.rpm 2.15user 0.27system 0:08.42elapsed 28%CPU (0avgtext+0avgdata 24872maxresident)k 0inputs+0outputs (0major+141215minor)pagefaults 0swaps 3.51user 2.10system 0:14.94elapsed 37%CPU (0avgtext+0avgdata 24872maxresident)k 0inputs+0outputs (0major+322656minor)pagefaults 0swaps