Back to Multiple platform build/check report for BioC 3.21:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-03-18 11:42 -0400 (Tue, 18 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" 4537
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" 4543
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4576
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4528
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4459
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 319/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CGEN 3.43.0  (landing page)
Justin Lee
Snapshot Date: 2025-03-17 13:40 -0400 (Mon, 17 Mar 2025)
git_url: https://git.bioconductor.org/packages/CGEN
git_branch: devel
git_last_commit: a8ad56a
git_last_commit_date: 2024-10-29 10:58:46 -0400 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  YES
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


BUILD BIN results for CGEN on palomino7

To the developers/maintainers of the CGEN package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/CGEN.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: CGEN
Version: 3.43.0
Command: rm -rf CGEN.buildbin-libdir && mkdir CGEN.buildbin-libdir && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL --build --library=CGEN.buildbin-libdir CGEN_3.43.0.tar.gz
StartedAt: 2025-03-18 07:43:20 -0400 (Tue, 18 Mar 2025)
EndedAt: 2025-03-18 07:44:35 -0400 (Tue, 18 Mar 2025)
EllapsedTime: 74.9 seconds
RetCode: 0
Status:   OK  
PackageFile: CGEN_3.43.0.zip
PackageFileSize: 1.755 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf CGEN.buildbin-libdir && mkdir CGEN.buildbin-libdir && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL --build --library=CGEN.buildbin-libdir CGEN_3.43.0.tar.gz
###
##############################################################################
##############################################################################


* installing *source* package 'CGEN' ...
** this is package 'CGEN' version '3.43.0'
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
using Fortran compiler: 'GNU Fortran (GCC) 14.2.0'
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c Additive.c -o Additive.o
Additive.c: In function 'vecinit':
Additive.c:103:13: warning: old-style function definition [-Wold-style-definition]
  103 | static void vecinit(vec, n, c)
      |             ^~~~~~~
Additive.c: In function 'vecmove':
Additive.c:115:13: warning: old-style function definition [-Wold-style-definition]
  115 | static void vecmove(invec, n, outvec)
      |             ^~~~~~~
Additive.c: In function 'vecMultCon':
Additive.c:130:13: warning: old-style function definition [-Wold-style-definition]
  130 | static void vecMultCon(invec, n, c, ret)
      |             ^~~~~~~~~~
Additive.c: In function 'rMatMMultVec':
Additive.c:144:13: warning: old-style function definition [-Wold-style-definition]
  144 | static void rMatMMultVec(mat, nrow, ncol, vec, ret)
      |             ^~~~~~~~~~~~
Additive.c: In function 'mylog':
Additive.c:172:15: warning: old-style function definition [-Wold-style-definition]
  172 | static double mylog(x)
      |               ^~~~~
Additive.c: In function 'mylog2':
Additive.c:187:15: warning: old-style function definition [-Wold-style-definition]
  187 | static double mylog2(x)
      |               ^~~~~~
Additive.c: In function 'compute_g':
Additive.c:203:13: warning: old-style function definition [-Wold-style-definition]
  203 | static void compute_g(method, theta, x1cols, x2cols, g11, g12, g21, g22)
      |             ^~~~~~~~~
Additive.c: In function 'add1':
Additive.c:242:15: warning: old-style function definition [-Wold-style-definition]
  242 | static double add1(theta, op)
      |               ^~~~
Additive.c: In function 'getLL_mat':
Additive.c:297:13: warning: old-style function definition [-Wold-style-definition]
  297 | static void getLL_mat(op)
      |             ^~~~~~~~~
Additive.c: In function 'Pdg_xs':
Additive.c:344:13: warning: old-style function definition [-Wold-style-definition]
  344 | static void Pdg_xs(eta, op)
      |             ^~~~~~
Additive.c: In function 'add1_indep':
Additive.c:416:15: warning: old-style function definition [-Wold-style-definition]
  416 | static double add1_indep(theta, op)
      |               ^~~~~~~~~~
Additive.c: In function 'negloglike':
Additive.c:463:15: warning: old-style function definition [-Wold-style-definition]
  463 | static double negloglike(theta, op)
      |               ^~~~~~~~~~
Additive.c: In function 'gradient':
Additive.c:484:13: warning: old-style function definition [-Wold-style-definition]
  484 | static void gradient(eta, op, ret)
      |             ^~~~~~~~
Additive.c: In function 'getadd1':
Additive.c:677:13: warning: old-style function definition [-Wold-style-definition]
  677 | static void getadd1(op, meth)
      |             ^~~~~~~
Additive.c: In function 'additive1':
Additive.c:730:6: warning: old-style function definition [-Wold-style-definition]
  730 | void additive1(theta0, nparms, x1cols, nx1, x2cols, nx2, datX, Xnrow, Xncol, covs, ncovs, y, method,\
      |      ^~~~~~~~~
Additive.c: In function 'additive1_indep':
Additive.c:784:6: warning: old-style function definition [-Wold-style-definition]
  784 | void additive1_indep(theta0, nparms, x1cols, nx1, x2cols, nx2, Xnrow, covCols, ncovs, method,\
      |      ^~~~~~~~~~~~~~~
Additive.c: In function 'compute_g':
Additive.c:235:25: warning: 't22' may be used uninitialized [-Wmaybe-uninitialized]
  235 |       *g22 = logx - t12 - t22;
      |              ~~~~~~~~~~~^~~~~
Additive.c:207:25: note: 't22' was declared here
  207 |   double t11, t12, t21, t22, x, et11, et12, et21, et22, logx;
      |                         ^~~
Additive.c:233:19: warning: 'et22' may be used uninitialized [-Wmaybe-uninitialized]
  233 |       x    = et12 + et22 - 1;
      |              ~~~~~^~~~~~
Additive.c:207:51: note: 'et22' was declared here
  207 |   double t11, t12, t21, t22, x, et11, et12, et21, et22, logx;
      |                                                   ^~~~
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CML.c -o CML.o
CML.c: In function 'vecinit':
CML.c:147:13: warning: old-style function definition [-Wold-style-definition]
  147 | static void vecinit(vec, n, c)
      |             ^~~~~~~
CML.c: In function 'vecmove':
CML.c:159:13: warning: old-style function definition [-Wold-style-definition]
  159 | static void vecmove(invec, n, outvec)
      |             ^~~~~~~
CML.c: In function 'vecsum':
CML.c:174:15: warning: old-style function definition [-Wold-style-definition]
  174 | static double vecsum(vec, n)
      |               ^~~~~~
CML.c: In function 'vecMultCon':
CML.c:191:13: warning: old-style function definition [-Wold-style-definition]
  191 | static void vecMultCon(invec, n, c, ret)
      |             ^~~~~~~~~~
CML.c: In function 'rMatMMultVec':
CML.c:205:13: warning: old-style function definition [-Wold-style-definition]
  205 | static void rMatMMultVec(mat, nrow, ncol, vec, ret)
      |             ^~~~~~~~~~~~
CML.c: In function 'rmatrixMult':
CML.c:229:13: warning: old-style function definition [-Wold-style-definition]
  229 | static void rmatrixMult(m1, m1_nr, m1_nc, m2, m2_nc, ret)
      |             ^~~~~~~~~~~
CML.c: In function 'Pdg_xs':
CML.c:249:13: warning: old-style function definition [-Wold-style-definition]
  249 | static void Pdg_xs(eta, op)
      |             ^~~~~~
CML.c: In function 'Pd1_xs':
CML.c:407:13: warning: old-style function definition [-Wold-style-definition]
  407 | static void Pd1_xs(op, ret, index)
      |             ^~~~~~
CML.c: In function 'Edg_xs':
CML.c:427:13: warning: old-style function definition [-Wold-style-definition]
  427 | static void Edg_xs(op, ret, ret2, index)
      |             ^~~~~~
CML.c: In function 'Eg_xs':
CML.c:461:13: warning: old-style function definition [-Wold-style-definition]
  461 | static void Eg_xs(op, ret, index)
      |             ^~~~~
CML.c: In function 'getWtYmu':
CML.c:482:13: warning: old-style function definition [-Wold-style-definition]
  482 | static void getWtYmu(eta, op, ret)
      |             ^~~~~~~~
CML.c: In function 'fSNP':
CML.c:565:15: warning: old-style function definition [-Wold-style-definition]
  565 | static double fSNP(SNP, gmodel)
      |               ^~~~
CML.c: In function 'getLL_mat':
CML.c:588:13: warning: old-style function definition [-Wold-style-definition]
  588 | static void getLL_mat(op)
      |             ^~~~~~~~~
CML.c: In function 'negloglike':
CML.c:638:15: warning: old-style function definition [-Wold-style-definition]
  638 | static double negloglike(eta, op)
      |               ^~~~~~~~~~
CML.c: In function 'gradient':
CML.c:666:13: warning: old-style function definition [-Wold-style-definition]
  666 | static void gradient(eta, op, ret)
      |             ^~~~~~~~
CML.c: In function 'hessian':
CML.c:697:13: warning: old-style function definition [-Wold-style-definition]
  697 | static void hessian(eta, op, ret)
      |             ^~~~~~~
CML.c: In function 'chol':
CML.c:895:13: warning: old-style function definition [-Wold-style-definition]
  895 | static void chol(mat, n, ret, retdiag)
      |             ^~~~
CML.c: In function 'cholinv':
CML.c:931:13: warning: old-style function definition [-Wold-style-definition]
  931 | static void cholinv(L, diag, n, ret)
      |             ^~~~~~~
CML.c: In function 'rmatTranspose':
CML.c:957:13: warning: old-style function definition [-Wold-style-definition]
  957 | static void rmatTranspose(mat, n, ret)
      |             ^~~~~~~~~~~~~
CML.c: In function 'symrMatInv':
CML.c:973:13: warning: old-style function definition [-Wold-style-definition]
  973 | static void symrMatInv(mat, n, ret)
      |             ^~~~~~~~~~
CML.c: In function 'getCML':
CML.c:995:13: warning: old-style function definition [-Wold-style-definition]
  995 | static void getCML(eta, op)
      |             ^~~~~~
CML.c: In function 'getEB':
CML.c:1044:13: warning: old-style function definition [-Wold-style-definition]
 1044 | static void getEB(op)
      |             ^~~~~
CML.c: In function 'check_init':
CML.c:1256:13: warning: old-style function definition [-Wold-style-definition]
 1256 | static void check_init(eta, op)
      |             ^~~~~~~~~~
CML.c: In function 'CML_EB':
CML.c:1318:6: warning: old-style function definition [-Wold-style-definition]
 1318 | void CML_EB(eta0, nparms, nbeta, D, snp, nrow, xMain, nx, xInt, nv, xStrata, nstrata, gmodel, genoBinary,\
      |      ^~~~~~
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c ccl.c -o ccl.o
gfortran      -O2  -mfpmath=sse -msse2 -mstackrealign  -c csclust.f -o csclust.o
csclust.f:72:72:

   72 |  10      FLAG(I)=.TRUE.
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c fsclust.c -o fsclust.o
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c hcl.c -o hcl.o
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c pmatch.c -o pmatch.o
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c score.c -o score.o
score.c: In function 'infoSmallStandard':
score.c:14:6: warning: old-style function definition [-Wold-style-definition]
   14 | void infoSmallStandard(xmat, pnr, pnc, pphat, infoSum)
      |      ^~~~~~~~~~~~~~~~~
score.c: In function 'getCOV0':
score.c:48:6: warning: old-style function definition [-Wold-style-definition]
   48 | void getCOV0(pncinf, phatprod, pn, pinfoprods, retcov)
      |      ^~~~~~~
score.c: In function 'getCOV1':
score.c:80:6: warning: old-style function definition [-Wold-style-definition]
   80 | void getCOV1(pnc, pn, weights, twopmu, pinfob1, pinfoh, pinfohnc, retcov)
      |      ^~~~~~~
score.c: In function 'getScore':
score.c:133:6: warning: old-style function definition [-Wold-style-definition]
  133 | void getScore(y, score, pnr, pnc, avgscore0, avgscore1, retcov)
      |      ^~~~~~~~
score.c: In function 'getScoreEB':
score.c:174:6: warning: old-style function definition [-Wold-style-definition]
  174 | void getScoreEB(y, score1, score2, pnr, pnc1, pnc2, avgscore1_0, avgscore1_1,
      |      ^~~~~~~~~~
gcc -shared -s -static-libgcc -o CGEN.dll tmp.def Additive.o CML.o ccl.o csclust.o fsclust.o hcl.o pmatch.o score.o -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgfortran -lquadmath -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/meat/CGEN.buildbin-libdir/00LOCK-CGEN/00new/CGEN/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'CGEN' as CGEN_3.43.0.zip
* DONE (CGEN)