<86>Oct 6 07:08:19 userdel[23038]: delete user 'rooter' <86>Oct 6 07:08:19 userdel[23038]: removed group 'rooter' owned by 'rooter' <86>Oct 6 07:08:19 userdel[23038]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 07:08:19 groupadd[23050]: group added to /etc/group: name=rooter, GID=615 <86>Oct 6 07:08:19 groupadd[23050]: group added to /etc/gshadow: name=rooter <86>Oct 6 07:08:19 groupadd[23050]: new group: name=rooter, GID=615 <86>Oct 6 07:08:19 useradd[23056]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Oct 6 07:08:19 userdel[23091]: delete user 'builder' <86>Oct 6 07:08:19 userdel[23091]: removed group 'builder' owned by 'builder' <86>Oct 6 07:08:19 userdel[23091]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 07:08:19 groupadd[23101]: group added to /etc/group: name=builder, GID=616 <86>Oct 6 07:08:19 groupadd[23101]: group added to /etc/gshadow: name=builder <86>Oct 6 07:08:19 groupadd[23101]: new group: name=builder, GID=616 <86>Oct 6 07:08:19 useradd[23109]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/sreadahead-1.0-alt2.nosrc.rpm Installing sreadahead-1.0-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42248 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf sreadahead-1.0 + echo 'Source #0 (sreadahead-1.0.tar.gz):' Source #0 (sreadahead-1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/sreadahead-1.0.tar.gz + /bin/tar -xf - + cd sreadahead-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (sreadahead-1.0-asneeded.patch):' Patch #0 (sreadahead-1.0-asneeded.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #1 (sreadahead-1.0-alt-ioprio-arches.patch):' Patch #1 (sreadahead-1.0-alt-ioprio-arches.patch): + /usr/bin/patch -p1 patching file sreadahead.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42248 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sreadahead-1.0 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/sreadahead-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -W sreadahead.c -o sreadahead -lpthread sreadahead.c: In function 'one_thread': sreadahead.c:199:31: warning: unused parameter 'ptr' [-Wunused-parameter] static void *one_thread(void *ptr) ~~~~~~^~~ sreadahead.c: In function 'trace_stop': sreadahead.c:471:28: warning: unused parameter 'signal' [-Wunused-parameter] static void trace_stop(int signal) ~~~~^~~~~~ sreadahead.c: In function 'main': sreadahead.c:711:2: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon(0,0); ^~~~~~~~~~~ sreadahead.c: In function 'trace_start': sreadahead.c:429:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(DEBUGFS_MNT); ^~~~~~~~~~~~~~~~~~ sreadahead.c:440:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 4096, file); ^~~~~~~~~~~~~~~~~~~~~~ sreadahead.c:456:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 4096, file); ^~~~~~~~~~~~~~~~~~~~~~ sreadahead.c:463:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ sreadahead.c: In function 'trace_stop': sreadahead.c:485:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] nice(20); ^~~~~~~~ sreadahead.c:502:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(DEBUGFS_MNT); ^~~~~~~~~~~~~~~~~~ sreadahead.c:578:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ sreadahead.c: In function 'readahead_set_len': sreadahead.c:155:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/sys/block"); ^~~~~~~~~~~~~~~~~~~ sreadahead.c:170:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/sreadahead-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34914 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/sreadahead-buildroot + : + /bin/rm -rf -- /usr/src/tmp/sreadahead-buildroot + cd sreadahead-1.0 + install -d /usr/src/tmp/sreadahead-buildroot/var/lib/sreadahead/debugfs + install -pDm755 sreadahead /usr/src/tmp/sreadahead-buildroot/sbin/sreadahead + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/sreadahead-buildroot (auto) Verifying and fixing files in /usr/src/tmp/sreadahead-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/sreadahead-buildroot/ (default) Compressing files in /usr/src/tmp/sreadahead-buildroot (auto) Adjusting library links in /usr/src/tmp/sreadahead-buildroot ./var/lib: Verifying ELF objects in /usr/src/tmp/sreadahead-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./sbin/sreadahead: uses non-LFS functions: __fxstat fopen mmap open Hardlinking identical .pyc and .pyo files Processing files: sreadahead-1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DDN1Ff 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.hkHHOD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), 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), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cJNmQt Creating sreadahead-debuginfo package Processing files: sreadahead-debuginfo-1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zpUaFy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bV99Y2 find-requires: running scripts (debuginfo) Requires: sreadahead = 1.0-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpthread.so.0) Adding to sreadahead-debuginfo a strict dependency on sreadahead Wrote: /usr/src/RPM/RPMS/i586/sreadahead-1.0-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/sreadahead-debuginfo-1.0-alt2.i586.rpm 2.26user 0.30system 0:08.37elapsed 30%CPU (0avgtext+0avgdata 27812maxresident)k 0inputs+0outputs (0major+145216minor)pagefaults 0swaps 3.53user 1.97system 0:13.14elapsed 41%CPU (0avgtext+0avgdata 27812maxresident)k 0inputs+0outputs (0major+322820minor)pagefaults 0swaps