<86>Oct 8 04:23:08 userdel[1489241]: delete user 'rooter' <86>Oct 8 04:23:08 userdel[1489241]: removed group 'rooter' owned by 'rooter' <86>Oct 8 04:23:08 userdel[1489241]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 8 04:23:08 groupadd[1489268]: group added to /etc/group: name=rooter, GID=666 <86>Oct 8 04:23:08 groupadd[1489268]: group added to /etc/gshadow: name=rooter <86>Oct 8 04:23:08 groupadd[1489268]: new group: name=rooter, GID=666 <86>Oct 8 04:23:08 useradd[1489297]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Oct 8 04:23:08 userdel[1489327]: delete user 'builder' <86>Oct 8 04:23:08 userdel[1489327]: removed group 'builder' owned by 'builder' <86>Oct 8 04:23:08 userdel[1489327]: removed shadow group 'builder' owned by 'builder' <86>Oct 8 04:23:08 groupadd[1489349]: group added to /etc/group: name=builder, GID=667 <86>Oct 8 04:23:08 groupadd[1489349]: group added to /etc/gshadow: name=builder <86>Oct 8 04:23:08 groupadd[1489349]: new group: name=builder, GID=667 <86>Oct 8 04:23:08 useradd[1489366]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/whdd-3.0-alt3.src.rpm: license not found in '/usr/share/license' directory: GNU /usr/src/in/srpm/whdd-3.0-alt3.src.rpm: The use of such a license name is ambiguous: GPL <13>Oct 8 04:23:11 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Oct 8 04:23:11 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Oct 8 04:23:11 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Oct 8 04:23:11 rpmi: libdialog-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655688 installed <13>Oct 8 04:23:11 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Oct 8 04:23:12 rpmi: libstdc++12-devel-12.1.1-alt2 sisyphus+307182.100.1.1 1663782147 installed <13>Oct 8 04:23:13 rpmi: gcc12-c++-12.1.1-alt2 sisyphus+307182.100.1.1 1663782147 installed <13>Oct 8 04:23:13 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033914 installed <13>Oct 8 04:23:13 rpmi: libdialog-devel-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655688 installed <13>Oct 8 04:23:13 rpmi: libncursesw-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/whdd-3.0-alt3.nosrc.rpm (w1.gzdio) Installing whdd-3.0-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.83131 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf whdd-3.0 + echo 'Source #0 (whdd-3.0.tar):' Source #0 (whdd-3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/whdd-3.0.tar + cd whdd-3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.83131 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd whdd-3.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/whdd-3.0' Package dialog was not found in the pkg-config search path. Perhaps you should add the directory containing `dialog.pc' to the PKG_CONFIG_PATH environment variable No package 'dialog' found make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' make: Entering directory '/usr/src/RPM/BUILD/whdd-3.0' ./version.sh . version.h make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' make: Entering directory '/usr/src/RPM/BUILD/whdd-3.0' cc -std=gnu99 -pthread -D_GNU_SOURCE -I./ -I./cui/ -I./libdevcheck/ -I/usr/include/dialog -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pthread -o whdd ui_mutual.c cui/main.c cui/ncurses_convenience.c cui/sliding_window_renderer.c cui/vis.c cui/whole_space_renderer.c libdevcheck/ata.c libdevcheck/copy.c libdevcheck/copy_read_strategies.c libdevcheck/hpa_set.c libdevcheck/libdevcheck.c libdevcheck/log.c libdevcheck/posix_write_zeros.c libdevcheck/procedure.c libdevcheck/read_test.c libdevcheck/render.c libdevcheck/scsi.c libdevcheck/smart_show.c libdevcheck/utils.c -ldialog -lncursesw -ltinfo -lmenuw -lm -lrt cui/sliding_window_renderer.c: In function 'render_update_stats': cui/sliding_window_renderer.c:134:44: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 134 | wprintw(priv->access_time_stats, "%d\n", priv->access_time_stats_accum[i]); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int uint64_t {aka long long unsigned int} | %lld cui/sliding_window_renderer.c:136:44: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 136 | wprintw(priv->access_time_stats, "%d\n", priv->error_stats_accum[i]); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int uint64_t {aka long long unsigned int} | %lld cui/sliding_window_renderer.c: In function 'Open': cui/sliding_window_renderer.c:249:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 249 | "%s %s\n" | ^~~~~~~~~ ...... 252 | actctx->procedure->display_name, actctx->dev->dev_path, actctx->blk_size); | ~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} cui/sliding_window_renderer.c:250:23: note: format string is defined here 250 | "Block = %d bytes\n" | ~^ | | | int | %lld cui/vis.c: In function 'print_vis': cui/vis.c:44:21: warning: format '%lc' expects argument of type 'wint_t', but argument 3 has type 'wchar_t' {aka 'long int'} [-Wformat=] 44 | wprintw(win, "%lc", vis.vis); | ~~^ ~~~~~~~ | | | | | wchar_t {aka long int} | unsigned int | %ld make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36025 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/whdd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/whdd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd whdd-3.0 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/whdd-buildroot/usr make: Entering directory '/usr/src/RPM/BUILD/whdd-3.0' Package dialog was not found in the pkg-config search path. Perhaps you should add the directory containing `dialog.pc' to the PKG_CONFIG_PATH environment variable No package 'dialog' found make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' make: Entering directory '/usr/src/RPM/BUILD/whdd-3.0' ./version.sh . version.h /usr/libexec/rpm-build/install -p -D whdd /usr/src/tmp/whdd-buildroot/usr/bin/whdd make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' + /usr/lib/rpm/find-lang whdd + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/whdd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/whdd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/whdd-buildroot/ (default) Compressing files in /usr/src/tmp/whdd-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/whdd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/whdd: uses non-LFS functions: fopen lseek open Processing files: whdd-3.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nP25M8 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.joc6Gr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libdialog.so.14 >= set:linnfZjGKDOVHsWWiAt, libncursesw.so.5 >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0, libtinfo.so.5 >= set:liZKbfJ2NFZGS3aZi0, 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.iw9od1 Creating whdd-debuginfo package Processing files: whdd-debuginfo-3.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1cb19G find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oAwCHd find-requires: running scripts (debuginfo) Requires: whdd = 3.0-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdialog.so.14), debug(libncursesw.so.5), debug(libtinfo.so.5) Adding to whdd-debuginfo a strict dependency on whdd Wrote: /usr/src/RPM/RPMS/i586/whdd-3.0-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/whdd-debuginfo-3.0-alt3.i586.rpm (w2.lzdio) 1.61user 0.57system 0:07.40elapsed 29%CPU (0avgtext+0avgdata 27384maxresident)k 0inputs+0outputs (0major+189018minor)pagefaults 0swaps /.out/whdd-3.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-3.0-alt3.i586.rpm: The use of such a license name is ambiguous: GPL /.out/whdd-debuginfo-3.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-debuginfo-3.0-alt3.i586.rpm: The use of such a license name is ambiguous: GPL 2.64user 1.81system 0:20.69elapsed 21%CPU (0avgtext+0avgdata 105124maxresident)k 88inputs+0outputs (30612major+155151minor)pagefaults 0swaps --- whdd-3.0-alt3.i586.rpm.repo 2021-09-24 09:31:04.000000000 +0000 +++ whdd-3.0-alt3.i586.rpm.hasher 2022-10-08 04:23:24.714811897 +0000 @@ -8,2 +8,4 @@ Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -12,6 +14,3 @@ Requires: rpmlib(SetVersions) -Requires: libncursesw.so.5 >= set:mhWilR7fWJiaTbinL5U09dgJnkNEDerw06L9wXPlZqZIZvekZ3pwtm1 -Requires: libpthread.so.0(GLIBC_2.0) -Requires: libpthread.so.0(GLIBC_2.1) -Requires: libpthread.so.0(GLIBC_2.2) +Requires: libncursesw.so.5 >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0 Requires: libtinfo.so.5 >= set:liZKbfJ2NFZGS3aZi0 @@ -20,3 +19,3 @@ Provides: whdd = 3.0-alt3:sisyphus+285880.100.1.1 -File: /usr/bin/whdd 104711 root:root ad9a57922fe6dbd2157e817e2353e13d -RPMIdentity: bebd180f7fdfd31e710e3288c48feaf625f9d7d7a1cecae8eaa0b0e2e9fb0124823fe80fefb340282490cd7baea3c00be32d62141dcbfc7f9dc645dec5b4fba5 +File: /usr/bin/whdd 104711 root:root 6e79b0bc727f6df096cafd4bf89233f7 +RPMIdentity: 597f042a36fe280271d9c8f629e960beb06b0d433037c576712791e9486ee9c646cde711fb6959c709be793c414cec73c9fb4e43033fee60097674c56ea05ff0 --- whdd-debuginfo-3.0-alt3.i586.rpm.repo 2021-09-24 09:31:04.000000000 +0000 +++ whdd-debuginfo-3.0-alt3.i586.rpm.hasher 2022-10-08 04:23:24.877811100 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/9f 40755 root:root -/usr/lib/debug/.build-id/9f/8a6b151b7a786acbd0952644e51c0c036a3845 120777 root:root ../../../../bin/whdd -/usr/lib/debug/.build-id/9f/8a6b151b7a786acbd0952644e51c0c036a3845.debug 120777 root:root ../../usr/bin/whdd.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/6cc9a6a58fe176f7c164d14e6cb9aa25a24002 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/8a/6cc9a6a58fe176f7c164d14e6cb9aa25a24002.debug 120777 root:root ../../usr/bin/whdd.debug /usr/lib/debug/usr/bin/whdd.debug 100644 root:root @@ -8,3 +8,2 @@ Requires: debug(libncursesw.so.5) -Requires: debug(libpthread.so.0) Requires: debug(libtinfo.so.5) @@ -13,6 +12,6 @@ Provides: whdd-debuginfo = 3.0-alt3:sisyphus+285880.100.1.1 -File: /usr/lib/debug/.build-id/9f 40755 root:root -File: /usr/lib/debug/.build-id/9f/8a6b151b7a786acbd0952644e51c0c036a3845 120777 root:root ../../../../bin/whdd -File: /usr/lib/debug/.build-id/9f/8a6b151b7a786acbd0952644e51c0c036a3845.debug 120777 root:root ../../usr/bin/whdd.debug -File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root b2cbd76131afa06c8f0379a53c474a17 -RPMIdentity: 19bc69c932bcd51fef16572e6295dfd05c179b024191d13430bd337761bc73e31a35b7f432afe417366f781619b550b2795a63f1742e8e50f148734fdea26db5 +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/6cc9a6a58fe176f7c164d14e6cb9aa25a24002 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/8a/6cc9a6a58fe176f7c164d14e6cb9aa25a24002.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root ca933e53dc15ab89ed19aad74c460243 +RPMIdentity: 7bb294910645232afc639fac994bf24d040d0d556447f05bccaf7d5655a38a36a23b08aaf6282f26d001c20eda523409ebb5d100dfcb9a0bfa87a2db85d91d26