<86>Dec 11 04:21:11 userdel[4106604]: delete user 'rooter' <86>Dec 11 04:21:11 userdel[4106604]: removed group 'rooter' owned by 'rooter' <86>Dec 11 04:21:11 userdel[4106604]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 11 04:21:11 groupadd[4106628]: group added to /etc/group: name=rooter, GID=927 <86>Dec 11 04:21:11 groupadd[4106628]: group added to /etc/gshadow: name=rooter <86>Dec 11 04:21:11 groupadd[4106628]: new group: name=rooter, GID=927 <86>Dec 11 04:21:11 useradd[4106652]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Dec 11 04:21:11 userdel[4106690]: delete user 'builder' <86>Dec 11 04:21:11 userdel[4106690]: removed group 'builder' owned by 'builder' <86>Dec 11 04:21:11 userdel[4106690]: removed shadow group 'builder' owned by 'builder' <86>Dec 11 04:21:11 groupadd[4106718]: group added to /etc/group: name=builder, GID=928 <86>Dec 11 04:21:11 groupadd[4106718]: group added to /etc/gshadow: name=builder <86>Dec 11 04:21:11 groupadd[4106718]: new group: name=builder, GID=928 <86>Dec 11 04:21:11 useradd[4106740]: new user: name=builder, UID=928, GID=928, 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>Dec 11 04:21:13 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Dec 11 04:21:13 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Dec 11 04:21:13 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Dec 11 04:21:13 rpmi: libdialog-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>Dec 11 04:21:13 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Dec 11 04:21:13 rpmi: libstdc++12-devel-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Dec 11 04:21:13 rpmi: gcc12-c++-12.1.1-alt2 sisyphus+307182.100.1.1 1663781909 installed <13>Dec 11 04:21:13 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033053 installed <13>Dec 11 04:21:13 rpmi: libdialog-devel-1.3.20171209-alt2 sisyphus+284461.40.2.1 1630655674 installed <13>Dec 11 04:21:13 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.10380 + 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.10380 + 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.92730 + 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.mLWeBQ 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.JpoqXm 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.jw6kzD 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.LCRwSR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UIWIqJ 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.74user 0.60system 0:06.06elapsed 22%CPU (0avgtext+0avgdata 33876maxresident)k 0inputs+0outputs (0major+210419minor)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.66user 1.26system 0:11.44elapsed 25%CPU (0avgtext+0avgdata 108368maxresident)k 88inputs+0outputs (32176major+155837minor)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 2022-12-11 04:21:21.548936080 +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 dfe2b9811bcbc8f12657470750a11f2d +RPMIdentity: 9cebc1c42e49e1ad6dfba0da805d2cc8118ab3c0a1dd9fbd82eabb758895abc94fa41d7b7364ca2eddbd817715654af9f668ab2efe188a604499f50a9ba78905 --- 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 2022-12-11 04:21:21.612937147 +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/b3 40755 root:root +/usr/lib/debug/.build-id/b3/545ef9bc51b57053391dfd3527d4012037afab 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/b3/545ef9bc51b57053391dfd3527d4012037afab.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/b3 40755 root:root +File: /usr/lib/debug/.build-id/b3/545ef9bc51b57053391dfd3527d4012037afab 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/b3/545ef9bc51b57053391dfd3527d4012037afab.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root a10860d3bdfcd8ebade936e0fd68843c +RPMIdentity: 9b19cbe253b8bd34c88ae7867bef6334851dc7ce2edf8bf4fc6eebf48125a29866b2c205d3023b06a871a47de95846d0050533c1cf126cde7cc76191c3c91fd2