<86>Jan  3 02:12:09 userdel[433789]: delete user 'rooter'
<86>Jan  3 02:12:09 groupadd[433805]: group added to /etc/group: name=rooter, GID=648
<86>Jan  3 02:12:09 groupadd[433805]: group added to /etc/gshadow: name=rooter
<86>Jan  3 02:12:09 groupadd[433805]: new group: name=rooter, GID=648
<86>Jan  3 02:12:09 useradd[433834]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash
<86>Jan  3 02:12:09 userdel[433850]: delete user 'builder'
<86>Jan  3 02:12:09 groupadd[433881]: group added to /etc/group: name=builder, GID=649
<86>Jan  3 02:12:09 groupadd[433881]: group added to /etc/gshadow: name=builder
<86>Jan  3 02:12:09 groupadd[433881]: new group: name=builder, GID=649
<86>Jan  3 02:12:09 useradd[433900]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash
<13>Jan  3 02:12:14 rpmi: xorg-proto-devel-2018.4-alt3 1527685079 installed
<13>Jan  3 02:12:14 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed
<13>Jan  3 02:12:14 rpmi: libICE-1.0.9-alt1 1409902719 installed
<13>Jan  3 02:12:14 rpmi: libSM-1.2.3-alt1 sisyphus+226734.100.2.1 1554586157 installed
<13>Jan  3 02:12:14 rpmi: libXau-devel-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed
<13>Jan  3 02:12:14 rpmi: libX11-locales-3:1.6.7-alt2 p9+258208.100.1.1 1600333167 installed
<13>Jan  3 02:12:14 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949347 installed
<13>Jan  3 02:12:14 rpmi: libxcb-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Jan  3 02:12:14 rpmi: libX11-3:1.6.7-alt2 p9+258208.100.1.1 1600333167 installed
<13>Jan  3 02:12:14 rpmi: libXext-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed
<13>Jan  3 02:12:14 rpmi: libXt-1.1.4-alt1 1369984716 installed
<13>Jan  3 02:12:14 rpmi: libXpm-3.5.12-alt1 sisyphus+223149.400.2.1 1551268300 installed
<13>Jan  3 02:12:14 rpmi: libdockapp3-0.7.2-alt2 sisyphus+223888.40.2.1 1551877932 installed
<13>Jan  3 02:12:16 rpmi: libxcb-devel-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Jan  3 02:12:16 rpmi: libX11-devel-3:1.6.7-alt2 p9+258208.100.1.1 1600333167 installed
<13>Jan  3 02:12:16 rpmi: libXext-devel-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed
<13>Jan  3 02:12:16 rpmi: libXpm-devel-3.5.12-alt1 sisyphus+223149.400.2.1 1551268300 installed
<13>Jan  3 02:12:16 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/wmDownload-0.1.2a-alt3.qa1.nosrc.rpm
Installing wmDownload-0.1.2a-alt3.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42423
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf wmDownload-0.1.2a
+ echo 'Source #0 (wmDownload-0.1.2a.tar.gz):'
Source #0 (wmDownload-0.1.2a.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/wmDownload-0.1.2a.tar.gz
+ cd wmDownload-0.1.2a
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80676
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wmDownload-0.1.2a
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o wmDownload.o wmDownload.c
wmDownload.c: In function 'drawDev':
wmDownload.c:108:10: warning: comparison with string literal results in unspecified behavior [-Waddress]
  if(type == "eth")
          ^~
wmDownload.c: In function 'buttonPressCallback':
wmDownload.c:168:21: warning: comparison with string literal results in unspecified behavior [-Waddress]
   devnum %= (device == "eth")?numeth:numppp;
                     ^~
wmDownload.c:172:14: warning: comparison with string literal results in unspecified behavior [-Waddress]
    if(device == "eth" && (numppp != 0))
              ^~
wmDownload.c: In function 'main':
wmDownload.c:272:52: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (master_xpm, &pixmap, &mask, &height, &width);
                                                    ^~~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:22: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
      ~~~~~~~~~~~~~~~~^~~~~
