Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/symfpu.spec'], chrootPath='/var/lib/mock/f30-build-16542959-1187886/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 i686 --nodeps /builddir/build/SPECS/symfpu.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: i686 Building for target i686 Wrote: /builddir/build/SRPMS/symfpu-0-0.4.20190517gitc3acaf6.fc30.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/symfpu.spec'], chrootPath='/var/lib/mock/f30-build-16542959-1187886/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 i686 --nodeps /builddir/build/SPECS/symfpu.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: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.47cBkk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + /usr/bin/gzip -dc /builddir/build/SOURCES/symfpu-c3acaf6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/symfpu-shared.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + sed -e 's/ -Wall -W//' -e 's/ -msse2 -mfpmath=sse//' -e 's|-mfma -mno-fma4|-I. -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-strict-aliasing -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' -i flags + ln -s .. applications/symfpu + ln -s .. baseTypes/symfpu + ln -s .. core/symfpu + ln -s .. utils/symfpu + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qyYmMt + umask 022 + cd /builddir/build/BUILD + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + make make -C applications/ make[1]: Entering directory '/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60/applications' g++ -std=gnu++11 -frounding-math -fsignaling-nans -ffp-contract=off -pedantic -I. -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-strict-aliasing -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I../../ -c test.cpp -o test.o BUILDSTDERR: test.cpp: In function 'FILE* startOutputC(const char*, const char*, uint64_t)': BUILDSTDERR: test.cpp:218:91: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] BUILDSTDERR: 218 | fprintf(out, "// Test case created by symfpu for operation %s, rounding mode %s, test %lx\n\n", name, roundingMode, testNumber); BUILDSTDERR: | ~~^ ~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | long unsigned int uint64_t {aka long long unsigned int} BUILDSTDERR: | %llx make[1]: Leaving directory '/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60/applications' make -C baseTypes/ make[1]: Entering directory '/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60/baseTypes' g++ -std=gnu++11 -frounding-math -fsignaling-nans -ffp-contract=off -pedantic -I. -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-strict-aliasing -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I../../ -fPIC -c simpleExecutable.cpp -o simpleExecutable.o make[1]: Leaving directory '/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60/baseTypes' g++ -std=gnu++11 -frounding-math -fsignaling-nans -ffp-contract=off -pedantic -I. -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-strict-aliasing -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared baseTypes/simpleExecutable.o -Wl,-h,libsymfpu.so.0 -o libsymfpu.so.0.0.0 ln -s libsymfpu.so.0.0.0 libsymfpu.so.0 ln -s libsymfpu.so.0 libsymfpu.so g++ -std=gnu++11 -frounding-math -fsignaling-nans -ffp-contract=off -pedantic -I. -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-strict-aliasing -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld applications/test.o -o test -L. -lsymfpu + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Qc7LQS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib + cp -p libsymfpu.so.0.0.0 /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib + ln -s libsymfpu.so.0.0.0 /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib/libsymfpu.so.0 + ln -s libsymfpu.so.0 /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib/libsymfpu.so + mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/baseTypes + mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/core + mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/utils + cp -p baseTypes/cprover_bvt.h baseTypes/cprover_common.h baseTypes/cprover_exprt.h baseTypes/cvc4_literal.h baseTypes/cvc4_symbolic.h baseTypes/shared.h baseTypes/simpleExecutable.h /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/baseTypes + cp -p core/add.h core/classify.h core/compare.h core/convert.h core/divide.h core/fma.h core/ite.h core/multiply.h core/operations.h core/packing.h core/remainder.h core/rounder.h core/sign.h core/sqrt.h core/unpackedFloat.h /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/core + cp -p utils/common.h utils/numberOfRoundingModes.h utils/properties.h /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/include/symfpu/utils + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0-0.4.20190517gitc3acaf6.fc30 --unique-debug-suffix -0-0.4.20190517gitc3acaf6.fc30.i386 --unique-debug-src-base symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib/libsymfpu.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/lib/libsymfpu.so.0.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 50 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.bEnwIi + umask 022 + cd /builddir/build/BUILD + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + export LD_LIBRARY_PATH=/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + LD_LIBRARY_PATH=/builddir/build/BUILD/symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + ./test --allTests Running test for unpackPack : ................................................................................................................................................................................................................................................................ Running test for negate : ................................................................................................................................................................................................................................................................ Running test for absolute : ................................................................................................................................................................................................................................................................ Running test for isNormal : ................................................................................................................................................................................................................................................................ Running test for isSubnormal : ................................................................................................................................................................................................................................................................ Running test for isZero : ................................................................................................................................................................................................................................................................ Running test for isInfinite : ................................................................................................................................................................................................................................................................ Running test for isNaN : ................................................................................................................................................................................................................................................................ Running test for isPositive : ................................................................................................................................................................................................................................................................ Running test for isNegative : ................................................................................................................................................................................................................................................................ Running test for SMT-LIB_equal : ................................................................................................................................................................................................................................................................ Running test for IEE754_equal : ................................................................................................................................................................................................................................................................ Running test for less_than : ................................................................................................................................................................................................................................................................ Running test for less_than_or_equal : ................................................................................................................................................................................................................................................................ Running test for multiply RNE : ................................................................................................................................................................................................................................................................ Running test for add RNE : ................................................................................................................................................................................................................................................................ Running test for subtract RNE : ................................................................................................................................................................................................................................................................ Running test for divide RNE : ................................................................................................................................................................................................................................................................ Running test for max : .vector[1 -> (1,0)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[2 -> (0,1)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[5457 -> (125,0)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[5458 -> (124,1)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[10913 -> (1,124)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[10914 -> (0,125)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[16369 -> (125,124)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[16370 -> (124,125)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 ............................................................................................................................................................................................................................................................... Running test for min : .vector[1 -> (1,0)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[2 -> (0,1)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[5457 -> (125,0)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[5458 -> (124,1)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[10913 -> (1,124)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[10914 -> (0,125)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 vector[16369 -> (125,124)] input1 = 0x80000000, input2 = 0x0, computed = 0x0, real = 0x80000000 vector[16370 -> (124,125)] input1 = 0x0, input2 = 0x80000000, computed = 0x80000000, real = 0x0 ............................................................................................................................................................................................................................................................... Running test for sqrt RNE : ................................................................................................................................................................................................................................................................ Running test for round_to_integral RNE : ................................................................................................................................................................................................................................................................ Running test for fma RNE : ................................................................................................................................................................................................................................................................ Running test for remainder : ................................................................................................................................................................................................................................................................ + exit 0 Processing files: symfpu-0-0.4.20190517gitc3acaf6.fc30.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Kc6VpE + umask 022 + cd /builddir/build/BUILD + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + DOCDIR=/builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/doc/symfpu + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/doc/symfpu + cp -pr README.md /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/doc/symfpu + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.93VV8Z + umask 022 + cd /builddir/build/BUILD + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + LICENSEDIR=/builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/licenses/symfpu + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/licenses/symfpu + cp -pr LICENSE /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386/usr/share/licenses/symfpu + exit 0 Provides: libsymfpu.so.0 symfpu = 0-0.4.20190517gitc3acaf6.fc30 symfpu(x86-32) = 0-0.4.20190517gitc3acaf6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: symfpu-devel-0-0.4.20190517gitc3acaf6.fc30.i686 Provides: symfpu-devel = 0-0.4.20190517gitc3acaf6.fc30 symfpu-devel(x86-32) = 0-0.4.20190517gitc3acaf6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libsymfpu.so.0 Processing files: symfpu-debugsource-0-0.4.20190517gitc3acaf6.fc30.i686 Provides: symfpu-debugsource = 0-0.4.20190517gitc3acaf6.fc30 symfpu-debugsource(x86-32) = 0-0.4.20190517gitc3acaf6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: symfpu-debuginfo-0-0.4.20190517gitc3acaf6.fc30.i686 Provides: debuginfo(build-id) = 8d4eef6047c2c50b898b2c5056bb9221877873cc symfpu-debuginfo = 0-0.4.20190517gitc3acaf6.fc30 symfpu-debuginfo(x86-32) = 0-0.4.20190517gitc3acaf6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: symfpu-debugsource(x86-32) = 0-0.4.20190517gitc3acaf6.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 Wrote: /builddir/build/RPMS/symfpu-0-0.4.20190517gitc3acaf6.fc30.i686.rpm Wrote: /builddir/build/RPMS/symfpu-devel-0-0.4.20190517gitc3acaf6.fc30.i686.rpm Wrote: /builddir/build/RPMS/symfpu-debugsource-0-0.4.20190517gitc3acaf6.fc30.i686.rpm Wrote: /builddir/build/RPMS/symfpu-debuginfo-0-0.4.20190517gitc3acaf6.fc30.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bvc9km + umask 022 + cd /builddir/build/BUILD + cd symfpu-c3acaf62b137c36aae5eb380f1d883bfa9095f60 + /usr/bin/rm -rf /builddir/build/BUILDROOT/symfpu-0-0.4.20190517gitc3acaf6.fc30.i386 + exit 0 Child return code was: 0