<86>Jan 23 02:16:49 userdel[2774558]: delete user 'rooter' <86>Jan 23 02:16:49 userdel[2774558]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 23 02:16:49 groupadd[2774563]: group added to /etc/group: name=rooter, GID=585 <86>Jan 23 02:16:49 groupadd[2774563]: group added to /etc/gshadow: name=rooter <86>Jan 23 02:16:49 groupadd[2774563]: new group: name=rooter, GID=585 <86>Jan 23 02:16:49 useradd[2774567]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Jan 23 02:16:49 userdel[2774580]: delete user 'builder' <86>Jan 23 02:16:49 userdel[2774580]: removed group 'builder' owned by 'builder' <86>Jan 23 02:16:49 userdel[2774580]: removed shadow group 'builder' owned by 'builder' <86>Jan 23 02:16:49 groupadd[2774592]: group added to /etc/group: name=builder, GID=586 <86>Jan 23 02:16:49 groupadd[2774592]: group added to /etc/gshadow: name=builder <86>Jan 23 02:16:49 groupadd[2774592]: new group: name=builder, GID=586 <86>Jan 23 02:16:49 useradd[2774597]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libutempter-1.1.6-alt2.nosrc.rpm Installing libutempter-1.1.6-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28976 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libutempter-1.1.6 + echo 'Source #0 (libutempter-1.1.6.tar):' Source #0 (libutempter-1.1.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libutempter-1.1.6.tar + cd libutempter-1.1.6 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.64743 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libutempter-1.1.6 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' libdir=/usr/lib64 libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' cc -pipe -frecord-gcc-switches -Wall -g -O2 -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -Wl,-z,now,-stats utempter.c -o utempter utempter.c: In function 'write_uwtmp_record': utempter.c:144:20: warning: conversion from '__time_t' {aka 'long int'} to 'int32_t' {aka 'int'} may change value [-Wconversion] 144 | ut.ut_tv.tv_sec = tv.tv_sec; | ^~ utempter.c:145:21: warning: conversion from '__suseconds_t' {aka 'long int'} to 'int32_t' {aka 'int'} may change value [-Wconversion] 145 | ut.ut_tv.tv_usec = tv.tv_usec; | ^~ In file included from /usr/include/string.h:507, from utempter.c:29: In function 'strncpy', inlined from 'write_uwtmp_record' at utempter.c:135:2, inlined from 'main' at utempter.c:257:9: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/ld.default: total time in link: 0.024889 make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' cc -pipe -frecord-gcc-switches -Wall -g -O2 -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -c -fPIC iface.c -o iface.os make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' cc -pipe -frecord-gcc-switches -Wall -g -O2 -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -c -o iface.o iface.c make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' ar rv libutempter.a iface.o ar: creating libutempter.a a - iface.o ranlib libutempter.a make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' cc -shared \ -Wl,-soname,libutempter.so.0,--version-script=libutempter.map,-z,defs,-stats \ -lc iface.os -o libutempter.so /usr/bin/ld.default: total time in link: 0.039031 make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libutempter-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libutempter-buildroot + cd libutempter-1.1.6 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/libutempter-buildroot libdir=/usr/lib64 libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libutempter-1.1.6' mkdir -p /usr/src/tmp/libutempter-buildroot/usr/lib64 /usr/src/tmp/libutempter-buildroot/usr/lib/utempter \ /usr/src/tmp/libutempter-buildroot/usr/include /usr/src/tmp/libutempter-buildroot/usr/share/man/man3 /bin/install -p -p -m2711 utempter /usr/src/tmp/libutempter-buildroot/usr/lib/utempter/ /bin/install -p -p -m644 utempter.h /usr/src/tmp/libutempter-buildroot/usr/include/ /bin/install -p -p -m755 libutempter.so /usr/src/tmp/libutempter-buildroot/usr/lib64/libutempter.so.1.1.6 /bin/install -p -p -m644 libutempter.a /usr/src/tmp/libutempter-buildroot/usr/lib64/ ln -s libutempter.so.1.1.6 /usr/src/tmp/libutempter-buildroot/usr/lib64/libutempter.so.0 ln -s libutempter.so.0 /usr/src/tmp/libutempter-buildroot/usr/lib64/libutempter.so /bin/install -p -p -m644 utempter.3 /usr/src/tmp/libutempter-buildroot/usr/share/man/man3/ for n in libutempter utempter_add_record utempter_remove_record \ utempter_remove_added_record utempter_set_helper; do \ ln -s utempter.3 /usr/src/tmp/libutempter-buildroot/usr/share/man/man3/$n.3; \ done make: Leaving directory '/usr/src/RPM/BUILD/libutempter-1.1.6' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libutempter-buildroot (auto) mode of './usr/lib64/libutempter.so.1.1.6' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libutempter-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/libutempter-buildroot/ (default) Compressing files in /usr/src/tmp/libutempter-buildroot (auto) removed '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_set_helper.3' '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_set_helper.3.xz' -> 'utempter.3.xz' removed '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_remove_added_record.3' '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_remove_added_record.3.xz' -> 'utempter.3.xz' removed '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_remove_record.3' '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_remove_record.3.xz' -> 'utempter.3.xz' removed '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_add_record.3' '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/utempter_add_record.3.xz' -> 'utempter.3.xz' removed '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/libutempter.3' '/usr/src/tmp/libutempter-buildroot/usr/share/man/man3/libutempter.3.xz' -> 'utempter.3.xz' Adjusting library links in /usr/src/tmp/libutempter-buildroot ./usr/lib: ./usr/lib64: libutempter.so.0 -> libutempter.so.1.1.6 Verifying ELF objects in /usr/src/tmp/libutempter-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: libutempter-1.1.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37274 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libutempter-1.1.6 + DOCDIR=/usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + export DOCDIR + rm -rf /usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + /bin/mkdir -p /usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + cp -prL README /usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + chmod -R go-w /usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + chmod -R a+rX /usr/src/tmp/libutempter-buildroot/usr/share/doc/libutempter-1.1.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GK7Cvi find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libutempter-buildroot/usr/lib64/libutempter.so.0: 7 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lmB6Uk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6KZHwk Provides: utempter = 0.5.2, libutempter.so.0()(64bit) = set:gd4yJmbufH9AOTB0, libutempter.so.0(UTEMPTER_1.1)(64bit) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(pre): /bin/sh, /usr/sbin/groupadd Obsoletes: utempter Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rHfZDl Creating libutempter-debuginfo package Processing files: libutempter-devel-1.1.6-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IHy8jm 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.Fye37h find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: utempter-devel = 1.1.6 Requires: libutempter = 1.1.6-alt2, /usr/lib64/libutempter.so.0 Obsoletes: utempter-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cEdkdl Processing files: libutempter-devel-static-1.1.6-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lhqZWj 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.pVHm2h find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: utempter-devel-static = 1.1.6 Requires: libutempter-devel = 1.1.6-alt2, glibc-devel-static Obsoletes: utempter-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z0rAQj Processing files: libutempter-debuginfo-1.1.6-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Lom0ul find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7GSC7k find-requires: running scripts (debuginfo) Provides: debug64(libutempter.so.0) Requires: libutempter = 1.1.6-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Removing 1 extra deps from libutempter-devel due to dependency on libutempter Wrote: /usr/src/RPM/RPMS/x86_64/libutempter-1.1.6-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libutempter-devel-1.1.6-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libutempter-devel-static-1.1.6-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libutempter-debuginfo-1.1.6-alt2.x86_64.rpm 7.27user 2.48system 0:21.44elapsed 45%CPU (0avgtext+0avgdata 26536maxresident)k 0inputs+0outputs (0major+429368minor)pagefaults 0swaps 10.13user 7.48system 0:29.22elapsed 60%CPU (0avgtext+0avgdata 26536maxresident)k 0inputs+0outputs (0major+671016minor)pagefaults 0swaps --- libutempter-debuginfo-1.1.6-alt2.x86_64.rpm.repo 2011-03-09 02:03:44.000000000 +0000 +++ libutempter-debuginfo-1.1.6-alt2.x86_64.rpm.hasher 2020-01-23 02:17:15.440789439 +0000 @@ -4,3 +4,2 @@ /usr/lib/debug/usr/lib64/libutempter.so.1.1.6.debug 100644 -/usr/lib/debug/usr/lib64/libutempter.so.debug 120777 libutempter.so.1.1.6.debug /usr/src/debug/libutempter-1.1.6 40755 --- libutempter-devel-1.1.6-alt2.x86_64.rpm.repo 2011-03-09 02:03:44.000000000 +0000 +++ libutempter-devel-1.1.6-alt2.x86_64.rpm.hasher 2020-01-23 02:17:15.462788705 +0000 @@ -2,8 +2,8 @@ /usr/lib64/libutempter.so 120777 libutempter.so.0 -/usr/share/man/man3/libutempter.3.gz 120777 utempter.3.gz -/usr/share/man/man3/utempter.3.gz 100644 -/usr/share/man/man3/utempter_add_record.3.gz 120777 utempter.3.gz -/usr/share/man/man3/utempter_remove_added_record.3.gz 120777 utempter.3.gz -/usr/share/man/man3/utempter_remove_record.3.gz 120777 utempter.3.gz -/usr/share/man/man3/utempter_set_helper.3.gz 120777 utempter.3.gz +/usr/share/man/man3/libutempter.3.xz 120777 utempter.3.xz +/usr/share/man/man3/utempter.3.xz 100644 +/usr/share/man/man3/utempter_add_record.3.xz 120777 utempter.3.xz +/usr/share/man/man3/utempter_remove_added_record.3.xz 120777 utempter.3.xz +/usr/share/man/man3/utempter_remove_record.3.xz 120777 utempter.3.xz +/usr/share/man/man3/utempter_set_helper.3.xz 120777 utempter.3.xz Requires: libutempter = 1.1.6-alt2