<86>Aug 1 09:12:08 userdel[1705742]: delete user 'rooter' <86>Aug 1 09:12:08 userdel[1705742]: removed group 'rooter' owned by 'rooter' <86>Aug 1 09:12:08 userdel[1705742]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 09:12:08 groupadd[1705757]: group added to /etc/group: name=rooter, GID=627 <86>Aug 1 09:12:08 groupadd[1705757]: group added to /etc/gshadow: name=rooter <86>Aug 1 09:12:08 groupadd[1705757]: new group: name=rooter, GID=627 <86>Aug 1 09:12:08 useradd[1705770]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Aug 1 09:12:08 userdel[1705789]: delete user 'builder' <86>Aug 1 09:12:08 userdel[1705789]: removed group 'builder' owned by 'builder' <86>Aug 1 09:12:08 userdel[1705789]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 09:12:08 groupadd[1705808]: group added to /etc/group: name=builder, GID=628 <86>Aug 1 09:12:08 groupadd[1705808]: group added to /etc/gshadow: name=builder <86>Aug 1 09:12:08 groupadd[1705808]: new group: name=builder, GID=628 <86>Aug 1 09:12:08 useradd[1705820]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash <13>Aug 1 09:12:10 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: libncurses++-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: libncurses++-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: libtic-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 09:12:10 rpmi: desktop-file-utils-0.23-alt2 sisyphus+226879.100.1.1 1554744356 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/bombardier-0.8.3-alt1_9.nosrc.rpm (w1.gzdio) Installing bombardier-0.8.3-alt1_9.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57489 + 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+nmu1 + echo 'Source #0 (bombardier_0.8.3+nmu1.tar.gz):' Source #0 (bombardier_0.8.3+nmu1.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/bombardier_0.8.3+nmu1.tar.gz + cd bombardier-0.8.3+nmu1 + /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.57489 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu1 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/bombardier-0.8.3+nmu1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bombardier.o bombardier.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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] 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] 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 -march=i586 -mtune=generic -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=] 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] sprintf(retstr, "%4d-%.2d-%.2d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from date.c:6: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 36 bytes into a destination of size 11 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o randomhouse.o randomhouse.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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] asprintf(&(state->text), "%s", texts[state->houses_text[state->bombx]].text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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] 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] 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] 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] 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] 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] 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] 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] 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] 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] write(fd, linewrite, 40); ^~~~~~~~~~~~~~~~~~~~~~~~ hof.c:148:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, linewrite, 40); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o signal.o signal.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -lncurses -g make: Leaving directory '/usr/src/RPM/BUILD/bombardier-0.8.3+nmu1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.15613 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd bombardier-0.8.3+nmu1 + 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,gnuconfig) /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) verify-elf: WARNING: ./usr/bin/bombardier: uses non-LFS functions: lseek open Hardlinking identical .pyc and .pyo files Processing files: bombardier-0.8.3-alt1_9 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16249 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu1 + 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.hBdUwt 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.jqktM0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: icon-theme-hicolor, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.8), libncurses.so.5 >= set:mhcyTG6gUJwtVbwnaOOTHALtdl6ksIaVJgMXUFKYgcbo1g, libtinfo.so.5 >= 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.CodQtP Creating bombardier-debuginfo package Processing files: bombardier-debuginfo-0.8.3-alt1_9 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QcYW5Q find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wm8g9X find-requires: running scripts (debuginfo) Requires: bombardier = 0.8.3-alt1_9, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libncurses.so.5), debug(libtinfo.so.5) Adding to bombardier-debuginfo a strict dependency on bombardier Wrote: /usr/src/RPM/RPMS/i586/bombardier-0.8.3-alt1_9.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/bombardier-debuginfo-0.8.3-alt1_9.i586.rpm (w2.lzdio) 2.88user 0.61system 0:07.95elapsed 44%CPU (0avgtext+0avgdata 26804maxresident)k 0inputs+0outputs (0major+210918minor)pagefaults 0swaps 6.50user 2.74system 0:13.68elapsed 67%CPU (0avgtext+0avgdata 117908maxresident)k 0inputs+0outputs (0major+481652minor)pagefaults 0swaps --- bombardier-0.8.3-alt1_9.i586.rpm.repo 2019-03-31 19:35:25.000000000 +0000 +++ bombardier-0.8.3-alt1_9.i586.rpm.hasher 2021-08-01 09:12:21.056001334 +0000 @@ -21,3 +21,3 @@ Provides: bombardier = 0.8.3-alt1_9:sisyphus+226012.100.1.1 -File: /usr/bin/bombardier 100755 root:root 71c35585d62e0a277ed7db3e79634adb +File: /usr/bin/bombardier 100755 root:root e438e582fa083866f59972f6efc7e943 File: /usr/share/applications/bombardier.desktop 100644 root:root 03d926c11f2fc8999aea1764b7aac43b @@ -30,2 +30,2 @@ File: /usr/share/man/man6/bombardier.6.xz 100644 root:root 254d662b55db5407dd9a91b8b8b4c640 -RPMIdentity: 701c792820a90a47feca3cab85199dc27315b35c8a8488b020dd5bdec9b121d012d883fa417ca0bf6c2c596d41262768242291d31beb6b083969629ae80c6d1d +RPMIdentity: aeec31aab6e2272a8eccd40cdc3a1bad4daf7b37f9ff33a78051d2932b74d3134580d8e331718ad307be89463c8694ea70428c098927e8037a3b3deef75b82eb --- bombardier-debuginfo-0.8.3-alt1_9.i586.rpm.repo 2019-03-31 19:35:25.000000000 +0000 +++ bombardier-debuginfo-0.8.3-alt1_9.i586.rpm.hasher 2021-08-01 09:12:21.364004281 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a4 40755 root:root -/usr/lib/debug/.build-id/a4/47db1e0f6aa857487f59cbf09b6de163b0785c 120777 root:root ../../../../bin/bombardier -/usr/lib/debug/.build-id/a4/47db1e0f6aa857487f59cbf09b6de163b0785c.debug 120777 root:root ../../usr/bin/bombardier.debug +/usr/lib/debug/.build-id/b5 40755 root:root +/usr/lib/debug/.build-id/b5/75e0e6d7f1f1783a7437f71904be26269e617e 120777 root:root ../../../../bin/bombardier +/usr/lib/debug/.build-id/b5/75e0e6d7f1f1783a7437f71904be26269e617e.debug 120777 root:root ../../usr/bin/bombardier.debug /usr/lib/debug/usr/bin/bombardier.debug 100644 root:root @@ -26,6 +26,6 @@ Provides: bombardier-debuginfo = 0.8.3-alt1_9:sisyphus+226012.100.1.1 -File: /usr/lib/debug/.build-id/a4 40755 root:root -File: /usr/lib/debug/.build-id/a4/47db1e0f6aa857487f59cbf09b6de163b0785c 120777 root:root ../../../../bin/bombardier -File: /usr/lib/debug/.build-id/a4/47db1e0f6aa857487f59cbf09b6de163b0785c.debug 120777 root:root ../../usr/bin/bombardier.debug -File: /usr/lib/debug/usr/bin/bombardier.debug 100644 root:root 707d5b4d002926a17be6e4055b70348b +File: /usr/lib/debug/.build-id/b5 40755 root:root +File: /usr/lib/debug/.build-id/b5/75e0e6d7f1f1783a7437f71904be26269e617e 120777 root:root ../../../../bin/bombardier +File: /usr/lib/debug/.build-id/b5/75e0e6d7f1f1783a7437f71904be26269e617e.debug 120777 root:root ../../usr/bin/bombardier.debug +File: /usr/lib/debug/usr/bin/bombardier.debug 100644 root:root 9d34bc7d5d17018eaecdd5d206ce166c File: /usr/src/debug/bombardier-0.8.3+nmu1 40755 root:root @@ -45,2 +45,2 @@ File: /usr/src/debug/bombardier-0.8.3+nmu1/texts.h 100644 root:root 7719c06463bd1adf905b409197816080 -RPMIdentity: 6ecace18bc1b677cc4bb4dd18df9f264c94b02a297303f1f7646d19942b81edd24d2fac22cb79f3c0170847a5ef4aae394836c433e3e7e62a9fecbac1e2103ff +RPMIdentity: 9300d83b235685aa594a4599df0aed4d405ab61e42fdf45c5c145237db8bcd9c11b95bfa76f8d968c4819b7d906f5ddeddcb8463ce59b6debc764b1b74fc69ba