<86>Apr 21 00:54:10 userdel[31242]: delete user 'rooter' <86>Apr 21 00:54:10 groupadd[31257]: group added to /etc/group: name=rooter, GID=573 <86>Apr 21 00:54:10 groupadd[31257]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:54:10 groupadd[31257]: new group: name=rooter, GID=573 <86>Apr 21 00:54:10 useradd[31269]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Apr 21 00:54:10 userdel[31289]: delete user 'builder' <86>Apr 21 00:54:10 userdel[31289]: removed group 'builder' owned by 'builder' <86>Apr 21 00:54:10 userdel[31289]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:54:10 groupadd[31303]: group added to /etc/group: name=builder, GID=574 <86>Apr 21 00:54:10 groupadd[31303]: group added to /etc/gshadow: name=builder <86>Apr 21 00:54:10 groupadd[31303]: new group: name=builder, GID=574 <86>Apr 21 00:54:10 useradd[31313]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Apr 21 00:54:14 rpmi: perl-common-sense-3.74-alt1 1444597122 installed <13>Apr 21 00:54:14 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed <13>Apr 21 00:54:14 rpmi: perl-Canary-Stability-2011-alt1 1458394459 installed <13>Apr 21 00:54:14 rpmi: perl-Encode-2.83-alt1 1459157776 installed <13>Apr 21 00:54:14 rpmi: perl-Types-Serialiser-1.0-alt1 1385991867 installed Installing perl-JSON-XS-3.02-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57845 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf JSON-XS-3.02 + echo 'Source #0 (JSON-XS-3.02.tar.gz):' Source #0 (JSON-XS-3.02.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/JSON-XS-3.02.tar.gz + /bin/tar -xf - + cd JSON-XS-3.02 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.57845 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS-3.02 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + find . -type f -print0 + /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 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.022003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by JSON::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by JSON::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of JSON::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y perl(Types::Serialiser)>=0 perl(common::sense)>=0 + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.022003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by JSON::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by JSON::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of JSON::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/JSON-XS-3.02' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" XS.xs > XS.xsc && mv XS.xsc XS.c Running Mkbootstrap for JSON::XS () chmod 644 "XS.bs" /bin/cp -p bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs cp XS.pm blib/lib/JSON/XS.pm cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm 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=\"3.02\" -DXS_VERSION=\"3.02\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from XS.xs:2: XS.xs: In function 'ptr_to_index': XS.xs:207:27: warning: pointer targets in passing argument 2 of 'Perl_utf8_distance' differ in signedness [-Wpointer-sign] ? utf8_distance (offset, SvPVX (sv)) ^ /usr/lib64/perl5/CORE/embed.h:714:53: note: in definition of macro 'utf8_distance' #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5515:0, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:4966:18: note: expected 'const U8 * {aka const unsigned char *}' but argument is of type 'char *' PERL_CALLCONV IV Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from XS.xs:2: /usr/lib64/perl5/CORE/sv.h:1233:23: warning: pointer targets in passing argument 3 of 'Perl_utf8_distance' differ in signedness [-Wpointer-sign] # define SvPVX(sv) ((sv)->sv_u.svu_pv) ^ /usr/lib64/perl5/CORE/embed.h:714:55: note: in definition of macro 'utf8_distance' #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) ^ XS.xs:207:35: note: in expansion of macro 'SvPVX' ? utf8_distance (offset, SvPVX (sv)) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5515:0, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:4966:18: note: expected 'const U8 * {aka const unsigned char *}' but argument is of type 'char *' PERL_CALLCONV IV Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) ^ XS.xs: In function 'ref_bool_type': XS.xs:318:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (len == 1) ^ XS.xs: In function 'encode_str': XS.xs:427:42: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness [-Wpointer-sign] uch = decode_utf8 (str, end - str, &clen); ^ XS.xs:165:1: note: expected 'unsigned char *' but argument is of type 'char *' decode_utf8 (unsigned char *s, STRLEN len, STRLEN *clen) ^ XS.xs:480:47: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] enc->cur = encode_utf8 (enc->cur, uch); ^ XS.xs:182:1: note: expected 'unsigned char *' but argument is of type 'char *' encode_utf8 (unsigned char *s, UV ch) ^ XS.xs:480:32: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] enc->cur = encode_utf8 (enc->cur, uch); ^ XS.xs: In function 'decode_str': XS.xs:1093:26: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (hi >= 0xd800) ^ XS.xs:1119:46: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] cur = encode_utf8 (cur, hi); ^ XS.xs:182:1: note: expected 'unsigned char *' but argument is of type 'char *' encode_utf8 (unsigned char *s, UV ch) ^ XS.xs:1119:31: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] cur = encode_utf8 (cur, hi); ^ XS.xs:1139:28: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness [-Wpointer-sign] decode_utf8 (dec_cur, dec->end - dec_cur, &clen); ^ XS.xs:165:1: note: expected 'unsigned char *' but argument is of type 'char *' decode_utf8 (unsigned char *s, STRLEN len, STRLEN *clen) ^ XS.xs: In function 'decode_num': XS.xs:1292:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (numtype & IS_NUMBER_IN_UV) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from XS.xs:2: XS.xs: In function 'decode_json': XS.xs:1780:28: warning: pointer targets in passing argument 3 of 'Perl_pv_uni_display' differ in signedness [-Wpointer-sign] pv_uni_display (uni, dec.cur, dec.end - dec.cur, 20, UNI_DISPLAY_QQ); ^ /usr/lib64/perl5/CORE/embed.h:478:63: note: in definition of macro 'pv_uni_display' #define pv_uni_display(a,b,c,d,e) Perl_pv_uni_display(aTHX_ a,b,c,d,e) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5515:0, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:3499:21: note: expected 'const U8 * {aka const unsigned char *}' but argument is of type 'char *' PERL_CALLCONV char* Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV flags) ^ XS.xs: In function 'incr_parse': XS.xs:1881:26: warning: multi-line comment [-Wcomment] ++p; // "virtually" consumes character after \ ^ XS.xs:1945:7: warning: label 'modechange' defined but not used [-Wunused-label] modechange: ^ In file included from XS.xs:3:0: XS.c: In function 'XS_JSON__XS_CLONE': /usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^ XS.c:2116:11: note: in expansion of macro 'dXSARGS' dVAR; dXSARGS; ^ XS.xs: In function 'XS_JSON__XS_incr_parse': XS.xs:2128:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (!DECODE_WANTS_OCTETS (self) == !SvUTF8 (self->incr_text)) ^ XS.xs:2150:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (SvUTF8 (jsonstr) != SvUTF8 (self->incr_text)) ^ In file included from /usr/lib64/perl5/CORE/perl.h:28:0, from XS.xs:2: XS.xs: In function 'encode_sv': /usr/lib64/perl5/CORE/config.h:1402:27: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result] #define Gconvert(x,n,t,b) gcvt((x),(n),(b)) ^ XS.xs:871:7: note: in expansion of macro 'Gconvert' Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur); ^ rm -f blib/arch/auto/JSON/XS/XS.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/JSON/XS/XS.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/JSON/XS/XS.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 Pod::Man is not available: Can't locate Pod/Man.pm in @INC (you may need to install the Pod::Man module) (@INC contains: /usr/local/lib64/perl/5.22 /usr/local/share/perl/5.22 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at /usr/share/perl5/ExtUtils/Command/MM.pm line 103. Man pages will not be generated during this install. make: Leaving directory `/usr/src/RPM/BUILD/JSON-XS-3.02' + : 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/JSON-XS-3.02' Running Mkbootstrap for JSON::XS () chmod 644 "XS.bs" /bin/cp -p bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs 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/00_load.t ............. ok t/01_utf8.t ............. ok t/02_error.t ............ ok t/03_types.t ............ ok t/04_dwiw_encode.t ...... ok t/05_dwiw_decode.t ...... ok t/06_pc_pretty.t ........ ok t/07_pc_esc.t ........... ok t/08_pc_base.t .......... ok t/09_pc_extra_number.t .. ok t/10_pc_keysort.t ....... ok t/11_pc_expo.t .......... ok t/12_blessed.t .......... ok t/13_limit.t ............ ok t/14_latin1.t ........... ok t/15_prefix.t ........... ok t/16_tied.t ............. ok t/17_relaxed.t .......... ok t/18_json_checker.t ..... ok t/19_incr.t ............. ok t/20_faihu.t ............ ok t/21_evans.t ............ ok t/22_comment_at_eof.t ... ok t/52_object.t ........... ok t/99_binary.t ........... ok All tests successful. Files=25, Tests=25584, 4 wallclock secs ( 2.44 usr 0.07 sys + 3.24 cusr 0.14 csys = 5.89 CPU) Result: PASS make: Leaving directory `/usr/src/RPM/BUILD/JSON-XS-3.02' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.59895 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-JSON-XS-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-JSON-XS-buildroot + cd JSON-XS-3.02 + 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-JSON-XS-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/JSON-XS-3.02' /bin/cp -p bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Pod::Man is not available: Can't locate Pod/Man.pm in @INC (you may need to install the Pod::Man module) (@INC contains: /usr/local/lib64/perl/5.22 /usr/local/share/perl/5.22 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at /usr/share/perl5/ExtUtils/Command/MM.pm line 103. Man pages will not be generated during this install. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/auto/JSON/XS/XS.so Installing /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/JSON/XS.pm Installing /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/JSON/XS/Boolean.pm Installing /usr/src/tmp/perl-JSON-XS-buildroot/usr/bin/json_xs make: Leaving directory `/usr/src/RPM/BUILD/JSON-XS-3.02' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-JSON-XS-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-JSON-XS-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(Types::Serialiser)>=0 perl(common::sense)>=0 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-JSON-XS-buildroot (auto) removed './usr/lib64/perl5/auto/JSON/XS/.packlist' mode of './usr/lib64/perl5/auto/JSON/XS/XS.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-JSON-XS-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-JSON-XS-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-JSON-XS-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-JSON-XS-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-JSON-XS-3.02-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59895 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS-3.02 + DOCDIR=/usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + export DOCDIR + rm -rf /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + /bin/mkdir -p /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + cp -prL Changes README /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + chmod -R go-w /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + chmod -R a+rX /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.02 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ny0uLn 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.IHvfIE find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) lib.req: WARNING: /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/auto/JSON/XS/XS.so: underlinked libraries: /lib64/libm.so.6 /usr/src/tmp/perl-JSON-XS-buildroot/usr/bin/json_xs syntax OK /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/JSON/XS.pm syntax OK /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/JSON/XS/Boolean.pm syntax OK Provides: perl(JSON/XS.pm) = 3.020, perl(JSON/XS/Boolean.pm) Requires: /usr/bin/perl, /usr/lib64/perl5, 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), libperl-5.22.so()(64bit) >= set:ohjBjKDYRjw4AzKmdkoT6xOeneIKQzlLAI3YHQ0DxlFZmA2Aq9YeGoxugU7ZKQORbljgGFaDHvr8n3ezNu2iC5oJfpq6r11vZhCqEteUGVCDDsFsG9Mrudm5ZiRLBgnRlrDXYTcjGFfvritv0gUGTCKvMZJlowqeAi2vJy29Ip6r0my6KjjYZ6Ou9wqHDwJ3AOd, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(CBOR/XS.pm), perl(Compress/LZF.pm), perl(Convert/Bencode.pm), perl(Data/Dump.pm), perl(Data/Dumper.pm), perl(Encode.pm), perl(Getopt/Long.pm), perl(PerlIO.pm), perl(PerlIO/scalar.pm), perl(Storable.pm), perl(Types/Serialiser.pm), perl(XSLoader.pm), perl(YAML.pm), perl(common/sense.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.eXf4nY Creating perl-JSON-XS-debuginfo package Processing files: perl-JSON-XS-debuginfo-3.02-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J06pMk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JhphSJ find-requires: running scripts (debuginfo) Requires: perl-JSON-XS = 1:3.02-alt1, debug64(libc.so.6), debug64(libperl-5.22.so), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS-3.02-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS-debuginfo-3.02-alt1.x86_64.rpm 11.38user 1.72system 0:14.06elapsed 93%CPU (0avgtext+0avgdata 76780maxresident)k 0inputs+0outputs (0major+263623minor)pagefaults 0swaps 15.89user 5.88system 0:22.69elapsed 95%CPU (0avgtext+0avgdata 124024maxresident)k 8inputs+0outputs (0major+478310minor)pagefaults 0swaps