<86>Jan 11 10:43:45 userdel[2733199]: delete user 'rooter'
<86>Jan 11 10:43:45 userdel[2733199]: removed group 'rooter' owned by 'rooter'
<86>Jan 11 10:43:45 userdel[2733199]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 11 10:43:45 groupadd[2733204]: group added to /etc/group: name=rooter, GID=627
<86>Jan 11 10:43:45 groupadd[2733204]: group added to /etc/gshadow: name=rooter
<86>Jan 11 10:43:45 groupadd[2733204]: new group: name=rooter, GID=627
<86>Jan 11 10:43:45 useradd[2733208]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash
<86>Jan 11 10:43:45 userdel[2733214]: delete user 'builder'
<86>Jan 11 10:43:45 userdel[2733214]: removed group 'builder' owned by 'builder'
<86>Jan 11 10:43:45 userdel[2733214]: removed shadow group 'builder' owned by 'builder'
<86>Jan 11 10:43:45 groupadd[2733219]: group added to /etc/group: name=builder, GID=628
<86>Jan 11 10:43:45 groupadd[2733219]: group added to /etc/gshadow: name=builder
<86>Jan 11 10:43:45 groupadd[2733219]: new group: name=builder, GID=628
<86>Jan 11 10:43:45 useradd[2733223]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash
<13>Jan 11 10:43:47 rpmi: perl-common-sense-3.75-alt1 sisyphus+249953.100.1.1 1586868390 installed
<13>Jan 11 10:43:47 rpmi: perl-Filter-1.60-alt1 sisyphus+258375.300.14.2 1600904226 installed
<13>Jan 11 10:43:47 rpmi: libgdbm-1.8.3-alt10 1454943334 installed
<13>Jan 11 10:43:47 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed
<13>Jan 11 10:43:47 rpmi: perl-devel-1:5.30.3-alt1 sisyphus+259030.200.1.1 1601554162 installed
<13>Jan 11 10:43:47 rpmi: perl-Canary-Stability-2013-alt1 sisyphus+228868.100.1.1 1556814216 installed
<13>Jan 11 10:43:47 rpmi: perl-Encode-3.08-alt1 sisyphus+263440.100.1.1 1607955886 installed
<13>Jan 11 10:43:47 rpmi: perl-Types-Serialiser-1.01-alt1 sisyphus+262741.100.1.1 1606814280 installed
Building target platforms: i586
Building for target i586
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: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44844
+ 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.44844
+ 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.030003, 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.030003, 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 -march=i586 -mtune=generic' 'CP=/bin/cp -p'
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'
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'
"/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 -march=i586 -mtune=generic   -DVERSION=\"3.04\" -DXS_VERSION=\"3.04\" -fPIC "-I/usr/lib/perl5/CORE"   XS3.c
In file included from /usr/lib/perl5/CORE/perl.h:5376,
                 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/lib/perl5/CORE/embed.h:891:53: note: in definition of macro 'utf8_distance'
  891 | #define utf8_distance(a,b) Perl_utf8_distance(aTHX_ a,b)
      |                                                     ^
In file included from /usr/lib/perl5/CORE/perl.h:5931,
                 from XS3.xs:2:
/usr/lib/perl5/CORE/inline.h:1481:36: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *'
 1481 | Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b)
      |                          ~~~~~~~~~~^
In file included from /usr/lib/perl5/CORE/perl.h:5376,
                 from XS3.xs:2:
/usr/lib/perl5/CORE/sv.h:1239:34: warning: pointer targets in passing argument 3 of 'Perl_utf8_distance' differ in signedness [-Wpointer-sign]
 1239 | #    define SvPVX(sv) ((sv)->sv_u.svu_pv)
      |                       ~~~~~~~~~~~^~~~~~~~
      |                                  |
      |                                  char *
/usr/lib/perl5/CORE/embed.h:891:55: note: in definition of macro 'utf8_distance'
  891 | #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/lib/perl5/CORE/perl.h:5931,
                 from XS3.xs:2:
