Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Package-Stash-XS.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7bcb176aaf1bb783e6ebda40f32d3de037024fba/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Package-Stash-XS.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/perl-Package-Stash-XS-0.26-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Package-Stash-XS.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7bcb176aaf1bb783e6ebda40f32d3de037024fba/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Package-Stash-XS.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3JSvyW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Package-Stash-XS-0.26 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/Package-Stash-XS-0.26.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Package-Stash-XS-0.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.W9bvOL + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.26 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' Checking if your kit is complete... Looks good Writing Makefile for Package::Stash::XS + make -j4 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c Running Mkbootstrap for Package::Stash::XS () chmod 644 XS.bs cp XS.bs blib/arch/auto/Package/Stash/XS/XS.bs chmod 644 blib/arch/auto/Package/Stash/XS/XS.bs cp lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm armv7hl-redhat-linux-gnueabi-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-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DVERSION=\"0.26\" -DXS_VERSION=\"0.26\" -fPIC "-I/usr/lib/perl5/CORE" XS.c XS.xs: In function '_expand_glob': XS.xs:383:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (entry = hv_fetch_ent(namespace, varname, 0, 0)) { ^ XS.xs: In function 'XS_Package__Stash__XS_name': XS.xs:591:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (slot = hv_fetch_ent((HV*)SvRV(self), name_key, 0, name_hash)) { ^ XS.xs: In function 'XS_Package__Stash__XS_add_symbol': XS.xs:692:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'I32' [-Wformat=] dbval = newSVpvf("%s:%d-%d", filename, first_line_num, last_line_num); ^ XS.xs:692:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'I32' [-Wformat=] XS.xs: In function 'XS_Package__Stash__XS_get_all_symbols': XS.xs:946:17: warning: null argument where non-null required (argument 2) [-Wnonnull] hv_store(ret, key, len, newRV_inc((SV*)GvIO(gv)), 0); ^ XS.c: At top level: XS.xs:160:12: warning: 'vartype_to_svtype' defined but not used [-Wunused-function] static I32 vartype_to_svtype(vartype_t type) ^ rm -f blib/arch/auto/Package/Stash/XS/XS.so armv7hl-redhat-linux-gnueabi-gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -L/usr/local/lib XS.o -o blib/arch/auto/Package/Stash/XS/XS.so \ \ chmod 755 blib/arch/auto/Package/Stash/XS/XS.so Manifying blib/man3/Package::Stash::XS.3pm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0oS6ia + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm + cd Package-Stash-XS-0.26 + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Package/Stash/XS/XS.so Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Package/Stash/XS/XS.bs Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/lib/perl5/vendor_perl/Package/Stash/XS.pm Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/man/man3/Package::Stash::XS.3pm + find /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Package-Stash-XS-0.26 extracting debug info from /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/lib/perl5/vendor_perl/auto/Package/Stash/XS/XS.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 118 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/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wp0Uyv + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.26 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........... ok t/addsub.t ............... ok t/anon-basic.t ........... skipped: Test requires module 'Package::Anon' but it's not found t/anon.t ................. skipped: Test requires module 'Package::Anon' but it's not found t/bare-anon-basic.t ...... skipped: This isn't really going to work yet, probably t/bare-anon.t ............ skipped: This isn't really going to work yet, probably t/basic.t ................ ok t/compile-time.t ......... ok t/edge-cases.t ........... ok t/extension.t ............ ok t/get.t .................. ok t/io.t ................... ok t/isa.t .................. ok t/magic.t ................ ok t/paamayim_nekdotayim.t .. ok t/scalar-values.t ........ ok t/stash-deletion.t ....... ok t/synopsis.t ............. ok All tests successful. Files=18, Tests=255, 4 wallclock secs ( 0.45 usr 0.02 sys + 2.93 cusr 0.25 csys = 3.65 CPU) Result: PASS +++ find xt/release/ -name '*.t' ++ echo xt/release/pod-coverage.t xt/release/no-tabs.t xt/release/pod-syntax.t xt/release/eol.t + make test 'TEST_FILES=xt/release/pod-coverage.t xt/release/no-tabs.t xt/release/pod-syntax.t xt/release/eol.t' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" xt/release/pod-coverage.t xt/release/no-tabs.t xt/release/pod-syntax.t xt/release/eol.t xt/release/eol.t ........... ok xt/release/no-tabs.t ....... ok xt/release/pod-coverage.t .. ok xt/release/pod-syntax.t .... ok All tests successful. Files=4, Tests=14, 1 wallclock secs ( 0.16 usr 0.00 sys + 1.16 cusr 0.10 csys = 1.42 CPU) Result: PASS + exit 0 Processing files: perl-Package-Stash-XS-0.26-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TnXu7B + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.26 + DOCDIR=/builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/doc/perl-Package-Stash-XS-0.26 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/doc/perl-Package-Stash-XS-0.26 + cp -pr Changes /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/doc/perl-Package-Stash-XS-0.26 + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/doc/perl-Package-Stash-XS-0.26 + cp -pr README /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm/usr/share/doc/perl-Package-Stash-XS-0.26 + exit 0 Provides: perl(Package::Stash::XS) = 0.26 perl-Package-Stash-XS = 0.26-3.el7 perl-Package-Stash-XS(armv7hl-32) = 0.26-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl >= 0:5.008001 perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Package-Stash-XS-debuginfo-0.26-3.el7.armv7hl Provides: perl-Package-Stash-XS-debuginfo = 0.26-3.el7 perl-Package-Stash-XS-debuginfo(armv7hl-32) = 0.26-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm Wrote: /builddir/build/RPMS/perl-Package-Stash-XS-0.26-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Package-Stash-XS-debuginfo-0.26-3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.F3sJrO + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.26 + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.26-3.el7.arm + exit 0 Child return code was: 0 LEAVE do -->