<86>Oct 12 01:08:54 userdel[448561]: delete user 'rooter' <86>Oct 12 01:08:54 userdel[448561]: removed group 'rooter' owned by 'rooter' <86>Oct 12 01:08:54 userdel[448561]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 12 01:08:54 groupadd[448569]: group added to /etc/group: name=rooter, GID=1862 <86>Oct 12 01:08:54 groupadd[448569]: group added to /etc/gshadow: name=rooter <86>Oct 12 01:08:54 groupadd[448569]: new group: name=rooter, GID=1862 <86>Oct 12 01:08:54 useradd[448577]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Oct 12 01:08:54 userdel[448590]: delete user 'builder' <86>Oct 12 01:08:54 userdel[448590]: removed group 'builder' owned by 'builder' <86>Oct 12 01:08:54 userdel[448590]: removed shadow group 'builder' owned by 'builder' <86>Oct 12 01:08:54 groupadd[448597]: group added to /etc/group: name=builder, GID=1863 <86>Oct 12 01:08:54 groupadd[448597]: group added to /etc/gshadow: name=builder <86>Oct 12 01:08:54 groupadd[448597]: new group: name=builder, GID=1863 <86>Oct 12 01:08:54 useradd[448604]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none <13>Oct 12 01:08:57 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libncurses++6-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libncurses++-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libncursesw-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: libtic-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Oct 12 01:08:57 rpmi: desktop-file-utils-0.26-alt4 sisyphus+324226.100.1.1 1688469484 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bombardier-0.8.3-alt1_22.nosrc.rpm (w1.gzdio) Installing bombardier-0.8.3-alt1_22.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.31266 + 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+nmu3 + echo 'Source #0 (bombardier_0.8.3+nmu3.tar.xz):' Source #0 (bombardier_0.8.3+nmu3.tar.xz): + /usr/bin/xz -dc /usr/src/RPM/SOURCES/bombardier_0.8.3+nmu3.tar.xz + /bin/tar -xf - + cd bombardier-0.8.3+nmu3 + /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-0.8.2-string-format.patch):' Patch #1 (bombardier-0.8.2-string-format.patch): + /usr/bin/patch -p0 patching file step.c + echo 'Patch #2 (format.patch):' Patch #2 (format.patch): + /usr/bin/patch -p0 patching file display.c + sed -i -e 's,$(LDFLAGS) -o $@ $(OBJS),-o $@ $(OBJS) $(LDFLAGS),' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.31266 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu3 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/bombardier-0.8.3+nmu3' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o bombardier.o bombardier.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o date.o date.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o randomhouse.o randomhouse.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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); | ^~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o signal.o signal.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o gcurses.o gcurses.c cc -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+nmu3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31266 + 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+nmu3 + 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) Processing files: bombardier-0.8.3-alt1_22 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79582 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bombardier-0.8.3+nmu3 + 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.R3TaAx 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.hvuftM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libncurses.so.6()(64bit) >= set:mhcyTG6gUJwtVbwnaOOTHALtdl6ksIaVJgMXUFKYgcbo1g, libtinfo.so.6()(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.gZL4Ul Creating bombardier-debuginfo package Processing files: bombardier-debuginfo-0.8.3-alt1_22 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sCCsU2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WGQkDQ find-requires: running scripts (debuginfo) Requires: bombardier = 0.8.3-alt1_22, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncurses.so.6), debug64(libtinfo.so.6) Adding to bombardier-debuginfo a strict dependency on bombardier Wrote: /usr/src/RPM/RPMS/x86_64/bombardier-0.8.3-alt1_22.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/bombardier-debuginfo-0.8.3-alt1_22.x86_64.rpm (w2.lzdio) 0.78user 0.60system 0:06.08elapsed 22%CPU (0avgtext+0avgdata 36508maxresident)k 0inputs+0outputs (0major+210001minor)pagefaults 0swaps 3.40user 1.30system 0:12.73elapsed 36%CPU (0avgtext+0avgdata 127048maxresident)k 0inputs+0outputs (0major+192254minor)pagefaults 0swaps --- bombardier-0.8.3-alt1_22.x86_64.rpm.repo 2023-09-05 16:53:22.000000000 +0000 +++ bombardier-0.8.3-alt1_22.x86_64.rpm.hasher 2023-10-12 01:09:05.864521900 +0000 @@ -23,3 +23,3 @@ Provides: bombardier = 0.8.3-alt1_22:sisyphus+328805.400.1.1 -File: /usr/bin/bombardier 100755 root:root 7cc33b5e175e6aea809073150dd94ce6 +File: /usr/bin/bombardier 100755 root:root caa6b879b8c862c1895556cebc18386c File: /usr/share/applications/bombardier.desktop 100644 root:root 783edce1fcc4d9148824f55c2485d066 @@ -32,2 +32,2 @@ File: /usr/share/man/man6/bombardier.6.xz 100644 root:root 254d662b55db5407dd9a91b8b8b4c640 -RPMIdentity: 1d06944176408b1cab74bfb6e452cbe650ea08ee7ce9baeb77bc5a9401bf82e33a44b958fb9da6783526887d082690ceba88d6063c72064179ad666aa94ae992 +RPMIdentity: 166efdb4ea316d3f4ca33e4602292a6d05c136e203f208cfc0fae8373a3e156ebe6d80780f445a3b4dc29dd7e828a23d53c866cb7a7d9c282e20a91f16fa396b --- bombardier-debuginfo-0.8.3-alt1_22.x86_64.rpm.repo 2023-09-05 16:53:22.000000000 +0000 +++ bombardier-debuginfo-0.8.3-alt1_22.x86_64.rpm.hasher 2023-10-12 01:09:05.928523128 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/83 40755 root:root -/usr/lib/debug/.build-id/83/78b966dc03482975e8ae5b79a99a519539eb6d 120777 root:root ../../../../bin/bombardier -/usr/lib/debug/.build-id/83/78b966dc03482975e8ae5b79a99a519539eb6d.debug 120777 root:root ../../usr/bin/bombardier.debug +/usr/lib/debug/.build-id/08 40755 root:root +/usr/lib/debug/.build-id/08/825def24db4a5df7f1edd1871cffa424de8a39 120777 root:root ../../../../bin/bombardier +/usr/lib/debug/.build-id/08/825def24db4a5df7f1edd1871cffa424de8a39.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_22:sisyphus+328805.400.1.1 -File: /usr/lib/debug/.build-id/83 40755 root:root -File: /usr/lib/debug/.build-id/83/78b966dc03482975e8ae5b79a99a519539eb6d 120777 root:root ../../../../bin/bombardier -File: /usr/lib/debug/.build-id/83/78b966dc03482975e8ae5b79a99a519539eb6d.debug 120777 root:root ../../usr/bin/bombardier.debug -File: /usr/lib/debug/usr/bin/bombardier.debug 100644 root:root 8c167dc7f0d395ebd1c04fe449bdaf93 +File: /usr/lib/debug/.build-id/08 40755 root:root +File: /usr/lib/debug/.build-id/08/825def24db4a5df7f1edd1871cffa424de8a39 120777 root:root ../../../../bin/bombardier +File: /usr/lib/debug/.build-id/08/825def24db4a5df7f1edd1871cffa424de8a39.debug 120777 root:root ../../usr/bin/bombardier.debug +File: /usr/lib/debug/usr/bin/bombardier.debug 100644 root:root c29a8ca0d62b8fe2173deee231fade5c File: /usr/src/debug/bombardier-0.8.3+nmu3 40755 root:root @@ -45,2 +45,2 @@ File: /usr/src/debug/bombardier-0.8.3+nmu3/texts.h 100644 root:root 7719c06463bd1adf905b409197816080 -RPMIdentity: 8267f995ff2f4cefa2e0a0448fc9dda8d15e88915fc97784ab4c85654568085a815e6adea3d1d7b1dbb9864e678610a2db8f66677e53452c67a253547aa0a6ec +RPMIdentity: c0de9accecf83e46699578aaa7fb6f03556d125a7a8b6942184f9a67733c68d0679fd5ca0a15d73eccd9e5e9bdc1bebddff32716e671e8fbbb59b9236b66324a