Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/Crypt-Blowfish.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2917/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=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/Crypt-Blowfish.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: copr-builder-467560656.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Crypt-Blowfish-2.14-1.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/Crypt-Blowfish.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2917/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=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/Crypt-Blowfish.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.fyGBtZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-Blowfish-2.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-Blowfish-2.14.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-Blowfish-2.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -R u+w /builddir/build/BUILD/Crypt-Blowfish-2.14 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FYHl01 + umask 022 + cd /builddir/build/BUILD + cd Crypt-Blowfish-2.14 + grep -rsl '^#!.*perl' . + grep -v '.bak$' + xargs --no-run-if-empty /usr/bin/perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' ++ /usr/bin/perl -MExtUtils::MakeMaker -e ' print qq|PREFIX=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr| if $ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ ' + /usr/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::Blowfish + /usr/bin/make cp Blowfish.pm blib/lib/Crypt/Blowfish.pm /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Blowfish.xs > Blowfish.xsc && mv Blowfish.xsc Blowfish.c 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 -m64 -mtune=generic -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Blowfish.c Blowfish.xs: In function 'XS_Crypt__Blowfish_init': Blowfish.xs:39:3: warning: pointer targets in passing argument 1 of 'blowfish_make_bfkey' differ in signedness [-Wpointer-sign] if (blowfish_make_bfkey(key, key_len, ks)) ^ In file included from Blowfish.xs:12:0: blowfish.h:5:5: note: expected 'char *' but argument is of type 'unsigned char *' int blowfish_make_bfkey(char * key_string, int keylength, char * bfkey); ^ In file included from Blowfish.xs:10:0: /usr/lib64/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ Blowfish.c:182:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ Blowfish.c:181:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^ 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 -m64 -mtune=generic -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" _blowfish.c Running Mkbootstrap for Crypt::Blowfish () chmod 644 Blowfish.bs rm -f blib/arch/auto/Crypt/Blowfish/Blowfish.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.so \ \ chmod 755 blib/arch/auto/Crypt/Blowfish/Blowfish.so cp Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs chmod 644 blib/arch/auto/Crypt/Blowfish/Blowfish.bs Manifying blib/man3/Crypt::Blowfish.3pm + /usr/bin/make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 Running standard mode speed tests.. encrypting with non-cached cipher 5,000 cycles: 0 wallclock secs ( 0.52 usr + 0.00 sys = 0.52 CPU) Running standard mode speed tests.. decrypting with non-cached cipher 5,000 cycles: 1 wallclock secs ( 0.35 usr + 0.00 sys = 0.35 CPU) Running standard mode speed tests.. encrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Running standard mode speed tests.. decrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) Testing Cipher Block Chaining.. Error (probably harmless): Can't locate Crypt/CBC.pm in @INC (@INC contains: blib/lib blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . . .. ../lib ../../lib ../../../lib) at (eval 3) line 2. BEGIN failed--compilation aborted at (eval 3) line 2. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0iTkhb + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 + cd Crypt-Blowfish-2.14 + '[' /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 ++ /usr/bin/perl -MExtUtils::MakeMaker -e ' print $ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr| : qq|DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64| ' + /usr/bin/make prefix=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr exec_prefix=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr bindir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/bin sbindir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/etc datadir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share includedir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/include libdir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/libexec localstatedir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/var sharedstatedir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/var/lib mandir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/man infodir=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/info install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/lib64/perl5/auto/Crypt/Blowfish/Blowfish.bs Installing /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/lib64/perl5/auto/Crypt/Blowfish/Blowfish.so Installing /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/lib64/perl5/Crypt/Blowfish.pm Installing /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/share/man/man3/Crypt::Blowfish.3pm Appending installation info to /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/lib64/perl5/perllocal.pod + cmd=/usr/share/spec-helper/compress_files + '[' -x /usr/share/spec-helper/compress_files ']' + cmd=/usr/lib/rpm/brp-compress + '[' -x /usr/lib/rpm/brp-compress ']' + /usr/lib/rpm/brp-compress + '[' -e /etc/SuSE-release -o -e /etc/UnitedLinux-release ']' + xargs -i rm -f '{}' + find /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 -name perllocal.pod -o -name .packlist -o -name '*.bs' + find /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr -type d -depth -exec rmdir '{}' ';' + /usr/bin/perl -MFile::Find -le ' find({ wanted => \&wanted, no_chdir => 1}, "/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64"); print "%doc Changes README"; for my $x (sort @dirs, @files) { push @ret, $x unless indirs($x); } print join "\n", sort @ret; sub wanted { return if /auto$/; local $_ = $File::Find::name; my $f = $_; s|^\Q/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64\E||; return unless length; return $files[@files] = $_ if -f $f; $d = $_; /\Q$d\E/ && return for reverse sort @INC; $d =~ /\Q$_\E/ && return for qw|/etc /usr/man /usr/bin /usr/share|; $dirs[@dirs] = $_; } sub indirs { my $x = shift; $x =~ /^\Q$_\E\// && $x ne $_ && return 1 for @dirs; } ' + '[' -z Crypt-Blowfish-2.14-filelist ']' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Crypt-Blowfish-2.14 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/lib64/perl5/auto/Crypt/Blowfish/Blowfish.so objcopy: unable to copy file '/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/local/lib64/perl5/auto/Crypt/Blowfish/Blowfish.so'; reason: Permission denied dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: cannot open ".//usr/local/lib64/perl5/auto/Crypt/Blowfish/Blowfish.so": Permission denied /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. /usr/lib/rpm/sepdebugcrcfix: Failed for 1 files. 59 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 Processing files: perl-Crypt-Blowfish-2.14-1.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qTgR5l + umask 022 + cd /builddir/build/BUILD + cd Crypt-Blowfish-2.14 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/doc/perl-Crypt-Blowfish-2.14 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/doc/perl-Crypt-Blowfish-2.14 + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/doc/perl-Crypt-Blowfish-2.14 + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64/usr/share/doc/perl-Crypt-Blowfish-2.14 + exit 0 Provides: perl(Crypt::Blowfish) = 2.14 perl-Crypt-Blowfish = 2.14-1 perl-Crypt-Blowfish(x86-64) = 2.14-1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Crypt-Blowfish-debuginfo-2.14-1.x86_64 Provides: perl-Crypt-Blowfish-debuginfo = 2.14-1 perl-Crypt-Blowfish-debuginfo(x86-64) = 2.14-1 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-Crypt-Blowfish-2.14-1.x86_64 warning: Could not canonicalize hostname: copr-builder-467560656.novalocal Wrote: /builddir/build/RPMS/perl-Crypt-Blowfish-2.14-1.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-Blowfish-debuginfo-2.14-1.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.icxd5T + umask 022 + cd /builddir/build/BUILD + cd Crypt-Blowfish-2.14 + '[' /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-Blowfish-2.14-1.x86_64 + exit 0 Child return code was: 0 LEAVE do -->