<86>Nov 17 02:29:03 userdel[95210]: delete user 'rooter' <86>Nov 17 02:29:03 userdel[95210]: removed group 'rooter' owned by 'rooter' <86>Nov 17 02:29:03 userdel[95210]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 17 02:29:03 groupadd[95224]: group added to /etc/group: name=rooter, GID=639 <86>Nov 17 02:29:03 groupadd[95224]: group added to /etc/gshadow: name=rooter <86>Nov 17 02:29:03 groupadd[95224]: new group: name=rooter, GID=639 <86>Nov 17 02:29:03 useradd[95232]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Nov 17 02:29:03 userdel[95248]: delete user 'builder' <86>Nov 17 02:29:03 userdel[95248]: removed group 'builder' owned by 'builder' <86>Nov 17 02:29:03 userdel[95248]: removed shadow group 'builder' owned by 'builder' <86>Nov 17 02:29:03 groupadd[95267]: group added to /etc/group: name=builder, GID=640 <86>Nov 17 02:29:03 groupadd[95267]: group added to /etc/gshadow: name=builder <86>Nov 17 02:29:03 groupadd[95267]: new group: name=builder, GID=640 <86>Nov 17 02:29:03 useradd[95279]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash warning: Macro %_pam_modules_dir not found warning: Macro %_pam_modules_dir not found <13>Nov 17 02:29:06 rpmi: rpm-macros-pam0-1.3.1.0.5.955b-alt2 1530819916 installed <13>Nov 17 02:29:06 rpmi: libpam0-devel-1.3.1.0.5.955b-alt2 1530819916 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libpam-google-authenticator-1.0-alt1.nosrc.rpm Installing libpam-google-authenticator-1.0-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43908 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libpam-google-authenticator-1.0 + echo 'Source #0 (libpam-google-authenticator-1.0-source.tar):' Source #0 (libpam-google-authenticator-1.0-source.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libpam-google-authenticator-1.0-source.tar + cd libpam-google-authenticator-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43908 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libpam-google-authenticator-1.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o sha1.o sha1.c In file included from /usr/include/sys/types.h:25, from sha1.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o base32.o base32.c make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o hmac.o hmac.c make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o demo.o demo.c demo.c: In function 'pam_get_item': demo.c:88:36: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memcpy(item, &service, sizeof(&service)); ^ demo.c:93:33: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memcpy(item, &user, sizeof(&user)); ^ make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o google-authenticator.o google-authenticator.c In file included from /usr/include/string.h:507, from google-authenticator.c:29: In function 'strcpy', inlined from 'main' at google-authenticator.c:689:3: /usr/include/bits/string_fortified.h:90:10: warning: '__builtin_strcpy' accessing 0 or more bytes at offsets [1, 9223372036854775806] and 0 may overlap up to 9223372036854775806 bytes at offset [9223372036854775806, 1] [-Wrestrict] return __builtin___strcpy_chk (__dest, __src, __bos (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -g -o google-authenticator google-authenticator.o base32.o hmac.o sha1.o -ldl make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -DDEMO --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o pam_google_authenticator_demo.o pam_google_authenticator.c make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -DTESTING --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden \ -o pam_google_authenticator_testing.o pam_google_authenticator.c make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -g -rdynamic -o demo demo.o pam_google_authenticator_demo.o base32.o hmac.o sha1.o -ldl make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -shared -g -o pam_google_authenticator_testing.so pam_google_authenticator_testing.o base32.o hmac.o sha1.o -lpam make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o pam_google_authenticator.o pam_google_authenticator.c make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -shared -g -o pam_google_authenticator.so pam_google_authenticator.o base32.o hmac.o sha1.o -lpam make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc --std=gnu99 -Wall -O2 -g -fPIC -c -fvisibility=hidden -o pam_google_authenticator_unittest.o pam_google_authenticator_unittest.c pam_google_authenticator_unittest.c: In function 'pam_get_item': pam_google_authenticator_unittest.c:76:36: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memcpy(item, &service, sizeof(&service)); ^ pam_google_authenticator_unittest.c:81:33: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memcpy(item, &user, sizeof(&user)); ^ make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' make: Entering directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' gcc -g -rdynamic -o pam_google_authenticator_unittest pam_google_authenticator_unittest.o base32.o hmac.o sha1.o -lc -ldl make: Leaving directory '/usr/src/RPM/BUILD/libpam-google-authenticator-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26133 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libpam-google-authenticator-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libpam-google-authenticator-buildroot + cd libpam-google-authenticator-1.0 + install -D pam_google_authenticator.so /usr/src/tmp/libpam-google-authenticator-buildroot//lib64/security/pam_google_authenticator.so + install -D google-authenticator /usr/src/tmp/libpam-google-authenticator-buildroot//usr/bin/google-authenticator + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libpam-google-authenticator-buildroot (auto) mode of './lib64/security/pam_google_authenticator.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libpam-google-authenticator-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/libpam-google-authenticator-buildroot/ (default) Compressing files in /usr/src/tmp/libpam-google-authenticator-buildroot (auto) Adjusting library links in /usr/src/tmp/libpam-google-authenticator-buildroot ./lib64: Verifying ELF objects in /usr/src/tmp/libpam-google-authenticator-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: libpam-google-authenticator-1.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96638 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libpam-google-authenticator-1.0 + DOCDIR=/usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + export DOCDIR + rm -rf /usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + /bin/mkdir -p /usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + cp -prL README FILEFORMAT /usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + chmod -R go-w /usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + chmod -R a+rX /usr/src/tmp/libpam-google-authenticator-buildroot/usr/share/doc/libpam-google-authenticator-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dOuXqi 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.SY6sxW find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: PAM(pam_google_authenticator.so) Requires: pam, /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.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libpam.so.0()(64bit) >= set:jhTYncp0, libpam.so.0(LIBPAM_1.0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RXbNQD Creating libpam-google-authenticator-debuginfo package Processing files: libpam-google-authenticator-debuginfo-1.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.azdPmo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XboN3b find-requires: running scripts (debuginfo) Requires: libpam-google-authenticator = 1.0-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdl.so.2), debug64(libpam.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/libpam-google-authenticator-1.0-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libpam-google-authenticator-debuginfo-1.0-alt1.x86_64.rpm 4.78user 0.79system 0:08.33elapsed 66%CPU (0avgtext+0avgdata 43900maxresident)k 0inputs+0outputs (0major+308335minor)pagefaults 0swaps 9.20user 3.20system 0:16.67elapsed 74%CPU (0avgtext+0avgdata 115096maxresident)k 0inputs+0outputs (0major+612187minor)pagefaults 0swaps