<86>Apr 14 00:42:51 userdel[121780]: delete user 'rooter' <86>Apr 14 00:42:51 userdel[121780]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:42:51 groupadd[121804]: group added to /etc/group: name=rooter, GID=669 <86>Apr 14 00:42:51 groupadd[121804]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:42:51 groupadd[121804]: new group: name=rooter, GID=669 <86>Apr 14 00:42:51 useradd[121847]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Apr 14 00:42:51 userdel[121876]: delete user 'builder' <86>Apr 14 00:42:51 userdel[121876]: removed group 'builder' owned by 'builder' <86>Apr 14 00:42:51 userdel[121876]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:42:51 groupadd[121898]: group added to /etc/group: name=builder, GID=670 <86>Apr 14 00:42:51 groupadd[121898]: group added to /etc/gshadow: name=builder <86>Apr 14 00:42:51 groupadd[121898]: new group: name=builder, GID=670 <86>Apr 14 00:42:51 useradd[121919]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash Installing exofs-utils-0.1-alt1.2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86849 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf exofs-utils-0.1 + echo 'Source #0 (exofs-utils-0.1.tar):' Source #0 (exofs-utils-0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/exofs-utils-0.1.tar + cd exofs-utils-0.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (exofs-utils-0.1-alt-gcc4.6.patch):' Patch #0 (exofs-utils-0.1-alt-gcc4.6.patch): + /usr/bin/patch -p1 patching file lib/Makefile + echo 'Patch #1 (exofs-utils-0.1-alt-glibc-kernheaders-3.5.4.patch):' Patch #1 (exofs-utils-0.1-alt-glibc-kernheaders-3.5.4.patch): + /usr/bin/patch -p1 patching file include/open-osd/asm/unaligned.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86849 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd exofs-utils-0.1 + cd lib + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/exofs-utils-0.1/lib' ln -sf ../drivers/scsi/osd/osd_initiator.c cc -MM -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 osd_initiator.c hexdump.c kalloc.c bsgdev.c osddev.c > .dependencies make: Leaving directory `/usr/src/RPM/BUILD/exofs-utils-0.1/lib' make: Entering directory `/usr/src/RPM/BUILD/exofs-utils-0.1/lib' cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o osd_initiator.o osd_initiator.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o hexdump.o hexdump.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o kalloc.o kalloc.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o bsgdev.o bsgdev.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o osddev.o osddev.c hexdump.c: In function 'hex_dump_to_buffer': hexdump.c:57:9: warning: variable 'ascii_column' set but not used [-Wunused-but-set-variable] size_t ascii_column; ^ osd_initiator.c: In function 'build_test': osd_initiator.c:66:2: warning: implicit declaration of function 'BUILD_BUG_ON' [-Wimplicit-function-declaration] BUILD_BUG_ON(sizeof(struct osd_capability) != OSD_CAP_LEN); ^ osd_initiator.c:66:2: warning: nested extern declaration of 'BUILD_BUG_ON' [-Wnested-externs] In file included from ../include/open-osd/kalloc.h:14:0, from ../include/open-osd/linux/slab.h:14, from osd_initiator.c:42: osd_initiator.c: In function '_create_sg_bios': osd_initiator.c:1045:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] BUG_ON(offset + len > PAGE_SIZE); ^ ../include/open-osd/linux/types.h:92:25: note: in definition of macro 'BUG_ON' int __ret_warn_on = !!(condition); \ ^ bsgdev.c: In function 'bio_add_pc_page': bsgdev.c:175:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cc -shared -Wl,-no-undefined -lc -o libosd.so osd_initiator.o hexdump.o kalloc.o bsgdev.o osddev.o make: Leaving directory `/usr/src/RPM/BUILD/exofs-utils-0.1/lib' + cd ../usr + '[' -n 8 ']' + make -j8 make: Entering directory `/usr/src/RPM/BUILD/exofs-utils-0.1/usr' ln -sf ../drivers/scsi/osd/osd_ktests.c cc -MM -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 osd_ktests.c osd_test.c mkexofs_main.c mkexofs.c osd.c > .dependencies make: Leaving directory `/usr/src/RPM/BUILD/exofs-utils-0.1/usr' make: Entering directory `/usr/src/RPM/BUILD/exofs-utils-0.1/usr' cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o osd_test.o osd_test.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o osd_ktests.o osd_ktests.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o mkexofs_main.o mkexofs_main.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o mkexofs.o mkexofs.c cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -c -o osd.o osd.c mkexofs.c: In function 'write_rootdir': mkexofs.c:345:6: warning: variable 'done' set but not used [-Wunused-but-set-variable] int done; ^ cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -o mkfs.exofs mkexofs_main.o mkexofs.o -L../lib -losd cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -o osd_test osd_test.o osd_ktests.o -L../lib -losd cc -fPIC -Wall -W -Wwrite-strings -Wundef -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -I../include/open-osd/ -I../lib -I./ -I../drivers/scsi/osd -I../fs/exofs -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 -o osd osd.o -L../lib -losd make: Leaving directory `/usr/src/RPM/BUILD/exofs-utils-0.1/usr' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97183 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/exofs-utils-buildroot + : + /bin/rm -rf -- /usr/src/tmp/exofs-utils-buildroot + cd exofs-utils-0.1 + cd lib + mkdir -p /usr/src/tmp/exofs-utils-buildroot//usr/lib64/ + install -m644 libosd.so /usr/src/tmp/exofs-utils-buildroot//usr/lib64/ + cd ../usr + mkdir -p /usr/src/tmp/exofs-utils-buildroot//usr/sbin/ /usr/src/tmp/exofs-utils-buildroot/sbin/ + install -m755 mkfs.exofs /usr/src/tmp/exofs-utils-buildroot/sbin/ + install -m755 osd /usr/src/tmp/exofs-utils-buildroot//usr/sbin/ + install -m755 osd_test /usr/src/tmp/exofs-utils-buildroot//usr/sbin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/exofs-utils-buildroot (auto) Verifying and fixing files in /usr/src/tmp/exofs-utils-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/exofs-utils-buildroot (auto) Adjusting library links in /usr/src/tmp/exofs-utils-buildroot ./usr/lib64: libosd.so -> libosd.so Verifying ELF objects in /usr/src/tmp/exofs-utils-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: exofs-utils-0.1-alt1.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.65701 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd exofs-utils-0.1 + DOCDIR=/usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + export DOCDIR + rm -rf /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + /bin/mkdir -p /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + cp -prL README /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + chmod -R go-w /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + chmod -R a+rX /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + cp -prL do-exofs do-osd do-pnfs /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + chmod -R go-w /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + chmod -R a+rX /usr/src/tmp/exofs-utils-buildroot/usr/share/doc/exofs-utils-0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4N2y0V find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/exofs-utils-buildroot/usr/lib64/libosd.so: 72 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gw9U8C find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libosd.so()(64bit) = set:kd9bxsZmQnkNBf0AXA9T9mMwUo9bWAgQcAJH7nsc5uyY1HxrL2zZkVeyshvqGtr11FXYpGGQoY99j13wqU2yvnLlP0N0AFytUIyuOfqpZvmdV6in20o9R6lpYks1MdXfSmhp0UGvESgZFcP34rbMpTM0 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aRkY4m Creating exofs-utils-debuginfo package Processing files: exofs-utils-debuginfo-0.1-alt1.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CDJxQ9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kaqWvZ find-requires: running scripts (debuginfo) Provides: debug64(libosd.so) Requires: exofs-utils = 0.1-alt1.2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/exofs-utils-0.1-alt1.2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/exofs-utils-debuginfo-0.1-alt1.2.x86_64.rpm 2.21user 1.27system 0:07.00elapsed 49%CPU (0avgtext+0avgdata 26916maxresident)k 0inputs+0outputs (0major+291436minor)pagefaults 0swaps 3.61user 3.53system 0:10.78elapsed 66%CPU (0avgtext+0avgdata 26916maxresident)k 0inputs+0outputs (0major+437801minor)pagefaults 0swaps