Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/DSDP.spec'], chrootPath='/var/lib/mock/f31-build-16963780-1222942/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 ppc64le --nodeps /builddir/build/SPECS/DSDP.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: ppc64le Building for target ppc64le setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/DSDP-5.8-22.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/DSDP.spec'], chrootPath='/var/lib/mock/f31-build-16963780-1222942/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 ppc64le --nodeps /builddir/build/SPECS/DSDP.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: ppc64le Building for target ppc64le setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oUVUNK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DSDP5.8 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/DSDP5.8.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd DSDP5.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd DSDP5.8 + /usr/bin/xz -dc /builddir/build/SOURCES/DSDP-man.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (DSDP-overflow.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + sed -e 's|@RPM_OPT_FLAGS@|-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 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection|' -e 's|@RPM_LD_FLAGS@|-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' -e 's|@libdir@|/usr/lib64|' -e 's|@version@|5.8|' /builddir/build/SOURCES/DSDP.Makefile + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (DSDP-overflow.patch): patching file examples/readsdpa.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Qwb33L + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + make -j12 BUILDSTDERR: src/solver/dsdpsetoptions.c: In function 'DSDPReadOptions': BUILDSTDERR: src/solver/dsdpsetoptions.c:147:9: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 147 | int i,info,line=0; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/solver/dsdpsetoptions.c:161:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 161 | fgets(thisline,BUFFERSIZ,fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/solver/dsdpschurmat.h:9, BUILDSTDERR: from src/solver/dsdpschurmat.c:2: BUILDSTDERR: src/solver/dsdpschurmat.c: In function 'DSDPApplySMW': BUILDSTDERR: src/solver/dsdpschurmat.c:506:33: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 506 | info=DSDPVecAddR(rhs3,rssr*0.1);DSDPCHKERR(info); BUILDSTDERR: | ~~~~^~~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/solver/dsdpschurmat.c: In function 'DSDPFixedVariablesNorm': BUILDSTDERR: src/solver/dsdpschurmat.c:553:35: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 553 | info=DSDPVecAddElement(y,jj,vv*vv);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/solver/dsdpschurmat.c: In function 'DSDPComputeFixedYX': BUILDSTDERR: src/solver/dsdpschurmat.c:569:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 569 | info=DSDPVecAddC(berr,-vv*fv->fval[i]);DSDPCHKERR(info); BUILDSTDERR: | ~~~^~~~~~~~~~~~ BUILDSTDERR: src/solver/dsdpvec.h:37:51: note: in definition of macro 'DSDPVecAddC' BUILDSTDERR: 37 | #define DSDPVecAddC(a,b) 0;{ if(b){((a).val[0])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: In file included from src/solver/dsdpcone_impl.h:10, BUILDSTDERR: from src/solver/dsdprescone.c:1: BUILDSTDERR: src/solver/dsdprescone.c: In function 'DSDPRHS': BUILDSTDERR: src/solver/dsdprescone.c:48:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 48 | info=DSDPVecAddR(vrhs2,rr*sr);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/solver/dsdpschurmat.c: In function 'DSDPSetFixedVariables': BUILDSTDERR: src/solver/dsdpschurmat.c:696:10: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 696 | int i,info; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from include/dsdpsys.h:11, BUILDSTDERR: from include/dsdp5.h:9, BUILDSTDERR: from src/solver/dsdpsetoptions.c:1: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'DSDPReadOptions' at src/solver/dsdpsetoptions.c:164:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 39 bytes from a string of length 39 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'DSDPReadOptions' at src/solver/dsdpsetoptions.c:165:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 39 bytes from a string of length 39 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dualalg.o src/solver/dualalg.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dualimpl.o src/solver/dualimpl.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpcops.o src/solver/dsdpcops.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpschurmat.o src/solver/dsdpschurmat.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpcg.o src/solver/dsdpcg.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpconverge.o src/solver/dsdpconverge.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpsetup.o src/solver/dsdpsetup.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpcone.o src/solver/dsdpcone.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpsetoptions.o src/solver/dsdpsetoptions.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpsetdata.o src/solver/dsdpsetdata.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdprescone.o src/solver/dsdprescone.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpobjcone.o src/solver/dsdpobjcone.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpprintout.o src/solver/dsdpprintout.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpschurmatadd.o src/solver/dsdpschurmatadd.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/solver/dsdpx.o src/solver/dsdpx.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sdp/dsdpstep.o src/sdp/dsdpstep.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sdp/printsdpa.o src/sdp/printsdpa.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-In file included from src/solver/dsdpschurmat.h:9, BUILDSTDERR: from src/solver/dsdpschurmatadd.c:2: BUILDSTDERR: src/solver/dsdpschurmatadd.c: In function 'DSDPSchurMatAddRow': BUILDSTDERR: src/solver/dsdpschurmatadd.c:86:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 86 | info=DSDPVecAddR(rhs3,alpha*rr);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/solver/dsdpschurmatadd.c:98:42: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 98 | info=DSDPVecAddElement(rhs3,row,alpha*rr); DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/solver/dsdpx.c: In function 'DSDPComputeX': BUILDSTDERR: src/solver/dsdpx.c:57:76: warning: variable 'rpobjerr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 57 | double pobj=0,ppobj2=0,ddobj,tracexs=0,tracexs2=0,rpinfeas=0,rpinfeas2=0,rpobjerr=0; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/sdp/dsdpstep.c: In function 'ComputeStepROBUST': BUILDSTDERR: src/sdp/dsdpstep.c:283:10: warning: variable 'LDA' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 283 | int N, LDA, LWORK; BUILDSTDERR: | ^~~ BUILDSTDERR: src/sdp/sdpsss.c: In function 'CountNonzeros': BUILDSTDERR: src/sdp/sdpsss.c:59:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 59 | for (j=0;jn; BUILDSTDERR: | ^~~ BUILDSTDERR: src/vecmat/dlpack.c: In function 'DenseSymPSDNormF2': BUILDSTDERR: src/vecmat/dlpack.c:423:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 423 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dlpack.c: In function 'DSDPXMatPCreateWithData': BUILDSTDERR: src/vecmat/dlpack.c:587:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 587 | double dtmp; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dlpack.c: In function 'DvechmatGetRowAdd': BUILDSTDERR: src/vecmat/dlpack.c:717:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 717 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dlpack.c: In function 'DSDPGetDMat': BUILDSTDERR: src/vecmat/dlpack.c:939:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 939 | double dtmp; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/sdpvec.c: In function 'DSDPVecSetBasis': BUILDSTDERR: src/vecmat/sdpvec.c:138:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 138 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/sdpvec.c: In function 'DSDPVecWAXPY': BUILDSTDERR: src/vecmat/sdpvec.c:341:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 341 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DSDPGetEigs2': BUILDSTDERR: src/vecmat/dufull.c:163:23: warning: variable 'LDZ' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 163 | ffinteger N=n,LDA=n,LDZ=n,LWORK=nd,INFO=0; BUILDSTDERR: | ^~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DTRUMatSolve': BUILDSTDERR: src/vecmat/dufull.c:255:13: warning: variable 'ierr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 255 | ffinteger ierr,INFO=0,NRHS=1,LDA=A->LDA,LDB=A->LDA,N=A->n; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DSDPLAPACKSUDualMatCreate2P': BUILDSTDERR: src/vecmat/dufull.c:822:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 822 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DenseSymPSDNormF2': BUILDSTDERR: src/vecmat/dufull.c:855:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 855 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DSDPXMatUCreateWithData': BUILDSTDERR: src/vecmat/dufull.c:958:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 958 | double dtmp; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DvecumatGetRowAdd': BUILDSTDERR: src/vecmat/dufull.c:1075:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1075 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/vecmat/dufull.c: In function 'DSDPGetDUMat': BUILDSTDERR: src/vecmat/dufull.c:1302:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1302 | double dtmp; BUILDSTDERR: | ^~~~ BUILDSTDERR: At top level: BUILDSTDERR: src/vecmat/dufull.c:340:12: warning: 'DTRUMatView2' defined but not used [-Wunused-function] BUILDSTDERR: 340 | static int DTRUMatView2(void* AA){ BUILDSTDERR: | ^~~~~~~~~~~~ r/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/dlpack.o src/vecmat/dlpack.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/dufull.o src/vecmat/dufull.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpvec.o src/vecmat/sdpvec.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/identity.o src/vecmat/identity.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/spds.o src/vecmat/spds.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/zeromat.o src/vecmat/zeromat.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/onemat.o src/vecmat/onemat.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/diag.o src/vecmat/diag.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/rmmat.o src/vecmat/rmmat.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/cholmat.o src/vecmat/cholmat.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/cholmat2.o src/vecmat/cholmat2.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/dtrsm2.o src/vecmat/dtrsm2.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpmatx.o src/vecmat/sdpmatx.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpnfac.o src/vecmat/sdpnfac.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdporder.o src/vecmat/sdporder.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpalloc.o src/vecmat/sdpalloc.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpsymb.o src/vecmat/sdpsymb.c BUILDSTDERR: 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/inclusrc/sys/dsdploginfo.c: In function 'DSDPLogInfoAllow': BUILDSTDERR: src/sys/dsdploginfo.c:71:10: warning: variable 'ierr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 71 | char* ierr; BUILDSTDERR: | ^~~~ BUILDSTDERR: src/sys/dsdploginfo.c: In function 'DSDPLogFInfo': BUILDSTDERR: src/sys/dsdploginfo.c:115:15: warning: variable 'urank' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 115 | int urank; BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/bounds/dbounds.c: In function 'BConeComputeS': BUILDSTDERR: src/bounds/dbounds.c:90:12: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 90 | int i,ii,info; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/solver/dsdpcone_impl.h:10, BUILDSTDERR: from src/bounds/dbounds.c:1: BUILDSTDERR: src/bounds/dbounds.c: In function 'BConeHessian': BUILDSTDERR: src/bounds/dbounds.c:136:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 136 | info=DSDPVecAddC(vrhs2,mu*cs);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:37:51: note: in definition of macro 'DSDPVecAddC' BUILDSTDERR: 37 | #define DSDPVecAddC(a,b) 0;{ if(b){((a).val[0])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:137:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 137 | info=DSDPVecAddC(DD,mu*cs*cs);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:37:51: note: in definition of macro 'DSDPVecAddC' BUILDSTDERR: 37 | #define DSDPVecAddC(a,b) 0;{ if(b){((a).val[0])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:142:41: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 142 | info=DSDPVecAddElement(vrhs2,ii,mu*as);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:143:41: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 143 | info=DSDPVecAddElement(DD,ii,mu*as*as);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:146:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 146 | info=DSDPVecAddR(vrhs2,mu*rs);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:147:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 147 | info=DSDPVecAddR(DD,mu*rs*rs);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c: In function 'BConeRHS': BUILDSTDERR: src/bounds/dbounds.c:181:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 181 | info=DSDPVecAddC(vrhs2,mu*cs);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:37:51: note: in definition of macro 'DSDPVecAddC' BUILDSTDERR: 37 | #define DSDPVecAddC(a,b) 0;{ if(b){((a).val[0])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:184:41: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 184 | info=DSDPVecAddElement(vrhs2,ii,mu*as);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:187:32: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 187 | info=DSDPVecAddR(vrhs2,mu*rs);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c: In function 'BConeX': BUILDSTDERR: src/bounds/dbounds.c:281:37: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 281 | info=DSDPVecAddElement(AX,ii,dau*xx);DSDPCHKERR(info); BUILDSTDERR: | ~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c: In function 'LPANorm2': BUILDSTDERR: src/bounds/dbounds.c:374:34: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 374 | info=DSDPVecAddR(ANorm,bcone->r*bcone->nn); BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/dbounds.c:366:12: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 366 | int i,ii,info; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/solver/dsdpcone_impl.h:10, BUILDSTDERR: from src/bounds/allbounds.c:1: BUILDSTDERR: src/bounds/allbounds.c: In function 'LUBoundsHessian': BUILDSTDERR: src/bounds/allbounds.c:134:38: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 134 | info=DSDPVecAddElement(vrhs2,i,dd*as);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/allbounds.c:139:31: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 139 | info=DSDPVecAddR(vrhs2,r0*mu*rs);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/allbounds.c:100:18: warning: variable 'asrs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 100 | double assa,as,asrs=0,sl,su; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/solver/dsdpcone_impl.h:10, BUILDSTDERR: from src/bounds/allbounds.c:1: BUILDSTDERR: src/bounds/allbounds.c: In function 'LPANorm2': BUILDSTDERR: src/bounds/allbounds.c:409:27: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 409 | info=DSDPVecAddR(ANorm,2*lucone->r);DSDPCHKERR(info); BUILDSTDERR: | ~^~~~~~~~~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/allbounds.c: In function 'LUBoundsRHS': BUILDSTDERR: src/bounds/allbounds.c:458:38: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 458 | info=DSDPVecAddElement(vrhs2,i,dd*as);DSDPCHKERR(info); BUILDSTDERR: | ~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:30:51: note: in definition of macro 'DSDPVecAddElement' BUILDSTDERR: 30 | #define DSDPVecAddElement(a,b,c) 0;{ if (c){((a).val[b])+=(c);} } BUILDSTDERR: | ^ BUILDSTDERR: src/bounds/allbounds.c:460:31: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 460 | info=DSDPVecAddR(vrhs2,r0*mu*rs);DSDPCHKERR(info); BUILDSTDERR: | ~~~~~^~~ BUILDSTDERR: src/solver/dsdpvec.h:34:51: note: in definition of macro 'DSDPVecAddR' BUILDSTDERR: 34 | #define DSDPVecAddR(a,b) 0;{ if(b){((a).val[(a).dim-1])+=(b); } } BUILDSTDERR: | ^ de/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpxlist.o src/vecmat/sdpxlist.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpdvct.o src/vecmat/sdpdvct.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpexit.o src/vecmat/sdpexit.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sys/dsdperror.o src/sys/dsdperror.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sys/dsdploginfo.o src/sys/dsdploginfo.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sys/dsdplog.o src/sys/dsdplog.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/sys/dsdptime.o src/sys/dsdptime.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/bounds/dbounds.o src/bounds/dbounds.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/bounds/allbounds.o src/bounds/allbounds.c 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -shared -Wl,-h,libdsdp.so.5 -o src/libdsdp.so.5.8 src/solver/dualalg.o src/solver/dualimpl.o src/solver/dsdpcops.o src/solver/dsdpschurmat.o src/solver/dsdpcg.o src/solver/dsdpconverge.o src/solver/dsdpsetup.o src/solver/dsdpcone.o src/solver/dsdpsetoptions.o src/solver/dsdpsetdata.o src/solver/dsdprescone.o src/solver/dsdpobjcone.o src/solver/dsdpprintout.o src/solver/dsdpschurmatadd.o src/solver/dsdpx.o src/sdp/dsdpstep.o src/sdp/printsdpa.o src/sdp/sdpconevec.o src/sdp/sdpsss.o src/sdp/dsdpadddata.o src/sdp/dsdpadddatamat.o src/sdp/dsdpblock.o src/sdp/sdpcone.o src/sdp/sdpkcone.o src/sdp/sdpcompute.o src/sdp/sdpconesetup.o src/sdp/dsdpdsmat.o src/sdp/dsdpdatamat.o src/sdp/dsdpdualmat.o src/sdp/dsdpxmat.o src/lp/dsdplp.o src/vecmat/vech.o src/vecmat/vechu.o src/vecmat/drowcol.o src/vecmat/dlpack.o src/vecmat/dufull.o src/vecmat/sdpvec.o src/vecmat/identity.o src/vecmat/spds.o src/vecmat/zeromat.o src/vecmat/onemat.o src/vecmat/diag.o src/vecmat/rmmat.o src/vecmat/cholmat.o src/vecmat/cholmat2.o src/vecmat/dtrsm2.o src/vecmat/sdpmatx.o src/vecmat/sdpnfac.o src/vecmat/sdporder.o src/vecmat/sdpalloc.o src/vecmat/sdpsymb.o src/vecmat/sdpxlist.o src/vecmat/sdpdvct.o src/vecmat/sdpexit.o src/sys/dsdperror.o src/sys/dsdploginfo.o src/sys/dsdplog.o src/sys/dsdptime.o src/bounds/dbounds.o src/bounds/allbounds.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -lopenblas -lm ln -s libdsdp.so.5.8 src/libdsdp.so.5 ln -s libdsdp.so.5 src/libdsdp.so 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DDSDP_TIME -Iinclude -Lsrc examples/maxcut.c -o examples/maxcut -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -ldsdp -lopenblas -lm 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DDSDP_TIME -Iinclude -Lsrc examples/theta.c -o examples/theta -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -ldsdp -lopenblas -lm 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DDSDP_TIME -Iinclude -Lsrc examples/readsdpa.c -o examples/dsdp5 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -ldsdp -lopenblas -lm 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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DDSDP_TIME -Iinclude -Lsrc examples/stable.c -o examples/stable -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -ldsdp -lopenblas -lm BUILDSTDERR: 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 -m6examples/theta.c: In function 'main': BUILDSTDERR: examples/theta.c:43:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 43 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/maxcut.c: In function 'MaxCutRandomized': BUILDSTDERR: examples/maxcut.c:176:18: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 176 | int i,j,derror,info; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/maxcut.c: In function 'TCheckArgs': BUILDSTDERR: examples/maxcut.c:199:11: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 199 | int kk, info; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/theta.c: In function 'ReadGraphFromFile': BUILDSTDERR: examples/theta.c:186:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 186 | int info,row,col; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/maxcut.c: In function 'ReadGraph': BUILDSTDERR: examples/maxcut.c:254:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 254 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/maxcut.c:270:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 270 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: examples/maxcut.c:197:12: warning: 'TCheckArgs' defined but not used [-Wunused-function] BUILDSTDERR: 197 | static int TCheckArgs(DSDP dsdp,int nargs,char *runargs[]){ BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: examples/theta.c:194:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 194 | fgets(thisline,BUFFERSIZ,fp); line++; } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/theta.c:206:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 206 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/color.c: In function 'main': BUILDSTDERR: examples/color.c:27:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 27 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/color.c: In function 'RandomizedColor': BUILDSTDERR: examples/color.c:203:20: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 203 | int i,j,nodek,nn,info,flag,coloring=0,maxvertex; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/stable.c: In function 'main': BUILDSTDERR: examples/stable.c:27:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 27 | int info; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/color.c: In function 'ReadGraph': BUILDSTDERR: examples/color.c:295:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 295 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/color.c:311:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 311 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/stable.c: In function 'StableRandomized': BUILDSTDERR: examples/stable.c:165:18: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 165 | int i,j,derror,info,nnodes=nodes+1; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/stable.c: In function 'ReadGraphFromFile': BUILDSTDERR: examples/stable.c:227:7: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 227 | int info,row,col; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/stable.c:235:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 235 | fgets(thisline,BUFFERSIZ,fp); line++; } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/stable.c:250:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 250 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c: In function 'ReadSDPA2': BUILDSTDERR: examples/readsdpa.c:415:7: warning: variable 'i1' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 415 | int i1,nblk,nmat,col,row; BUILDSTDERR: | ^~ BUILDSTDERR: examples/readsdpa.c: In function 'ComputeY0': BUILDSTDERR: examples/readsdpa.c:775:10: warning: variable 'aa' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 775 | double aa,bb=0,ddmax=0,dd=0,cnorm=0; BUILDSTDERR: | ^~ BUILDSTDERR: examples/readsdpa.c:774:12: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 774 | int i,ii,info,ijnnz=0,spot=0,ddiag=0,diag=0,n=dddd.blocksizes[0],m=dddd.m; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/readsdpa.c: In function 'TCheckArgs0': BUILDSTDERR: examples/readsdpa.c:857:10: warning: variable 'info' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 857 | int kk,info,iloginfo=0; BUILDSTDERR: | ^~~~ BUILDSTDERR: examples/readsdpa.c: In function 'ReadSDPAFile': BUILDSTDERR: examples/readsdpa.c:126:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 126 | fgets(thisline,100,fp1); if (sscanf(thisline,"%s",problemname)<1) break; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c: In function 'ReadSDPA2': BUILDSTDERR: examples/readsdpa.c:427:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 427 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c:435:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 435 | fgets(thisline,BUFFERSIZ,fp); line++; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c:459:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 459 | fgets(thisline,BUFFERSIZ,fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c:471:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 471 | fscanf(fp,"%c",&ctmp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c:480:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 480 | fgets(thisline,BUFFERSIZ,fp); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: examples/readsdpa.c:485:55: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 485 | for (i=0;i BUILDSTDERR: hacks, control, par, spacing, files, font encodings, lengths, BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fonttext.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fontmath.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file preload.cfg used BUILDSTDERR: ===================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, BUILDSTDERR: environments, center, verbatim, math definitions, boxes, title, sectioning, BUILDSTDERR: contents, floats, footnotes, index, bibliography, output, BUILDSTDERR: =========================================== BUILDSTDERR: Local configuration file hyphen.cfg used BUILDSTDERR: =========================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu)) BUILDSTDERR: ) ) BUILDSTDERR: Beginning to dump on file latex.fmt BUILDSTDERR: (preloaded format=latex 2019.7.24) BUILDSTDERR: 5437 strings of total length 72557 BUILDSTDERR: 50978 memory locations dumped; current usage is 144&50804 BUILDSTDERR: 3766 multiletter control sequences BUILDSTDERR: \font\nullfont=nullfont BUILDSTDERR: \font\OMX/cmex/m/n/10=cmex10 BUILDSTDERR: \font\tenln=line10 BUILDSTDERR: \font\tenlnw=linew10 BUILDSTDERR: \font\tencirc=lcircle10 BUILDSTDERR: \font\tencircw=lcirclew10 BUILDSTDERR: \font\OT1/cmr/m/n/5=cmr5 BUILDSTDERR: \font\OT1/cmr/m/n/7=cmr7 BUILDSTDERR: \font\OT1/cmr/m/n/10=cmr10 BUILDSTDERR: \font\OML/cmm/m/it/5=cmmi5 BUILDSTDERR: \font\OML/cmm/m/it/7=cmmi7 BUILDSTDERR: \font\OML/cmm/m/it/10=cmmi10 BUILDSTDERR: \font\OMS/cmsy/m/n/5=cmsy5 BUILDSTDERR: \font\OMS/cmsy/m/n/7=cmsy7 BUILDSTDERR: \font\OMS/cmsy/m/n/10=cmsy10 BUILDSTDERR: 3633 words of font info for 14 preloaded fonts BUILDSTDERR: 14 hyphenation exceptions BUILDSTDERR: Hyphenation trie of length 6081 has 183 ops out of 35111 BUILDSTDERR: 2 for language 1 BUILDSTDERR: 181 for language 0 BUILDSTDERR: 0 words of pdfTeX memory BUILDSTDERR: 0 indirect objects BUILDSTDERR: No pages of output. BUILDSTDERR: Transcript written on latex.log. BUILDSTDERR: mktexfmt [INFO]: /builddir/.texlive2019/texmf-var/web2c/pdftex/latex.fmt installed. BUILDSTDERR: mktexfmt [INFO]: Successfully rebuilt formats: 1 BUILDSTDERR: mktexfmt [INFO]: Not selected formats: 15 BUILDSTDERR: mktexfmt [INFO]: Total formats: 16 BUILDSTDERR: mktexfmt [INFO]: exiting with status 0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ting docs for file src/solver/dsdpcops.c... Generating docs for file src/solver/dsdpobjcone.c... Generating docs for file src/solver/dsdpprintout.c... Generating docs for file src/solver/dsdprescone.c... Generating docs for file src/solver/dsdpschurmat.c... Generating docs for file src/solver/dsdpschurmat.h... Generating docs for file src/solver/dsdpschurmat_impl.h... Generating docs for file src/solver/dsdpschurmatadd.c... Generating docs for file src/solver/dsdpsetdata.c... Generating docs for file src/solver/dsdpsetoptions.c... Generating docs for file src/solver/dsdpsetup.c... Generating docs for file src/solver/dsdpvec.h... Generating docs for file src/solver/dsdpx.c... Generating docs for file src/solver/dualalg.c... Generating docs for file src/solver/dualimpl.c... Generating docs for file src/sys/dsdperror.c... Generating docs for file src/sys/dsdplog.c... Generating docs for file src/sys/dsdploginfo.c... Generating docs for file src/sys/dsdptime.c... Generating docs for file src/vecmat/cholmat.c... Generating docs for file src/vecmat/cholmat2.c... Generating docs for file src/vecmat/diag.c... Generating docs for file src/vecmat/dlpack.c... Generating docs for file src/vecmat/This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./_formulas.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/epsfig.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def)))) (/usr/share/texlive/texmf-dist/tex/latex/newunicodechar/newunicodechar.sty) No file _formulas.aux. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (69.80179pt too wide) detected at line 77 [] [23] Overfull \hbox (59.08302pt too wide) detected at line 80 [] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] Overfull \hbox (69.78717pt too wide) detected at line 167 [] [53] Overfull \hbox (66.9319pt too wide) detected at line 170 [] [54] [55] [56] [57] [58] [59] [60] [61] [62] (./_formulas.aux) ) (see the transcript file for additional information) Output written on _formulas.dvi (62 pages, 10468 bytes). Transcript written on _formulas.log. drowcol.c... Generating docs for file src/vecmat/dufull.c... Generating docs for file src/vecmat/identity.c... Generating docs for file src/vecmat/onemat.c... Generating docs for file src/vecmat/rmmat.c... Generating docs for file src/vecmat/sdpvec.c... Generating docs for file src/vecmat/spds.c... Generating docs for file src/vecmat/vech.c... Generating docs for file src/vecmat/vechu.c... Generating docs for file src/vecmat/zeromat.c... Generating page documentation... Generating docs for page Authors... Generating docs for page pageDoxygen... Generating docs for page PDForm... Generating docs for page History... Generating docs for page pageHowToCite... Generating docs for page Installation... Generating docs for page License... Generating docs for page todo... Generating group documentation... Generating class documentation... Generating docs for compound DSDP_C... Generating docs for compound DSDPBlockData... Generating docs for compound DSDPDataMat_C... Generating docs for compound DSDPDataMat_Ops... Generating docs for compound DSDPDataTranspose... Generating docs for compound DSDPDSMat_C... Generating docs for compound DSDPDSMat_Ops... Generating docs for compound DSDPDualMat_C... Generating docs for compound DSDPDualMat_Ops... Generating docs for compound DSDPLanczosStepLength... Generating docs for compound DSDPSchurMat_C... Generating docs for compound DSDPVMat_C... Generating docs for compound DSDPVMat_Ops... Generating docs for compound SDPblk... Generating docs for compound SDPCone_C... Generating docs for compound SDPConeVec_C... Generating namespace index... Generating graph info page... Generating directory documentation... Generating bitmaps for formulas in HTML... Generating image form_0.png for formula Generating image form_1.png for formula Generating image form_2.png for formula Generating image form_3.png for formula Generating image form_4.png for formula Generating image form_5.png for formula Generating image form_6.png for formula Generating image form_7.png for formula Generating image form_8.png for formula Generating image form_9.png for formula Generating image form_10.png for formula Generating image form_11.png for formula Generating image form_12.png for formula Generating image form_13.png for formula Generating image form_14.png for formula Generating image form_15.png for formula Generating image form_16.png for formula Generating image form_17.png for formula Generating image form_18.png for formula Generating image form_19.png for formula Generating image form_20.png for formula Generating image form_21.png for formula Generating image form_22.png for formula Generating image form_23.png for formula Generating image form_24.png for formula Generating image form_25.png for formula Generating image form_26.png for formula Generating image form_27.png for formula Generating image form_28.png for formula Generating image form_29.png for formula Generating image form_30.png for formula Generating image form_31.png for formula Generating image form_32.png for formula Generating image form_33.png for formula Generating image form_34.png for formula Generating image form_35.png for formula Generating image form_36.png for formula Generating image form_37.png for formula Generating image form_38.png for formula Generating image form_39.png for formula Generating image form_40.png for formula Generating image form_41.png for formula Generating image form_42.png for formula Generating image form_43.png for formula Generating image form_44.png for formula Generating image form_45.png for formula Generating image form_46.png for formula Generating image form_47.png for formula Generating image form_48.png for formula Generating image form_49.png for formula Generating image form_50.png for formula Generating image form_51.png for formula Generating image form_52.png for formula Generating image form_53.png for formula Generating image form_54.png for formula Generating image form_55.png for formula Generating image form_56.png for formula Generating image form_57.png for formula Generating image form_58.png for formula Generating image form_59.png for formula Generating image form_60.png for formula Generating image form_61.png for formula Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 1964/65536 hits=45726 misses=2030 finished... Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MKbOLK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le + cd DSDP5.8 + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64 + install -p -m 0755 src/libdsdp.so.5.8 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64 + ln -s libdsdp.so.5.8 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64/libdsdp.so.5 + ln -s libdsdp.so.5 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64/libdsdp.so + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/include + cp -a include /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/include/DSDP + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin + for f in maxcut theta stable color + install -p -m 0755 examples/maxcut /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-maxcut + for f in maxcut theta stable color + install -p -m 0755 examples/theta /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-theta + for f in maxcut theta stable color + install -p -m 0755 examples/stable /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-stable + for f in maxcut theta stable color + install -p -m 0755 examples/color /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-color + install -p -m 0755 examples/dsdp5 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/man/man1 + cd man + for f in *.1 + sed s/@VERSION@/5.8/ dsdp-color.1 + for f in *.1 + sed s/@VERSION@/5.8/ dsdp-maxcut.1 + for f in *.1 + sed s/@VERSION@/5.8/ dsdp-stable.1 + for f in *.1 + sed s/@VERSION@/5.8/ dsdp-theta.1 + for f in *.1 + sed s/@VERSION@/5.8/ dsdp5.1 + /usr/lib/rpm/find-debuginfo.sh -j12 --strict-build-id -m -i --build-id-seed 5.8-22.fc31 --unique-debug-suffix -5.8-22.fc31.ppc64le --unique-debug-src-base DSDP-5.8-22.fc31.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/DSDP5.8 BUILDSTDERR: 1703 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 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-stable explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-color explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp5 extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-stable extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-color extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp5 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-theta explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64/libdsdp.so.5.8 extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-theta extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/lib64/libdsdp.so.5.8 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-maxcut extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/bin/dsdp-maxcut original debug info size: 2200kB, size after compression: 2048kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. Processing files: DSDP-5.8-22.fc31.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HzgYlK + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP + cp -pr docs/DSDP5-Exe-UserGuide.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP + cp -pr docs/DSDP5-P1289-0905.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A7tn0H + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + LICENSEDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/licenses/DSDP + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/licenses/DSDP + cp -pr dsdp-license /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/licenses/DSDP + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP = 5.8-22.fc31 DSDP(ppc-64) = 5.8-22.fc31 libdsdp.so.5()(64bit) 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.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libopenblas.so.0()(64bit) rtld(GNU_HASH) Processing files: DSDP-devel-5.8-22.fc31.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QAojrI + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-devel + cp -pr docs/DSDP5-API-UserGuide.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-devel + cp -pr docs/dox /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP-devel = 5.8-22.fc31 DSDP-devel(ppc-64) = 5.8-22.fc31 bundled(jquery) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libdsdp.so.5()(64bit) Processing files: DSDP-examples-5.8-22.fc31.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xNdaXK + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-examples + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-examples + cp -pr examples/Contents /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le/usr/share/doc/DSDP-examples + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP-examples = 5.8-22.fc31 DSDP-examples(ppc-64) = 5.8-22.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.17)(64bit) libdsdp.so.5()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: DSDP-debugsource-5.8-22.fc31.ppc64le Provides: DSDP-debugsource = 5.8-22.fc31 DSDP-debugsource(ppc-64) = 5.8-22.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: DSDP-debuginfo-5.8-22.fc31.ppc64le Provides: DSDP-debuginfo = 5.8-22.fc31 DSDP-debuginfo(ppc-64) = 5.8-22.fc31 debuginfo(build-id) = d1b4b2ec75817ef04bb7585b57292aa965bf34a3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DSDP-debugsource(ppc-64) = 5.8-22.fc31 Processing files: DSDP-examples-debuginfo-5.8-22.fc31.ppc64le Provides: DSDP-examples-debuginfo = 5.8-22.fc31 DSDP-examples-debuginfo(ppc-64) = 5.8-22.fc31 debuginfo(build-id) = 758e0e9bae7578b020084aca6a267a6d685fcc56 debuginfo(build-id) = 83da4d2841298e7c2ffff9f15561e5828007a4c5 debuginfo(build-id) = a222c49fb0ba31264ae7ad153c032d143768201e debuginfo(build-id) = e9abaac269efe61a6fe6e6c3beb408693961b885 debuginfo(build-id) = ffe3651a059deafb0b4f21bf32c68fc3672bcdbe Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DSDP-debugsource(ppc-64) = 5.8-22.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le Wrote: /builddir/build/RPMS/DSDP-examples-5.8-22.fc31.ppc64le.rpm Wrote: /builddir/build/RPMS/DSDP-examples-debuginfo-5.8-22.fc31.ppc64le.rpm Wrote: /builddir/build/RPMS/DSDP-5.8-22.fc31.ppc64le.rpm Wrote: /builddir/build/RPMS/DSDP-debugsource-5.8-22.fc31.ppc64le.rpm Wrote: /builddir/build/RPMS/DSDP-debuginfo-5.8-22.fc31.ppc64le.rpm Wrote: /builddir/build/RPMS/DSDP-devel-5.8-22.fc31.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HppMMH + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.ppc64le + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0