| Back to First build/check report with an "external build node" |
This page was generated on 2023-06-01 18:17:19 -0400 (Thu, 01 Jun 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| xps15 | Linux (Ubuntu 23.04) | x86_64 | 4.3.0 Patched (2023-05-23 r84466) -- "Already Tomorrow" | 544 |
| 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 nem package: Use the following Renviron settings to reproduce errors and warnings. Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details. |
| Package 60/91 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | |||||||
Holger Froehlich
| xps15 | Linux (Ubuntu 23.04) / x86_64 | OK | ERROR | skipped | ||||||||
| Package: nem |
| Version: 2.63.0 |
| Command: /home/hpages/bbs-3.18-bioc/R/bin/R CMD INSTALL nem |
| StartedAt: 2023-06-01 12:22:14 -0700 (Thu, 01 Jun 2023) |
| EndedAt: 2023-06-01 12:22:27 -0700 (Thu, 01 Jun 2023) |
| EllapsedTime: 13.1 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/hpages/bbs-3.18-bioc/R/bin/R CMD INSTALL nem
###
##############################################################################
##############################################################################
* installing to library ‘/home/hpages/bbs-3.18-bioc-testing/Rlibs’
* installing *source* package ‘nem’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 12.2.0-17ubuntu1) 12.2.0’
gcc -I"/home/hpages/bbs-3.18-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c MCMC.c -o MCMC.o
MCMC.c: In function ‘network_likelihood’:
MCMC.c:116:62: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
116 | if(egene_prior[i][s] > 0 & s < nsgenes){
| ~~~~~~~~~~~~~~~~~~^~~
MCMC.c:125:62: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
125 | if(egene_prior[i][s] > 0 & s == nsgenes){ // virtual "null" S-gene (not connected to any other S-gene, never perturbed) ==> automatic E-gene selection
| ~~~~~~~~~~~~~~~~~~^~~
MCMC.c: In function ‘MCMCrun’:
MCMC.c:403:10: warning: unused variable ‘stored2’ [-Wunused-variable]
403 | long stored2 = 0;
| ^~~~~~~
MCMC.c:402:10: warning: unused variable ‘stored’ [-Wunused-variable]
402 | long stored = 0;
| ^~~~~~
MCMC.c:359:35: warning: unused variable ‘mutinf’ [-Wunused-variable]
359 | double loglikMean, loglikSum, mutinf, delta, logPrior_cur_scale;
| ^~~~~~
MCMC.c: In function ‘network_likelihood’:
MCMC.c:155:34: warning: ‘max_loglik0_idx’ may be used uninitialized [-Wmaybe-uninitialized]
155 | loglik += loglik0[max_loglik0_idx] + log(1 + loglik_tmp); // the "1" is there, because exp(loglik0[max_loglik0_idx] - loglik0[max_loglik0_idx]) = 1, which is omitted in the loop above
| ^
MCMC.c:108:13: note: ‘max_loglik0_idx’ was declared here
108 | int max_loglik0_idx;
| ^~~~~~~~~~~~~~~
MCMC.c: In function ‘MCMCrun’:
MCMC.c:455:19: warning: ‘delta_poss_operations’ may be used uninitialized [-Wmaybe-uninitialized]
455 | hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MCMC.c:420:9: note: ‘delta_poss_operations’ was declared here
420 | int delta_poss_operations;
| ^~~~~~~~~~~~~~~~~~~~~
MCMC.c:455:19: warning: ‘logPrior_cur’ may be used uninitialized [-Wmaybe-uninitialized]
455 | hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MCMC.c:407:24: note: ‘logPrior_cur’ was declared here
407 | double likelihood, logPrior_cur, priorScale_new;
| ^~~~~~~~~~~~
MCMC.c:455:19: warning: ‘likelihood’ may be used uninitialized [-Wmaybe-uninitialized]
455 | hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MCMC.c:407:12: note: ‘likelihood’ was declared here
407 | double likelihood, logPrior_cur, priorScale_new;
| ^~~~~~~~~~
gcc -I"/home/hpages/bbs-3.18-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c netlearn.c -o netlearn.o
netlearn.c: In function ‘learn_network’:
netlearn.c:168:16: warning: unused variable ‘lik_switch’ [-Wunused-variable]
168 | double lik_switch;
| ^~~~~~~~~~
gcc -I"/home/hpages/bbs-3.18-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c wrapper.c -o wrapper.o
wrapper.c: In function ‘MCMCrunWrapper’:
wrapper.c:107:27: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
107 | int useMCMC = (sample > 0 & burnin > 0);
| ~~~~~~~^~~
gcc -shared -L/usr/local/lib -o nem.so MCMC.o netlearn.o wrapper.o
installing to /home/hpages/bbs-3.18-bioc-testing/Rlibs/00LOCK-nem/00new/nem/libs
** 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
Warning: Package 'nem' is deprecated and will be removed from Bioconductor
version 3.12
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning: Package 'nem' is deprecated and will be removed from Bioconductor
version 3.12
** testing if installed package keeps a record of temporary installation path
* DONE (nem)