<86>Jun 16 00:51:50 userdel[2631915]: delete user 'rooter' <86>Jun 16 00:51:50 userdel[2631915]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:51:50 userdel[2631915]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:51:50 groupadd[2631972]: group added to /etc/group: name=rooter, GID=1241 <86>Jun 16 00:51:50 groupadd[2631972]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:51:50 groupadd[2631972]: new group: name=rooter, GID=1241 <86>Jun 16 00:51:50 useradd[2632003]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash <86>Jun 16 00:51:50 userdel[2632059]: delete user 'builder' <86>Jun 16 00:51:50 userdel[2632059]: removed group 'builder' owned by 'builder' <86>Jun 16 00:51:50 userdel[2632059]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:51:50 groupadd[2632122]: group added to /etc/group: name=builder, GID=1242 <86>Jun 16 00:51:50 groupadd[2632122]: group added to /etc/gshadow: name=builder <86>Jun 16 00:51:50 groupadd[2632122]: new group: name=builder, GID=1242 <86>Jun 16 00:51:50 useradd[2632154]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash <13>Jun 16 00:51:54 rpmi: perl-common-sense-3.75-alt2 sisyphus+274929.100.1.1 1624302191 installed <13>Jun 16 00:51:54 rpmi: perl-Filter-1.60-alt1 sisyphus+279723.100.1.1 1626648797 installed <13>Jun 16 00:51:54 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Jun 16 00:51:54 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Jun 16 00:51:54 rpmi: perl-devel-1:5.34.0-alt1 sisyphus+279621.700.1.1 1626629811 installed <13>Jun 16 00:51:54 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed <13>Jun 16 00:51:54 rpmi: perl-Encode-3.10-alt1 sisyphus+279723.200.1.1 1626648866 installed <13>Jun 16 00:51:54 rpmi: perl-Types-Serialiser-1.01-alt1 sisyphus+262741.100.1.1 1606814280 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-JSON-XS3-3.04-alt1.nosrc.rpm (w1.gzdio) Installing perl-JSON-XS3-3.04-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80433 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf JSON-XS3-3.04 + echo 'Source #0 (JSON-XS3-3.04.tar.gz):' Source #0 (JSON-XS3-3.04.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/JSON-XS3-3.04.tar.gz + /bin/tar -xf - + cd JSON-XS3-3.04 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80433 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS3-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.034000, 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::XS3. *** 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::XS3, *** 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::XS3 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.034000, 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::XS3. *** 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::XS3, *** 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::XS3 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::XS3 + : running make + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' cp XS3.pm blib/lib/JSON/XS3.pm cp XS3/Boolean.pm blib/lib/JSON/XS3/Boolean.pm make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' Running Mkbootstrap for XS3 () chmod 644 "XS3.bs" make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS3.bs blib/arch/auto/JSON/XS3/XS3.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/JSON-XS3-3.04/typemap' XS3.xs > XS3.xsc mv XS3.xsc XS3.c make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-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" XS3.c XS3.xs: In function 'decode_utf8': XS3.xs:201:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] 201 | return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); | ^~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5705, from XS3.xs:2: /usr/lib64/perl5/CORE/proto.h:4029:18: note: declared here 4029 | PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5744, from XS3.xs:2: XS3.xs: In function 'ptr_to_index': XS3.xs:233:27: warning: pointer targets in passing argument 2 of 'Perl_utf8_distance' differ in signedness [-Wpointer-sign] 233 | ? utf8_distance (offset, SvPVX (sv)) | ^~~~~~ | | | char * /usr/lib64/perl5/CORE/embed.h:733:53: note: in definition of macro 'utf8_distance' 733 | #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) | ^ In file included from /usr/lib64/perl5/CORE/perl.h:7109, from XS3.xs:2: /usr/lib64/perl5/CORE/inline.h:1544:36: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 1544 | Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) | ~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:5744, from XS3.xs:2: /usr/lib64/perl5/CORE/sv.h:1293:34: warning: pointer targets in passing argument 3 of 'Perl_utf8_distance' differ in signedness [-Wpointer-sign] 1293 | # define SvPVX(sv) ((sv)->sv_u.svu_pv) | ~~~~~~~~~~~^~~~~~~~ | | | char * /usr/lib64/perl5/CORE/embed.h:733:55: note: in definition of macro 'utf8_distance' 733 | #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b) | ^ XS3.xs:233:35: note: in expansion of macro 'SvPVX' 233 | ? utf8_distance (offset, SvPVX (sv)) | ^~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:7109, from XS3.xs:2: /usr/lib64/perl5/CORE/inline.h:1544:49: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 1544 | Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) | ~~~~~~~~~~^ XS3.xs: In function 'ref_bool_type': XS3.xs:344:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 344 | if (len == 1) | ^ XS3.xs: In function 'encode_str': XS3.xs:455:42: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness [-Wpointer-sign] 455 | uch = decode_utf8 (str, end - str, &clen); | ^~~ | | | char * XS3.xs:191:29: note: expected 'unsigned char *' but argument is of type 'char *' 191 | decode_utf8 (unsigned char *s, STRLEN len, STRLEN *clen) | ~~~~~~~~~~~~~~~^ XS3.xs:508:50: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] 508 | enc->cur = encode_utf8 (enc->cur, uch); | ~~~^~~~~ | | | char * XS3.xs:208:29: note: expected 'unsigned char *' but argument is of type 'char *' 208 | encode_utf8 (unsigned char *s, UV ch) | ~~~~~~~~~~~~~~~^ XS3.xs:508:32: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 508 | enc->cur = encode_utf8 (enc->cur, uch); | ^ XS3.xs: In function 'decode_str': XS3.xs:1121:26: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1121 | if (hi >= 0xd800) | ^ XS3.xs:1147:46: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness [-Wpointer-sign] 1147 | cur = encode_utf8 (cur, hi); | ^~~ | | | char * XS3.xs:208:29: note: expected 'unsigned char *' but argument is of type 'char *' 208 | encode_utf8 (unsigned char *s, UV ch) | ~~~~~~~~~~~~~~~^ XS3.xs:1147:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 1147 | cur = encode_utf8 (cur, hi); | ^ XS3.xs:1167:28: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness [-Wpointer-sign] 1167 | decode_utf8 (dec_cur, dec->end - dec_cur, &clen); | ^~~~~~~ | | | char * XS3.xs:191:29: note: expected 'unsigned char *' but argument is of type 'char *' 191 | decode_utf8 (unsigned char *s, STRLEN len, STRLEN *clen) | ~~~~~~~~~~~~~~~^ XS3.xs: In function 'decode_num': XS3.xs:1320:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1320 | if (numtype & IS_NUMBER_IN_UV) | ^ In file included from /usr/lib64/perl5/CORE/perl.h:5744, from XS3.xs:2: XS3.xs: In function 'decode_json': XS3.xs:1807:31: warning: pointer targets in passing argument 3 of 'Perl_pv_uni_display' differ in signedness [-Wpointer-sign] 1807 | pv_uni_display (uni, dec.cur, dec.end - dec.cur, 20, UNI_DISPLAY_QQ); | ~~~^~~~ | | | char * /usr/lib64/perl5/CORE/embed.h:467:63: note: in definition of macro 'pv_uni_display' 467 | #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:5705, from XS3.xs:2: /usr/lib64/perl5/CORE/proto.h:2807:66: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *' 2807 | PERL_CALLCONV char* Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV flags); | ~~~~~~~~~~^~~ XS3.xs: In function 'incr_parse': XS3.xs:1908:26: warning: multi-line comment [-Wcomment] 1908 | ++p; // "virtually" consumes character after \ | ^ XS3.xs:1972:7: warning: label 'modechange' defined but not used [-Wunused-label] 1972 | modechange: | ^~~~~~~~~~ XS3.xs: In function 'XS_JSON__XS3_incr_parse': XS3.xs:2155:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 2155 | if (!DECODE_WANTS_OCTETS (self) == !SvUTF8 (self->incr_text)) | ^ XS3.xs:2177:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 2177 | if (SvUTF8 (jsonstr) != SvUTF8 (self->incr_text)) | ^ make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' rm -f blib/arch/auto/JSON/XS3/XS3.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong XS3.o -o blib/arch/auto/JSON/XS3/XS3.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/JSON/XS3/XS3.so make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' /bin/cp -p bin/json_xs3 blib/script/json_xs3 "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs3 make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-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.34 /usr/local/share/perl/5.34 /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-XS3-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-XS3-3.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS3.bs blib/arch/auto/JSON/XS3/XS3.bs 644 /bin/cp -p bin/json_xs3 blib/script/json_xs3 "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs3 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, 2 wallclock secs ( 0.88 usr 0.03 sys + 1.71 cusr 0.13 csys = 2.75 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.51697 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-JSON-XS3-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-JSON-XS3-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd JSON-XS3-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-XS3-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS3.bs blib/arch/auto/JSON/XS3/XS3.bs 644 /bin/cp -p bin/json_xs3 blib/script/json_xs3 "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs3 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.34 /usr/local/share/perl/5.34 /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-XS3-buildroot/usr/lib64/perl5/auto/JSON/XS3/XS3.so Installing /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/JSON/XS3.pm Installing /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/JSON/XS3/Boolean.pm Installing /usr/src/tmp/perl-JSON-XS3-buildroot/usr/bin/json_xs3 make: Leaving directory '/usr/src/RPM/BUILD/JSON-XS3-3.04' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-JSON-XS3-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' /bin/grep: /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/auto/JSON/XS3/XS3.so: binary file matches + : prompting for files that contain /tmp + find /usr/src/tmp/perl-JSON-XS3-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-XS3-buildroot (auto) removed './usr/lib64/perl5/auto/JSON/XS3/.packlist' mode of './usr/lib64/perl5/auto/JSON/XS3/XS3.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-JSON-XS3-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-JSON-XS3-buildroot/ (default) Compressing files in /usr/src/tmp/perl-JSON-XS3-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-JSON-XS3-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/perl-JSON-XS3-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: perl-JSON-XS3-3.04-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49080 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd JSON-XS3-3.04 + DOCDIR=/usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + export DOCDIR + rm -rf /usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + /bin/mkdir -p /usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + cp -prL Changes README /usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + chmod -R go-w /usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + chmod -R a+rX /usr/src/tmp/perl-JSON-XS3-buildroot/usr/share/doc/perl-JSON-XS3-3.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gi9GK4 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5nkqR7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/auto/JSON/XS3/XS3.so: underlinked libraries: /lib64/libm.so.6 /usr/src/tmp/perl-JSON-XS3-buildroot/usr/bin/json_xs3 syntax OK /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/JSON/XS3.pm syntax OK /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib64/perl5/JSON/XS3/Boolean.pm syntax OK Provides: perl(JSON/XS3.pm) = 3.040, perl(JSON/XS3/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.34.so()(64bit) >= set:ohjBjKDYRjw4Ajmfk0Dx2zdOneIKQzVcxvB2HwUdi1iJ4u7lIgf8YzvDmKuFq2idlVsZbdAH1DNof19P2ISDcdzJwwfZwjdQe7sRsPPjKkeR4UdL6H2dfvKCmZAGJzxm6DjaS5COEZ39g7JJYIJFX7YvnxiCZd1YUsHEg2rCN6wBExXQcUZhXeOqA1Z6aT0, 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.nJ5rD6 Creating perl-JSON-XS3-debuginfo package Processing files: perl-JSON-XS3-debuginfo-3.04-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AFAlX4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uShiC5 find-requires: running scripts (debuginfo) Requires: perl-JSON-XS3 = 3.04-alt1, debug64(libc.so.6), debug64(libperl-5.34.so), debug64(libpthread.so.0) Adding to perl-JSON-XS3-debuginfo a strict dependency on perl-JSON-XS3 Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS3-3.04-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-JSON-XS3-debuginfo-3.04-alt1.x86_64.rpm (w2.lzdio) 5.85user 1.04system 0:11.45elapsed 60%CPU (0avgtext+0avgdata 106612maxresident)k 0inputs+0outputs (0major+289963minor)pagefaults 0swaps 5.67user 2.03system 0:24.03elapsed 32%CPU (0avgtext+0avgdata 129012maxresident)k 0inputs+0outputs (0major+193310minor)pagefaults 0swaps --- perl-JSON-XS3-3.04-alt1.x86_64.rpm.repo 2021-06-14 12:17:03.000000000 +0000 +++ perl-JSON-XS3-3.04-alt1.x86_64.rpm.hasher 2024-06-16 00:52:10.134006498 +0000 @@ -46,3 +46,3 @@ File: /usr/lib64/perl5/auto/JSON/XS3 40755 root:root -File: /usr/lib64/perl5/auto/JSON/XS3/XS3.so 100644 root:root 074917abc09a0b064de2a41dcc331014 +File: /usr/lib64/perl5/auto/JSON/XS3/XS3.so 100644 root:root 89dc350846ec3151ac04ca614fdc9224 File: /usr/share/doc/perl-JSON-XS3-3.04 40755 root:root @@ -50,2 +50,2 @@ File: /usr/share/doc/perl-JSON-XS3-3.04/README 100644 root:root ecfdac49cbb6fa042fc621d70fd33708 -RPMIdentity: aae04365f2e6c914efe4ec613a20937484468218764e2bdff40ebc0c2bec5e37b69af664b49e5c309335c8c9623a65d6805e07a83bb1c038993fb846400c1e12 +RPMIdentity: 7a08b3079274a802b532f68b56d00cb1fbebedc26e6634804fcdcb16c4ef510d5c3da94eb226f81c9a03f48a66f1d7ce3a2a2a4612d5a2e66e5bd8fca0aaf4dc --- perl-JSON-XS3-debuginfo-3.04-alt1.x86_64.rpm.repo 2021-06-14 12:17:03.000000000 +0000 +++ perl-JSON-XS3-debuginfo-3.04-alt1.x86_64.rpm.hasher 2024-06-16 00:52:10.222006904 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/70 40755 root:root -/usr/lib/debug/.build-id/70/604121015709ee4dbb11930472d162ef729728 120777 root:root ../../../../lib64/perl5/auto/JSON/XS3/XS3.so -/usr/lib/debug/.build-id/70/604121015709ee4dbb11930472d162ef729728.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS3/XS3.so.debug +/usr/lib/debug/.build-id/50 40755 root:root +/usr/lib/debug/.build-id/50/c124baebb17dd618093e1349a646a637132f8a 120777 root:root ../../../../lib64/perl5/auto/JSON/XS3/XS3.so +/usr/lib/debug/.build-id/50/c124baebb17dd618093e1349a646a637132f8a.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS3/XS3.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -17,5 +17,5 @@ Provides: perl-JSON-XS3-debuginfo = 3.04-alt1:sisyphus+274516.61000.2.1 -File: /usr/lib/debug/.build-id/70 40755 root:root -File: /usr/lib/debug/.build-id/70/604121015709ee4dbb11930472d162ef729728 120777 root:root ../../../../lib64/perl5/auto/JSON/XS3/XS3.so -File: /usr/lib/debug/.build-id/70/604121015709ee4dbb11930472d162ef729728.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS3/XS3.so.debug +File: /usr/lib/debug/.build-id/50 40755 root:root +File: /usr/lib/debug/.build-id/50/c124baebb17dd618093e1349a646a637132f8a 120777 root:root ../../../../lib64/perl5/auto/JSON/XS3/XS3.so +File: /usr/lib/debug/.build-id/50/c124baebb17dd618093e1349a646a637132f8a.debug 120777 root:root ../../usr/lib64/perl5/auto/JSON/XS3/XS3.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/XS3 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/JSON/XS3/XS3.so.debug 100644 root:root 7d32f8453dede49eaf7e2d88c0ad73d5 +File: /usr/lib/debug/usr/lib64/perl5/auto/JSON/XS3/XS3.so.debug 100644 root:root f4b8d3ab013495586b45c228480ad4b6 File: /usr/src/debug/JSON-XS3-3.04 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/JSON-XS3-3.04/XS3.xs 100644 root:root b9516191b2683c6f516650576b72a770 -RPMIdentity: f9455c0ccb3350521611b410628335dc4a747636340f539ec113522193b63a0c4adc6a88e682e95069497a16c8c127625de815092ebba1c93541c0c1f6f37c2e +RPMIdentity: a03c012e718e94517e5c07f24b23180d827610064affecf1f2b003a8640f611e0f70a15239d4090919bcd810b41fc73fe8a202768c3bfafdfce6f0b2bc0e006e