Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/perl-re-engine-RE2.spec'], chrootPath='/var/lib/mock/f31-build-17169027-1232966/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-re-engine-RE2.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 Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1565222400 Wrote: /builddir/build/SRPMS/perl-re-engine-RE2-0.13-20.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/perl-re-engine-RE2.spec'], chrootPath='/var/lib/mock/f31-build-17169027-1232966/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-re-engine-RE2.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 setting SOURCE_DATE_EPOCH=1565222400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GLz6Jo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf re-engine-RE2-0.13 + /usr/bin/gzip -dc /builddir/build/SOURCES/re-engine-RE2-0.13.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd re-engine-RE2-0.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -x lib/re/engine/RE2.pm + rm -fr re2 + echo 'Patch #0 (re-engine-RE2-0.11-Unbundle-re2.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (re-engine-RE2-0.13-Do-not-use-global-in-my.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (re-engine-RE2-0.13-Fix-01-basic.t-for-Variable-length-lookbehind-support.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (re-engine-RE2-0.11-Unbundle-re2.patch): patching file MANIFEST patching file Makefile.PL Hunk #3 succeeded at 117 (offset 6 lines). Patch #1 (re-engine-RE2-0.13-Do-not-use-global-in-my.patch): patching file t/ree-pcre/s.t Patch #2 (re-engine-RE2-0.13-Fix-01-basic.t-for-Variable-length-lookbehind-support.patch): patching file t/01.basic.t Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9poc3r + umask 022 + cd /builddir/build/BUILD + cd re-engine-RE2-0.13 + 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' + make -j4 BUILDSTDERR: re2_xs.cc: In function 'I32 {anonymous}::RE2_exec(PerlInterpreter*, REGEXP*, char*, char*, char*, ssize_t, SV*, void*, U32)': BUILDSTDERR: re2_xs.cc:259:23: warning: comparison of integer expressions of different signedness: 'int' and 'U32' {aka 'unsigned int'} [-Wsign-compare] BUILDSTDERR: 259 | for (int i = 0; i <= re->nparens; i++) { BUILDSTDERR: | ~~^~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for re::engine::RE2 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' RE2.xs > RE2.xsc Running Mkbootstrap for RE2 () chmod 644 "RE2.bs" g++ -c -Ire2 -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 -xc++ -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=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I/usr/lib64/perl5/CORE" -DHAVE_PTHREAD -pthread re2_xs.cc "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RE2.bs blib/arch/auto/re/engine/RE2/RE2.bs 644 cp lib/re/engine/RE2.pm blib/lib/re/engine/RE2.pm mv RE2.xsc RE2.c g++ -c -Ire2 -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 -xc++ -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=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I/usr/lib64/perl5/CORE" -DHAVE_PTHREAD -pthread RE2.c rm -f blib/arch/auto/re/engine/RE2/RE2.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 RE2.o re2_xs.o -lstdc++ -o blib/arch/auto/re/engine/RE2/RE2.so \ -lre2 -lperl \ chmod 755 blib/arch/auto/re/engine/RE2/RE2.so Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BArXhp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x + cd re-engine-RE2-0.13 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x + find /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.13-20.fc31 --unique-debug-suffix -0.13-20.fc31.s390x --unique-debug-src-base perl-re-engine-RE2-0.13-20.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/re-engine-RE2-0.13 BUILDSTDERR: 376 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RE2.bs blib/arch/auto/re/engine/RE2/RE2.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-re-engine-RE2-0.13-20.fc31.s390x/usr/lib64/perl5/vendor_perl/auto/re/engine/RE2/RE2.so Installing /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/lib64/perl5/vendor_perl/re/engine/RE2.pm Installing /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/share/man/man3/re::engine::RE2.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/lib64/perl5/vendor_perl/auto/re/engine/RE2/RE2.so extracting debug info from /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/lib64/perl5/vendor_perl/auto/re/engine/RE2/RE2.so original debug info size: 396kB, size after compression: 348kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XTIxNn + umask 022 + cd /builddir/build/BUILD + cd re-engine-RE2-0.13 + make test BUILDSTDERR: Variable length lookbehind is experimental in regex; marked by <-- HERE in m/(?<=Moose|Mo), (world) <-- HERE / at (eval 15) line 1. + RPM_EC=0 BUILDSTDERR: ++ jobs -p "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RE2.bs blib/arch/auto/re/engine/RE2/RE2.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/ree-pcre/*.t t/00.compile.t ........... ok t/00.re2-tests.t ......... skipped: Only for automated tests t/01.basic.t ............. ok t/02.chars.t ............. ok t/03.modifiers.t ......... ok t/04.multiline.t ......... ok t/05.url.t ............... ok t/06.matchrange.t ........ ok t/07.utf8.t .............. ok t/08.pos.t ............... ok t/09.mem.t ............... ok t/10.options.t ........... ok t/ree-pcre/capture.t ..... ok t/ree-pcre/import.t ...... ok t/ree-pcre/match.t ....... ok t/ree-pcre/qr.t .......... ok t/ree-pcre/s.t ........... ok t/ree-pcre/split-null.t .. ok t/ree-pcre/split.t ....... ok t/ree-pcre/subexp.t ...... ok t/ree-pcre/unimport.t .... ok All tests successful. Files=21, Tests=137, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.89 cusr 0.14 csys = 1.08 CPU) Result: PASS Processing files: perl-re-engine-RE2-0.13-20.fc31.s390x + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GofzDn + umask 022 + cd /builddir/build/BUILD + cd re-engine-RE2-0.13 + DOCDIR=/builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/share/doc/perl-re-engine-RE2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/share/doc/perl-re-engine-RE2 + cp -pr Changes /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/share/doc/perl-re-engine-RE2 + cp -pr README /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x/usr/share/doc/perl-re-engine-RE2 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(re::engine::RE2) = 0.13 perl-re-engine-RE2 = 0.13-20.fc31 perl-re-engine-RE2(s390-64) = 0.13-20.fc31 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) libre2.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) perl(:VERSION) >= 5.12.0 perl(XSLoader) rtld(GNU_HASH) Processing files: perl-re-engine-RE2-debugsource-0.13-20.fc31.s390x Provides: perl-re-engine-RE2-debugsource = 0.13-20.fc31 perl-re-engine-RE2-debugsource(s390-64) = 0.13-20.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-re-engine-RE2-debuginfo-0.13-20.fc31.s390x Provides: debuginfo(build-id) = 76a56a4b074dc9493f44b7e7419b7bee895d6514 perl-re-engine-RE2-debuginfo = 0.13-20.fc31 perl-re-engine-RE2-debuginfo(s390-64) = 0.13-20.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-re-engine-RE2-debugsource(s390-64) = 0.13-20.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x Wrote: /builddir/build/RPMS/perl-re-engine-RE2-0.13-20.fc31.s390x.rpm Wrote: /builddir/build/RPMS/perl-re-engine-RE2-debugsource-0.13-20.fc31.s390x.rpm Wrote: /builddir/build/RPMS/perl-re-engine-RE2-debuginfo-0.13-20.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DBN2eo + umask 022 + cd /builddir/build/BUILD + cd re-engine-RE2-0.13 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-re-engine-RE2-0.13-20.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0