Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/perl-Data-Structure-Util.spec'], False, '/var/lib/mock/f22-build-2215774-406722/root/', None, 86400, True, False, 1000, 425, 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 i686 --nodeps builddir/build/SPECS/perl-Data-Structure-Util.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'} warning: Could not canonicalize hostname: buildvm-27.phx2.fedoraproject.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-Data-Structure-Util-0.15-17.fc22.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/perl-Data-Structure-Util.spec'], False, '/var/lib/mock/f22-build-2215774-406722/root/', None, 86400, True, False, 1000, 425, 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 i686 --nodeps builddir/build/SPECS/perl-Data-Structure-Util.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: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wDIAB6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Data-Structure-Util-0.15 + /usr/bin/gzip -dc /builddir/build/SOURCES/Data-Structure-Util-0.15.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Data-Structure-Util-0.15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (Data-Structure-Util-0.15-Remove-failed-test-cases.patch): + echo 'Patch #0 (Data-Structure-Util-0.15-Remove-failed-test-cases.patch):' + /usr/bin/cat /builddir/build/SOURCES/Data-Structure-Util-0.15-Remove-failed-test-cases.patch + /usr/bin/patch -p1 --fuzz=0 patching file t/06signature.t + chmod 644 CHANGES README bin/packages.pl + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GlTjMd + umask 022 + cd /builddir/build/BUILD + cd Data-Structure-Util-0.15 + /usr/bin/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 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Structure::Util Writing MYMETA.yml and MYMETA.json + make -j4 Running Mkbootstrap for Data::Structure::Util () chmod 644 Util.bs /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c cp lib/Data/Structure/Util.pm blib/lib/Data/Structure/Util.pm AutoSplitting blib/lib/Data/Structure/Util.pm (blib/lib/auto/Data/Structure/Util) gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -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 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/usr/lib/perl5/CORE" Util.c Util.xs: In function '_get_infos': Util.xs:20:22: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] SvTYPE( sv ) ); ^ Util.xs: In function '_utf8_set': Util.xs:40:9: warning: implicit declaration of function 'has_seen' [-Wimplicit-function-declaration] if ( has_seen( sv, seen ) ) ^ Util.xs:64:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs: In function '_utf8_flag_set': Util.xs:139:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs: In function '_has_utf8': Util.xs:221:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:195:5: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:195:5: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:195:5: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs: In function '_unbless': Util.xs:275:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:259:5: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:259:5: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:259:5: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs: In function '_get_blessed': Util.xs:321:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:309:9: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:309:9: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:309:9: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs: In function '_get_refs': Util.xs:366:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:354:9: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:354:9: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:354:9: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs: In function '_signature': Util.xs:416:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:404:9: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:404:9: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:404:9: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs:388:11: warning: variable 'HKey' set but not used [-Wunused-but-set-variable] char *HKey; ^ Util.xs:384:9: warning: unused variable 'len' [-Wunused-variable] U32 len; ^ Util.xs: In function '_has_circular_ref': Util.xs:515:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:493:5: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:493:5: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:493:5: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.xs:443:10: warning: unused variable 'HValue' [-Wunused-variable] SV **HValue; ^ Util.xs: In function '_circular_off': Util.xs:620:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while ( HEntry = hv_iternext( myHash ) ) { ^ Util.xs:594:9: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch] switch ( SvTYPE( sv ) ) { ^ Util.xs:594:9: warning: enumeration value 'SVt_BIND' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch] Util.xs:594:9: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch] Util.c: In function 'XS_Data__Structure__Util_utf8_off_xs': Util.c:955:7: warning: unused variable 'RETVAL' [-Wunused-variable] bool RETVAL; ^ Util.c: In function 'XS_Data__Structure__Util__utf8_off_xs': Util.c:992:7: warning: unused variable 'RETVAL' [-Wunused-variable] bool RETVAL; ^ Util.c: In function 'XS_Data__Structure__Util_unbless_xs': Util.c:1048:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ rm -f blib/arch/auto/Data/Structure/Util/Util.so gcc -shared -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wl,-z,relro -L/usr/local/lib Util.o -o blib/arch/auto/Data/Structure/Util/Util.so \ -lperl \ chmod 755 blib/arch/auto/Data/Structure/Util/Util.so /usr/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Data/Structure/Util/Util.bs 644 Manifying blib/man3/Data::Structure::Util.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mOx6Xn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 ++ dirname /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 + cd Data-Structure-Util-0.15 + rm -rf /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 Running Mkbootstrap for Data::Structure::Util () chmod 644 Util.bs Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/lib/perl5/vendor_perl/auto/Data/Structure/Util/Util.so Installing /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/lib/perl5/vendor_perl/Data/Structure/Util.pm Installing /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/lib/perl5/vendor_perl/auto/Data/Structure/Util/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/man/man3/Data::Structure::Util.3pm + rm -f /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/bin/packages.pl '/builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/man/man1/packages.pl*' + find /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr + /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/Data-Structure-Util-0.15 extracting debug info from /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/lib/perl5/vendor_perl/auto/Data/Structure/Util/Util.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 106 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.074Plz + umask 022 + cd /builddir/build/BUILD + cd Data-Structure-Util-0.15 + make test 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/00pod.t ........... ok t/01compile.t ....... ok t/02circular.t ...... ok t/02circular_off.t .. ok t/03bless.t ......... ok t/04utf8.t .......... ok t/05refs.t .......... ok t/06signature.t ..... ok All tests successful. Files=8, Tests=133, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.52 cusr 0.04 csys = 0.63 CPU) Result: PASS Processing files: perl-Data-Structure-Util-0.15-17.fc22.i686 + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2L5BnM + umask 022 + cd /builddir/build/BUILD + cd Data-Structure-Util-0.15 + DOCDIR=/builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/doc/perl-Data-Structure-Util + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/doc/perl-Data-Structure-Util + cp -pr CHANGES /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/doc/perl-Data-Structure-Util + cp -pr README /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/doc/perl-Data-Structure-Util + cp -pr bin/packages.pl /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386/usr/share/doc/perl-Data-Structure-Util + exit 0 Provides: perl(Data::Structure::Util) = 0.15 perl-Data-Structure-Util = 0.15-17.fc22 perl-Data-Structure-Util(x86-32) = 0.15-17.fc22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libperl.so.5.18 perl >= 0:5.008 perl(AutoLoader) perl(Digest::MD5) perl(DynaLoader) perl(Exporter) perl(Storable) perl(strict) perl(vars) perl(warnings::register) rtld(GNU_HASH) Processing files: perl-Data-Structure-Util-debuginfo-0.15-17.fc22.i686 Provides: perl-Data-Structure-Util-debuginfo = 0.15-17.fc22 perl-Data-Structure-Util-debuginfo(x86-32) = 0.15-17.fc22 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-Data-Structure-Util-0.15-17.fc22.i386 warning: Could not canonicalize hostname: buildvm-27.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-Data-Structure-Util-0.15-17.fc22.i686.rpm Wrote: /builddir/build/RPMS/perl-Data-Structure-Util-debuginfo-0.15-17.fc22.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.49onGZ + umask 022 + cd /builddir/build/BUILD + cd Data-Structure-Util-0.15 + rm -rf /builddir/build/BUILDROOT/perl-Data-Structure-Util-0.15-17.fc22.i386 + exit 0 Child return code was: 0 LEAVE do -->