<86>Dec 6 01:54:59 userdel[3892507]: delete user 'rooter' <86>Dec 6 01:54:59 groupadd[3892531]: group added to /etc/group: name=rooter, GID=681 <86>Dec 6 01:54:59 groupadd[3892531]: group added to /etc/gshadow: name=rooter <86>Dec 6 01:54:59 groupadd[3892531]: new group: name=rooter, GID=681 <86>Dec 6 01:54:59 useradd[3892552]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Dec 6 01:54:59 userdel[3892588]: delete user 'builder' <86>Dec 6 01:54:59 userdel[3892588]: removed group 'builder' owned by 'builder' <86>Dec 6 01:54:59 userdel[3892588]: removed shadow group 'builder' owned by 'builder' <86>Dec 6 01:54:59 groupadd[3892610]: group added to /etc/group: name=builder, GID=682 <86>Dec 6 01:54:59 groupadd[3892610]: group added to /etc/gshadow: name=builder <86>Dec 6 01:54:59 groupadd[3892610]: new group: name=builder, GID=682 <86>Dec 6 01:54:59 useradd[3892624]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Dec 6 01:55:02 rpmi: perl-Term-Cap-1.17-alt1 1445018869 installed <13>Dec 6 01:55:02 rpmi: perl-Term-ANSIColor-4.06-alt1 1479407083 installed <13>Dec 6 01:55:02 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed <13>Dec 6 01:55:02 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343225 installed <13>Dec 6 01:55:03 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474113 installed <13>Dec 6 01:55:03 rpmi: perl-Pod-Simple-3.35-alt1 1482098090 installed <13>Dec 6 01:55:03 rpmi: perl-Pod-Usage-1.69-alt1 1464274721 installed <13>Dec 6 01:55:03 rpmi: perl-podlators-4.11-alt1 1525935408 installed <13>Dec 6 01:55:03 rpmi: libgdbm-1.8.3-alt10 1454943313 installed <13>Dec 6 01:55:03 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed <13>Dec 6 01:55:03 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed <13>Dec 6 01:55:03 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-Math-BigInteger-1.01-alt4.1.nosrc.rpm Installing perl-Math-BigInteger-1.01-alt4.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.37132 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Math-BigInteger-1.01 + echo 'Source #0 (Math-BigInteger-1.01.tar.gz):' Source #0 (Math-BigInteger-1.01.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/Math-BigInteger-1.01.tar.gz + cd Math-BigInteger-1.01 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch):' Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch): + /usr/bin/patch -p0 patching file bn.c Hunk #1 succeeded at 308 (offset 4 lines). Hunk #2 succeeded at 318 (offset 4 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70501 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-BigInteger-1.01 + /usr/bin/perl Makefile.PL INSTALLMAN1DIR=/usr/share/man/man1 INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Math::BigInteger + /usr/bin/make CC=gcc 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' cp BigInteger.pm blib/lib/Math/BigInteger.pm cp BigInteger.pod blib/lib/Math/BigInteger.pod Running Mkbootstrap for BigInteger () chmod 644 "BigInteger.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/Math-BigInteger-1.01/typemap' BigInteger.xs > BigInteger.xsc Please specify prototyping behavior for BigInteger.xs (see perlxs manual) mv BigInteger.xsc BigInteger.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" BigInteger.c BigInteger.c: In function 'XS_Math__BigInteger_new': BigInteger.c:220:9: warning: variable 'packname' set but not used [-Wunused-but-set-variable] char * packname; ^~~~~~~~ BigInteger.c: In function 'XS_Math__BigInteger_restore': BigInteger.c:254:9: warning: variable 'packname' set but not used [-Wunused-but-set-variable] char * packname; ^~~~~~~~ In file included from BigInteger.xs:49: BigInteger.c: In function 'XS_Math__BigInteger_save': /usr/lib64/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ /usr/lib64/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ BigInteger.c:397:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^~~~~~ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" bn.c bn.c: In function 'bn_num_bits': bn.c:96:3: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] abort(); ^~~~~ bn.c:96:3: warning: incompatible implicit declaration of built-in function 'abort' bn.c:96:3: note: include '' or provide a declaration of 'abort' bn.c:50:1: +#include bn.c:96:3: abort(); ^~~~~ bn.c: In function 'bn_free': bn.c:143:20: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if (a->d != NULL) free(a->d); ^~~~ bn.c:143:20: warning: incompatible implicit declaration of built-in function 'free' bn.c:143:20: note: include '' or provide a declaration of 'free' bn.c:144:2: warning: incompatible implicit declaration of built-in function 'free' free(a); ^~~~ bn.c:144:2: note: include '' or provide a declaration of 'free' bn.c: In function 'bn_new': bn.c:166:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] ret=(BIGNUM *)malloc(sizeof(BIGNUM)); ^~~~~~ bn.c:166:16: warning: incompatible implicit declaration of built-in function 'malloc' bn.c:166:16: note: include '' or provide a declaration of 'malloc' bn.c:177:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(p,0,(ret->max+1)*sizeof(p[0])); ^~~~~~ bn.c:177:2: warning: incompatible implicit declaration of built-in function 'memset' bn.c:177:2: note: include '' or provide a declaration of 'memset' bn.c:50:1: +#include bn.c:177:2: memset(p,0,(ret->max+1)*sizeof(p[0])); ^~~~~~ bn.c: In function 'bn_expand': bn.c:193:22: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] p=b->d=(BN_ULONG *)realloc(b->d,sizeof(BN_ULONG)*n+1); ^~~~~~~ bn.c:193:22: warning: incompatible implicit declaration of built-in function 'realloc' bn.c:193:22: note: include '' or provide a declaration of 'realloc' bn.c:196:3: warning: incompatible implicit declaration of built-in function 'memset' memset(&(p[b->max]),0,((n+1)-b->max)*sizeof(p[0])); ^~~~~~ bn.c:196:3: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_copy': bn.c:221:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(a->d,b->d,sizeof(b->d[0])*b->top); ^~~~~~ bn.c:221:2: warning: incompatible implicit declaration of built-in function 'memcpy' bn.c:221:2: note: include '' or provide a declaration of 'memcpy' bn.c:222:2: warning: incompatible implicit declaration of built-in function 'memset' memset(&(a->d[b->top]),0,sizeof(a->d[0])*(a->max-b->top)); ^~~~~~ bn.c:222:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_zero': bn.c:235:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max*sizeof(a->d[0])); ^~~~~~ bn.c:235:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_one': bn.c:244:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max); ^~~~~~ bn.c:244:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_set_word': bn.c:256:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max); ^~~~~~ bn.c:256:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_add': bn.c:424:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(rp,ap,sizeof(*ap)*(max-i)); ^~~~~~ bn.c:424:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_SUB': bn.c:528:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(rp,ap,sizeof(*rp)*(max-i)); ^~~~~~ bn.c:528:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_lshift': bn.c:684:2: warning: incompatible implicit declaration of built-in function 'memset' memset(t,0,nw*sizeof(t[0])); ^~~~~~ bn.c:684:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_div': bn.c:893:10: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" bn_mul.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/CORE" bn_regs.c bn_regs.c: In function 'bn_get_reg': bn_regs.c:91:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); ^~~~~~ bn_regs.c:91:19: warning: incompatible implicit declaration of built-in function 'malloc' bn_regs.c:91:19: note: include '' or provide a declaration of 'malloc' bn_regs.c:50:1: +#include bn_regs.c:91:19: regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); ^~~~~~ bn_regs.c:99:19: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] regs=(BIGNUM **)realloc(regs,sizeof(BIGNUM *)*num_regs); ^~~~~~~ bn_regs.c:99:19: warning: incompatible implicit declaration of built-in function 'realloc' bn_regs.c:99:19: note: include '' or provide a declaration of 'realloc' rm -f blib/arch/auto/Math/BigInteger/BigInteger.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong BigInteger.o bn.o bn_mul.o bn_regs.o -o blib/arch/auto/Math/BigInteger/BigInteger.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Math/BigInteger/BigInteger.so make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + /usr/bin/make test make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.56770 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Math-BigInteger-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Math-BigInteger-buildroot + cd Math-BigInteger-1.01 + /usr/bin/make install DESTDIR=/usr/src/tmp/perl-Math-BigInteger-buildroot make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib64/perl5/auto/Math/BigInteger/BigInteger.so Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib64/perl5/Math/BigInteger.pod Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib64/perl5/Math/BigInteger.pm Appending installation info to /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib64/perl5/perllocal.pod make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Math-BigInteger-buildroot (auto) removed './usr/lib64/perl5/auto/Math/BigInteger/.packlist' removed './usr/lib64/perl5/perllocal.pod' mode of './usr/lib64/perl5/auto/Math/BigInteger/BigInteger.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Math-BigInteger-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/perl-Math-BigInteger-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Math-BigInteger-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Math-BigInteger-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Math-BigInteger-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: perl-Math-BigInteger-1.01-alt4.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.48773 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-BigInteger-1.01 + DOCDIR=/usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + export DOCDIR + rm -rf /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + /bin/mkdir -p /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + cp -prL README COPYRIGHT /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + chmod -R go-w /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + chmod -R a+rX /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AwRSOW 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.N8p8kk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib64/perl5/Math/BigInteger.pm syntax OK Provides: perl(Math/BigInteger.pm) Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.28.so()(64bit) >= set:okjB3Szi7acuyeUTlFcPXXQ0IR0JyVqCoRW6AwtGuIQ1Z60, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(DynaLoader.pm), perl(integer.pm), 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.s7MZLL Creating perl-Math-BigInteger-debuginfo package Processing files: perl-Math-BigInteger-debuginfo-1.01-alt4.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tjRQGg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AuTwQO find-requires: running scripts (debuginfo) Requires: perl-Math-BigInteger = 1.01-alt4.1, debug64(libc.so.6), debug64(libperl-5.28.so), debug64(libpthread.so.0) Adding to perl-Math-BigInteger-debuginfo a strict dependency on perl-Math-BigInteger Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-BigInteger-1.01-alt4.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-BigInteger-debuginfo-1.01-alt4.1.x86_64.rpm 9.12user 1.99system 0:14.42elapsed 77%CPU (0avgtext+0avgdata 84596maxresident)k 0inputs+0outputs (0major+274737minor)pagefaults 0swaps 16.80user 6.50system 0:26.22elapsed 88%CPU (0avgtext+0avgdata 116072maxresident)k 0inputs+0outputs (0major+587946minor)pagefaults 0swaps