Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Convert-UUlib.spec'], chrootPath='/var/lib/mock/centos6-rutgers-staging-build-5528-8632/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=486) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Convert-UUlib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: opus3 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Convert-UUlib-1.5-1.ru6.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Convert-UUlib.spec'], chrootPath='/var/lib/mock/centos6-rutgers-staging-build-5528-8632/root'shell=Falseuid=486env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Convert-UUlib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.czgW7G + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Convert-UUlib-1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/Convert-UUlib-1.5.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Convert-UUlib-1.5 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oXt5R3 + umask 022 + cd /builddir/build/BUILD + cd Convert-UUlib-1.5 + LANG=C + export LANG + unset DISPLAY + 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' *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: chirp! chirp! (it seems to be quite happy) *** *** Your version of perl (5.010001) is quite supported by Convert::UUlib, nothing *** else to be said, hope it comes in handy. Checking if your kit is complete... Looks good Writing Makefile for Convert::UUlib + make -j2 cd uulib && ./configure --with-cc='gcc' --with-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' creating cache ./config.cache checking for gcc... cp UUlib.pm blib/lib/Convert/UUlib.pm gcc checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC ) works... /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap UUlib.xs > UUlib.xsc && mv UUlib.xsc UUlib.c yes checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... Running Mkbootstrap for Convert::UUlib () chmod 644 UUlib.bs 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=\"1.5\" -DXS_VERSION=\"1.5\" -fPIC "-I/usr/lib64/perl5/CORE" UUlib.c yes checking how to run the C preprocessor... gcc -E checking if the compiler supports function prototypes... yes checking whether make sets ${MAKE}... yes checking for ranlib... ranlib checking for ANSI C header files... yes checking for size_t... UUlib.xs: In function 'XS_Convert__UUlib__Item_parts': UUlib.xs:608: warning: value computed is not used UUlib.xs:611: warning: value computed is not used UUlib.xs:613: warning: value computed is not used UUlib.xs:615: warning: value computed is not used UUlib.xs:617: warning: value computed is not used UUlib.xs:619: warning: value computed is not used UUlib.xs:621: warning: value computed is not used UUlib.xs:623: warning: value computed is not used yes checking whether time.h and sys/time.h may both be included... UUlib.c: At top level: UUlib.xs:10: warning: 'not_here' defined but not used yes checking for fcntl.h... yes checking for unistd.h... yes checking for memory.h... yes checking for malloc.h... yes checking for errno.h... yes checking for io.h... no checking for sys/time.h... yes checking for gettimeofday... yes checking for fgetc_unlocked... yes checking for tempnam... yes checking for chmod... yes checking for umask... yes checking for mkstemp... yes checking for strerror... yes checking for stdin... yes checking version number... 0.5pl20 updating cache ./config.cache creating ./config.status creating Makefile creating config.h cp UUlib.bs blib/arch/auto/Convert/UUlib/UUlib.bs chmod 644 blib/arch/auto/Convert/UUlib/UUlib.bs cd uulib && make all make[1]: Entering directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c uulib.c: In function 'UUDecodeFile': uulib.c:946: warning: 'source_buf' may be used uninitialized in this function uulib.c:946: warning: 'target_buf' may be used uninitialized in this function uulib.c: In function 'UULoadFileWithPartNo': uulib.c:720: warning: 'datei_buf' may be used uninitialized in this function gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c uunconc.c: In function 'UUValidData': uunconc.c:297: warning: pointer targets in initialization differ in signedness uunconc.c:326: warning: pointer targets in assignment differ in signedness uunconc.c:374: warning: pointer targets in assignment differ in signedness uunconc.c:417: warning: pointer targets in assignment differ in signedness uunconc.c:489: warning: pointer targets in assignment differ in signedness uunconc.c: In function 'UUDecodePart': uunconc.c:1205: warning: pointer targets in passing argument 2 of 'uulib_crc32' differ in signedness ./crc32.h:21: note: expected 'const unsigned char *' but argument is of type 'char *' uunconc.c:1206: warning: pointer targets in passing argument 2 of 'uulib_crc32' differ in signedness ./crc32.h:21: note: expected 'const unsigned char *' but argument is of type 'char *' uunconc.c: In function 'UUDecode': uunconc.c:1593: warning: ignoring return value of 'fread', declared with attribute warn_unused_result uunconc.c:1311: warning: 'dataout_buf' may be used uninitialized in this function uunconc.c:1311: warning: 'datain_buf' may be used uninitialized in this function gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c uuencode.c: In function 'UUEncodeStream': uuencode.c:270: warning: pointer targets in passing argument 1 of 'FP_fgets' differ in signedness ./fptools.h:75: note: expected 'char *' but argument is of type 'uchar *' uuencode.c:275: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'uchar *' uuencode.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:344: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:344: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:360: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:360: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:392: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:392: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:447: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:447: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:493: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c:493: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'unsigned char *' uuencode.c: In function 'UUEncodeMulti': uuencode.c:760: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'crc32_t' uuencode.c:766: warning: format '%08lx' expects type 'long unsigned int', but argument 4 has type 'crc32_t' uuencode.c: In function 'UUEncodePartial': uuencode.c:1006: warning: format '%08lx' expects type 'long unsigned int', but argument 5 has type 'crc32_t' uuencode.c:1013: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'crc32_t' uuscan.c: In function 'IsKnownHeader': uuencode.c: In function 'UUEncodeToStream': uuencode.c:1157: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'crc32_t' uuencode.c:1163: warning: format '%08lx' expects type 'long unsigned int', but argument 4 has type 'crc32_t' uuscan.c:557: warning: passing argument 2 of 'FP_strnicmp' discards qualifiers from pointer target type ./fptools.h:67: note: expected 'char *' but argument is of type 'const char *' uuencode.c: In function 'UUEncodeToFile': uuencode.c:1460: warning: format '%08lx' expects type 'long unsigned int', but argument 5 has type 'crc32_t' uuencode.c:1467: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'crc32_t' uuscan.c: In function 'ScanHeaderLine': uuscan.c:186: warning: 'c' may be used uninitialized in this function uuencode.c: In function 'UUEncodePartial': uuencode.c:796: warning: 'numparts' may be used uninitialized in this function gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c fptools.c: In function 'FP_fgets': fptools.c:421: warning: unused variable 'cp' gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c rm -f libuu.a ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o ar: creating libuu.a ranlib libuu.a make[1]: Leaving directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' rm -f blib/arch/auto/Convert/UUlib/UUlib.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic UUlib.o -o blib/arch/auto/Convert/UUlib/UUlib.so uulib/libuu.a \ \ chmod 755 blib/arch/auto/Convert/UUlib/UUlib.so Manifying blib/man3/Convert::UUlib.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.x3P4KG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 + cd Convert-UUlib-1.5 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 cd uulib && make all make[1]: Entering directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/Convert/UUlib/UUlib.bs Installing /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/Convert/UUlib/UUlib.so Installing /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/lib64/perl5/vendor_perl/Convert/UUlib.pm Installing /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/share/man/man3/Convert::UUlib.3pm + find /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/Convert-UUlib-1.5 extracting debug info from /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/lib64/perl5/vendor_perl/auto/Convert/UUlib/UUlib.so 694 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/bin/python + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PASD1k + umask 022 + cd /builddir/build/BUILD + cd Convert-UUlib-1.5 + unset DISPLAY + make test cd uulib && make all make[1]: Entering directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/Convert-UUlib-1.5/uulib' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cb.t .. ok All tests successful. Files=1, Tests=3, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.04 CPU) Result: PASS + exit 0 Processing files: perl-Convert-UUlib-1.5-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8qg3GZ + umask 022 + cd /builddir/build/BUILD + cd Convert-UUlib-1.5 + DOCDIR=/builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/share/doc/perl-Convert-UUlib-1.5 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/share/doc/perl-Convert-UUlib-1.5 + /bin/mkdir -p /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/share/doc/perl-Convert-UUlib-1.5 + cp -pr Changes COPYING COPYING.Artistic COPYING.GNU README doc/HISTORY doc/library.pdf /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64/usr/share/doc/perl-Convert-UUlib-1.5 + 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(Convert::UUlib) = 1.5 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.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) rpmlib(VersionedDependencies) <= 3.0.3-1 rtld(GNU_HASH) Processing files: perl-Convert-UUlib-debuginfo-1.5-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 warning: Could not canonicalize hostname: opus3 Wrote: /builddir/build/RPMS/perl-Convert-UUlib-1.5-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Convert-UUlib-debuginfo-1.5-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qtmWn4 + umask 022 + cd /builddir/build/BUILD + cd Convert-UUlib-1.5 + rm -rf /builddir/build/BUILDROOT/perl-Convert-UUlib-1.5-1.ru6.x86_64 + exit 0 Child return code was: 0