/usr/lib/perl5/CORE/inline.h:1481:49: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *'
 1481 | 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/lib/perl5/CORE/perl.h:5376,
                 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/lib/perl5/CORE/embed.h:621:63: note: in definition of macro 'pv_uni_display'
  621 | #define pv_uni_display(a,b,c,d,e) Perl_pv_uni_display(aTHX_ a,b,c,d,e)
      |                                                               ^
In file included from /usr/lib/perl5/CORE/perl.h:5337,
                 from XS3.xs:2:
/usr/lib/perl5/CORE/proto.h:2799:66: note: expected 'const U8 *' {aka 'const unsigned char *'} but argument is of type 'char *'
 2799 | 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))
      |                ^
In file included from /usr/lib/perl5/CORE/perl.h:28,
                 from XS3.xs:2:
XS3.xs: In function 'encode_sv':
/usr/lib/perl5/CORE/config.h:909:27: warning: ignoring return value of 'gcvt' declared with attribute 'warn_unused_result' [-Wunused-result]
  909 | #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
      |                           ^~~~~~~~~~~~~~~~~
XS3.xs:899:7: note: in expansion of macro 'Gconvert'
  899 |       Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur);
      |       ^~~~~~~~
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/lib/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/lib/perl/5.30 /usr/local/share/perl/5.30 /usr/lib/perl5 /usr/share/perl5 /usr/lib/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,  3 wallclock secs ( 1.15 usr  0.03 sys +  2.29 cusr  0.11 csys =  3.58 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.43464
+ 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/lib/perl/5.30 /usr/local/share/perl/5.30 /usr/lib/perl5 /usr/share/perl5 /usr/lib/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/lib/perl5/auto/JSON/XS3/XS3.so
Installing /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib/perl5/JSON/XS3.pm
Installing /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib/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 '{}' ';'
Binary file /usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib/perl5/auto/JSON/XS3/XS3.so 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/lib/perl5/auto/JSON/XS3/.packlist'
mode of './usr/lib/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/lib: (from <cmdline>: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)
Hardlinking identical .pyc and .pyo files
Processing files: perl-JSON-XS3-3.04-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43464
+ 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.RNlDkh
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.v9Frbg
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-XS3-buildroot/usr/lib/perl5/auto/JSON/XS3/XS3.so: underlinked libraries: /lib/libm.so.6
/usr/src/tmp/perl-JSON-XS3-buildroot/usr/bin/json_xs3 syntax OK
/usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib/perl5/JSON/XS3.pm syntax OK
/usr/src/tmp/perl-JSON-XS3-buildroot/usr/lib/perl5/JSON/XS3/Boolean.pm syntax OK
Provides: perl(JSON/XS3.pm) = 3.040, perl(JSON/XS3/Boolean.pm)
Requires: /usr/bin/perl, /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libperl-5.30.so >= set:ohjBjKDYRjw4AzKmdkoIhZi7mnWNsCMLixlgY6F0Fm2LzamE74ZhZKQORbljgGFaDHvr8n3ezNu2iC5oJfpq6r11vZhCqEteUGVCDDsFsG9Mrudm5quZsRQWDkr73JceDkIbcBhXD4EzSmuSSQZ3UZKakOIL3Uga9YRaaAMCpI1o9qUedNTrOuzt7pdOwujV6, libpthread.so.0(GLIBC_2.0), 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.jCp36f
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.Mu35ej
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Whf3rg
find-requires: running scripts (debuginfo)
Requires: perl-JSON-XS3 = 3.04-alt1, debug(libc.so.6), debug(libperl-5.30.so), debug(libpthread.so.0)
Adding to perl-JSON-XS3-debuginfo a strict dependency on perl-JSON-XS3
Wrote: /usr/src/RPM/RPMS/i586/perl-JSON-XS3-3.04-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/perl-JSON-XS3-debuginfo-3.04-alt1.i586.rpm (w2.lzdio)
8.93user 0.86system 0:12.51elapsed 78%CPU (0avgtext+0avgdata 75592maxresident)k
0inputs+0outputs (0major+288375minor)pagefaults 0swaps
13.54user 3.28system 0:19.45elapsed 86%CPU (0avgtext+0avgdata 107780maxresident)k
16inputs+0outputs (0major+592281minor)pagefaults 0swaps