<86>Apr 21 00:53:16 userdel[79791]: delete user 'rooter' <86>Apr 21 00:53:16 userdel[79791]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:53:16 userdel[79791]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:53:16 groupadd[79825]: group added to /etc/group: name=rooter, GID=651 <86>Apr 21 00:53:16 groupadd[79825]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:53:16 groupadd[79825]: new group: name=rooter, GID=651 <86>Apr 21 00:53:16 useradd[79867]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Apr 21 00:53:16 userdel[79923]: delete user 'builder' <86>Apr 21 00:53:16 userdel[79923]: removed group 'builder' owned by 'builder' <86>Apr 21 00:53:16 userdel[79923]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:53:16 groupadd[79958]: group added to /etc/group: name=builder, GID=652 <86>Apr 21 00:53:16 groupadd[79958]: group added to /etc/gshadow: name=builder <86>Apr 21 00:53:16 groupadd[79958]: new group: name=builder, GID=652 <86>Apr 21 00:53:16 useradd[79980]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>Apr 21 00:53:18 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed <13>Apr 21 00:53:18 rpmi: perl-Encode-2.83-alt1 1459157776 installed <13>Apr 21 00:53:18 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed Installing perl-Locale-Hebrew-1.05-alt5.1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93817 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Locale-Hebrew-1.05 + echo 'Source #0 (Locale-Hebrew-1.05.tar.gz):' Source #0 (Locale-Hebrew-1.05.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Locale-Hebrew-1.05.tar.gz + /bin/tar -xf - + cd Locale-Hebrew-1.05 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93817 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Locale-Hebrew-1.05 + 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 perl(perl)>=5.005 + : 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 Locale::Hebrew + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/Locale-Hebrew-1.05' "/usr/bin/perl" "-Iinc" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" Hebrew.xs > Hebrew.xsc && mv Hebrew.xsc Hebrew.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 -Wall -g -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/lib64/perl5/CORE" bidi.c Running Mkbootstrap for Locale::Hebrew () bidi.c: In function 'resolveExplicit': bidi.c:11:75: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:455:5: note: in expansion of macro 'ASSERT' ASSERT(nNest >= 0 && level >= 0 && level <= MAX_LEVEL); ^ bidi.c:11:75: warning: incompatible implicit declaration of built-in function 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:455:5: note: in expansion of macro 'ASSERT' ASSERT(nNest >= 0 && level >= 0 && level <= MAX_LEVEL); ^ bidi.c:11:75: note: include '' or provide a declaration of 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:455:5: note: in expansion of macro 'ASSERT' ASSERT(nNest >= 0 && level >= 0 && level <= MAX_LEVEL); ^ bidi.c: At top level: bidi.c:544:25: warning: missing braces around initializer [-Wmissing-braces] int stateWeak[20][10] = { ^ bidi.c:544:25: note: (near initialization for 'stateWeak') bidi.c:605:26: warning: missing braces around initializer [-Wmissing-braces] int actionWeak[20][10] = { ^ bidi.c:605:26: note: (near initialization for 'actionWeak') bidi.c: In function 'resolveWeak': bidi.c:11:75: warning: incompatible implicit declaration of built-in function 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:742:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] <= BN); ^ bidi.c:11:75: note: include '' or provide a declaration of 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:742:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] <= BN); ^ bidi.c: At top level: bidi.c:830:28: warning: missing braces around initializer [-Wmissing-braces] int actionNeutrals[6][5] = { ^ bidi.c:830:28: note: (near initialization for 'actionNeutrals') bidi.c:843:27: warning: missing braces around initializer [-Wmissing-braces] int stateNeutrals[6][5] = { ^ bidi.c:843:27: note: (near initialization for 'stateNeutrals') bidi.c: In function 'resolveNeutrals': bidi.c:11:75: warning: incompatible implicit declaration of built-in function 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:894:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] < 5); // "Only N, L, R, AN, EN are allowed" ^ bidi.c:11:75: note: include '' or provide a declaration of 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:894:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] < 5); // "Only N, L, R, AN, EN are allowed" ^ bidi.c: At top level: bidi.c:945:22: warning: missing braces around initializer [-Wmissing-braces] int addLevel[2][4] = { ^ bidi.c:945:22: note: (near initialization for 'addLevel') bidi.c: In function 'resolveImplicit': bidi.c:11:75: warning: incompatible implicit declaration of built-in function 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:963:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] > 0); // "No Neutrals allowed to survive here." ^ bidi.c:11:75: note: include '' or provide a declaration of 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:963:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] > 0); // "No Neutrals allowed to survive here." ^ bidi.c:11:75: warning: incompatible implicit declaration of built-in function 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:964:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] < 5); // "Out of range." ^ bidi.c:11:75: note: include '' or provide a declaration of 'exit' #define ASSERT(x) if (!(x)) { fprintf(stderr, "assert failed: %s\n", #x); exit(-1);} else ; ^ bidi.c:964:9: note: in expansion of macro 'ASSERT' ASSERT(pcls[ich] < 5); // "Out of range." ^ chmod 644 "Hebrew.bs" bidi.c: In function 'ShowInputTypes': bidi.c:1237:16: warning: pointer targets in passing argument 2 of 'fprintf' differ in signedness [-Wpointer-sign] fprintf(f, pszTypes); ^ In file included from /usr/include/stdio.h:936:0, from bidi.c:9: /usr/include/bits/stdio2.h:95:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) ^ bidi.c: In function 'ShowTypes': bidi.c:1248:16: warning: pointer targets in passing argument 2 of 'fprintf' differ in signedness [-Wpointer-sign] fprintf(f, pszTypes); ^ In file included from /usr/include/stdio.h:936:0, from bidi.c:9: /usr/include/bits/stdio2.h:95:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) ^ bidi.c: In function 'ShowLevels': bidi.c:1259:16: warning: pointer targets in passing argument 2 of 'fprintf' differ in signedness [-Wpointer-sign] fprintf(f, pszLevel); ^ In file included from /usr/include/stdio.h:936:0, from bidi.c:9: /usr/include/bits/stdio2.h:95:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) ^ bidi.c: In function 'bidimain': bidi.c:1286:18: warning: pointer targets in passing argument 1 of 'classify' differ in signedness [-Wpointer-sign] classify(string, types, cch, FALSE); ^ bidi.c:330:5: note: expected 'const unsigned char *' but argument is of type 'char *' int classify(const TCHAR *pszText, int * pcls, int cch, BOOL fWS) { ^ bidi.c:1308:18: warning: pointer targets in passing argument 1 of 'classify' differ in signedness [-Wpointer-sign] classify(string, types, cch, TRUE); ^ bidi.c:330:5: note: expected 'const unsigned char *' but argument is of type 'char *' int classify(const TCHAR *pszText, int * pcls, int cch, BOOL fWS) { ^ bidi.c:1310:30: warning: pointer targets in passing argument 2 of 'BidiLines' differ in signedness [-Wpointer-sign] BidiLines(baselevel, string, types, levels, cch, doMirror, 0); ^ bidi.c:1194:6: note: expected 'unsigned char *' but argument is of type 'char *' void BidiLines(int baselevel, TCHAR *pszLine, int *pclsLine, int *plevelLine, int cchPara, int fMirror, BOOL *pbrk) { ^ bidi.c:1280:11: warning: unused variable 'f' [-Wunused-variable] FILE* f = stdout; ^ bidi.c:1277:9: warning: unused variable 'i' [-Wunused-variable] int i, baselevel; ^ bidi.c:1276:9: warning: unused variable 'beVerbose' [-Wunused-variable] int beVerbose = 0; ^ bidi.c:1275:9: warning: unused variable 'doClean' [-Wunused-variable] int doClean = 0; ^ bidi.c:1273:9: warning: unused variable 'realArg' [-Wunused-variable] int realArg = 0; ^ cp Hebrew.pm blib/lib/Locale/Hebrew.pm AutoSplitting blib/lib/Locale/Hebrew.pm (blib/lib/auto/Locale/Hebrew) Please specify prototyping behavior for Hebrew.xs (see perlxs manual) 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 -Wall -g -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/lib64/perl5/CORE" Hebrew.c In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from Hebrew.xs:8: Hebrew.xs: In function 'XS_Locale__Hebrew__hebrewflip': /usr/lib64/perl5/CORE/sv.h:1653:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ^ /usr/lib64/perl5/CORE/embed.h:581:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/lib64/perl5/CORE/sv.h:1647:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^ Hebrew.xs:25:11: note: in expansion of macro 'SvPV' src = SvPV(r, l); ^ In file included from /usr/lib64/perl5/CORE/perl.h:5515:0, from Hebrew.xs:8: /usr/lib64/perl5/CORE/proto.h:4104:21: note: expected 'STRLEN * const {aka long unsigned int * const}' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ Hebrew.xs:26:5: warning: implicit declaration of function 'bidimain' [-Wimplicit-function-declaration] bidimain(src, l); ^ Hebrew.xs:21:17: warning: unused variable 'dst' [-Wunused-variable] char *src, *dst; ^ rm -f blib/arch/auto/Locale/Hebrew/Hebrew.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong Hebrew.o bidi.o -o blib/arch/auto/Locale/Hebrew/Hebrew.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Locale/Hebrew/Hebrew.so "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hebrew.bs blib/arch/auto/Locale/Hebrew/Hebrew.bs 644 make: Leaving directory `/usr/src/RPM/BUILD/Locale-Hebrew-1.05' + : 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/Locale-Hebrew-1.05' Running Mkbootstrap for Locale::Hebrew () chmod 644 "Hebrew.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/0-signature.t .. skipped: Set the environment variable TEST_SIGNATURE to enable this test. t/1-basic.t ...... ok t/2-utf8.t ....... ok All tests successful. Files=3, Tests=4, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.04 cusr 0.00 csys = 0.06 CPU) Result: PASS make: Leaving directory `/usr/src/RPM/BUILD/Locale-Hebrew-1.05' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10451 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Locale-Hebrew-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Locale-Hebrew-buildroot + cd Locale-Hebrew-1.05 + 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-Locale-Hebrew-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/Locale-Hebrew-1.05' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/lib64/perl5/auto/Locale/Hebrew/Hebrew.so Installing /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/lib64/perl5/auto/Locale/Hebrew/autosplit.ix Installing /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/lib64/perl5/Locale/Hebrew.pm make: Leaving directory `/usr/src/RPM/BUILD/Locale-Hebrew-1.05' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Locale-Hebrew-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Locale-Hebrew-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(perl)>=5.005 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Locale-Hebrew-buildroot (auto) removed './usr/lib64/perl5/auto/Locale/Hebrew/.packlist' mode of './usr/lib64/perl5/auto/Locale/Hebrew/Hebrew.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Locale-Hebrew-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-Locale-Hebrew-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Locale-Hebrew-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Locale-Hebrew-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-Locale-Hebrew-1.05-alt5.1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10451 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Locale-Hebrew-1.05 + DOCDIR=/usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + export DOCDIR + rm -rf /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + /bin/mkdir -p /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + cp -prL Changes README /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + chmod -R go-w /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + chmod -R a+rX /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/share/doc/perl-Locale-Hebrew-1.05 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u53w4j 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.6lEZ8z find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-Locale-Hebrew-buildroot/usr/lib64/perl5/Locale/Hebrew.pm syntax OK Provides: perl(Locale/Hebrew.pm) = 1.050 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), libperl-5.22.so()(64bit) >= set:okjB3CXMVa7FcPXXQ0koWrCoRW64, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(AutoLoader.pm), perl(DynaLoader.pm), perl(Encode.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.AOMoXS Creating perl-Locale-Hebrew-debuginfo package Processing files: perl-Locale-Hebrew-debuginfo-1.05-alt5.1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8MScye find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AmNMTC find-requires: running scripts (debuginfo) Requires: perl-Locale-Hebrew = 1.05-alt5.1.1, debug64(libc.so.6), debug64(libperl-5.22.so), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Locale-Hebrew-1.05-alt5.1.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-Locale-Hebrew-debuginfo-1.05-alt5.1.1.x86_64.rpm 1.81user 0.65system 0:06.76elapsed 36%CPU (0avgtext+0avgdata 36944maxresident)k 0inputs+0outputs (0major+230830minor)pagefaults 0swaps 4.17user 2.67system 0:11.73elapsed 58%CPU (0avgtext+0avgdata 121876maxresident)k 0inputs+0outputs (0major+444709minor)pagefaults 0swaps