<86>Jan 10 09:05:17 userdel[43470]: delete user 'rooter' <86>Jan 10 09:05:17 groupadd[43547]: group added to /etc/group: name=rooter, GID=639 <86>Jan 10 09:05:17 groupadd[43547]: group added to /etc/gshadow: name=rooter <86>Jan 10 09:05:17 groupadd[43547]: new group: name=rooter, GID=639 <86>Jan 10 09:05:17 useradd[43588]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Jan 10 09:05:17 userdel[43634]: delete user 'builder' <86>Jan 10 09:05:17 userdel[43634]: removed group 'builder' owned by 'builder' <86>Jan 10 09:05:17 userdel[43634]: removed shadow group 'builder' owned by 'builder' <86>Jan 10 09:05:17 groupadd[43641]: group added to /etc/group: name=builder, GID=640 <86>Jan 10 09:05:17 groupadd[43641]: group added to /etc/gshadow: name=builder <86>Jan 10 09:05:17 groupadd[43641]: new group: name=builder, GID=640 <86>Jan 10 09:05:17 useradd[43645]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/scdoc-1.9.4-alt1.nosrc.rpm Installing scdoc-1.9.4-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42488 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf scdoc-1.9.4 + echo 'Source #0 (scdoc-1.9.4.tar):' Source #0 (scdoc-1.9.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/scdoc-1.9.4.tar + cd scdoc-1.9.4 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i /-static/d Makefile + sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42488 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd scdoc-1.9.4 + make -j8 PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/string.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/string.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_size.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_size.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/util.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/util.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' sed -e 's:@prefix@:/usr:g' -e 's:@version@:1.9.4:g' < scdoc.pc.in > scdoc.pc make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_encode.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_encode.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_decode.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_decode.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_fputch.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_fputch.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_fgetch.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_fgetch.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/utf8_chsize.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_chsize.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -std=c99 -pedantic -c -o .build/main.o -g -DVERSION='"1.9.4"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/main.c make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' cc -o scdoc .build/main.o .build/string.o .build/utf8_chsize.o .build/utf8_decode.o .build/utf8_encode.o .build/utf8_fgetch.o .build/utf8_fputch.o .build/utf8_size.o .build/util.o make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' ./scdoc < scdoc.5.scd > scdoc.5 make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' ./scdoc < scdoc.1.scd > scdoc.1 make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9584 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/scdoc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/scdoc-buildroot + cd scdoc-1.9.4 + make 'INSTALL=/bin/install -p' install PREFIX=/usr/src/tmp/scdoc-buildroot/usr PCDIR=/usr/src/tmp/scdoc-buildroot/usr/lib/pkgconfig make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' mkdir -p /usr/src/tmp/scdoc-buildroot/usr/bin /usr/src/tmp/scdoc-buildroot/usr/share/man/man1 /usr/src/tmp/scdoc-buildroot/usr/share/man/man5 /usr/src/tmp/scdoc-buildroot/usr/lib/pkgconfig /bin/install -p -m755 scdoc /usr/src/tmp/scdoc-buildroot/usr/bin/scdoc /bin/install -p -m644 scdoc.1 /usr/src/tmp/scdoc-buildroot/usr/share/man/man1/scdoc.1 /bin/install -p -m644 scdoc.5 /usr/src/tmp/scdoc-buildroot/usr/share/man/man5/scdoc.5 /bin/install -p -m644 scdoc.pc /usr/src/tmp/scdoc-buildroot/usr/lib/pkgconfig/scdoc.pc make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/scdoc-buildroot (auto) Verifying and fixing files in /usr/src/tmp/scdoc-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/scdoc-buildroot/ (default) Compressing files in /usr/src/tmp/scdoc-buildroot (auto) Adjusting library links in /usr/src/tmp/scdoc-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/scdoc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.8654 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd scdoc-1.9.4 + make check make: Entering directory '/usr/src/RPM/BUILD/scdoc-1.9.4' == test/tables Handles empty table cells OK == test/preamble Expects a name OK Expects a section OK Expects name to alphanumeric OK Expects section to be a number OK Expects section to legit OK Accepts a valid preamble OK Writes the appropriate header OK Preserves dashes OK Handles extra footer field OK Handles both extra fields OK Emits empty footer correctly OK Supports $SOURCE_DATE_EPOCH OK == test/inline-formatting Disallows nested formatting OK Ignores underscores in words OK Ignores underscores in underlined words OK Ignores underscores in bolded words OK Emits bold text OK Emits underlined text OK Handles escaped characters OK == test/indent Indents indented text OK Deindents following indented text OK == test/heading Fail on ### OK Expects a space after # OK Emits a new section OK Emits a new subsection OK == test/comments Ignore comments OK Fail on invalid comments OK make: Leaving directory '/usr/src/RPM/BUILD/scdoc-1.9.4' + exit 0 Processing files: scdoc-1.9.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GmjA7y 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.lbU7Ry find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(scdoc) = 1.9.4 Requires: /lib/ld-linux.so.2, /usr/lib/pkgconfig, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CMPWhA Creating scdoc-debuginfo package Processing files: scdoc-debuginfo-1.9.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kvt1Px find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qf3HYz find-requires: running scripts (debuginfo) Requires: scdoc = 1.9.4-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to scdoc-debuginfo a strict dependency on scdoc Wrote: /usr/src/RPM/RPMS/i586/scdoc-1.9.4-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/scdoc-debuginfo-1.9.4-alt1.i586.rpm 2.52user 0.47system 0:08.39elapsed 35%CPU (0avgtext+0avgdata 20476maxresident)k 0inputs+0outputs (0major+188680minor)pagefaults 0swaps 5.71user 2.59system 0:15.09elapsed 55%CPU (0avgtext+0avgdata 103540maxresident)k 0inputs+0outputs (0major+403240minor)pagefaults 0swaps