Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/perl-Data-UUID.spec'], chrootPath='/var/lib/mock/f30-build-15406171-1108005/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/perl-Data-UUID.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False BUILDSTDERR: sh: perl: command not found BUILDSTDERR: sh: /usr/bin/perl: No such file or directory BUILDSTDERR: sh: /usr/bin/perl: No such file or directory Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/perl-Data-UUID-1.224-1.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/perl-Data-UUID.spec'], chrootPath='/var/lib/mock/f30-build-15406171-1108005/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/perl-Data-UUID.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f065Bj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Data-UUID-1.224 + /usr/bin/gzip -dc /builddir/build/SOURCES/Data-UUID-1.224.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Data-UUID-1.224 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0VZLCt + umask 022 + cd /builddir/build/BUILD + cd Data-UUID-1.224 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' Checking if your kit is complete... Looks good Configured options (run perl Makefile.PL --help for how to change this): UUID state storage: /tmp default umask: 0007 Generating a Unix-style Makefile Writing Makefile for Data::UUID + make -j2 Running Mkbootstrap for UUID () chmod 644 "UUID.bs" "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Data-UUID-1.224/typemap' UUID.xs > UUID.xsc cp UUID.pm blib/lib/Data/UUID.pm "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 mv UUID.xsc UUID.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"1.224\" -DXS_VERSION=\"1.224\" -fPIC "-I/usr/lib64/perl5/CORE" -D_STDIR='"/tmp"' -D'__linux__' -D_DEFAULT_UMASK='0007' UUID.c BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_create_from_name': BUILDSTDERR: UUID.c:627:19: warning: variable 'self' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 627 | uuid_context_t * self; BUILDSTDERR: | ^~~~ BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_compare': BUILDSTDERR: UUID.c:674:19: warning: variable 'self' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 674 | uuid_context_t * self; BUILDSTDERR: | ^~~~ BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_to_string': BUILDSTDERR: UUID.c:722:19: warning: variable 'self' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 722 | uuid_context_t * self; BUILDSTDERR: | ^~~~ BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_from_string': BUILDSTDERR: UUID.c:753:19: warning: variable 'self' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 753 | uuid_context_t * self; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from UUID.xs:4: BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_DESTROY': BUILDSTDERR: UUID.h:103:23: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: UUID.h:103:23: note: in definition of macro 'LOCK' BUILDSTDERR: 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); BUILDSTDERR: | ^~~~~ BUILDSTDERR: UUID.h:104:25: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: UUID.h:104:25: note: in definition of macro 'UNLOCK' BUILDSTDERR: 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); BUILDSTDERR: | ^~~~~ BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_create': BUILDSTDERR: UUID.h:103:23: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: UUID.h:103:23: note: in definition of macro 'LOCK' BUILDSTDERR: 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); BUILDSTDERR: | ^~~~~ BUILDSTDERR: UUID.h:104:25: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: UUID.h:104:25: note: in definition of macro 'UNLOCK' BUILDSTDERR: 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); BUILDSTDERR: | ^~~~~ BUILDSTDERR: UUID.c: In function 'XS_Data__UUID_new': BUILDSTDERR: UUID.xs:360:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 360 | fread(&(RETVAL->state), sizeof(uuid_state_t), 1, fd); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: UUID.xs:367:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 367 | fread(&(RETVAL->nodeid), sizeof(uuid_node_t), 1, fd ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from UUID.xs:26: BUILDSTDERR: At top level: BUILDSTDERR: ptable.h:83:16: warning: 'ptable_free' defined but not used [-Wunused-function] BUILDSTDERR: 83 | #define ptable ptable BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ptable.h:60:29: note: in definition of macro 'PTABLE_PASTE' BUILDSTDERR: 60 | # define PTABLE_PASTE(A, B) A ## B BUILDSTDERR: | ^ BUILDSTDERR: ptable.h:65:27: note: in expansion of macro 'PTABLE_JOIN' BUILDSTDERR: 65 | # define PTABLE_PREFIX(X) PTABLE_JOIN(PTABLE_NAME, X) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ptable.h:52:22: note: in expansion of macro 'ptable' BUILDSTDERR: 52 | # define PTABLE_NAME ptable BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ptable.h:65:39: note: in expansion of macro 'PTABLE_NAME' BUILDSTDERR: 65 | # define PTABLE_PREFIX(X) PTABLE_JOIN(PTABLE_NAME, X) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ptable.h:215:13: note: in expansion of macro 'PTABLE_PREFIX' BUILDSTDERR: 215 | STATIC void PTABLE_PREFIX(_free)(pPTBL_ ptable * const t) { BUILDSTDERR: | ^~~~~~~~~~~~~ rm -f blib/arch/auto/Data/UUID/UUID.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong UUID.o -o blib/arch/auto/Data/UUID/UUID.so \ -lperl \ chmod 755 blib/arch/auto/Data/UUID/UUID.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kFsCDx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x + cd Data-UUID-1.224 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/auto/Data/UUID/UUID.so Installing /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/Data/UUID.pm Installing /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/man/man3/Data::UUID.3pm + find /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w -c /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x mode of '/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/Data/UUID.pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of '/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/auto/Data/UUID/UUID.so' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x) mode of '/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/man/man3/Data::UUID.3pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.224-1.fc30 --unique-debug-suffix -1.224-1.fc30.s390x --unique-debug-src-base perl-Data-UUID-1.224-1.fc30.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Data-UUID-1.224 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/auto/Data/UUID/UUID.so extracting debug info from /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/lib64/perl5/vendor_perl/auto/Data/UUID/UUID.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 102 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.adf2ZX + umask 022 + cd /builddir/build/BUILD + cd Data-UUID-1.224 + make test AUTHOR_TESTING=1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 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/basic.t ................. ok t/from-name-collisions.t .. ok t/leaky_dollar_bang.t ..... ok t/pod-coverage.t .......... ok t/pod.t ................... ok t/segv.t .................. ok t/threads.t ............... ok All tests successful. Files=7, Tests=38, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.47 cusr 0.18 csys = 0.68 CPU) Result: PASS + perl smp-test/collision.t 0.000 % collision + exit 0 Processing files: perl-Data-UUID-1.224-1.fc30.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.plo5ET + umask 022 + cd /builddir/build/BUILD + cd Data-UUID-1.224 + DOCDIR=/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/doc/perl-Data-UUID + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/doc/perl-Data-UUID + cp -pr Changes /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/doc/perl-Data-UUID + cp -pr README /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/doc/perl-Data-UUID + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0Y5w0P + umask 022 + cd /builddir/build/BUILD + cd Data-UUID-1.224 + LICENSEDIR=/builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/licenses/perl-Data-UUID + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/licenses/perl-Data-UUID + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x/usr/share/licenses/perl-Data-UUID + exit 0 Provides: perl(Data::UUID) = 1.224 perl-Data-UUID = 1.224-1.fc30 perl-Data-UUID(s390-64) = 1.224-1.fc30 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)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libperl.so.5.28()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) perl(Carp) perl(Digest::MD5) perl(DynaLoader) perl(Exporter) perl(strict) rtld(GNU_HASH) Processing files: perl-Data-UUID-debugsource-1.224-1.fc30.s390x Provides: perl-Data-UUID-debugsource = 1.224-1.fc30 perl-Data-UUID-debugsource(s390-64) = 1.224-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Data-UUID-debuginfo-1.224-1.fc30.s390x Provides: debuginfo(build-id) = 30c9a812b37c8a5b552fc431672492ae1ee78e0b perl-Data-UUID-debuginfo = 1.224-1.fc30 perl-Data-UUID-debuginfo(s390-64) = 1.224-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Data-UUID-debugsource(s390-64) = 1.224-1.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x Wrote: /builddir/build/RPMS/perl-Data-UUID-1.224-1.fc30.s390x.rpm Wrote: /builddir/build/RPMS/perl-Data-UUID-debugsource-1.224-1.fc30.s390x.rpm Wrote: /builddir/build/RPMS/perl-Data-UUID-debuginfo-1.224-1.fc30.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TfhSyU + umask 022 + cd /builddir/build/BUILD + cd Data-UUID-1.224 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Data-UUID-1.224-1.fc30.s390x + exit 0 Child return code was: 0