<86>Jul 21 09:13:41 userdel[1261974]: delete user 'rooter' <86>Jul 21 09:13:41 userdel[1261974]: removed group 'rooter' owned by 'rooter' <86>Jul 21 09:13:41 userdel[1261974]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 21 09:13:41 groupadd[1262007]: group added to /etc/group: name=rooter, GID=1301 <86>Jul 21 09:13:41 groupadd[1262007]: group added to /etc/gshadow: name=rooter <86>Jul 21 09:13:41 groupadd[1262007]: new group: name=rooter, GID=1301 <86>Jul 21 09:13:41 useradd[1262021]: new user: name=rooter, UID=1301, GID=1301, home=/root, shell=/bin/bash, from=none <86>Jul 21 09:13:41 userdel[1262059]: delete user 'builder' <86>Jul 21 09:13:41 userdel[1262059]: removed group 'builder' owned by 'builder' <86>Jul 21 09:13:41 userdel[1262059]: removed shadow group 'builder' owned by 'builder' <86>Jul 21 09:13:41 groupadd[1262087]: group added to /etc/group: name=builder, GID=1302 <86>Jul 21 09:13:41 groupadd[1262087]: group added to /etc/gshadow: name=builder <86>Jul 21 09:13:41 groupadd[1262087]: new group: name=builder, GID=1302 <86>Jul 21 09:13:41 useradd[1262106]: new user: name=builder, UID=1302, GID=1302, 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>Jul 21 09:13:45 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Jul 21 09:13:45 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Jul 21 09:13:45 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Jul 21 09:13:45 rpmi: libdialog-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>Jul 21 09:13:45 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jul 21 09:13:46 rpmi: libstdc++13-devel-13.1.1-alt1 sisyphus+323337.100.1.1 1687259761 installed <13>Jul 21 09:13:47 rpmi: gcc13-c++-13.1.1-alt1 sisyphus+323337.100.1.1 1687259761 installed <13>Jul 21 09:13:47 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed <13>Jul 21 09:13:47 rpmi: libdialog-devel-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>Jul 21 09:13:47 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.6457 + 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.6457 + 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 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.95364 + 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.FAudkC 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.5GQCaB 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.vanqGy 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.PeIH2e find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5opBox 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) 1.17user 0.89system 0:06.45elapsed 32%CPU (0avgtext+0avgdata 34968maxresident)k 0inputs+0outputs (0major+209950minor)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 4.86user 2.24system 0:19.43elapsed 36%CPU (0avgtext+0avgdata 125756maxresident)k 30384inputs+0outputs (0major+192414minor)pagefaults 0swaps --- whdd-3.0-alt3.x86_64.rpm.repo 2021-09-24 09:30:49.713709332 +0000 +++ whdd-3.0-alt3.x86_64.rpm.hasher 2023-07-21 09:13:56.251696211 +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 d93058ddd572d72c801a4d76d2d0ca41 +RPMIdentity: 57f4aa16749cdbe4c3e370166efd3cc472390f1a0664695544ca4f0ccc9004d92b566cc9134fcc988146240c30b01689a6d075922bbf05d8625d7de90df04d07 --- whdd-debuginfo-3.0-alt3.x86_64.rpm.repo 2021-09-24 09:30:49.548707518 +0000 +++ whdd-debuginfo-3.0-alt3.x86_64.rpm.hasher 2023-07-21 09:13:56.346696464 +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/d2 40755 root:root +/usr/lib/debug/.build-id/d2/51413db0ad5063feffa19b508335b88441c6c4 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/d2/51413db0ad5063feffa19b508335b88441c6c4.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/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/51413db0ad5063feffa19b508335b88441c6c4 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/d2/51413db0ad5063feffa19b508335b88441c6c4.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root 84a835ed796fa46ee69e0c12009ec094 +RPMIdentity: cd248330fd30e224f44962c79d5fb0b96398b1d823e232ceda49467739b25c3b1ea1e478b1ce61538c4acbc17a8c8366127192a9f11eee60faedf39559d971f3