Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Socket-ware.spec'], nspawn_args=[]timeout=0printOutput=Falselogger=uid=1001gid=135env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'}shell=Falseuser='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5125/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Socket-ware.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: copr-builder-837257456.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Socket-ware-2.024-0.0.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Socket-ware.spec'], nspawn_args=[]timeout=0printOutput=Falselogger=uid=1001gid=135env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'}shell=Falseuser='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5125/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Socket-ware.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.O66Ptc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Socket-2.024 + /usr/bin/gzip -dc /builddir/build/SOURCES/Socket-2.024.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Socket-2.024 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -R u+w /builddir/build/BUILD/Socket-2.024 + perl -pi -e 's/^auto_install\;//' Makefile.PL + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Yzt0eR + umask 022 + cd /builddir/build/BUILD + cd Socket-2.024 + '[' -f Makefile.PL ']' + 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' + perl Makefile.PL PREFIX=/builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr INSTALLDIRS=vendor Checking HAS_GAI_STRERROR... Checking HAS_SOCKADDR_SA_LEN... test-1.c: In function 'main': test-1.c:17:29: error: 'struct sockaddr' has no member named 'sa_len' { struct sockaddr sa; sa.sa_len = 0; } ^ test-1.c:17:23: warning: variable 'sa' set but not used [-Wunused-but-set-variable] { struct sockaddr sa; sa.sa_len = 0; } ^ Checking HAS_IP_MREQ... test-2.c: In function 'main': test-2.c:17:22: warning: variable 'mreq' set but not used [-Wunused-but-set-variable] { struct ip_mreq mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; } ^ Checking HAS_IP_MREQ_SOURCE... test-3.c: In function 'main': test-3.c:17:29: warning: variable 'mreq' set but not used [-Wunused-but-set-variable] { struct ip_mreq_source mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; } ^ Checking I_NETINET_IP... Checking if your kit is complete... Looks good Writing Makefile for Socket + make cp Socket.pm blib/lib/Socket.pm /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Socket.xs > Socket.xsc && mv Socket.xsc Socket.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.024\" -DXS_VERSION=\"2.024\" -fPIC "-I/usr/lib64/perl5/CORE" -DHAS_GAI_STRERROR -DHAS_IP_MREQ -DHAS_IP_MREQ_SOURCE -DI_NETINET_IP Socket.c Socket.xs: In function 'XS_Socket_pack_sockaddr_un': Socket.xs:828:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'STRLEN' [-Wformat=] " (%d) and will be truncated", len, sizeof(sun_ad.sun_path)); ^ Socket.xs:828:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] Running Mkbootstrap for Socket () chmod 644 Socket.bs rm -f blib/arch/auto/Socket/Socket.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 Socket.o -o blib/arch/auto/Socket/Socket.so \ \ chmod 755 blib/arch/auto/Socket/Socket.so cp Socket.bs blib/arch/auto/Socket/Socket.bs chmod 644 blib/arch/auto/Socket/Socket.bs Manifying blib/man3/Socket.3pm + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/getaddrinfo.t .. ok t/getnameinfo.t .. ok t/ip_mreq.t ...... ok t/ipv6_mreq.t .... ok t/sockaddr.t ..... ok t/Socket.t ....... ok t/socketpair.t ... ok All tests successful. Files=7, Tests=149, 3 wallclock secs ( 0.04 usr 0.00 sys + 0.16 cusr 0.02 csys = 0.22 CPU) Result: PASS + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0wz6TM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 + cd Socket-2.024 + rm -rf /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 + '[' -f Makefile.PL ']' + make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket/Socket.bs Installing /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket/Socket.so Installing /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/vendor_perl/Socket.pm Installing /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/share/man/man3/Socket.3pm Appending installation info to /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/perllocal.pod + rm -rf /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/share/man/man3/Socket.3pm + '[' -x /usr/lib/rpm/brp-compress ']' + /usr/lib/rpm/brp-compress + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 + find /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 -type f -name '*.bs' -a -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 '(' -name perllocal.pod -o -name .packlist ')' -exec rm -v '{}' ';' removed '/builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/perllocal.pod' removed '/builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket/.packlist' + find /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr -type f -print + sed 's@^/builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64@@g' + grep -v perllocal.pod + grep -v '\.packlist' ++ cat Socket-2.024-filelist + '[' '/usr/lib64/perl5/vendor_perl/Socket.pm /usr/lib64/perl5/vendor_perl/auto/Socket/Socket.soX' = X ']' + /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/Socket-2.024 extracting debug info from /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket/Socket.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 300 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-Socket-ware-2.024-0.0.el7.centos.x86_64 Provides: perl(Socket) = 2.024 perl-Socket-ware = 2.024-0.0.el7.centos perl-Socket-ware(x86-64) = 2.024-0.0.el7.centos 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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(Carp) perl(Exporter) perl(XSLoader) perl(strict) perl(warnings::register) rtld(GNU_HASH) Processing files: perl-Socket-ware-debuginfo-2.024-0.0.el7.centos.x86_64 Provides: perl-Socket-ware-debuginfo = 2.024-0.0.el7.centos perl-Socket-ware-debuginfo(x86-64) = 2.024-0.0.el7.centos 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-Socket-ware-2.024-0.0.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-837257456.novalocal Wrote: /builddir/build/RPMS/perl-Socket-ware-2.024-0.0.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Socket-ware-debuginfo-2.024-0.0.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.c926rD + umask 022 + cd /builddir/build/BUILD + cd Socket-2.024 + rm -rf /builddir/build/BUILDROOT/perl-Socket-ware-2.024-0.0.el7.centos.x86_64 + exit 0 Child return code was: 0