Back to Multiple platform build/check report for BioC 3.15 |
|
This page was generated on 2022-10-19 13:21:29 -0400 (Wed, 19 Oct 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4386 |
palomino3 | Windows Server 2022 Datacenter | x64 | 4.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" | 4138 |
merida1 | macOS 10.14.6 Mojave | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4205 |
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 |
To the developers/maintainers of the flowClust package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/flowClust.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 677/2140 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
flowClust 3.34.0 (landing page) Greg Finak
| nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: flowClust |
Version: 3.34.0 |
Command: F:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL flowClust |
StartedAt: 2022-10-18 15:49:21 -0400 (Tue, 18 Oct 2022) |
EndedAt: 2022-10-18 15:49:53 -0400 (Tue, 18 Oct 2022) |
EllapsedTime: 31.7 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL flowClust ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.15-bioc/R/library' * installing *source* package 'flowClust' ... ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs rm -f BoxCox.o BoxCoxPriors.o Nu.o flowClust.o flowClustGaussian.o ranMVNT.o flowClust.dll gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c BoxCox.c -o BoxCox.o gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c BoxCoxPriors.c -o BoxCoxPriors.o BoxCoxPriors.c: In function 'BoxCoxGradientPriors': BoxCoxPriors.c:57:16: warning: unused variable 'rowZ' [-Wunused-variable] 57 | rowPrecision, rowZ, rowLambda0; | ^~~~ BoxCoxPriors.c:33:24: warning: unused variable 'kappa0' [-Wunused-variable] 33 | double *nu0 = p->nu0, kappa0 = p->kappa0; | ^~~~~~ BoxCoxPriors.c:32:7: warning: unused variable 'itersolve' [-Wunused-variable] 32 | int *itersolve = p->itersolve; | ^~~~~~~~~ BoxCoxPriors.c:31:6: warning: unused variable 'iter' [-Wunused-variable] 31 | int iter = p->iter; | ^~~~ BoxCoxPriors.c:28:6: warning: unused variable 'model' [-Wunused-variable] 28 | int model = *p->model; | ^~~~~ BoxCoxPriors.c:23:14: warning: unused variable 'SumZlogY' [-Wunused-variable] 23 | gsl_vector *SumZlogY = p->SumZlogY; | ^~~~~~~~ BoxCoxPriors.c:15:14: warning: unused variable 'Precision' [-Wunused-variable] 15 | gsl_matrix *Precision = p->Precision; // will be updated | ^~~~~~~~~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c Nu.c -o Nu.o gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c flowClust.c -o flowClust.o flowClust.c: In function 'flowClust': flowClust.c:48:2: warning: unused variable 'matrixZUY2' [-Wunused-variable] 48 | matrixZUY2; | ^~~~~~~~~~ flowClust.c:46:48: warning: unused variable 'subRowZUY2' [-Wunused-variable] 46 | rowYTransS, rowZUY, subRowZUY, rowZ, rowZUY2, subRowZUY2; | ^~~~~~~~~~ flowClust.c:46:39: warning: unused variable 'rowZUY2' [-Wunused-variable] 46 | rowYTransS, rowZUY, subRowZUY, rowZ, rowZUY2, subRowZUY2; | ^~~~~~~ flowClust.c: In function 'ECMUpdateSigmaG2': flowClust.c:1111:6: warning: unused variable 'i' [-Wunused-variable] 1111 | int i=0; | ^ At top level: flowClust.c:10:27: warning: 'CEntries' defined but not used [-Wunused-const-variable=] 10 | static const R_CMethodDef CEntries[] = { { "flowClust", (DL_FUNC) & flowClust, | ^~~~~~~~ flowClust.c: In function 'flowClust': flowClust.c:702:13: warning: 's3' may be used uninitialized in this function [-Wmaybe-uninitialized] 702 | status = gsl_min_fminimizer_set(s3, &F3, *nu, *nuLow, *nuUp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flowClust.c:647:15: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized] 647 | nu_hi = gsl_root_fsolver_x_upper(s2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ flowClust.c:348:14: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] 348 | x_hi = gsl_root_fsolver_x_upper(s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c flowClustGaussian.c -o flowClustGaussian.o flowClustGaussian.c: In function 'flowClustGaussian': flowClustGaussian.c:207:14: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] 207 | x_hi = gsl_root_fsolver_x_upper(s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"F:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I/src/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c ranMVNT.c -o ranMVNT.o gcc -shared -s -static-libgcc -o flowClust.dll tmp.def BoxCox.o BoxCoxPriors.o Nu.o flowClust.o flowClustGaussian.o ranMVNT.o -lgsl -lgslcblas -lm -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.15-bioc/R/library/00LOCK-flowClust/00new/flowClust/libs/x64 ** R ** data ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'Map' in package 'flowClust' ** 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 * DONE (flowClust)