<86>Jun 16 00:41:47 userdel[270398]: delete user 'rooter' <86>Jun 16 00:41:47 userdel[270398]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:41:47 userdel[270398]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:41:47 groupadd[270440]: group added to /etc/group: name=rooter, GID=1838 <86>Jun 16 00:41:47 groupadd[270440]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:41:47 groupadd[270440]: new group: name=rooter, GID=1838 <86>Jun 16 00:41:47 useradd[270475]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash <86>Jun 16 00:41:47 userdel[270523]: delete user 'builder' <86>Jun 16 00:41:47 userdel[270523]: removed group 'builder' owned by 'builder' <86>Jun 16 00:41:47 userdel[270523]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:41:47 groupadd[270569]: group added to /etc/group: name=builder, GID=1839 <86>Jun 16 00:41:47 groupadd[270569]: group added to /etc/gshadow: name=builder <86>Jun 16 00:41:47 groupadd[270569]: new group: name=builder, GID=1839 <86>Jun 16 00:41:47 useradd[270612]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/whdd-3.0-alt2.src.rpm: license not found in '/usr/share/license' directory: GNU /usr/src/in/srpm/whdd-3.0-alt2.src.rpm: The use of such a license name is ambiguous: GPL <13>Jun 16 00:41:50 rpmi: libncurses-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed <13>Jun 16 00:41:50 rpmi: libtinfo-devel-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed <13>Jun 16 00:41:50 rpmi: libncurses-devel-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed <13>Jun 16 00:41:50 rpmi: libdialog-1.3.20171209-alt1 sisyphus+275055.100.1.1 1624395459 installed <13>Jun 16 00:41:50 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 16 00:41:50 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 00:41:51 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 00:41:51 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed <13>Jun 16 00:41:51 rpmi: libdialog-devel-1.3.20171209-alt1 sisyphus+275055.100.1.1 1624395459 installed <13>Jun 16 00:41:51 rpmi: libncursesw-devel-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/whdd-3.0-alt2.nosrc.rpm (w1.gzdio) Installing whdd-3.0-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4565 + 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.4565 + 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.86749 + 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-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tuMY3y 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.TjDUww 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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdialog.so.14()(64bit) >= set:linnfZjGKDOVHsWWiAt, libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0, libpthread.so.0(GLIBC_2.2.5)(64bit), 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.70uE0v Creating whdd-debuginfo package Processing files: whdd-debuginfo-3.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4aMMWy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JaE0sv find-requires: running scripts (debuginfo) Requires: whdd = 3.0-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdialog.so.14), debug64(libncursesw.so.5), debug64(libpthread.so.0), debug64(libtinfo.so.5) Adding to whdd-debuginfo a strict dependency on whdd Wrote: /usr/src/RPM/RPMS/x86_64/whdd-3.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/whdd-debuginfo-3.0-alt2.x86_64.rpm (w2.lzdio) 0.66user 1.28system 0:06.18elapsed 31%CPU (0avgtext+0avgdata 30128maxresident)k 0inputs+0outputs (0major+228242minor)pagefaults 0swaps /.out/whdd-3.0-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-3.0-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/whdd-debuginfo-3.0-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: GNU /.out/whdd-debuginfo-3.0-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.08user 2.70system 0:15.79elapsed 36%CPU (0avgtext+0avgdata 129328maxresident)k 272inputs+0outputs (0major+197733minor)pagefaults 0swaps --- whdd-3.0-alt2.x86_64.rpm.repo 2021-07-12 16:45:58.000000000 +0000 +++ whdd-3.0-alt2.x86_64.rpm.hasher 2024-06-16 00:41:59.470746916 +0000 @@ -10,3 +10,3 @@ Requires: rpmlib(SetVersions) -Requires: libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEDerw06L9wXPlZqZIZvekZ3pwtm1 +Requires: libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaTbinL5U09dgJnkNEvJ1cz24MUd1svKOnZFZftEWDcMeH0 Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) @@ -16,3 +16,3 @@ Provides: whdd = 3.0-alt2:sisyphus+278523.100.1.1 -File: /usr/bin/whdd 104711 root:root ff4d4b039654b920fbf3cb40408bc3db -RPMIdentity: c059f27fdbfac5fc5761974391aaff1041057fa289536b62d78e9a5719522633e4e47a7f7e40df76c60ec2bfd86fdf1783355bb60ea8d66cf2ef3fc89505ab98 +File: /usr/bin/whdd 104711 root:root 9fb220e5827db3d36076c91b6ce1c7b3 +RPMIdentity: f34a1cde9edff647a0389d5ba6c8057f51a375f9027a78d05c1ff597b73a79514d10d06b7a0d1c22547d3939f5c87a0c5ac9aec5143757288c18f68449d88203 --- whdd-debuginfo-3.0-alt2.x86_64.rpm.repo 2021-07-12 16:45:58.000000000 +0000 +++ whdd-debuginfo-3.0-alt2.x86_64.rpm.hasher 2024-06-16 00:41:59.545748095 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7c 40755 root:root -/usr/lib/debug/.build-id/7c/19aadec2bf5d5b2b29b9cda8d16a63e9a99f02 120777 root:root ../../../../bin/whdd -/usr/lib/debug/.build-id/7c/19aadec2bf5d5b2b29b9cda8d16a63e9a99f02.debug 120777 root:root ../../usr/bin/whdd.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/815e179ce4bae6be2daeadb10b826695c63082 120777 root:root ../../../../bin/whdd +/usr/lib/debug/.build-id/5b/815e179ce4bae6be2daeadb10b826695c63082.debug 120777 root:root ../../usr/bin/whdd.debug /usr/lib/debug/usr/bin/whdd.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: whdd-debuginfo = 3.0-alt2:sisyphus+278523.100.1.1 -File: /usr/lib/debug/.build-id/7c 40755 root:root -File: /usr/lib/debug/.build-id/7c/19aadec2bf5d5b2b29b9cda8d16a63e9a99f02 120777 root:root ../../../../bin/whdd -File: /usr/lib/debug/.build-id/7c/19aadec2bf5d5b2b29b9cda8d16a63e9a99f02.debug 120777 root:root ../../usr/bin/whdd.debug -File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root 5ca7f3bf32f246029bc681c5511303be -RPMIdentity: 7101dcc9863c19ff9fec68ecf1bcbfec68f6a3253c9012ec1f2a3c8be94c9fa70c79400809d8d92370b8957931f2156a4c406f41f4b64548c8be59281adf4328 +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/815e179ce4bae6be2daeadb10b826695c63082 120777 root:root ../../../../bin/whdd +File: /usr/lib/debug/.build-id/5b/815e179ce4bae6be2daeadb10b826695c63082.debug 120777 root:root ../../usr/bin/whdd.debug +File: /usr/lib/debug/usr/bin/whdd.debug 100644 root:root 44183442443429ba19923930a626907f +RPMIdentity: 473fa2bfabdc273a2aaa468022895528d99cefd4ec38e42f432af919fdb40af59c54594ee7456808eec452fdb9b1e94c4cedbe1c9129dedb2fb9cc055d2a681a