Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/perl-Package-Stash-XS.spec'], timeout=0logger=gid=135uid=1000printOutput=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-19318/root'user='mockbuild'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/perl-Package-Stash-XS.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/perl-Package-Stash-XS-0.28-8bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/perl-Package-Stash-XS.spec "], timeout=0logger=gid=135uid=1000printOutput=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-19318/root'private_network=Trueenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}user='mockbuild'shell=False) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/perl-Package-Stash-XS.spec "] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fF0xH3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Package-Stash-XS-0.28 + /usr/bin/gzip -dc /builddir/build/SOURCES/Package-Stash-XS-0.28.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Package-Stash-XS-0.28 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sO1ftY + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.28 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Package::Stash::XS + make -j8 "/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 lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/usr/lib/perl5/CORE" XS.c XS.xs: In function 'XS_Package__Stash__XS_name': XS.xs:601:15: 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:702:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'I32 {aka long int}' [-Wformat=] dbval = newSVpvf("%s:%d-%d", filename, first_line_num, last_line_num); ^ XS.xs:702:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'I32 {aka long int}' [-Wformat=] XS.xs: In function 'XS_Package__Stash__XS_get_all_symbols': XS.xs:958:16: 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 gcc -shared -Wl,-z,relro -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Package/Stash/XS/XS.so \ -lperl \ chmod 755 blib/arch/auto/Package/Stash/XS/XS.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Package/Stash/XS/XS.bs 644 Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Vv9x5X + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm + cd Package-Stash-XS-0.28 + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm Running Mkbootstrap for Package::Stash::XS () chmod 644 "XS.bs" Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/lib/perl5/vendor_perl/auto/Package/Stash/XS/XS.so Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/lib/perl5/vendor_perl/Package/Stash/XS.pm Installing /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/man/man3/Package::Stash::XS.3pm + find /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.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.28-8bs02npfc23.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.28 extracting debug info from /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.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. 120 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cqlH6H Processing files: perl-Package-Stash-XS-0.28-8bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BMzDzs + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.28 + DOCDIR=/builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/doc/perl-Package-Stash-XS + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/doc/perl-Package-Stash-XS + cp -pr Changes /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/doc/perl-Package-Stash-XS + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/doc/perl-Package-Stash-XS + cp -pr README /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm/usr/share/doc/perl-Package-Stash-XS + exit 0 Provides: perl(Package::Stash::XS) = 0.28 perl-Package-Stash-XS = 0.28-8bs02npfc23 perl-Package-Stash-XS(armv6hl-32) = 0.28-8bs02npfc23 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) libperl.so.5.22 perl >= 0:5.008001 perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Package-Stash-XS-debuginfo-0.28-8bs02npfc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm Wrote: /builddir/build/RPMS/perl-Package-Stash-XS-0.28-8bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/perl-Package-Stash-XS-debuginfo-0.28-8bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nOHEGt + umask 022 + cd /builddir/build/BUILD + cd Package-Stash-XS-0.28 + rm -rf /builddir/build/BUILDROOT/perl-Package-Stash-XS-0.28-8bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->