Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/NearTree.spec'], chrootPath='/var/lib/mock/f31-build-49232-27243/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/NearTree.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548892800 Wrote: /builddir/build/SRPMS/NearTree-5.1.1-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/NearTree.spec'], chrootPath='/var/lib/mock/f31-build-49232-27243/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': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/NearTree.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sy3YCb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf NearTree-5.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/NearTree-5.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd NearTree-5.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (NearTree-5.1.1-fedora.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fedora --fuzz=0 + echo 'Patch #1 (NearTree-5.1.1-lib64.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .lib64 --fuzz=0 + mv README_NearTree.txt README_NearTree.txt.orig + tr -d '\r' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (NearTree-5.1.1-fedora.patch): patching file Makefile Patch #1 (NearTree-5.1.1-lib64.patch): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OYQJEc + umask 022 + cd /builddir/build/BUILD + cd NearTree-5.1.1 + make all 'CFLAGS=-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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' -j4 BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeGetDimEstimate': BUILDSTDERR: ./CNearTree.c:1183:13: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1183 | int bResult; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./CNearTree.c:1182:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1182 | double dummy; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTree.c:1175:16: warning: variable 'probe_index' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1175 | size_t probe_index; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeNodeInsert': BUILDSTDERR: ./CNearTree.c:1586:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1586 | const void CNEARTREE_FAR * obj; BUILDSTDERR: | ^~~ BUILDSTDERR: ./CNearTree.c:1581:16: warning: variable 'dTempLeftRight' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1581 | double dTempLeftRight = 0; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeNodeInsert_Flip': BUILDSTDERR: ./CNearTree.c:1711:36: warning: variable 'obj' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1711 | const void CNEARTREE_FAR * obj; BUILDSTDERR: | ^~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeCompleteDelayedInsert': BUILDSTDERR: ./CNearTree.c:1982:16: warning: variable 'dummyrand' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1982 | double dummyrand; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeFindKNearest_Annular': BUILDSTDERR: ./CNearTree.c:3717:13: warning: variable 'l2lazy' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3717 | int l2lazy; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTree.c:3712:16: warning: variable 'drat' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3712 | double drat; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeFindKNearest_Sphere': BUILDSTDERR: ./CNearTree.c:3851:20: warning: unused variable 'index' [-Wunused-variable] BUILDSTDERR: 3851 | size_t ii, index; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTree.c:3851:16: warning: unused variable 'ii' [-Wunused-variable] BUILDSTDERR: 3851 | size_t ii, index; BUILDSTDERR: | ^~ BUILDSTDERR: ./CNearTree.c:3849:30: warning: unused variable 'xobj' [-Wunused-variable] BUILDSTDERR: 3849 | void CNEARTREE_FAR * xobj; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTree.c:3848:30: warning: unused variable 'xcoord' [-Wunused-variable] BUILDSTDERR: 3848 | void CNEARTREE_FAR * xcoord; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTree.c:3847:23: warning: variable 'objs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3847 | CVectorHandle objs; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTree.c: In function 'CNearTreeFindKNearInAnnulus': BUILDSTDERR: ./CNearTree.c:4035:20: warning: unused variable 'index' [-Wunused-variable] BUILDSTDERR: 4035 | size_t ii, index, size; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTree.c:4035:16: warning: unused variable 'ii' [-Wunused-variable] BUILDSTDERR: 4035 | size_t ii, index, size; BUILDSTDERR: | ^~ BUILDSTDERR: ./CNearTree.c:4033:30: warning: unused variable 'xobj' [-Wunused-variable] BUILDSTDERR: 4033 | void CNEARTREE_FAR * xobj; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTree.c:4032:30: warning: unused variable 'xcoord' [-Wunused-variable] BUILDSTDERR: 4032 | void CNEARTREE_FAR * xcoord; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTree.c:4031:30: warning: unused variable 'xdist' [-Wunused-variable] BUILDSTDERR: 4031 | void CNEARTREE_FAR * xdist; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTree.c:4030:23: warning: variable 'objs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 4030 | CVectorHandle objs; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTree.c:4025:26: warning: variable 'dTarget' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 4025 | double dDR, dDL, dTarget, dist, drat; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./CNearTreeTest.cpp: In function 'void testLloyd_N()': BUILDSTDERR: ./CNearTreeTest.cpp:4329:15: warning: unused variable 'i19191' [-Wunused-variable] BUILDSTDERR: 4329 | const int i19191 = 19191; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from ./CNearTreeTest.cpp:60: BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3136:72: required from here BUILDSTDERR: ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 2614 | if (numrad < cneartree_dimsamples) { BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::LeftFindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3153:72: required from here BUILDSTDERR: ./TNear.h:3052:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 3052 | if (numrad < cneartree_dimsamples) { BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, std::vector&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3172:72: required from here BUILDSTDERR: ./TNear.h:2752:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 2752 | if (numrad < cneartree_dimsamples) { BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::LeftFindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, std::vector&, const T&) [with OutputContainerType = CNearTree; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3192:72: required from here BUILDSTDERR: ./TNear.h:3190:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 3190 | if (numrad < cneartree_dimsamples) { BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = std::vector >; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3361:72: required from here BUILDSTDERR: ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: 2614 | if (numrad < cneartree_dimsamples) { BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = std::__cxx11::list; T = int; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3378:72: required from here BUILDSTDERR: ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] BUILDSTDERR: ./TNear.h: In instantiation of 'long int CNearTree::FindK_NearestNeighbors(size_t, const DistanceType&, OutputContainerType&, const T&) [with OutputContainerType = CNearTree; T = vec17; DistanceType = double; int distMinValue = -1; size_t = long unsigned int]': BUILDSTDERR: ./CNearTreeTest.cpp:3398:97: required from here BUILDSTDERR: ./TNear.h:2614:28: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] mkdir ./lib64 mkdir ./bin libtool --mode=compile gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c libtool --mode=link g++ -no-undefined -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool --mode=link g++ -no-undefined -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -lm \ -o bin/CPPNearTreeTest libtool: compile: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c -fPIC -DPIC -o .libs/CNearTree.o libtool: link: g++ -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool: link: g++ -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.cpp ./v.cpp -o bin/CPPNearTreeTest -lm libtool: compile: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -c -c ./CNearTree.c -o CNearTree.o >/dev/null 2>&1 libtool --mode=link gcc -version-info 7:0:0 -no-undefined -rpath /usr/local/lib64 -o ./lib64/libCNearTree.la CNearTree.lo -I. \ -lCVector -lm libtool: link: gcc -shared -fPIC -DPIC .libs/CNearTree.o -lCVector -lm -Wl,-soname -Wl,libCNearTree.so.7 -o ./lib64/.libs/libCNearTree.so.7.0.0 libtool: link: (cd "./lib64/.libs" && rm -f "libCNearTree.so.7" && ln -s "libCNearTree.so.7.0.0" "libCNearTree.so.7") libtool: link: (cd "./lib64/.libs" && rm -f "libCNearTree.so" && ln -s "libCNearTree.so.7.0.0" "libCNearTree.so") libtool: link: ar cru ./lib64/.libs/libCNearTree.a CNearTree.o libtool: link: ranlib ./lib64/.libs/libCNearTree.a libtool: link: ( cd "./lib64/.libs" && rm -f "libCNearTree.la" && ln -s "../libCNearTree.la" "libCNearTree.la" ) BUILDSTDERR: libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main../CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c -o bin/.libs/CNearTreeTestInst ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c -o bin/.libs/CNearTreeTest ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c -o bin/.libs/CMain ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ldoDl8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 + cd NearTree-5.1.1 + make install 'CFLAGS=-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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1' INSTALL_PREFIX=/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr BUILDSTDERR: ./CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ libtool --mode=link g++ -no-undefined -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -lm \ -o bin/CPPMain libtool: link: g++ -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.cpp ./v.cpp -o bin/CPPMain -lm libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CMain libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./main.c -o bin/.libs/CMain ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTest libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. ./CNearTreeTest.c -o bin/.libs/CNearTreeTest ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c ./lib64/libCNearTree.la -lCVector -lm \ -o bin/CNearTreeTestInst libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I. -DCNEARTREE_INSTRUMENTED ./CNearTreeTest.c -o bin/.libs/CNearTreeTestInst ./lib64/.libs/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/usr/local/lib64 mkdir -p /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr mkdir -p /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 mkdir -p /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include libtool --mode=install cp ./lib64/libCNearTree.la /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la BUILDSTDERR: libtool: install: cp ./lib64/.libs/libCNearTree.so.7.0.0 /buildlibtool: warning: remember to run 'libtool --finish /usr/local/lib64' BUILDSTDERR: cp: cannot stat '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/TNear.h': No such file or directory BUILDSTDERR: make: [Makefile:236: install] Error 1 (ignored) BUILDSTDERR: cp: cannot stat '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/CNearTree.h': No such file or directory BUILDSTDERR: make: [Makefile:237: install] Error 1 (ignored) BUILDSTDERR: libtool: warning: library '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la' was moved. BUILDSTDERR: libtool: warning: library '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la' was moved. BUILDSTDERR: ./CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ dir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.so.7.0.0 libtool: install: (cd /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 && { ln -s -f libCNearTree.so.7.0.0 libCNearTree.so.7 || { rm -f libCNearTree.so.7 && ln -s libCNearTree.so.7.0.0 libCNearTree.so.7; }; }) libtool: install: (cd /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 && { ln -s -f libCNearTree.so.7.0.0 libCNearTree.so || { rm -f libCNearTree.so && ln -s libCNearTree.so.7.0.0 libCNearTree.so; }; }) libtool: install: cp ./lib64/.libs/libCNearTree.lai /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la libtool: install: cp ./lib64/.libs/libCNearTree.a /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.a libtool: install: chmod 644 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.a libtool: install: ranlib /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.a libtool --mode=finish /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la cp /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/TNear.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/TNear_old.h cp /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/CNearTree.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/CNearTree_old.h cp ./TNear.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/TNear.h cp ./rhrand.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/rhrand.h cp ./triple.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/triple.h cp ./CNearTree.h /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/CNearTree.h chmod 644 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/TNear.h chmod 644 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/CNearTree.h chmod 644 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/rhrand.h chmod 644 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include/triple.h echo "Testing final install static" Testing final install static libtool --mode=link gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -static-libtool-libs -I/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include -I. ./CNearTreeTest.c \ -L/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_static libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -I/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include -I. ./CNearTreeTest.c -o ./bin/CNearTreeTest_static -L/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.a -lCVector -lm ./bin/CNearTreeTest_static testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree echo "Testing final install dynamic" Testing final install dynamic BUILDSTDERR: libtool --mode=link gcc -no-undefined -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 -libtool: warning: library '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la' was moved. BUILDSTDERR: libtool: warning: library '/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.la' was moved. BUILDSTDERR: ./CNearTreeTest.c: In function 'testEmptyTree': BUILDSTDERR: ./CNearTreeTest.c:163:25: warning: variable 'nFar' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | int CNEARTREE_FAR * nFar; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./CNearTreeTest.c:161:25: warning: variable 'close' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 161 | int CNEARTREE_FAR * close; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testFindLastObject': BUILDSTDERR: ./CNearTreeTest.c:508:12: warning: variable 'fFinal' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 508 | double fFinal; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./CNearTreeTest.c: In function 'testBigVector': BUILDSTDERR: ./CNearTreeTest.c:1337:28: warning: variable 'vExtreme' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1337 | double CNEARTREE_FAR * vExtreme; BUILDSTDERR: | ^~~~~~~~ + find /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 -name '*.la' -delete + find /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 -name '*.a' -delete + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 5.1.1-3.fc31 --unique-debug-suffix -5.1.1-3.fc31.riscv64 --unique-debug-src-base NearTree-5.1.1-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/NearTree-5.1.1 BUILDSTDERR: 559 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 specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -rdynamic -I/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include -I. ./CNearTreeTest.c \ -L/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 -lCNearTree -lCVector -lm -o ./bin/CNearTreeTest_dynamic libtool: link: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -rdynamic -I/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/include -I. ./CNearTreeTest.c -o ./bin/CNearTreeTest_dynamic -L/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.so -lCVector -lm -Wl,-rpath -Wl,/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 -Wl,-rpath -Wl,/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64 ./bin/CNearTreeTest_dynamic testFindFirstObject testFindLastObject testFindInSphereFromBottom testFindInSphereFromTop testFindOutSphere testFindInAnnulus testRandomTree1 testBackwardForward testBigVector testDelayedInsertion testKNearFar test4Sphere testStrings No errors were detected while testing CNearTree explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.so.7.0.0 extracting debug info from /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/lib64/libCNearTree.so.7.0.0 original debug info size: 216kB, size after compression: 216kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.19g5ka Processing files: NearTree-5.1.1-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kC5Jq8 + umask 022 + cd /builddir/build/BUILD + cd NearTree-5.1.1 + DOCDIR=/builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/share/doc/NearTree + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/share/doc/NearTree + cp -pr README_NearTree.html /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/share/doc/NearTree + cp -pr README_NearTree.txt /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/share/doc/NearTree + cp -pr lgpl.txt /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64/usr/share/doc/NearTree + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: NearTree = 5.1.1-3.fc31 NearTree(riscv-64) = 5.1.1-3.fc31 libCNearTree.so.7()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libCVector-1.0.3.so.2()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: NearTree-devel-5.1.1-3.fc31.riscv64 Provides: NearTree-devel = 5.1.1-3.fc31 NearTree-devel(riscv-64) = 5.1.1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libCNearTree.so.7()(64bit) Processing files: NearTree-debugsource-5.1.1-3.fc31.riscv64 Provides: NearTree-debugsource = 5.1.1-3.fc31 NearTree-debugsource(riscv-64) = 5.1.1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: NearTree-debuginfo-5.1.1-3.fc31.riscv64 Provides: NearTree-debuginfo = 5.1.1-3.fc31 NearTree-debuginfo(riscv-64) = 5.1.1-3.fc31 debuginfo(build-id) = 34288338aa183ab7f932cb74e5afbe59c05251dd Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: NearTree-debugsource(riscv-64) = 5.1.1-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 Wrote: /builddir/build/RPMS/NearTree-debuginfo-5.1.1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/NearTree-5.1.1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/NearTree-debugsource-5.1.1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/NearTree-devel-5.1.1-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SyFbtb + umask 022 + cd /builddir/build/BUILD + cd NearTree-5.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/NearTree-5.1.1-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0