Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-JSON-XS.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3315-5538/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-JSON-XS.spec'] warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-JSON-XS-2.27-2.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-JSON-XS.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3315-5538/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-JSON-XS.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QtLj2s + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf JSON-XS-2.27 + /usr/bin/gzip -dc /builddir/build/SOURCES/JSON-XS-2.27.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd JSON-XS-2.27 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/\r//' t/00_load.t t/01_utf8.t t/02_error.t t/03_types.t t/04_dwiw_encode.t t/05_dwiw_decode.t t/06_pc_pretty.t t/07_pc_esc.t t/08_pc_base.t t/09_pc_extra_number.t t/10_pc_keysort.t t/11_pc_expo.t t/12_blessed.t t/13_limit.t t/14_latin1.t t/15_prefix.t t/16_tied.t t/17_relaxed.t t/18_json_checker.t t/19_incr.t t/20_faihu.t t/21_evans.t t/22_comment_at_eof.t t/99_binary.t + perl -pi -e 's|^#!/opt/bin/perl|#!/usr/bin/perl|' eg/bench + chmod -c -x eg/bench mode of `eg/bench' changed to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.s72Emj + umask 022 + cd /builddir/build/BUILD + cd JSON-XS-2.27 + LANG=C + export LANG + unset DISPLAY + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' Checking if your kit is complete... Looks good Writing Makefile for JSON::XS + make -j2 /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 cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm cp XS.pm blib/lib/JSON/XS.pm Running Mkbootstrap for JSON::XS () chmod 644 XS.bs cp bin/json_xs blib/script/json_xs /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"2.27\" -DXS_VERSION=\"2.27\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c cp XS.bs blib/arch/auto/JSON/XS/XS.bs chmod 644 blib/arch/auto/JSON/XS/XS.bs XS.xs: In function 'ptr_to_index': XS.xs:188: warning: pointer targets in passing argument 2 of 'Perl_utf8_distance' differ in signedness /usr/lib64/perl5/CORE/proto.h:3558: note: expected 'const U8 *' but argument is of type 'char *' XS.xs:188: warning: pointer targets in passing argument 3 of 'Perl_utf8_distance' differ in signedness /usr/lib64/perl5/CORE/proto.h:3558: note: expected 'const U8 *' but argument is of type 'char *' XS.xs: In function 'encode_str': XS.xs:272: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness XS.xs:146: note: expected 'unsigned char *' but argument is of type 'char *' XS.xs:325: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness XS.xs:163: note: expected 'unsigned char *' but argument is of type 'char *' XS.xs:325: warning: pointer targets in assignment differ in signedness XS.xs: In function 'encode_sv': XS.xs:692: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result XS.xs: In function 'decode_str': XS.xs:914: warning: suggest explicit braces to avoid ambiguous 'else' XS.xs:940: warning: pointer targets in passing argument 1 of 'encode_utf8' differ in signedness XS.xs:163: note: expected 'unsigned char *' but argument is of type 'char *' XS.xs:940: warning: pointer targets in assignment differ in signedness XS.xs:960: warning: pointer targets in passing argument 1 of 'decode_utf8' differ in signedness XS.xs:146: note: expected 'unsigned char *' but argument is of type 'char *' XS.xs: In function 'decode_num': XS.xs:1111: warning: suggest explicit braces to avoid ambiguous 'else' XS.xs: In function 'decode_hv': XS.xs:1241: warning: value computed is not used XS.xs:1260: warning: value computed is not used XS.xs: In function 'decode_json': XS.xs:1508: warning: pointer targets in passing argument 3 of 'Perl_pv_uni_display' differ in signedness /usr/lib64/perl5/CORE/proto.h:3651: note: expected 'const U8 *' but argument is of type 'char *' XS.xs:1609:26: warning: multi-line comment XS.xs: In function 'incr_parse': XS.xs:1668: warning: label 'modechange' defined but not used XS.c: In function 'XS_JSON__XS_CLONE': XS.c:1748: warning: unused variable 'items' XS.xs: In function 'XS_JSON__XS_filter_json_single_key_object': XS.xs:1804: warning: value computed is not used XS.xs:1807: warning: value computed is not used rm -f blib/arch/auto/JSON/XS/XS.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic XS.o -o blib/arch/auto/JSON/XS/XS.so \ \ chmod 755 blib/arch/auto/JSON/XS/XS.so Manifying blib/man1/json_xs.1 Manifying blib/man3/JSON::XS::Boolean.3pm Manifying blib/man3/JSON::XS.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dmqywi + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 + cd JSON-XS-2.27 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.bs Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/lib64/perl5/vendor_perl/JSON/XS.pm Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/lib64/perl5/vendor_perl/JSON/XS/Boolean.pm Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/man/man1/json_xs.1 Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/man/man3/JSON::XS.3pm Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/man/man3/JSON::XS::Boolean.3pm Installing /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/bin/json_xs + find /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 -type f -name .packlist -exec rm -f '{}' + + find /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 -type f -name '*.bs' -size 0 -exec rm -f '{}' + + find /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 -depth -type d -exec rmdir '{}' ';' + /bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/JSON-XS-2.27 extracting debug info from /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so 241 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YFTqij + umask 022 + cd /builddir/build/BUILD + cd JSON-XS-2.27 + unset DISPLAY + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "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/99_binary.t ........... ok All tests successful. Files=24, Tests=25564, 6 wallclock secs ( 2.73 usr 0.10 sys + 3.89 cusr 0.22 csys = 6.94 CPU) Result: PASS + exit 0 Processing files: perl-JSON-XS-2.27-2.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lTwVOy + umask 022 + cd /builddir/build/BUILD + cd JSON-XS-2.27 + DOCDIR=/builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/doc/perl-JSON-XS-2.27 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/doc/perl-JSON-XS-2.27 + /bin/mkdir -p /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/doc/perl-JSON-XS-2.27 + cp -pr Changes COPYING README eg/ /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64/usr/share/doc/perl-JSON-XS-2.27 + exit 0 Finding Provides: /bin/sh -c " /bin/grep -v '/usr/lib64/perl5/vendor_perl/.*\.so$' | /bin/grep -v -P '/usr/lib64/perl5/(?!CORE/libperl).*\.so$' | /bin/grep -v '/usr/share/doc' | while read FILE; do /usr/lib/rpm/rpmdeps -P ${FILE}; done | /bin/sort -u | /bin/sed -e '/perl(UNIVERSAL)/d; /perl(DB)/d'" Finding Requires: /bin/sh -c " /bin/grep -v '/usr/share/doc' | while read FILE; do /usr/lib/rpm/rpmdeps -R ${FILE}; done | /bin/sort -u " Provides: perl(JSON::XS) = 2.27 perl(JSON::XS::Boolean) Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(common::sense) perl(Encode) perl(Exporter) perl(Getopt::Long) perl(JSON::XS) perl(Storable) perl(strict) perl(XSLoader) rpmlib(VersionedDependencies) <= 3.0.3-1 rtld(GNU_HASH) /usr/bin/perl Processing files: perl-JSON-XS-debuginfo-2.27-2.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/perl-JSON-XS-2.27-2.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/perl-JSON-XS-debuginfo-2.27-2.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PFjOlo + umask 022 + cd /builddir/build/BUILD + cd JSON-XS-2.27 + rm -rf /builddir/build/BUILDROOT/perl-JSON-XS-2.27-2.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->