<86>Apr 21 00:58:42 userdel[2831]: delete user 'rooter' <86>Apr 21 00:58:42 groupadd[2856]: group added to /etc/group: name=rooter, GID=531 <86>Apr 21 00:58:42 groupadd[2856]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:58:42 groupadd[2856]: new group: name=rooter, GID=531 <86>Apr 21 00:58:42 useradd[2871]: new user: name=rooter, UID=531, GID=531, home=/root, shell=/bin/bash <86>Apr 21 00:58:42 userdel[2896]: delete user 'builder' <86>Apr 21 00:58:42 userdel[2896]: removed group 'builder' owned by 'builder' <86>Apr 21 00:58:42 userdel[2896]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:58:42 groupadd[2909]: group added to /etc/group: name=builder, GID=532 <86>Apr 21 00:58:42 groupadd[2909]: group added to /etc/gshadow: name=builder <86>Apr 21 00:58:42 groupadd[2909]: new group: name=builder, GID=532 <86>Apr 21 00:58:42 useradd[2921]: new user: name=builder, UID=532, GID=532, home=/usr/src, shell=/bin/bash <13>Apr 21 00:58:47 rpmi: perl-Encode-2.83-alt1 1459157776 installed <13>Apr 21 00:58:47 rpmi: perl-Term-Cap-1.17-alt1 1445018869 installed <13>Apr 21 00:58:47 rpmi: perl-Term-ANSIColor-4.05-alt1 1458575791 installed <13>Apr 21 00:58:47 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed <13>Apr 21 00:58:47 rpmi: perl-Pod-Simple-3.32-alt1 1447205413 installed <13>Apr 21 00:58:47 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed <13>Apr 21 00:58:47 rpmi: libgmp-devel-6.1.0-alt2.M80P.1 1494393041 installed <13>Apr 21 00:58:47 rpmi: perl-Pod-Usage-1.68-alt1 1451923699 installed <13>Apr 21 00:58:47 rpmi: perl-podlators-4.07-alt1 1458574366 installed Installing perl-Math-GMPn-0.03-alt2.1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61894 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Math-GMPn-0.03 + echo 'Source #0 (Math-GMPn-0.03.tar.gz):' Source #0 (Math-GMPn-0.03.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Math-GMPn-0.03.tar.gz + /bin/tar -xf - + cd Math-GMPn-0.03 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.61894 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-GMPn-0.03 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + find . -type f -print0 + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL + _perl_vendor_MM_build + : looking for PREREQ dependencies + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Math::GMPn + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" GMPn.xs > GMPn.xsc && mv GMPn.xsc GMPn.c Running Mkbootstrap for Math::GMPn () chmod 644 "GMPn.bs" cp lib/Math/GMPn.pm blib/lib/Math/GMPn.pm Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in GMPn.xs, line 766 Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in GMPn.xs, line 866 Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in GMPn.xs, line 1055 Please specify prototyping behavior for GMPn.xs (see perlxs manual) gcc -c -I. -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 -Wall -g -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib64/perl5/CORE" GMPn.c GMPn.c: In function 'XS_Math__GMPn_mpn_neg': GMPn.xs:132:20: warning: unused variable 'i' [-Wunused-variable] mp_size_t s1n, i; ^ GMPn.xs:132:15: warning: unused variable 's1n' [-Wunused-variable] mp_size_t s1n, i; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_add': GMPn.xs:160:22: warning: unused variable 'rl' [-Wunused-variable] STRLEN s1l, s2l, rl; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_mod_uint': GMPn.xs:208:22: warning: unused variable 'rp' [-Wunused-variable] mp_limb_t *s1p, *rp; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_ior': GMPn.xs:289:22: warning: unused variable 'rl' [-Wunused-variable] STRLEN s1l, s2l, rl; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_sqr': GMPn.xs:537:23: warning: unused variable 'rl' [-Wunused-variable] STRLEN s1l, s1l2, rl; ^ GMPn.xs:537:17: warning: unused variable 's1l2' [-Wunused-variable] STRLEN s1l, s1l2, rl; ^ In file included from GMPn.xs:7:0: GMPn.c: In function 'XS_Math__GMPn_mpn_gcd_uint': /usr/lib64/perl5/CORE/XSUB.h:193:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ GMPn.c:1228:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ GMPn.c:1227:5: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable] UV RETVAL; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_perfect_square_p': GMPn.c:1405:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable] SV * RETVAL; ^ GMPn.c:1399:7: warning: unused variable 's1' [-Wunused-variable] SV * s1 = ST(0) ^ GMPn.xs: In function 'XS_Math__GMPn_mpn_get_str0': GMPn.xs:940:26: warning: pointer targets in passing argument 1 of '__gmpn_get_str' differ in signedness [-Wpointer-sign] rl = mpn_get_str(rp, base, s1p, N(s1)); ^ In file included from GMPn.xs:10:0: /usr/include/gmp.h:1529:23: note: expected 'unsigned char *' but argument is of type 'char *' __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t); ^ GMPn.xs: In function 'XS_Math__GMPn_mpn_set_str0': GMPn.xs:986:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] spv = SvPV(s, sl); ^ GMPn.xs:1023:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] spv = SvPV(s, sl); ^ In file included from GMPn.xs:7:0: GMPn.c: In function 'XS_Math__GMPn_mpn_get_bitlen': /usr/lib64/perl5/CORE/XSUB.h:193:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ GMPn.c:1711:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ GMPn.c:1710:5: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable] UV RETVAL; ^ GMPn.xs:1051:16: warning: variable 's1p' set but not used [-Wunused-but-set-variable] mp_limb_t *s1p; ^ In file included from GMPn.xs:7:0: GMPn.c: In function 'XS_Math__GMPn_mpn_setior_uint': /usr/lib64/perl5/CORE/XSUB.h:193:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ GMPn.c:1810:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ GMPn.c:1809:5: warning: unused variable 'RETVAL' [-Wunused-variable] UV RETVAL; ^ GMPn.xs:1103:41: warning: unused variable 'i' [-Wunused-variable] mp_size_t rn, rn1, limbix, smallix,top, i; ^ GMPn.c: In function 'XS_Math__GMPn_mpn_rshift': GMPn.xs:263:12: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] if (s2off >= i) ^ GMPn.xs:262:32: note: 'i' was declared here mp_size_t s1n = N(s1), i; ^ rm -f blib/arch/auto/Math/GMPn/GMPn.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong GMPn.o -o blib/arch/auto/Math/GMPn/GMPn.so \ -lgmp \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Math/GMPn/GMPn.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GMPn.bs blib/arch/auto/Math/GMPn/GMPn.bs 644 make: Leaving directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' + : running tests + LD_BIND_NOW=1 + PERL_DL_NONLAZY=1 + /usr/bin/make test 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' Running Mkbootstrap for Math::GMPn () chmod 644 "GMPn.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Math-GMPn.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.07 CPU) Result: PASS make: Leaving directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.42962 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Math-GMPn-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Math-GMPn-buildroot + cd Math-GMPn-0.03 + perl_vendor_install + /bin/grep -qs -Ew Build_PL Build.PL + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Math-GMPn-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Math-GMPn-buildroot/usr/lib64/perl5/auto/Math/GMPn/GMPn.so Installing /usr/src/tmp/perl-Math-GMPn-buildroot/usr/lib64/perl5/Math/GMPn.pm make: Leaving directory `/usr/src/RPM/BUILD/Math-GMPn-0.03' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Math-GMPn-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Math-GMPn-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Math-GMPn-buildroot (auto) removed './usr/lib64/perl5/auto/Math/GMPn/.packlist' mode of './usr/lib64/perl5/auto/Math/GMPn/GMPn.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Math-GMPn-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-Math-GMPn-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Math-GMPn-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Math-GMPn-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-GMPn-0.03-alt2.1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93264 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-GMPn-0.03 + DOCDIR=/usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + export DOCDIR + rm -rf /usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + /bin/mkdir -p /usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + cp -prL README Changes /usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + chmod -R go-w /usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + chmod -R a+rX /usr/src/tmp/perl-Math-GMPn-buildroot/usr/share/doc/perl-Math-GMPn-0.03 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1weefy find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.O17cWG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-Math-GMPn-buildroot/usr/lib64/perl5/Math/GMPn.pm syntax OK Provides: perl(Math/GMPn.pm) = 0.030 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgmp.so.10()(64bit) >= set:mhUS2WlDFOxFvCo9Z2oH3bHUeulZmMFTV6nWFZmXngkSMwvXN0L5Pwiv8Cy, libperl-5.22.so()(64bit) >= set:ojjB3QrZeS8hlZKcOZGnJOcZByQG988iU2FJI0kZnrOWZk4KW8jEcBJwZCo, perl(XSLoader.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.U0HSmS Creating perl-Math-GMPn-debuginfo package Processing files: perl-Math-GMPn-debuginfo-0.03-alt2.1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wpE4x6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zE7csn find-requires: running scripts (debuginfo) Requires: perl-Math-GMPn = 0.03-alt2.1.1, debug64(libc.so.6), debug64(libgmp.so.10), debug64(libperl-5.22.so) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-GMPn-0.03-alt2.1.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-GMPn-debuginfo-0.03-alt2.1.1.x86_64.rpm 4.27user 1.39system 0:09.22elapsed 61%CPU (0avgtext+0avgdata 64740maxresident)k 0inputs+0outputs (0major+205931minor)pagefaults 0swaps 9.99user 5.62system 0:19.20elapsed 81%CPU (0avgtext+0avgdata 122116maxresident)k 0inputs+0outputs (0major+435372minor)pagefaults 0swaps