<86>Sep 29 11:39:15 userdel[1606788]: delete user 'rooter' <86>Sep 29 11:39:15 userdel[1606788]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:39:15 userdel[1606788]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:39:15 groupadd[1606839]: group added to /etc/group: name=rooter, GID=1838 <86>Sep 29 11:39:15 groupadd[1606839]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:39:15 groupadd[1606839]: new group: name=rooter, GID=1838 <86>Sep 29 11:39:15 useradd[1606875]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash <86>Sep 29 11:39:16 userdel[1606921]: delete user 'builder' <86>Sep 29 11:39:16 userdel[1606921]: removed group 'builder' owned by 'builder' <86>Sep 29 11:39:16 userdel[1606921]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:39:16 groupadd[1606963]: group added to /etc/group: name=builder, GID=1839 <86>Sep 29 11:39:16 groupadd[1606963]: group added to /etc/gshadow: name=builder <86>Sep 29 11:39:16 groupadd[1606963]: new group: name=builder, GID=1839 <86>Sep 29 11:39:16 useradd[1607003]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash <13>Sep 29 11:39:19 rpmi: perl-common-sense-3.74-alt1 1444597122 installed <13>Sep 29 11:39:19 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343225 installed <13>Sep 29 11:39:19 rpmi: libgdbm-1.8.3-alt10 1454943313 installed <13>Sep 29 11:39:19 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed <13>Sep 29 11:39:19 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed <13>Sep 29 11:39:19 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed <13>Sep 29 11:39:19 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed <13>Sep 29 11:39:19 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474113 installed <13>Sep 29 11:39:19 rpmi: perl-Types-Serialiser-1.0-alt1 1385991867 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-JSON-XS-3.04-alt2.nosrc.rpm (w1.gzdio) Installing perl-JSON-XS-3.04-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87070 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf JSON-XS-3.04 + echo 'Source #0 (JSON-XS-3.04.tar.gz):' Source #0 (JSON-XS-3.04.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/JSON-XS-3.04.tar.gz + /bin/tar -xf - + cd JSON-XS-3.04 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87070 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS-3.04 + 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 *** *** 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.028003, 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.028003, 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 + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' Running Mkbootstrap for XS () chmod 644 "XS.bs" make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm cp XS.pm blib/lib/JSON/XS.pm make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/JSON-XS-3.04/typemap' XS.xs > XS.xsc mv XS.xsc XS.c make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' 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=\"3.04\" -DXS_VERSION=\"3.04\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c In file included from /usr/lib64/perl5/CORE/perl.h:5310, from XS.xs:2: XS.xs: In function 'ptr_to_index': XS.xs:233: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:886: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:5446, from XS.xs:2: /usr/lib64/perl5/CORE/inline.h:1256:1: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *' Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) ^~~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5310, from XS.xs:2: /usr/lib64/perl5/CORE/sv.h:1239:34: 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:886:55: note: in definition of macro 'utf8_distance' #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) ^ XS.xs:233:35: note: in expansion of macro 'SvPVX' ? utf8_distance (offset, SvPVX (sv)) ^~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5446, from XS.xs:2: /usr/lib64/perl5/CORE/inline.h:1256:1: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *' Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) ^~~~~~~~~~~~~~~~~~ XS.xs: In function 'ref_bool_type': XS.xs:344:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (len == 1) ^ XS.xs: In function 'encode_str': XS.xs:455: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:191:1: note: expected 'unsigned char *' but argument is of type 'char *' decode_utf8 (unsigned char *s, STRLEN len, STRLEN *clen) ^~~~~~~~~~~ XS.xs:508:50: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] enc->cur = encode_utf8 (enc->cur, uch); ~~~^~~~~ XS.xs:208:1: note: expected 'unsigned char *' but argument is of type 'char *' encode_utf8 (unsigned char *s, UV ch) ^~~~~~~~~~~ XS.xs:508:32: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] enc->cur = encode_utf8 (enc->cur, uch); ^ XS.xs: In function 'decode_str': XS.xs:1121:26: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (hi >= 0xd800) ^ XS.xs:1147:46: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] cur = encode_utf8 (cur, hi); ^~~ XS.xs:208:1: note: expected 'unsigned char *' but argument is of type 'char *' encode_utf8 (unsigned char *s, UV ch) ^~~~~~~~~~~ XS.xs:1147:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] cur = encode_utf8 (cur, hi); ^ XS.xs:1167: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:191: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:1320:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (numtype & IS_NUMBER_IN_UV) ^ In file included from /usr/lib64/perl5/CORE/perl.h:5310, from XS.xs:2: XS.xs: In function 'decode_json': XS.xs:1807:31: 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:615: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:5271, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:2748: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:1908:26: warning: multi-line comment [-Wcomment] ++p; // "virtually" consumes character after \ ^ XS.xs:1972:7: warning: label 'modechange' defined but not used [-Wunused-label] modechange: ^~~~~~~~~~ XS.xs: In function 'XS_JSON__XS_incr_parse': XS.xs:2155:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!DECODE_WANTS_OCTETS (self) == !SvUTF8 (self->incr_text)) ^ XS.xs:2177:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (SvUTF8 (jsonstr) != SvUTF8 (self->incr_text)) ^ In file included from /usr/lib64/perl5/CORE/perl.h:28, from XS.xs:2: XS.xs: In function 'encode_sv': /usr/lib64/perl5/CORE/config.h:915: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:899:7: note: in expansion of macro 'Gconvert' Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur); ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' rm -f blib/arch/auto/JSON/XS/XS.so gcc -lpthread -shared -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 make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' /bin/cp -p bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS-3.04' 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.28 /usr/local/share/perl/5.28 /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 109. Man pages will not be generated during this install. make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' + : 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.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 /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, 1 wallclock secs ( 0.58 usr 0.04 sys + 1.01 cusr 0.16 csys = 1.79 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS-3.04' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.79715 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd JSON-XS-3.04 + 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=/usr/libexec/rpm-build/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.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 /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.28 /usr/local/share/perl/5.28 /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 109. 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.04' + _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 '{}' ';' Binary file /usr/src/tmp/perl-JSON-XS-buildroot/usr/lib64/perl5/auto/JSON/XS/XS.so matches + : 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,gnuconfig) Checking contents of files in /usr/src/tmp/perl-JSON-XS-buildroot/ (default) 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.04-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79715 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS-3.04 + DOCDIR=/usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + export DOCDIR + rm -rf /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + /bin/mkdir -p /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + cp -prL Changes README /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + chmod -R go-w /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + chmod -R a+rX /usr/src/tmp/perl-JSON-XS-buildroot/usr/share/doc/perl-JSON-XS-3.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eDfc1C 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.zVU21X find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.040, 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.28.so()(64bit) >= set:ohjBjKDYRjw4AzKmdkoT6xOeneIKQzVcxvB2HwUdi1iJ4u7lIgf8YzvDmKuFq2idlVsZbdAH1DNof19P2ISDcdzJwwfZwjdQe7sRsPPjKkeR4UdL6H2dfvKCmZAGJzxmidZ1jpQZp4wP1JdtZwZvK2BcXX0eAi2vJy29Ip6r0my6KjjYZ6Ouzt7pdOwujV6, 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/XS.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.MfNIvm Creating perl-JSON-XS-debuginfo package Processing files: perl-JSON-XS-debuginfo-3.04-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p31dtO find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aBhbUj find-requires: running scripts (debuginfo) Requires: perl-JSON-XS = 20191119:3.04-alt2, debug64(libc.so.6), debug64(libperl-5.28.so), debug64(libpthread.so.0) Adding to perl-JSON-XS-debuginfo a strict dependency on perl-JSON-XS Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS-3.04-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS-debuginfo-3.04-alt2.x86_64.rpm (w2.lzdio) 4.56user 1.58system 0:09.29elapsed 66%CPU (0avgtext+0avgdata 105644maxresident)k 0inputs+0outputs (0major+353772minor)pagefaults 0swaps 4.03user 2.20system 0:18.53elapsed 33%CPU (0avgtext+0avgdata 135556maxresident)k 0inputs+0outputs (0major+198726minor)pagefaults 0swaps --- perl-JSON-XS-3.04-alt2.x86_64.rpm.repo 2019-11-28 11:08:58.000000000 +0000 +++ perl-JSON-XS-3.04-alt2.x86_64.rpm.hasher 2024-09-29 11:39:31.820590554 +0000 @@ -46,3 +46,3 @@ File: /usr/lib64/perl5/auto/JSON/XS 40755 root:root -File: /usr/lib64/perl5/auto/JSON/XS/XS.so 100644 root:root e8bcdf24cecf876afa528741198d0d26 +File: /usr/lib64/perl5/auto/JSON/XS/XS.so 100644 root:root 44e5d0b3e9874016a8de489c134cfa75 File: /usr/share/doc/perl-JSON-XS-3.04 40755 root:root @@ -50,2 +50,2 @@ File: /usr/share/doc/perl-JSON-XS-3.04/README 100644 root:root c702a15f4508722669a75fef1bf0d0c0 -RPMIdentity: f749f88d6809c2e40bc12aa388b79e90be16901115ca36a71ce3894a544e7d4f8d04f3983d43ad1e36e0d43bf6dee13bdaf73b6cfb51ff1af6db6b4f18b5beea +RPMIdentity: e6c7f5e1d6db31dcc608c7cd119d28e5738c4b337e1cc5e0f75b58c8adc1ddf4eb5799de5c26feb86e0f0c3ede000d89241155f4c4769bc133782864d4a5fd29 --- perl-JSON-XS-debuginfo-3.04-alt2.x86_64.rpm.repo 2019-11-28 11:08:58.000000000 +0000 +++ perl-JSON-XS-debuginfo-3.04-alt2.x86_64.rpm.hasher 2024-09-29 11:39:31.904592211 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d0 40755 root:root -/usr/lib/debug/.build-id/d0/f8392e4a2a3dda696b53338660cc99c52bb6f6 120777 root:root ../../../../lib64/perl5/auto/JSON/XS/XS.so -/usr/lib/debug/.build-id/d0/f8392e4a2a3dda696b53338660cc99c52bb6f6.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS/XS.so.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/a1f07262f6fe431f4dede76fda4833a69737fa 120777 root:root ../../../../lib64/perl5/auto/JSON/XS/XS.so +/usr/lib/debug/.build-id/7a/a1f07262f6fe431f4dede76fda4833a69737fa.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS/XS.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -17,5 +17,5 @@ Provides: perl-JSON-XS-debuginfo = 20191119:3.04-alt2:p9+241890.400.1.1 -File: /usr/lib/debug/.build-id/d0 40755 root:root -File: /usr/lib/debug/.build-id/d0/f8392e4a2a3dda696b53338660cc99c52bb6f6 120777 root:root ../../../../lib64/perl5/auto/JSON/XS/XS.so -File: /usr/lib/debug/.build-id/d0/f8392e4a2a3dda696b53338660cc99c52bb6f6.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS/XS.so.debug +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/a1f07262f6fe431f4dede76fda4833a69737fa 120777 root:root ../../../../lib64/perl5/auto/JSON/XS/XS.so +File: /usr/lib/debug/.build-id/7a/a1f07262f6fe431f4dede76fda4833a69737fa.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS/XS.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -24,3 +24,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/JSON/XS 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/JSON/XS/XS.so.debug 100644 root:root 9ce7497db3ca85915022e5c29eeaddc1 +File: /usr/lib/debug/usr/lib64/perl5/auto/JSON/XS/XS.so.debug 100644 root:root 2d6272903c9e5589b6abe99889939b74 File: /usr/src/debug/JSON-XS-3.04 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/JSON-XS-3.04/XS.xs 100644 root:root 7415c9c0fd8dcb0d2cbef04c5f0f9f80 -RPMIdentity: 98b462a60b8a0c0afb7de6b81cdd9a745cc24ebc6edffe3a3f856b4af68a77f0921830fc67fb82019676128033b0db6409dbf41dcaba56fb28a5f2b4263784c8 +RPMIdentity: bd1961b6cf5131e4e85571d25ac6af7e2b59d086628a3b2500b26f8b7682ca13ffbc1fe4ecb7466969b64a7d85a8da59ef150ab2b243720e602a7da0d376f647