Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/DSDP.spec'], chrootPath='/var/lib/mock/f31-build-16963809-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 s390x --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: s390x Building for target s390x 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 s390x --nodeps /builddir/build/SPECS/DSDP.spec'], chrootPath='/var/lib/mock/f31-build-16963809-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 s390x --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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KghzKX + 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/tar -xof - + /usr/bin/xz -dc /builddir/build/SOURCES/DSDP-man.tar.xz + 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 Patch #0 (DSDP-overflow.patch): patching file examples/readsdpa.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.v963wY + 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 -march=zEC12 -mtune=z13 -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 + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + make -j2 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: 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: | ^~~~ 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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 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 -march=zEC12 -mtune=z13 -fasynchronous-unwindsrc/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 /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: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: 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: | ^~~ -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexcesrc/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/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: | ^~~~~~~~~~~~ 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: | ^~~~ 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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 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 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat -c -o src/vecmat/sdpxlist.o src/vecmat/sdpxlist.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-securitysrc/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: | ^ -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 -march=zEC12 -mtune=z13 -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 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 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DDSDP_TIME -I/usr/include/openblas -Iincexamples/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/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: 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/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/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/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 .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... BUILDSTDERR: Generating doc+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 s 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.uVJ1p1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x + cd DSDP5.8 + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64 + install -p -m 0755 src/libdsdp.so.5.8 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64 + ln -s libdsdp.so.5.8 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64/libdsdp.so.5 + ln -s libdsdp.so.5 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64/libdsdp.so + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/include + cp -a include /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/include/DSDP + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin + for f in maxcut theta stable color + install -p -m 0755 examples/maxcut /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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.s390x/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.s390x/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.s390x/usr/bin/dsdp-color + install -p -m 0755 examples/dsdp5 /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin + mkdir -p /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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 -j2 --strict-build-id -m -i --build-id-seed 5.8-22.fc31 --unique-debug-suffix -5.8-22.fc31.s390x --unique-debug-src-base DSDP-5.8-22.fc31.s390x --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.s390x/usr/bin/dsdp-color extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-color explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-maxcut extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-maxcut explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-stable extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-stable explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-theta extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp-theta explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp5 extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/bin/dsdp5 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64/libdsdp.so.5.8 extracting debug info from /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/lib64/libdsdp.so.5.8 original debug info size: 2136kB, size after compression: 1968kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. Processing files: DSDP-5.8-22.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rUeMFY + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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.s390x/usr/share/doc/DSDP + cp -pr docs/DSDP5-Exe-UserGuide.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/doc/DSDP + cp -pr docs/DSDP5-P1289-0905.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/doc/DSDP + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AfB4f1 + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + LICENSEDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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.s390x/usr/share/licenses/DSDP + cp -pr dsdp-license /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/licenses/DSDP + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP = 5.8-22.fc31 DSDP(s390-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.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2)(64bit) libm.so.6(GLIBC_2.29)(64bit) libopenblas.so.0()(64bit) rtld(GNU_HASH) Processing files: DSDP-devel-5.8-22.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UDwys1 + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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.s390x/usr/share/doc/DSDP-devel + cp -pr docs/DSDP5-API-UserGuide.pdf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/doc/DSDP-devel + cp -pr docs/dox /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/doc/DSDP-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP-devel = 5.8-22.fc31 DSDP-devel(s390-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.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BAuI4X Provides: DSDP-examples = 5.8-22.fc31 DSDP-examples(s390-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.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdsdp.so.5()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2)(64bit) rtld(GNU_HASH) Processing files: DSDP-debugsource-5.8-22.fc31.s390x + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + DOCDIR=/builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/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.s390x/usr/share/doc/DSDP-examples + cp -pr examples/Contents /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x/usr/share/doc/DSDP-examples + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DSDP-debugsource = 5.8-22.fc31 DSDP-debugsource(s390-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.s390x Provides: DSDP-debuginfo = 5.8-22.fc31 DSDP-debuginfo(s390-64) = 5.8-22.fc31 debuginfo(build-id) = 457502af0808700fc3aa7f5f556e29895d231a85 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DSDP-debugsource(s390-64) = 5.8-22.fc31 Processing files: DSDP-examples-debuginfo-5.8-22.fc31.s390x Provides: DSDP-examples-debuginfo = 5.8-22.fc31 DSDP-examples-debuginfo(s390-64) = 5.8-22.fc31 debuginfo(build-id) = 537571111ef2a1bba0adc91dee783f9a05f7cd1d debuginfo(build-id) = 674eae17b2e100a566107ea09f50f635b9a6459a debuginfo(build-id) = 6e1254cc6cb128f4a70f723a22ab4c5413a7cb2c debuginfo(build-id) = c7329fe75a3f41b16577a558c5ca74c6f4899648 debuginfo(build-id) = ee4466e30d13aba1b2a843c3a9982a1925926eba Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DSDP-debugsource(s390-64) = 5.8-22.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x Wrote: /builddir/build/RPMS/DSDP-5.8-22.fc31.s390x.rpm Wrote: /builddir/build/RPMS/DSDP-examples-5.8-22.fc31.s390x.rpm Wrote: /builddir/build/RPMS/DSDP-debugsource-5.8-22.fc31.s390x.rpm Wrote: /builddir/build/RPMS/DSDP-debuginfo-5.8-22.fc31.s390x.rpm Wrote: /builddir/build/RPMS/DSDP-examples-debuginfo-5.8-22.fc31.s390x.rpm Wrote: /builddir/build/RPMS/DSDP-devel-5.8-22.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ax3bpY + umask 022 + cd /builddir/build/BUILD + cd DSDP5.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/DSDP-5.8-22.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0