<86>May 21 04:03:48 userdel[930870]: delete user 'rooter' <86>May 21 04:03:48 userdel[930870]: removed group 'rooter' owned by 'rooter' <86>May 21 04:03:48 userdel[930870]: removed shadow group 'rooter' owned by 'rooter' <86>May 21 04:03:48 groupadd[930908]: group added to /etc/group: name=rooter, GID=1877 <86>May 21 04:03:48 groupadd[930908]: group added to /etc/gshadow: name=rooter <86>May 21 04:03:48 groupadd[930908]: new group: name=rooter, GID=1877 <86>May 21 04:03:48 useradd[930927]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>May 21 04:03:48 userdel[930981]: delete user 'builder' <86>May 21 04:03:48 userdel[930981]: removed group 'builder' owned by 'builder' <86>May 21 04:03:48 userdel[930981]: removed shadow group 'builder' owned by 'builder' <86>May 21 04:03:48 groupadd[931019]: group added to /etc/group: name=builder, GID=1878 <86>May 21 04:03:48 groupadd[931019]: group added to /etc/gshadow: name=builder <86>May 21 04:03:48 groupadd[931019]: new group: name=builder, GID=1878 <86>May 21 04:03:48 useradd[931044]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /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>May 21 04:03:50 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>May 21 04:03:50 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>May 21 04:03:50 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>May 21 04:03:50 rpmi: libdialog-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>May 21 04:03:50 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 21 04:03:50 rpmi: libstdc++12-devel-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed <13>May 21 04:03:51 rpmi: gcc12-c++-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed <13>May 21 04:03:51 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033053 installed <13>May 21 04:03:51 rpmi: libdialog-devel-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>May 21 04:03:51 rpmi: libncursesw-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/whdd-3.0-alt3.nosrc.rpm (w1.gzdio) Installing whdd-3.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51791 + 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.51791 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd whdd-3.0 + make -j16 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 unsigned int'} [-Wformat=] 134 | wprintw(priv->access_time_stats, "%d\n", priv->access_time_stats_accum[i]); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int uint64_t {aka long unsigned int} | %ld cui/sliding_window_renderer.c:136:44: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 136 | wprintw(priv->access_time_stats, "%d\n", priv->error_stats_accum[i]); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int uint64_t {aka long unsigned int} | %ld 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 unsigned int'} [-Wformat=] 249 | "%s %s\n" | ^~~~~~~~~ ...... 252 | actctx->procedure->display_name, actctx->dev->dev_path, actctx->blk_size); | ~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} cui/sliding_window_renderer.c:250:23: note: format string is defined here 250 | "Block = %d bytes\n" | ~^ | | | int | %ld make: Leaving directory '/usr/src/RPM/BUILD/whdd-3.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.94990 + 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) Processing files: whdd-3.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rFeEss 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.LVi47N find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.17)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdialog.so.14()(64bit) >= set:linnfZjGKDOVHsWWiAt, libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0, libtinfo.so.5()(64bit) >= 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.IeSuqm 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.v0xwou find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qMadLf find-requires: running scripts (debuginfo) Requires: whdd = 3.0-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdialog.so.14), debug64(libncursesw.so.5), debug64(libtinfo.so.5) Adding to whdd-debuginfo a strict dependency on whdd Wrote: /usr/src/RPM/RPMS/x86_64/whdd-3.0-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/whdd-debuginfo-3.0-alt3.x86_64.rpm (w2.lzdio) 0.64user 0.89system 0:06.09elapsed 25%CPU (0avgtext+0avgdata 33080maxresident)k 0inputs+0outputs (0major+211381minor)pagefaults 0swaps /.out/whdd-3.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-3.0-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/whdd-debuginfo-3.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-debuginfo-3.0-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL 1.63user 1.58system 0:12.98elapsed 24%CPU (0avgtext+0avgdata 110540maxresident)k 280inputs+0outputs (0major+202168minor)pagefaults 0swaps --- whdd-3.0-alt3.x86_64.rpm.repo 2021-09-24 09:30:49.000000000 +0000 +++ whdd-3.0-alt3.x86_64.rpm.hasher 2023-05-21 04:03:59.460741913 +0000 @@ -6,2 +6,4 @@ Requires: libc.so.6(GLIBC_2.3)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -10,4 +12,3 @@ Requires: rpmlib(SetVersions) -Requires: libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEDerw06L9wXPlZqZIZvekZ3pwtm1 -Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) +Requires: libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0 Requires: libtinfo.so.5()(64bit) >= set:liZKbfJ2NFZGS3aZi0 @@ -16,3 +17,3 @@ Provides: whdd = 3.0-alt3:sisyphus+285880.100.1.1 -File: /usr/bin/whdd 104711 root:root f2b2653413e532905759cf60ce2b8905 -RPMIdentity: 2f5089c1cdd7b462f6841e26883ddd345e7f58427101ed60d60605ad23c02efda23eab61d8061ac5f53cec9ecde0c78dacc78763ca16cf5b9f6e84b16dc40405 +File: /usr/bin/whdd 104711 root:root 06c87d3c0315a0973cd50a021586c328 +RPMIdentity: f8bd0fe4940f540d2588d5bf3d77e17b579ecb6911343acc6f9efb52e3b31f70f77df5a971a286f92ae88d6107de4bc00a2bc912bbebb35ac5e1402fcf2803ff --- whdd-debuginfo-3.0-alt3.x86_64.rpm.repo 2021-09-24 09:30:49.000000000 +0000 +++ whdd-debuginfo-3.0-alt3.x86_64.rpm.hasher 2023-05-21 04:03:59.572744010 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/6f 40755 root:root -/usr/lib/debug/.build-id/6f/1cec08fc8a9311969c70aec108cef848f31b04 120777 root:root ../../../../bin/whdd -/usr/lib/debug/.build-id/6f/1cec08fc8a9311969c70aec108cef848f31b04.debug 120777 root:root ../../usr/bin/whdd.debug +/usr/lib/debug/.build-id/26 40755 root:root +/usr/lib/debug/.build-id/26/385788471836bb33a227c5d1f2541b8b6f6729 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/26/385788471836bb33a227c5d1f2541b8b6f6729.debug 120777 root:root ../../usr/bin/whdd.debug /usr/lib/debug/usr/bin/whdd.debug 100644 root:root @@ -8,3 +8,2 @@ Requires: debug64(libncursesw.so.5) -Requires: debug64(libpthread.so.0) Requires: debug64(libtinfo.so.5) @@ -13,6 +12,6 @@ Provides: whdd-debuginfo = 3.0-alt3:sisyphus+285880.100.1.1 -File: /usr/lib/debug/.build-id/6f 40755 root:root -File: /usr/lib/debug/.build-id/6f/1cec08fc8a9311969c70aec108cef848f31b04 120777 root:root ../../../../bin/whdd -File: /usr/lib/debug/.build-id/6f/1cec08fc8a9311969c70aec108cef848f31b04.debug 120777 root:root ../../usr/bin/whdd.debug -File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root cd07604a5c966f76d7ddde4845ec7266 -RPMIdentity: c4b179841c764766f6b4a9795b37371f5ecca78e1665db8c769bbf8ce7ea43ea433ba88248612740d684d66b3e864bf6db89895226ef9b2b357ffc98e572964b +File: /usr/lib/debug/.build-id/26 40755 root:root +File: /usr/lib/debug/.build-id/26/385788471836bb33a227c5d1f2541b8b6f6729 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/26/385788471836bb33a227c5d1f2541b8b6f6729.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root f23c0fc55653e7a4cfd2882ec9524b3b +RPMIdentity: b7386ec791f3a8c9ca1686eb3a0881feb9181bddb7dcca36418ff2d398da547c2680706ff0bb667261ce25a62cfd013ad1441435514fb85745d0056ebdc8fe61