Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/elph.spec'], chrootPath='/var/lib/mock/f34-build-25317071-2873706/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/elph.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=1611619200 Wrote: /builddir/build/SRPMS/elph-1.0.1-26.fc34.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/elph.spec'], chrootPath='/var/lib/mock/f34-build-25317071-2873706/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/elph.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=1611619200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.q4DxLJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ELPH + /usr/bin/gzip -dc /builddir/build/SOURCES/ELPH-1.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ELPH + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (elph-chris.patch): + echo 'Patch #0 (elph-chris.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .chris --fuzz=0 patching file sources/elph.cc patching file sources/GBase.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HVMfvB + umask 022 + cd /builddir/build/BUILD + cd ELPH + make -C sources -j3 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT' make: Entering directory '/builddir/build/BUILD/ELPH/sources' g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT -c elph.cc -o elph.o g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT -c motif.cc -o motif.o g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT -c GBase.cpp -o GBase.o GBase.cpp: In function 'int strhash(const char*)': GBase.cpp:211:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 211 | register int h=0; | ^ GBase.cpp:212:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 212 | register int g; | ^ In file included from elph.cc:5: GString.h:128:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 128 | GString& trim(char* c=" \t\n\r"); | ^~~~~~~~~ GString.h:129:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 129 | GString& trimR(char* c=" \t\n\r"); //trim only right end | ^~~~~~~~~ GString.h:131:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 131 | GString& trimL(char* c=" \t\n\r"); //trim only left end | ^~~~~~~~~ GString.h:136:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 136 | size_t read(FILE* stream, char* delimiter="\n", size_t bufsize=4096); | ^~~~ elph.cc: In function 'int main(int, char**)': elph.cc:81:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 81 | GArgs args(argc, argv, "ho:abreglvdzxt:p:s:m:n:LEN=ITERNO=MAXLOOP=SGFNO="); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ motif.cc: In member function 'double Motif::findMotif(int, int, int, int, int)': motif.cc:2876:14: warning: variable 'prevProb' set but not used [-Wunused-but-set-variable] 2876 | double prevProb=0; | ^~~~~~~~ motif.cc:2878:14: warning: variable 'locMaxInfo' set but not used [-Wunused-but-set-variable] 2878 | double locMaxInfo=0; | ^~~~~~~~~~ g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT -c GString.cpp -o GString.o elph.cc: In function 'seqType Process_Options(GArgs*)': elph.cc:178:12: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 178 | scanf("%d",&motiflen); | ~~~~~^~~~~~~~~~~~~~~~ motif.cc: In constructor 'Motif::Motif(const char*, FILE*, seqType, const char*, const char*, int, int, int, int, int)': motif.cc:908:16: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 908 | fgets(line,5000,M); | ~~~~~^~~~~~~~~~~~~ In file included from GString.cpp:2: GString.h:128:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 128 | GString& trim(char* c=" \t\n\r"); | ^~~~~~~~~ GString.h:129:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 129 | GString& trimR(char* c=" \t\n\r"); //trim only right end | ^~~~~~~~~ GString.h:131:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 131 | GString& trimL(char* c=" \t\n\r"); //trim only left end | ^~~~~~~~~ GString.h:136:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 136 | size_t read(FILE* stream, char* delimiter="\n", size_t bufsize=4096); | ^~~~ GString.cpp: In member function 'GString& GString::trim(char)': GString.cpp:367:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 367 | register int istart; | ^~~~~~ GString.cpp:368:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 368 | register int iend; | ^~~~ GString.cpp: In member function 'GString& GString::trim(char*)': GString.cpp:387:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 387 | register int istart; | ^~~~~~ GString.cpp:388:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 388 | register int iend; | ^~~~ GString.cpp: In member function 'GString& GString::trimR(char)': GString.cpp:408:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 408 | register int iend; | ^~~~ GString.cpp: In member function 'GString& GString::trimR(char*)': GString.cpp:426:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 426 | register int iend; | ^~~~ GString.cpp: In member function 'GString& GString::trimL(char)': GString.cpp:443:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 443 | register int istart; | ^~~~~~ GString.cpp: In member function 'GString& GString::trimL(char*)': GString.cpp:460:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 460 | register int istart; | ^~~~~~ GString.cpp: In member function 'bool GString::is_space() const': GString.cpp:601:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 601 | for (register const char *p = chars(); *p; p++) | ^ GString.cpp: In member function 'GString& GString::upper()': GString.cpp:892:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 892 | for (register char *p = chrs(); *p; p++) | ^ GString.cpp: In member function 'GString& GString::lower()': GString.cpp:903:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 903 | for (register char *p = chrs(); *p; p++) | ^ elph.cc: In function 'main': elph.cc:134:30: warning: 'info' may be used uninitialized [-Wmaybe-uninitialized] 134 | globAlignProb=M->optimize(globAlignProb,info,closest); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -fno-rtti -D_REENTRANT -c GArgs.cpp -o GArgs.o motif.cc: In member function 'Motif::findMDet(int)': motif.cc:1222:9: warning: 'maxinfo' may be used uninitialized in this function [-Wmaybe-uninitialized] 1222 | diff=maxinfo-optinfo; | ~~~~^~~~~~~~~~~~~~~~ motif.cc: In member function 'Motif::Motif(char const*, _IO_FILE*, seqType, char const*, char const*, int, int, int, int, int)': motif.cc:1045:29: warning: 'info' may be used uninitialized [-Wmaybe-uninitialized] 1045 | globAlignProb=optimize(globAlignProb,info,0); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ g++ -o elph elph.o motif.o GBase.o GString.o GArgs.o motif.cc: In member function 'twofilesignif.constprop': motif.cc:1063:29: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 1063 | fkseq = new char*[B->noseq]; | ^ motif.cc:1063:29: note: in a call to built-in allocation function 'operator new []' motif.cc:1064:32: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 1064 | motiffreq = new int*[B->noseq]; | ^ motif.cc:1064:32: note: in a call to built-in allocation function 'operator new []' motif.cc: In member function 'initData.isra': motif.cc:122:42: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 122 | p4[i1][i2][i3][i4]=new int[size]; | ^ motif.cc:122:42: note: in a call to built-in allocation function 'operator new []' motif.cc:117:36: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 117 | p3[i1][i2][i3]=new int[size]; | ^ motif.cc:117:36: note: in a call to built-in allocation function 'operator new []' motif.cc:111:30: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 111 | p2[i1][i2]=new int[size]; | ^ motif.cc:111:30: note: in a call to built-in allocation function 'operator new []' motif.cc:104:25: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 104 | p[i1] = new int[size]; | ^ motif.cc:104:25: note: in a call to built-in allocation function 'operator new []' In member function '__ct ', inlined from 'main' at elph.cc:109:42: motif.cc:1145:32: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 1145 | MCount[i] = new int[B->size]; | ^ motif.cc: In function 'main': motif.cc:1145:32: note: in a call to built-in allocation function 'operator new []' In member function 'runforsignif', inlined from 'main' at elph.cc:139:22: motif.cc:481:31: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 481 | posfreqlen= new int[B->noseq]; | ^ motif.cc: In function 'main': motif.cc:481:31: note: in a call to built-in allocation function 'operator new []' In member function '__ct ', inlined from 'main' at elph.cc:109:42: motif.cc:1128:25: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 1128 | Align=new int[B->noseq]; | ^ motif.cc: In function 'main': motif.cc:1128:25: note: in a call to built-in allocation function 'operator new []' In member function '__ct ', inlined from 'main' at elph.cc:119:43: motif.cc:254:32: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 254 | MCount[i] = new int[B->size]; | ^ motif.cc: In function 'main': motif.cc:254:32: note: in a call to built-in allocation function 'operator new []' make: Leaving directory '/builddir/build/BUILD/ELPH/sources' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.STPgDO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x ++ dirname /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x + cd ELPH + rm -rf /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x + mkdir -p /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/bin + install -m 755 sources/elph /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x//usr/bin + /usr/lib/rpm/find-debuginfo.sh -j3 --strict-build-id -m -i --build-id-seed 1.0.1-26.fc34 --unique-debug-suffix -1.0.1-26.fc34.s390x --unique-debug-src-base elph-1.0.1-26.fc34.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ELPH explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/bin/elph extracting debug info from /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/bin/elph original debug info size: 280kB, size after compression: 240kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 299 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tigoRY + umask 022 + cd /builddir/build/BUILD + cd ELPH + RPM_EC=0 ++ jobs -p + exit 0 Processing files: elph-1.0.1-26.fc34.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GH8xpy + umask 022 + cd /builddir/build/BUILD + cd ELPH + DOCDIR=/builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + cp -pr COPYRIGHT /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + cp -pr LICENSE /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + cp -pr README /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + cp -pr Readme.ELPH /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + cp -pr VERSION /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x/usr/share/doc/elph + RPM_EC=0 ++ jobs -p + exit 0 Provides: elph = 1.0.1-26.fc34 elph(s390-64) = 1.0.1-26.fc34 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.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2)(64bit) libm.so.6(GLIBC_2.29)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: elph-debugsource-1.0.1-26.fc34.s390x Provides: elph-debugsource = 1.0.1-26.fc34 elph-debugsource(s390-64) = 1.0.1-26.fc34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: elph-debuginfo-1.0.1-26.fc34.s390x Provides: debuginfo(build-id) = be8ad361ba4ed1501d28ce58830a3c2399223378 elph-debuginfo = 1.0.1-26.fc34 elph-debuginfo(s390-64) = 1.0.1-26.fc34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: elph-debugsource(s390-64) = 1.0.1-26.fc34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x Wrote: /builddir/build/RPMS/elph-debugsource-1.0.1-26.fc34.s390x.rpm Wrote: /builddir/build/RPMS/elph-1.0.1-26.fc34.s390x.rpm Wrote: /builddir/build/RPMS/elph-debuginfo-1.0.1-26.fc34.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MPeRMD + umask 022 + cd /builddir/build/BUILD + cd ELPH + /usr/bin/rm -rf /builddir/build/BUILDROOT/elph-1.0.1-26.fc34.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0