<86>Dec  7 06:52:03 userdel[20932]: delete user 'rooter'
<86>Dec  7 06:52:03 userdel[20932]: removed group 'rooter' owned by 'rooter'
<86>Dec  7 06:52:03 userdel[20932]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec  7 06:52:03 groupadd[20938]: group added to /etc/group: name=rooter, GID=606
<86>Dec  7 06:52:03 groupadd[20938]: group added to /etc/gshadow: name=rooter
<86>Dec  7 06:52:03 groupadd[20938]: new group: name=rooter, GID=606
<86>Dec  7 06:52:03 useradd[20942]: new user: name=rooter, UID=606, GID=606, home=/root, shell=/bin/bash
<86>Dec  7 06:52:03 userdel[20949]: delete user 'builder'
<86>Dec  7 06:52:03 userdel[20949]: removed group 'builder' owned by 'builder'
<86>Dec  7 06:52:03 groupadd[20954]: group added to /etc/group: name=builder, GID=607
<86>Dec  7 06:52:03 groupadd[20954]: group added to /etc/gshadow: name=builder
<86>Dec  7 06:52:03 groupadd[20954]: new group: name=builder, GID=607
<86>Dec  7 06:52:03 useradd[20958]: new user: name=builder, UID=607, GID=607, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/hibernate-script-2.0-alt3.qa1.nosrc.rpm
Installing hibernate-script-2.0-alt3.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.26389
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf hibernate-script-2.0
+ echo 'Source #0 (hibernate-script-2.0.tar.gz):'
Source #0 (hibernate-script-2.0.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/hibernate-script-2.0.tar.gz
+ /bin/tar -xf -
+ cd hibernate-script-2.0
+ echo 'Source #1 (tuxonice-userui-1.0.tar.gz):'
Source #1 (tuxonice-userui-1.0.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/tuxonice-userui-1.0.tar.gz
+ /bin/tar -xf -
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (hibernate-script-2.0-alt-defaults.patch):'
Patch #1 (hibernate-script-2.0-alt-defaults.patch):
+ /usr/bin/patch -p1
patching file common.conf
patching file tuxonice.conf
+ echo 'Patch #2 (hibernate-script-2.0-alt-cleanup.patch):'
Patch #2 (hibernate-script-2.0-alt-cleanup.patch):
+ /usr/bin/patch -p1
patching file init.d/hibernate-cleanup.sh
+ echo 'Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch):'
Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch):
+ /usr/bin/patch -p1
patching file scriptlets.d/pause_audio
+ echo 'Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch):'
Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch):
+ /usr/bin/patch -p1
patching file tuxonice-userui-1.0/Makefile
patching file tuxonice-userui-1.0/userui.h
+ find -type f -exec chmod -x '{}' ';'
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.26389
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd hibernate-script-2.0
+ pushd tuxonice-userui-1.0
~/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0 ~/RPM/BUILD/hibernate-script-2.0
+ make clean
make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0'
rm -f *.o tuxoniceui_text
make -C fbsplash clean
make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash'
rm -f *.o userui_fbsplash.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash'
make -C usplash clean
make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash'
rm -f *.o userui_usplash.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash'
make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0'
+ make tuxoniceui_text 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2'
make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2   -c -o userui_core.o userui_core.c
userui_core.c: In function 'toggle_debug_state':
userui_core.c:175:13: warning: type of 'key' defaults to 'int' [-Wimplicit-int]
 static void toggle_debug_state(key) {
             ^~~~~~~~~~~~~~~~~~
userui_core.c: In function 'get_nofreeze':
userui_core.c:761:28: warning: variable 'msg' set but not used [-Wunused-but-set-variable]
  struct userui_msg_params *msg;
                            ^~~
userui_core.c: In function 'get_console_loglevel':
userui_core.c:118:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
  fscanf(printk_f, "%d", &console_loglevel);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
userui_core.c: In function 'main':
userui_core.c:924:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
  nice(1);
  ^~~~~~~
userui_core.c: In function 'restore_console':
userui_core.c:521:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(1, "\033[?25h\033[?0c", 11);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
userui_core.c: In function 'get_info':
userui_core.c:427:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
      fgets(software_suspend_version, sizeof(software_suspend_version), f);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
userui_core.c:435:6: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
      fscanf(f, "%d", &can_use_escape);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2   -c -o userui_text.o userui_text.c
userui_text.c: In function 'text_update_progress':
userui_text.c:241:13: warning: variable 'next_update' set but not used [-Wunused-but-set-variable]
  __uint32_t next_update = 0;
             ^~~~~~~~~~~
userui_text.c: In function 'hide_cursor':
userui_text.c:47:36: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 static inline void hide_cursor() { write(1, "\033[?25l\033[?1c", 11); }
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
userui_text.c: In function 'clear_display':
userui_text.c:44:38: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 static inline void clear_display() { write(1, "\033[2J", 4); }
                                      ^~~~~~~~~~~~~~~~~~~~~~
userui_text.c: In function 'reset_display':
userui_text.c:45:38: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 static inline void reset_display() { write(1, "\033c", 2); }
                                      ^~~~~~~~~~~~~~~~~~~~
userui_text.c: In function 'flush_scrollback':
userui_text.c:55:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(1, "\n", 1);
   ^~~~~~~~~~~~~~~~~
userui_text.c: In function 'show_cursor':
userui_text.c:48:36: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 static inline void show_cursor() { write(1, "\033[?25h\033[?0c", 11); }
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc  userui_core.o userui_text.o -o tuxoniceui_text
make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0'
+ popd
~/RPM/BUILD/hibernate-script-2.0
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.33525
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/hibernate-script-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/hibernate-script-buildroot
+ cd hibernate-script-2.0
+ export BASE_DIR=/usr/src/tmp/hibernate-script-buildroot PREFIX=/usr MAN_DIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/man
+ BASE_DIR=/usr/src/tmp/hibernate-script-buildroot
+ PREFIX=/usr
+ MAN_DIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/man
+ sh install.sh
Installing hibernate script to /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate ...
Installing configuration files to /usr/src/tmp/hibernate-script-buildroot/etc/hibernate ...
Installing scriptlets to /usr/src/tmp/hibernate-script-buildroot/usr/share/hibernate/scriptlets.d ...
Installing sample binary signature to /usr/src/tmp/hibernate-script-buildroot/usr/share/hibernate ...
Installing man pages to /usr/src/tmp/hibernate-script-buildroot/usr/share/man ...
Setting permissions on installed files ...
Installed.

Edit /usr/src/tmp/hibernate-script-buildroot/etc/hibernate/hibernate.conf to taste, and see hibernate -h for help.
+ unset BASE_DIR PREFIX MAN_DIR SCRIPTLET_DIR
+ mkdir -p /usr/src/tmp/hibernate-script-buildroot/etc/logrotate.d /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/scripts /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/init.d
+ install -m644 logrotate.d-hibernate-script /usr/src/tmp/hibernate-script-buildroot/etc/logrotate.d/hibernate
+ install -m755 tuxonice-userui-1.0/tuxoniceui_text /usr/src/tmp/hibernate-script-buildroot/usr/sbin
+ install -m755 init.d/hibernate-cleanup.sh /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/scripts/
+ install -m755 /usr/src/RPM/SOURCES/hibernate-cleanup /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/init.d/
+ ln -sf hibernate /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate
+ mkdir -p doc/tuxonice-userui-1.0
+ cp -a README CHANGELOG SCRIPTLET-API admin doc/
+ cp -a tuxonice-userui-1.0/KERNEL_API tuxonice-userui-1.0/USERUI_API tuxonice-userui-1.0/ChangeLog tuxonice-userui-1.0/README tuxonice-userui-1.0/TODO doc/tuxonice-userui-1.0/
+ mkdir -p /usr/src/tmp/hibernate-script-buildroot/etc/hibernate/scriptlets.d
+ cat
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/hibernate-script-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/hibernate-script-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/hibernate-script-buildroot/ (default)
Compressing files in /usr/src/tmp/hibernate-script-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/hibernate-script-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/tuxoniceui_text: uses non-LFS functions: fopen lseek open setrlimit
Hardlinking identical .pyc and .pyo files
Processing files: hibernate-script-2.0-alt3.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15135
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd hibernate-script-2.0
+ DOCDIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ /bin/mkdir -p /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ cp -prL doc/CHANGELOG doc/README doc/SCRIPTLET-API doc/admin doc/tuxonice-userui-1.0 /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ chmod -R go-w /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ chmod -R a+rX /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X6NZek
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.qCTLIU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
shebang.req.files: executable script /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-suspend is not executable
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: invalid command: -v
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: setopt not found (skip)
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: unsetopt not found (skip)
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: invalid command: -v
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: setopt not found (skip)
shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: unsetopt not found (skip)
find-requires: FINDPACKAGE-COMMANDS: awk cat dash dd mkswap rm sed setopt sort swapoff swapon touch tr unsetopt
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eG9iFZ
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OLk9Ll
Provides: hibernate = 2.0, hibernate-cleanup = 2.0
Requires: util-linux >= 2.16, /bin/echo, /bin/sh, /etc/logrotate.d, /etc/rc.d/init.d, /etc/rc.d/init.d(action), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, ash, coreutils, gawk, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), mount, rtld(GNU_HASH), sed
Requires(interp): /bin/sh, /bin/sh
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Conflicts: pm-utils
Obsoletes: hibernate < 2.0-alt3.qa1, hibernate-cleanup < 2.0-alt3.qa1
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DtSkla
Creating hibernate-script-debuginfo package
Processing files: hibernate-script-debuginfo-2.0-alt3.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W9TvIf
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GQOKfN
find-requires: running scripts (debuginfo)
Requires: hibernate-script = 2.0-alt3.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/hibernate-script-2.0-alt3.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/hibernate-script-debuginfo-2.0-alt3.qa1.i586.rpm
7.92user 2.59system 0:15.97elapsed 65%CPU (0avgtext+0avgdata 29440maxresident)k
0inputs+0outputs (0major+409298minor)pagefaults 0swaps
17.45user 7.02system 0:29.87elapsed 81%CPU (0avgtext+0avgdata 122576maxresident)k
0inputs+0outputs (0major+689645minor)pagefaults 0swaps
--- hibernate-script-2.0-alt3.qa1.i586.rpm.repo	2013-04-18 10:11:17.000000000 +0000
+++ hibernate-script-2.0-alt3.qa1.i586.rpm.hasher	2018-12-07 06:52:22.240839977 +0000
@@ -75,4 +75,4 @@
 /usr/share/hibernate/tuxonice-binary-signature.bin	100644	
-/usr/share/man/man5/hibernate.conf.5.gz	100644	
-/usr/share/man/man8/hibernate.8.gz	100644	
+/usr/share/man/man5/hibernate.conf.5.xz	100644	
+/usr/share/man/man8/hibernate.8.xz	100644	
 Requires: util-linux >= 2.16