Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Compress-Raw-Zlib.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7f0c2f21a4d366da8432a5f949a901bd695e45f7/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-Compress-Raw-Zlib.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-Compress-Raw-Zlib-2.061-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Compress-Raw-Zlib.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7f0c2f21a4d366da8432a5f949a901bd695e45f7/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-Compress-Raw-Zlib.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.LB7fFu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Compress-Raw-Zlib-2.061 + /usr/bin/gzip -dc /builddir/build/SOURCES/Compress-Raw-Zlib-2.061.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Compress-Raw-Zlib-2.061 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CNEyeU + umask 022 + cd /builddir/build/BUILD + cd Compress-Raw-Zlib-2.061 + BUILD_ZLIB=False + OLD_ZLIB=False + ZLIB_LIB=/usr/lib + ZLIB_INCLUDE=/usr/include + export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE + 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' Up/Downgrade not needed. Parsing config.in... Auto Detect Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Checking if your kit is complete... Looks good Writing Makefile for Compress::Raw::Zlib + make -j4 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c Running Mkbootstrap for Compress::Raw::Zlib () chmod 644 Zlib.bs cp Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs chmod 644 blib/arch/auto/Compress/Raw/Zlib/Zlib.bs cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm AutoSplitting blib/lib/Compress/Raw/Zlib.pm (blib/lib/auto/Compress/Raw/Zlib) armv7hl-redhat-linux-gnueabi-gcc -c -I/usr/include -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=\"2.061\" -DXS_VERSION=\"2.061\" -fPIC "-I/usr/lib/perl5/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c Zlib.c: In function 'XS_Compress__Raw__Zlib__inflateStream_inflate': Zlib.c:2202:7: warning: variable 'eof' set but not used [-Wunused-but-set-variable] bool eof; ^ Zlib.c: In function 'XS_Compress__Raw__Zlib__inflateScanStream_scan': Zlib.c:2967:7: warning: variable 'eof' set but not used [-Wunused-but-set-variable] bool eof; ^ Zlib.c:2966:7: warning: variable 'out' set but not used [-Wunused-but-set-variable] SV * out; ^ In file included from /usr/lib/perl5/CORE/perl.h:5071:0, from Zlib.xs:31: Zlib.c: In function 'XS_Compress__Raw__Zlib_constant': /usr/lib/perl5/CORE/embed.h:609:37: warning: 'iv' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_setiv(a,b) Perl_sv_setiv(aTHX_ a,b) ^ ./constants.xs:11:6: note: 'iv' was declared here IV iv; ^ rm -f blib/arch/auto/Compress/Raw/Zlib/Zlib.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 Zlib.o -o blib/arch/auto/Compress/Raw/Zlib/Zlib.so \ -L/usr/lib -lz \ chmod 755 blib/arch/auto/Compress/Raw/Zlib/Zlib.so Manifying blib/man3/Compress::Raw::Zlib.3pm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3TQsJo + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm + cd Compress-Raw-Zlib-2.061 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/lib/perl5/vendor_perl/auto/Compress/Raw/Zlib/Zlib.bs Installing /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/lib/perl5/vendor_perl/auto/Compress/Raw/Zlib/Zlib.so Installing /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/lib/perl5/vendor_perl/Compress/Raw/Zlib.pm Installing /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/lib/perl5/vendor_perl/auto/Compress/Raw/Zlib/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/share/man/man3/Compress::Raw::Zlib.3pm + find /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.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/Compress-Raw-Zlib-2.061 extracting debug info from /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/lib/perl5/vendor_perl/auto/Compress/Raw/Zlib/Zlib.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 338 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.01tayX + umask 022 + cd /builddir/build/BUILD + cd Compress-Raw-Zlib-2.061 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq.t ...... ok t/01version.t ...... ok t/02zlib.t ......... ok t/07bufsize.t ...... ok t/09limitoutput.t .. ok t/18lvalue.t ....... ok t/99pod.t .......... ok All tests successful. Files=7, Tests=723, 9 wallclock secs ( 0.58 usr 0.02 sys + 8.64 cusr 0.15 csys = 9.39 CPU) Result: PASS + exit 0 Processing files: perl-Compress-Raw-Zlib-2.061-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.evhpwL + umask 022 + cd /builddir/build/BUILD + cd Compress-Raw-Zlib-2.061 + DOCDIR=/builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/share/doc/perl-Compress-Raw-Zlib-2.061 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/share/doc/perl-Compress-Raw-Zlib-2.061 + cp -pr Changes /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/share/doc/perl-Compress-Raw-Zlib-2.061 + cp -pr README /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm/usr/share/doc/perl-Compress-Raw-Zlib-2.061 + exit 0 Provides: perl(Compress::Raw::Zlib) = 2.061 perl-Compress-Raw-Zlib = 1:2.061-4.el7 perl-Compress-Raw-Zlib(armv7hl-32) = 1:2.061-4.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) libz.so.1 libz.so.1(ZLIB_1.2.0.2) libz.so.1(ZLIB_1.2.0.8) libz.so.1(ZLIB_1.2.2) libz.so.1(ZLIB_1.2.2.3) perl >= 0:5.006 perl(AutoLoader) perl(Carp) perl(Exporter) perl(bytes) perl(constant) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Compress-Raw-Zlib-debuginfo-2.061-4.el7.armv7hl Provides: perl-Compress-Raw-Zlib-debuginfo = 1:2.061-4.el7 perl-Compress-Raw-Zlib-debuginfo(armv7hl-32) = 1:2.061-4.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-Compress-Raw-Zlib-2.061-4.el7.arm Wrote: /builddir/build/RPMS/perl-Compress-Raw-Zlib-2.061-4.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Compress-Raw-Zlib-debuginfo-2.061-4.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tm7XSE + umask 022 + cd /builddir/build/BUILD + cd Compress-Raw-Zlib-2.061 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Compress-Raw-Zlib-2.061-4.el7.arm + exit 0 Child return code was: 0 LEAVE do -->