<86>Sep 4 02:00:19 userdel[3588579]: delete user 'rooter' <86>Sep 4 02:00:19 userdel[3588579]: removed group 'rooter' owned by 'rooter' <86>Sep 4 02:00:19 userdel[3588579]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 4 02:00:19 groupadd[3588608]: group added to /etc/group: name=rooter, GID=585 <86>Sep 4 02:00:19 groupadd[3588608]: group added to /etc/gshadow: name=rooter <86>Sep 4 02:00:19 groupadd[3588608]: new group: name=rooter, GID=585 <86>Sep 4 02:00:19 useradd[3588654]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Sep 4 02:00:19 userdel[3588670]: delete user 'builder' <86>Sep 4 02:00:19 userdel[3588670]: removed group 'builder' owned by 'builder' <86>Sep 4 02:00:19 userdel[3588670]: removed shadow group 'builder' owned by 'builder' <86>Sep 4 02:00:19 groupadd[3588679]: group added to /etc/group: name=builder, GID=586 <86>Sep 4 02:00:19 groupadd[3588679]: group added to /etc/gshadow: name=builder <86>Sep 4 02:00:19 groupadd[3588679]: new group: name=builder, GID=586 <86>Sep 4 02:00:19 useradd[3588689]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash <13>Sep 4 02:00:24 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: libncurses++-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: libncurses++-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: libtic-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 4 02:00:24 rpmi: desktop-file-utils-0.23-alt2 sisyphus+226879.100.1.1 1554744353 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bombardier-0.8.3-alt1_13.nosrc.rpm Installing bombardier-0.8.3-alt1_13.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92489 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bombardier-0.8.3+nmu2 + echo 'Source #0 (bombardier_0.8.3+nmu2.tar.xz):' Source #0 (bombardier_0.8.3+nmu2.tar.xz): + /usr/bin/xz -dc /usr/src/RPM/SOURCES/bombardier_0.8.3+nmu2.tar.xz + /bin/tar -xf - + cd bombardier-0.8.3+nmu2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bombardier-height.patch):' Patch #0 (bombardier-height.patch): + /usr/bin/patch -p0 patching file values.h + echo 'Patch #1 (bombardier-rpm_opt_flags.patch):' Patch #1 (bombardier-rpm_opt_flags.patch): + /usr/bin/patch -p0 patching file Makefile + echo 'Patch #3 (bombardier-0.8.2-string-format.patch):' Patch #3 (bombardier-0.8.2-string-format.patch): + /usr/bin/patch -p0 patching file step.c + sed -i -e 's,$(LDFLAGS) -o $@ $(OBJS),-o $@ $(OBJS) $(LDFLAGS),' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.92489 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu2 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/bombardier-0.8.3+nmu2' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o bombardier.o bombardier.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o display.o display.c display.c: In function 'citycompute': display.c:211:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 211 | asprintf(&ret,"Unnamed %d", citynum); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function 'display_state': display.c:260:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 260 | asprintf(&statusstr, "Blocks: %.4d/%.4d, City: %15s (%.2d), Score: %7d", state->blocks, state->numofblocks, citycompute(state->city), state->city, state->score); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o date.o date.c date.c: In function 'ascdate': date.c:19:25: warning: '-' directive writing 1 byte into a region of size between 0 and 7 [-Wformat-overflow=] 19 | sprintf(retstr, "%4d-%.2d-%.2d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday); | ^ date.c:19:21: note: directive argument in the range [-2147483647, 2147483647] 19 | sprintf(retstr, "%4d-%.2d-%.2d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from date.c:6: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 36 bytes into a destination of size 11 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o randomhouse.o randomhouse.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o step.o step.c step.c: In function 'step_state_bomb': step.c:39:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 39 | asprintf(&(state->text), "%s", texts[state->houses_text[state->bombx]].text); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o hof.o hof.c hof.c: In function 'defhof': hof.c:44:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 44 | write(fd, "Teller Ede |1908-01-15| 16384\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:45:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 45 | write(fd, "Szilárd Leó |1898-02-11| 8192\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:46:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 46 | write(fd, "Neumann János |1903-12-28| 4096\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:47:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 47 | write(fd, "Gábor Dénes |1900-06-05| 2048\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:48:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 48 | write(fd, "Bolyai János |1802-12-15| 1024\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:49:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 49 | write(fd, "Eötvös Loránd |1848-07-27| 512\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:50:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 50 | write(fd, "Horthy Miklós |1800-00-00| 256\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:51:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 51 | write(fd, "Kádár János |1800-00-00| 128\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:52:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 52 | write(fd, "Rákosi Mátyás |1892-00-00| 64\n", 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c: In function 'hof': hof.c:136:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 136 | write(fd, linewrite, 40); | ^~~~~~~~~~~~~~~~~~~~~~~~ hof.c:148:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 148 | write(fd, linewrite, 40); | ^~~~~~~~~~~~~~~~~~~~~~~~ hof.c:134:41: warning: '%-20s' directive writing between 20 and 188 bytes into a region of size 40 [-Wformat-overflow=] 134 | sprintf(linewrite, "%-20s|%10s|%7d", names[i], dates[i], scores[i]); | ^~~~~ In file included from /usr/include/stdio.h:867, from incs.h:7, from bombardier.h:6, from hof.c:6: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 40 and 300 bytes into a destination of size 40 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hof.c:146:41: warning: '%-20s' directive writing between 20 and 188 bytes into a region of size 40 [-Wformat-overflow=] 146 | sprintf(linewrite, "%-20s|%10s|%7d", names[i], dates[i], scores[i]); | ^~~~~ In file included from /usr/include/stdio.h:867, from incs.h:7, from bombardier.h:6, from hof.c:6: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 40 and 300 bytes into a destination of size 40 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o signal.o signal.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o gcurses.o gcurses.c gcc -o bombardier bombardier.o display.o date.o randomhouse.o step.o hof.o signal.o gcurses.o -g -lncurses make: Leaving directory '/usr/src/RPM/BUILD/bombardier-0.8.3+nmu2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34351 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bombardier-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bombardier-buildroot + cd bombardier-0.8.3+nmu2 + install -pD -m 755 bombardier /usr/src/tmp/bombardier-buildroot/usr/bin/bombardier + install -pD -m 644 bombardier.6 /usr/src/tmp/bombardier-buildroot/usr/share/man/man6/bombardier.6 + mkdir -p /usr/src/tmp/bombardier-buildroot/usr/share/applications + desktop-file-install --dir /usr/src/tmp/bombardier-buildroot/usr/share/applications /usr/src/RPM/SOURCES/bombardier.desktop /usr/src/tmp/bombardier-buildroot/usr/share/applications/bombardier.desktop: error: (will be fatal in the future): value "bombardier-logo.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path + mkdir -p /usr/src/tmp/bombardier-buildroot/usr/share/icons/hicolor/32x32/apps + install -p -m 644 /usr/src/RPM/SOURCES/bombardier-logo.png /usr/src/tmp/bombardier-buildroot/usr/share/icons/hicolor/32x32/apps + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bombardier-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bombardier-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/share/applications/bombardier.desktop: performed minor cleanup: 2d1 < Encoding=UTF-8 7c6 < Icon=bombardier-logo.png --- > Icon=bombardier-logo Checking contents of files in /usr/src/tmp/bombardier-buildroot/ (default) Compressing files in /usr/src/tmp/bombardier-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bombardier-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: bombardier-0.8.3-alt1_13 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52398 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu2 + DOCDIR=/usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + export DOCDIR + rm -rf /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + /bin/mkdir -p /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + cp -prL --no-dereference COPYING /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + chmod -R go-w /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + chmod -R a+rX /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + cp -prL README DEDICATION VERSION /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + chmod -R go-w /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + chmod -R a+rX /usr/src/tmp/bombardier-buildroot/usr/share/doc/bombardier-0.8.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GOWcVt 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.tmbHYu find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: icon-theme-hicolor, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.8)(64bit), libncurses.so.5()(64bit) >= set:mhcyTG6gUJwtVbwnaOOTHALtdl6ksIaVJgMXUFKYgcbo1g, libtinfo.so.5()(64bit) >= set:liL9AIMPJq6KeUhd0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eT2o0u Creating bombardier-debuginfo package Processing files: bombardier-debuginfo-0.8.3-alt1_13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1NmfHs find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WUFrct find-requires: running scripts (debuginfo) Requires: bombardier = 0.8.3-alt1_13, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncurses.so.5), debug64(libtinfo.so.5) Adding to bombardier-debuginfo a strict dependency on bombardier Wrote: /usr/src/RPM/RPMS/x86_64/bombardier-0.8.3-alt1_13.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/bombardier-debuginfo-0.8.3-alt1_13.x86_64.rpm 5.42user 1.68system 0:11.66elapsed 60%CPU (0avgtext+0avgdata 31688maxresident)k 0inputs+0outputs (0major+240985minor)pagefaults 0swaps 13.71user 8.75system 0:28.05elapsed 80%CPU (0avgtext+0avgdata 115296maxresident)k 192inputs+0outputs (0major+537565minor)pagefaults 0swaps