<86>Mar 2 01:18:32 userdel[12309]: delete user 'rooter' <86>Mar 2 01:18:32 userdel[12309]: removed group 'rooter' owned by 'rooter' <86>Mar 2 01:18:32 userdel[12309]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 2 01:18:32 groupadd[12338]: group added to /etc/group: name=rooter, GID=1814 <86>Mar 2 01:18:32 groupadd[12338]: group added to /etc/gshadow: name=rooter <86>Mar 2 01:18:32 groupadd[12338]: new group: name=rooter, GID=1814 <86>Mar 2 01:18:32 useradd[12363]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Mar 2 01:18:32 userdel[12400]: delete user 'builder' <86>Mar 2 01:18:32 userdel[12400]: removed group 'builder' owned by 'builder' <86>Mar 2 01:18:32 userdel[12400]: removed shadow group 'builder' owned by 'builder' <86>Mar 2 01:18:32 groupadd[12430]: group added to /etc/group: name=builder, GID=1815 <86>Mar 2 01:18:32 groupadd[12430]: group added to /etc/gshadow: name=builder <86>Mar 2 01:18:32 groupadd[12430]: new group: name=builder, GID=1815 <86>Mar 2 01:18:32 useradd[12452]: new user: name=builder, UID=1815, GID=1815, 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>Mar 2 01:18:35 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Mar 2 01:18:35 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Mar 2 01:18:35 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 installed <13>Mar 2 01:18:35 rpmi: libdialog-1.3.20171209-alt2 sisyphus+328094.100.1.1 1693228848 installed <13>Mar 2 01:18:35 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Mar 2 01:18:35 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>Mar 2 01:18:36 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>Mar 2 01:18:36 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed <13>Mar 2 01:18:36 rpmi: libdialog-devel-1.3.20171209-alt2 sisyphus+328094.100.1.1 1693228848 installed <13>Mar 2 01:18:36 rpmi: libncursesw-devel-6.3.20220618-alt4 sisyphus+328055.40.2.1 1693212977 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.40341 + 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.40341 + 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.40341 + 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.owIBtR 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.eo65Am 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.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdialog.so.14()(64bit) >= set:linnfZjGKDOVHsWWiAt, libncursesw.so.6()(64bit) >= set:niIFhgCSQ0lZ2arS7PQuAWcoWmL6IPax1sR7tQr2LBHT6Zn4Qp3SsYJbJhD1, libtinfo.so.6()(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.T2d8Rp 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.xoq9O6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vYlG8c 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.6), debug64(libtinfo.so.6) 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.60user 0.67system 0:05.90elapsed 21%CPU (0avgtext+0avgdata 34200maxresident)k 0inputs+0outputs (0major+215786minor)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 3.26user 1.60system 0:13.61elapsed 35%CPU (0avgtext+0avgdata 128828maxresident)k 288inputs+0outputs (0major+199655minor)pagefaults 0swaps --- whdd-3.0-alt3.x86_64.rpm.repo 2023-08-28 13:21:12.000000000 +0000 +++ whdd-3.0-alt3.x86_64.rpm.hasher 2024-03-02 01:18:43.852030084 +0000 @@ -17,3 +17,3 @@ Provides: whdd = 3.0-alt3:sisyphus+328094.200.1.1 -File: /usr/bin/whdd 104711 root:root 987e4a43d97f43efe5ffb2a3a3722112 -RPMIdentity: 64357d022744cdce7ae7f0479bc826d64d978ae9e9775070418d3ccc3922745c9adf500f7c23a4275a977910ebc5668ed9efadb463d2f99a50e7228929f4734c +File: /usr/bin/whdd 104711 root:root a6ab768b7d3d72cbb5d1b5cdd02e4d5f +RPMIdentity: 71f31265e28c5a3ddb4c598ee1f89eeaaa0fd96d78fab4676aa341599f2b5aea297aa9207695df30a37e7ac31a9a87f1e692930036630126b7201d65b735a346 --- whdd-debuginfo-3.0-alt3.x86_64.rpm.repo 2023-08-28 13:21:12.000000000 +0000 +++ whdd-debuginfo-3.0-alt3.x86_64.rpm.hasher 2024-03-02 01:18:43.941031576 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f8 40755 root:root -/usr/lib/debug/.build-id/f8/5546ef6a2ee80735fd5b0a77acb1d5c2774e9e 120777 root:root ../../../../bin/whdd -/usr/lib/debug/.build-id/f8/5546ef6a2ee80735fd5b0a77acb1d5c2774e9e.debug 120777 root:root ../../usr/bin/whdd.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/454a4b9bd5014f0c73cd7ed916f0576722be0b 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/0f/454a4b9bd5014f0c73cd7ed916f0576722be0b.debug 120777 root:root ../../usr/bin/whdd.debug /usr/lib/debug/usr/bin/whdd.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: whdd-debuginfo = 3.0-alt3:sisyphus+328094.200.1.1 -File: /usr/lib/debug/.build-id/f8 40755 root:root -File: /usr/lib/debug/.build-id/f8/5546ef6a2ee80735fd5b0a77acb1d5c2774e9e 120777 root:root ../../../../bin/whdd -File: /usr/lib/debug/.build-id/f8/5546ef6a2ee80735fd5b0a77acb1d5c2774e9e.debug 120777 root:root ../../usr/bin/whdd.debug -File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root 75d25715f05a03ba6bd54a619c661548 -RPMIdentity: d3ff42dad965c077bcc73eeaf63f8749bc6a4bba5785c9b429e99faaeac54922f1b566894e8a098ed0569d65f989f3a5f6315c6414398a5cac7b78ac6e3c035e +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/454a4b9bd5014f0c73cd7ed916f0576722be0b 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/0f/454a4b9bd5014f0c73cd7ed916f0576722be0b.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root 1e3b0496a23e1c3264a9c7735ee85ad7 +RPMIdentity: 2863461e07f16e0d22cc03709bca2abe791da821cd9e1764c375f34d4a57e35999c88d885ef67339c7206fffc64532cf3cf8e4d40d5d3e8869b6b2b997f5531e