wmDownload.c:272:61: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (master_xpm, &pixmap, &mask, &height, &width);
                                                             ^~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:45: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
                             ~~~~~~~~~~~~~~~~^~~~~~
wmDownload.c:274:56: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (numbers_xpm, &pixnum, &masknum, &height, &width);
                                                        ^~~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:22: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
      ~~~~~~~~~~~~~~~~^~~~~
wmDownload.c:274:65: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (numbers_xpm, &pixnum, &masknum, &height, &width);
                                                                 ^~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:45: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
                             ~~~~~~~~~~~~~~~~^~~~~~
wmDownload.c:275:55: warning: passing argument 4 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (device_xpm, &pixdev, &devmask, &height, &width);
                                                       ^~~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:22: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
      ~~~~~~~~~~~~~~~~^~~~~
wmDownload.c:275:64: warning: passing argument 5 of 'DAMakePixmapFromData' from incompatible pointer type [-Wincompatible-pointer-types]
  DAMakePixmapFromData (device_xpm, &pixdev, &devmask, &height, &width);
                                                                ^~~~~~
In file included from wmDownload.c:47:
/usr/include/dockapp.h:274:45: note: expected 'short unsigned int *' but argument is of type 'unsigned int *'
      unsigned short *width, unsigned short *height);
                             ~~~~~~~~~~~~~~~~^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a'
make: Entering directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 wmDownload.o -o wmDownload -I/usr/X11R6/include/X11 -L/usr/X11R6/lib -ldockapp -lX11 -lXext -lXpm
make: Leaving directory '/usr/src/RPM/BUILD/wmDownload-0.1.2a'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80676
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmDownload-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/wmDownload-buildroot
+ cd wmDownload-0.1.2a
+ install -D -pm 755 wmDownload /usr/src/tmp/wmDownload-buildroot/usr/bin/wmDownload
+ install -D -pm 644 /usr/src/RPM/SOURCES/wmDownload.menu /usr/src/tmp/wmDownload-buildroot/usr/lib/menu/wmDownload
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/wmDownload-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/wmDownload-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/wmDownload-buildroot/ (default)
Compressing files in /usr/src/tmp/wmDownload-buildroot (auto)
Adjusting library links in /usr/src/tmp/wmDownload-buildroot
./usr/lib:
Verifying ELF objects in /usr/src/tmp/wmDownload-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: wmDownload-0.1.2a-alt3.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2895
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wmDownload-0.1.2a
+ DOCDIR=/usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ export DOCDIR
+ rm -rf /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ /bin/mkdir -p /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ cp -prL BUGS CHANGELOG CREDITS HINTS README TODO /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ chmod -R go-w /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ chmod -R a+rX /usr/src/tmp/wmDownload-buildroot/usr/share/doc/wmDownload-0.1.2a
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h4QFP3
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YLgZCp
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libX11.so.6()(64bit) >= set:om2ZsGkHvybj5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdockapp.so.3()(64bit) >= set:kgKaZKGc75RY5dJFJ9Lxbo0, 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.zIhVqP
Creating wmDownload-debuginfo package
Processing files: wmDownload-debuginfo-0.1.2a-alt3.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4zVmOi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HPlwpP
find-requires: running scripts (debuginfo)
Requires: wmDownload = 0.1.2a-alt3.qa1, /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 wmDownload-debuginfo a strict dependency on wmDownload
Wrote: /usr/src/RPM/RPMS/x86_64/wmDownload-0.1.2a-alt3.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/wmDownload-debuginfo-0.1.2a-alt3.qa1.x86_64.rpm
2.24user 0.40system 0:09.63elapsed 27%CPU (0avgtext+0avgdata 29944maxresident)k
0inputs+0outputs (0major+194650minor)pagefaults 0swaps
7.48user 2.84system 0:26.27elapsed 39%CPU (0avgtext+0avgdata 117412maxresident)k
320inputs+0outputs (0major+497732minor)pagefaults 0swaps