Build of coin-or-csdp with vanilla toolchain

The build took 00h 01m 08s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,875 ansic
66 makefile
6,941 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: coin-or-csdp 6.1.1-1 (Wed Aug 24 12:10:47 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# cd lib; make libsdp.a
# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# make[1]: Entering directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/lib'
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o readprob.o readprob.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sdp.o sdp.c
# sdp.c: In function 'sdp':
# sdp.c:753:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k,workvec8) private(i,j)
#
# sdp.c:798:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(O,k,ldam)
#
# sdp.c:147:7: warning: variable 'lastimprove' set but not used [-Wunused-but-set-variable]
# int lastimprove=0;
# ^~~~~~~~~~~
# sdp.c:136:10: warning: variable 'newdobj' set but not used [-Wunused-but-set-variable]
# double newdobj;
# ^~~~~~~
# sdp.c:135:10: warning: variable 'newpobj' set but not used [-Wunused-but-set-variable]
# double newpobj;
# ^~~~~~~
# sdp.c:134:10: warning: variable 'oldmaxrelinfeas' set but not used [-Wunused-but-set-variable]
# double oldmaxrelinfeas=1.0e100;
# ^~~~~~~~~~~~~~~
# sdp.c:117:10: warning: variable 'oldmu' set but not used [-Wunused-but-set-variable]
# double oldmu;
# ^~~~~
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_o.o op_o.c
# op_o.c: In function 'op_o':
# op_o.c:126:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k) private(j,i)
#
# op_o.c:138:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) shared(k,constraints,byblocks,Zi,X,O,work1, work2, work, ldam) private(j, ii, jj, blocksize, p, q, r, s, ptri, ptrj, blocknum, contrib, Ziblk, Xblk, workblk, work2blk, enti, entj, scale1, scale2, thread_num)
#
# op_o.c:434:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k) private(j,i)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o psd_feas.o psd_feas.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_a.o op_a.c
# op_a.c: In function 'op_a':
# op_a.c:25:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) private(i,contrib,ptr,blk,nume,vec,j,p,mat,ent,q) shared(k,constraints,result,X)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_at.o op_at.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o Fnorm.o Fnorm.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o calc_pobj.o calc_pobj.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o calc_dobj.o calc_dobj.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o trace_prod.o trace_prod.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o zero_mat.o zero_mat.c
# zero_mat.c: In function 'zero_mat':
# zero_mat.c:34:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) shared(A,blk) private(j,i)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o mat_mult.o mat_mult.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sym_mat.o sym_mat.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o copy_mat.o copy_mat.c
# copy_mat.c: In function 'copy_mat':
# copy_mat.c:29:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o addscaledmat.o addscaledmat.c
# addscaledmat.c: In function 'addscaledmat':
# addscaledmat.c:32:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(A,B,C,scale,blk)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o user_exit.o user_exit.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o make_i.o make_i.c
# make_i.c: In function 'make_i':
# make_i.c:26:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(blk,p,A)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o allocmat.o allocmat.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o initsoln.o initsoln.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o initparams.o initparams.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o add_mat.o add_mat.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o writesol.o writesol.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o readsol.o readsol.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o easysdp.o easysdp.c
# easysdp.c: In function 'easy_sdp':
# easysdp.c:63:7: warning: variable 'blk' set but not used [-Wunused-but-set-variable]
# int blk;
# ^~~
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o writeprob.o writeprob.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o solvesys.o solvesys.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o makefill.o makefill.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o mat_multsp.o mat_multsp.c
# mat_multsp.c: In function 'mat_multspb':
# mat_multsp.c:170:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(blk,C,scale2)
#
# mat_multsp.c:56:7: warning: unused variable 'thread_num' [-Wunused-variable]
# int thread_num;
# ^~~~~~~~~~
# mat_multsp.c:55:7: warning: unused variable 'total_threads' [-Wunused-variable]
# int total_threads;
# ^~~~~~~~~~~~~
# mat_multsp.c: In function 'mat_multspa':
# mat_multsp.c:408:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for default(none) schedule(dynamic,64) private(i,j) shared(blk,C,scale2)
#
# mat_multsp.c:293:7: warning: unused variable 'thread_num' [-Wunused-variable]
# int thread_num;
# ^~~~~~~~~~
# mat_multsp.c:292:7: warning: unused variable 'total_threads' [-Wunused-variable]
# int total_threads;
# ^~~~~~~~~~~~~
# mat_multsp.c: In function 'mat_multspc':
# mat_multsp.c:592:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) default(none) private(i,ii,p,q,temp) shared(ptr,A,B,C,blk,blksize,scale1)
#
# mat_multsp.c:633:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for default(none) schedule(dynamic,64) private(i,j) shared(blk,C,scale2)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o norms.o norms.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o linesearch.o linesearch.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o matvec.o matvec.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o chol.o chol.c
# chol.c: In function 'chol_inv':
# chol.c:163:10: warning: variable 'scale' set but not used [-Wunused-but-set-variable]
# double scale;
# ^~~~~
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o qreig.o qreig.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o tweakgap.o tweakgap.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o freeprob.o freeprob.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o packed.o packed.c
# packed.c: In function 'store_packed':
# packed.c:32:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q,n)
#
# packed.c: In function 'store_unpacked':
# packed.c:67:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q,n)
#
# packed.c: In function 'triu':
# packed.c:199:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
# #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(A,n)
#
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sortentries.o sortentries.c
# ar cr libsdp.a readprob.o sdp.o op_o.o psd_feas.o op_a.o op_at.o Fnorm.o calc_pobj.o calc_dobj.o trace_prod.o zero_mat.o mat_mult.o sym_mat.o copy_mat.o addscaledmat.o user_exit.o make_i.o allocmat.o initsoln.o initparams.o add_mat.o writesol.o readsol.o easysdp.o writeprob.o solvesys.o makefill.o mat_multsp.o norms.o linesearch.o matvec.o chol.o qreig.o tweakgap.o freeprob.o packed.o sortentries.o
# make[1]: Leaving directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/lib'
# cd solver; make csdp
# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# make[1]: Entering directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/solver'
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o csdp.o csdp.c
# cc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include csdp.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o csdp
# make[1]: Leaving directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/solver'
# cd theta; make all
# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# make[1]: Entering directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/theta'
# cc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o theta.o theta.c
# cc -O3 -ansi -Wall -DNOSHORTS -I../include theta.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o theta
# cc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o complement.o complement.c
# cc -O3 -ansi -Wall -DNOSHORTS -I../include complement.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o complement
# cc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o rand_graph.o rand_graph.c
# cc -O3 -ansi -Wall -DNOSHORTS -I../include rand_graph.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o rand_graph
# cc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o graphtoprob.o graphtoprob.c
# cc -O3 -ansi -Wall -DNOSHORTS -I../include graphtoprob.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o graphtoprob
# make[1]: Leaving directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/theta'
# cd example; make all
# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# make[1]: Entering directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/example'
# cc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o example.o example.c
# cc -O3 -ansi -Wall -DNOSHORTS -I../include example.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o example
# make[1]: Leaving directory '/tmp/coin-or-csdp/src/Csdp-6.1.1/example'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "coin-or-csdp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: coin-or-csdp 6.1.1-1 (Wed Aug 24 12:10:54 UTC 2016)

CMD: pacman --query --file coin-or-csdp-6.1.1-1-x86_64.pkg.tar.xz
# coin-or-csdp 6.1.1-1

Creating hybrid package for 'coin-or-csdp'

Trying to find vanilla package 'coin-or-csdp'...

CMD: pacman --query --file /mirror/coin-or-csdp-6.1.1-1.pkg.tar.xz
# coin-or-csdp 6.1.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/csdp
# /usr/bin/theta
# /usr/bin/graphtoprob
# /usr/bin/complement
# /usr/bin/rand_graph
# /usr/share/licenses/csdp/LICENSE

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf coin-or-csdp.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/coin-or-csdp.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/coin-or-csdp.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1924

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/coin-or-csdp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/coin-or-csdp.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'