<86>Jul 16 03:13:46 userdel[2476707]: delete user 'rooter' <86>Jul 16 03:13:46 userdel[2476707]: removed group 'rooter' owned by 'rooter' <86>Jul 16 03:13:46 userdel[2476707]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 16 03:13:46 groupadd[2476725]: group added to /etc/group: name=rooter, GID=657 <86>Jul 16 03:13:46 groupadd[2476725]: group added to /etc/gshadow: name=rooter <86>Jul 16 03:13:46 groupadd[2476725]: new group: name=rooter, GID=657 <86>Jul 16 03:13:46 useradd[2476735]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Jul 16 03:13:46 userdel[2476746]: delete user 'builder' <86>Jul 16 03:13:46 userdel[2476746]: removed group 'builder' owned by 'builder' <86>Jul 16 03:13:46 userdel[2476746]: removed shadow group 'builder' owned by 'builder' <86>Jul 16 03:13:46 groupadd[2476763]: group added to /etc/group: name=builder, GID=658 <86>Jul 16 03:13:46 groupadd[2476763]: group added to /etc/gshadow: name=builder <86>Jul 16 03:13:46 groupadd[2476763]: new group: name=builder, GID=658 <86>Jul 16 03:13:46 useradd[2476771]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/wmbeats-1.2-alt5.qa2.src.rpm: The use of such a license name is ambiguous: GPL <13>Jul 16 03:13:50 rpmi: xorg-proto-devel-2021.4-alt1 sisyphus+272146.100.1.1 1621424691 installed <13>Jul 16 03:13:50 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Jul 16 03:13:50 rpmi: libICE-1.0.10-alt1 sisyphus+278827.100.1.1 1626220279 installed <13>Jul 16 03:13:50 rpmi: libSM-1.2.3-alt1 sisyphus+278820.100.1.1 1626219264 installed <13>Jul 16 03:13:50 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Jul 16 03:13:50 rpmi: libX11-locales-3:1.7.2-alt1 sisyphus+273971.100.1.1 1623132019 installed <13>Jul 16 03:13:50 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>Jul 16 03:13:50 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jul 16 03:13:50 rpmi: libX11-3:1.7.2-alt1 sisyphus+273971.100.1.1 1623132019 installed <13>Jul 16 03:13:50 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Jul 16 03:13:50 rpmi: libXt-1.2.1-alt1 sisyphus+265202.200.1.1 1611565457 installed <13>Jul 16 03:13:50 rpmi: libXpm-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed <13>Jul 16 03:13:50 rpmi: libdockapp3-0.7.2-alt2 sisyphus+223888.40.2.1 1551877932 installed <13>Jul 16 03:13:53 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jul 16 03:13:53 rpmi: libX11-devel-3:1.7.2-alt1 sisyphus+273971.100.1.1 1623132019 installed <13>Jul 16 03:13:53 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Jul 16 03:13:53 rpmi: libXpm-devel-3.5.13-alt1 sisyphus+278339.100.1.2 1626171698 installed <13>Jul 16 03:13:53 rpmi: libdockapp-devel-0.7.2-alt2 sisyphus+223888.40.2.1 1551877932 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wmbeats-1.2-alt5.qa2.nosrc.rpm (w1.gzdio) Installing wmbeats-1.2-alt5.qa2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.72783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmbeats-1.2 + echo 'Source #0 (wmbeats-1.2.tar.bz2):' Source #0 (wmbeats-1.2.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/wmbeats-1.2.tar.bz2 + /bin/tar -xf - + cd wmbeats-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.72783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmbeats-1.2 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + make make: Entering directory '/usr/src/RPM/BUILD/wmbeats-1.2' gcc -ggdb -Wall -ansi -pedantic wmbeats.c -I/usr/X11R6/include -o wmbeats -lXext -lX11 -lm -L/usr/local/lib -L/usr/X11R6/lib -lXpm -ldockapp wmbeats.c: In function 'paintITime': wmbeats.c:87:50: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 87 | XDrawString(DADisplay, pixmap, gc, 28, 16, buf, strlen(buf)); | ^~~~~~ wmbeats.c:87:50: warning: incompatible implicit declaration of built-in function 'strlen' wmbeats.c:23:1: note: include '' or provide a declaration of 'strlen' 22 | #include "wmbeats.xpm" +++ |+#include 23 | wmbeats.c: In function 'paintUTCLocal': wmbeats.c:114:49: warning: incompatible implicit declaration of built-in function 'strlen' 114 | XDrawString(DADisplay, pixmap, gc, 3, 14, buf, strlen(buf)); | ^~~~~~ wmbeats.c:114:49: note: include '' or provide a declaration of 'strlen' wmbeats.c: In function 'main': wmbeats.c:148:53: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 148 | DAMakePixmapFromData(wmbeats_xpm, &backdrop, None, &d_width, &d_height); | ^~~~~~~~ | | | unsigned int * In file included from wmbeats.c:19: /usr/include/dockapp.h:274:22: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~ wmbeats.c:148:63: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types] 148 | DAMakePixmapFromData(wmbeats_xpm, &backdrop, None, &d_width, &d_height); | ^~~~~~~~~ | | | unsigned int * In file included from wmbeats.c:19: /usr/include/dockapp.h:274:45: note: expected 'short unsigned int *' but argument is of type 'unsigned int *' 274 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~~ wmbeats.c:152:6: warning: incompatible implicit declaration of built-in function 'strlen' 152 | if (strlen(fontName) == 0) { | ^~~~~~ wmbeats.c:152:6: note: include '' or provide a declaration of 'strlen' wmbeats.c:195:3: warning: implicit declaration of function 'usleep'; did you mean 'sleep'? [-Wimplicit-function-declaration] 195 | usleep(25000); | ^~~~~~ | sleep make: Leaving directory '/usr/src/RPM/BUILD/wmbeats-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.72783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmbeats-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wmbeats-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wmbeats-1.2 + install -D -pm755 wmbeats /usr/src/tmp/wmbeats-buildroot/usr/bin/wmbeats + install -D -pm644 /usr/src/RPM/SOURCES/wmbeats.menu /usr/src/tmp/wmbeats-buildroot/usr/lib/menu/wmbeats + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wmbeats-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wmbeats-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wmbeats-buildroot/ (default) Compressing files in /usr/src/tmp/wmbeats-buildroot (auto) Adjusting library links in /usr/src/tmp/wmbeats-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/wmbeats-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: wmbeats-1.2-alt5.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67976 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmbeats-1.2 + DOCDIR=/usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + export DOCDIR + rm -rf /usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + /bin/mkdir -p /usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + cp -prL README INSTALL ChangeLog /usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + chmod -R go-w /usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + chmod -R a+rX /usr/src/tmp/wmbeats-buildroot/usr/share/doc/wmbeats-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QUOJud 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.0PHVte 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, libX11.so.6()(64bit) >= set:okV0Umc0jK0U6MfRWDUOktO0afFpRX1, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdockapp.so.3()(64bit) >= set:kgKaZKGi8MqjkPnQQCSCY6Kw1, 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.xIBKQc Creating wmbeats-debuginfo package Processing files: wmbeats-debuginfo-1.2-alt5.qa2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5houfd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DEW58c find-requires: running scripts (debuginfo) Requires: wmbeats = 1.2-alt5.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libc.so.6), debug64(libdockapp.so.3) Adding to wmbeats-debuginfo a strict dependency on wmbeats Wrote: /usr/src/RPM/RPMS/x86_64/wmbeats-1.2-alt5.qa2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wmbeats-debuginfo-1.2-alt5.qa2.x86_64.rpm (w2.lzdio) 1.31user 1.50system 0:06.33elapsed 44%CPU (0avgtext+0avgdata 24748maxresident)k 0inputs+0outputs (0major+151375minor)pagefaults 0swaps /.out/wmbeats-1.2-alt5.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/wmbeats-debuginfo-1.2-alt5.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL 12.39user 9.46system 0:24.24elapsed 90%CPU (0avgtext+0avgdata 107104maxresident)k 112inputs+0outputs (0major+448413minor)pagefaults 0swaps --- wmbeats-1.2-alt5.qa2.x86_64.rpm.repo 2019-03-06 13:15:58.000000000 +0000 +++ wmbeats-1.2-alt5.qa2.x86_64.rpm.hasher 2021-07-16 03:14:05.570166471 +0000 @@ -15,5 +15,5 @@ Provides: wmbeats = 1.2-alt5.qa2:sisyphus+223888.600.2.1 -File: /usr/bin/wmbeats 100755 root:root 15320 6f979de3736ab1eaa8a421a4989268b7 +File: /usr/bin/wmbeats 100755 root:root 19416 0b49036b408e072fc1cc7b1b2cd523c8 File: /usr/lib/menu/wmbeats 100644 root:root 120 ad0177ce79b96a13cbafcddaef493eca -File: /usr/share/doc/wmbeats-1.2 40755 root:root 100 +File: /usr/share/doc/wmbeats-1.2 40755 root:root 0 File: /usr/share/doc/wmbeats-1.2/ChangeLog 100644 root:root 129 9e7c1e221d22247899d4e7727b813cb5 @@ -21,2 +21,2 @@ File: /usr/share/doc/wmbeats-1.2/README 100644 root:root 1297 778018ac205a92864ca5d0880f37b134 -RPMIdentity: 2cbd22cff3e2bcff9073ba969138e1a7 +RPMIdentity: 280c5555872a5b71c9266a2a91178736 --- wmbeats-debuginfo-1.2-alt5.qa2.x86_64.rpm.repo 2019-03-06 13:15:58.000000000 +0000 +++ wmbeats-debuginfo-1.2-alt5.qa2.x86_64.rpm.hasher 2021-07-16 03:14:05.704165562 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/55 40755 root:root -/usr/lib/debug/.build-id/55/e9fd66a0a8b7b4e88a37532c4327b6d503f8ce 120777 root:root ../../../../bin/wmbeats -/usr/lib/debug/.build-id/55/e9fd66a0a8b7b4e88a37532c4327b6d503f8ce.debug 120777 root:root ../../usr/bin/wmbeats.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/2c5f8e093ffb0ab22140bf9fd4155cc955fc8d 120777 root:root ../../../../bin/wmbeats +/usr/lib/debug/.build-id/2d/2c5f8e093ffb0ab22140bf9fd4155cc955fc8d.debug 120777 root:root ../../usr/bin/wmbeats.debug /usr/lib/debug/usr/bin/wmbeats.debug 100644 root:root @@ -14,9 +14,9 @@ Provides: wmbeats-debuginfo = 1.2-alt5.qa2:sisyphus+223888.600.2.1 -File: /usr/lib/debug/.build-id/55 40755 root:root 80 -File: /usr/lib/debug/.build-id/55/e9fd66a0a8b7b4e88a37532c4327b6d503f8ce 120777 root:root 23 ../../../../bin/wmbeats -File: /usr/lib/debug/.build-id/55/e9fd66a0a8b7b4e88a37532c4327b6d503f8ce.debug 120777 root:root 27 ../../usr/bin/wmbeats.debug -File: /usr/lib/debug/usr/bin/wmbeats.debug 100644 root:root 31200 7bf2f530984808734f5e6b4296cdbbbe -File: /usr/src/debug/wmbeats-1.2 40755 root:root 80 +File: /usr/lib/debug/.build-id/2d 40755 root:root 0 +File: /usr/lib/debug/.build-id/2d/2c5f8e093ffb0ab22140bf9fd4155cc955fc8d 120777 root:root 23 ../../../../bin/wmbeats +File: /usr/lib/debug/.build-id/2d/2c5f8e093ffb0ab22140bf9fd4155cc955fc8d.debug 120777 root:root 27 ../../usr/bin/wmbeats.debug +File: /usr/lib/debug/usr/bin/wmbeats.debug 100644 root:root 28360 c93eb1be6b8a8c500ae2b4f282cc4401 +File: /usr/src/debug/wmbeats-1.2 40755 root:root 0 File: /usr/src/debug/wmbeats-1.2/wmbeats.c 100644 root:root 5014 24f24dde42896ffca42d60abcc9eab6d File: /usr/src/debug/wmbeats-1.2/wmbeats.xpm 100644 root:root 2730 62ade06f4ceb6c6c2e15287d75c5e6bf -RPMIdentity: 3d8d6ca7339518a85a27a1f5b3b70494 +RPMIdentity: 74a63b51f9d1d36371e55a927ac59614