Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-Bignum.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-4808f2ed1ac4de6b45088fdc66a15974b07a7630/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-Crypt-OpenSSL-Bignum.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-Crypt-OpenSSL-Bignum-0.04-18.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-Bignum.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-4808f2ed1ac4de6b45088fdc66a15974b07a7630/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-Crypt-OpenSSL-Bignum.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.n2JkQ5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-Bignum-0.04 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-Bignum-0.04.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-Bignum-0.04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Yiqbs4 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-Bignum-0.04 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Writing Makefile for Crypt::OpenSSL::Bignum + make -j4 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Bignum.xs > Bignum.xsc && mv Bignum.xsc Bignum.c Running Mkbootstrap for Crypt::OpenSSL::Bignum () chmod 644 Bignum.bs cp Bignum.bs blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs chmod 644 blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm armv7hl-redhat-linux-gnueabi-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_new_from_word': Bignum.xs:48:5: warning: implicit declaration of function 'ERR_reason_error_string' [-Wimplicit-function-declaration] checkOpenSslCall( bn = BN_new() ); ^ Bignum.xs:48:5: warning: implicit declaration of function 'ERR_get_error' [-Wimplicit-function-declaration] Bignum.xs:48:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] Bignum.xs:49:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_set_word( bn, p_word ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_new_from_decimal': Bignum.xs:62:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_new_from_hex': Bignum.xs:75:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_new_from_bin': Bignum.xs:90:5: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) ); ^ In file included from /usr/include/openssl/asn1.h:74:0, from /usr/include/openssl/objects.h:960, from /usr/include/openssl/evp.h:98, from /usr/include/openssl/x509.h:73, from /usr/include/openssl/ssl.h:156, from Bignum.xs:5: /usr/include/openssl/bn.h:446:9: note: expected 'const unsigned char *' but argument is of type 'char *' BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret); ^ Bignum.xs:90:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_zero': Bignum.xs:101:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( bn = BN_new() ); ^ Bignum.xs:102:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_zero( bn ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_one': Bignum.xs:113:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( bn = BN_new() ); ^ Bignum.xs:114:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_one( bn ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_to_decimal': Bignum.xs:125:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( RETVAL = BN_bn2dec( self ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_to_hex': Bignum.xs:136:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( RETVAL = BN_bn2hex( self ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_to_bin': Bignum.xs:151:5: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] BN_bn2bin( self, bin ); ^ In file included from /usr/include/openssl/asn1.h:74:0, from /usr/include/openssl/objects.h:960, from /usr/include/openssl/evp.h:98, from /usr/include/openssl/x509.h:73, from /usr/include/openssl/ssl.h:156, from Bignum.xs:5: /usr/include/openssl/bn.h:447:5: note: expected 'unsigned char *' but argument is of type 'char *' int BN_bn2bin(const BIGNUM *a, unsigned char *to); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_add': Bignum.xs:173:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_add( bn, a, b ) ); ^ Bignum.c:482:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_sub': Bignum.xs:187:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_sub( bn, a, b ) ); ^ Bignum.c:519:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_mul': Bignum.xs:202:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_mul( bn, a, b, ctx ) ); ^ Bignum.c:557:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_div': Bignum.xs:219:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) ); ^ Bignum.c:600:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_sqr': Bignum.xs:234:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_sqr( bn, a, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_mod': Bignum.xs:250:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_mod( bn, a, b, ctx ) ); ^ Bignum.c:679:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_mod_mul': Bignum.xs:266:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_mod_mul( bn, a, b, m, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_exp': Bignum.xs:282:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_exp( bn, a, p, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_mod_exp': Bignum.xs:299:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_mod_exp( bn, a, p, m, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_mod_inverse': Bignum.xs:315:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_mod_inverse( bn, a, n, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_gcd': Bignum.xs:331:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( BN_gcd( bn, a, b, ctx ) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_copy': Bignum.xs:360:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( RETVAL = BN_dup(a) ); ^ Bignum.xs: In function 'XS_Crypt__OpenSSL__Bignum_pointer_copy': Bignum.xs:369:5: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] checkOpenSslCall( RETVAL = (IV) BN_dup(a) ); ^ Bignum.xs: In function 'boot_Crypt__OpenSSL__Bignum': Bignum.xs:33:5: warning: implicit declaration of function 'ERR_load_crypto_strings' [-Wimplicit-function-declaration] ERR_load_crypto_strings(); ^ rm -f blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.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 Bignum.o -o blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.so \ -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.so Manifying blib/man3/Crypt::OpenSSL::Bignum::CTX.3pm Manifying blib/man3/Crypt::OpenSSL::Bignum.3pm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2EZhMl + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm + cd Crypt-OpenSSL-Bignum-0.04 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/Bignum/Bignum.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/Bignum/Bignum.bs Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/Bignum.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/Bignum/CTX.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/man/man3/Crypt::OpenSSL::Bignum::CTX.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/man/man3/Crypt::OpenSSL::Bignum.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.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-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/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/Crypt-OpenSSL-Bignum-0.04 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/Bignum/Bignum.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 75 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.EHdguR + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-Bignum-0.04 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..52 # Running under perl version 5.016003 for linux # Current time local: Fri May 22 22:28:01 2015 # Current time GMT: Sat May 23 02:28:01 2015 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 Processing files: perl-Crypt-OpenSSL-Bignum-0.04-18.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I4G4vB + exit 0 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-Bignum-0.04 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/doc/perl-Crypt-OpenSSL-Bignum-0.04 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/doc/perl-Crypt-OpenSSL-Bignum-0.04 + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/doc/perl-Crypt-OpenSSL-Bignum-0.04 + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/doc/perl-Crypt-OpenSSL-Bignum-0.04 + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm/usr/share/doc/perl-Crypt-OpenSSL-Bignum-0.04 + exit 0 Provides: perl(Crypt::OpenSSL::Bignum) = 0.04 perl(Crypt::OpenSSL::Bignum::CTX) perl-Crypt-OpenSSL-Bignum = 0.04-18.el7 perl-Crypt-OpenSSL-Bignum(armv7hl-32) = 0.04-18.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) libcrypto.so.10 libcrypto.so.10(libcrypto.so.10) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl >= 0:5.005 perl(Carp) perl(Crypt::OpenSSL::Bignum) perl(DynaLoader) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-Bignum-debuginfo-0.04-18.el7.armv7hl Provides: perl-Crypt-OpenSSL-Bignum-debuginfo = 0.04-18.el7 perl-Crypt-OpenSSL-Bignum-debuginfo(armv7hl-32) = 0.04-18.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-Crypt-OpenSSL-Bignum-0.04-18.el7.arm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-Bignum-debuginfo-0.04-18.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tb57YM + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-Bignum-0.04 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-Bignum-0.04-18.el7.arm + exit 0 Child return code was: 0 LEAVE do -->