Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2023-04-12 11:05:14 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
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

INSTALL results for PICS on nebbiolo2


To the developers/maintainers of the PICS package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/PICS.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.

raw results

Package 1485/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PICS 2.42.0  (landing page)
Renan Sauteraud
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/PICS
git_branch: RELEASE_3_16
git_last_commit: 135440e
git_last_commit_date: 2022-11-01 11:05:01 -0400 (Tue, 01 Nov 2022)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: PICS
Version: 2.42.0
Command: /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD INSTALL PICS
StartedAt: 2023-04-10 15:29:34 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 15:30:15 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 41.1 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD INSTALL PICS
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.16-bioc/R/site-library’
* installing *source* package ‘PICS’ ...
** using staged installation
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GSL... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c pics.c -o pics.o
pics.c: In function ‘ECM2’:
pics.c:1009:9: warning: variable ‘chiSum’ set but not used [-Wunused-but-set-variable]
 1009 |  double chiSum, etaF, etaR, dd, cc;
      |         ^~~~~~
pics.c: In function ‘getInfMat’:
pics.c:1633:76: warning: unused variable ‘PhiRw’ [-Wunused-variable]
 1633 |    double aNormF, aNormR, bNormF, bNormR, P0F=1, P0R=1, PhiF, PhiR, PhiFw, PhiRw, wPjF, wPjR;
      |                                                                            ^~~~~
pics.c:1633:69: warning: unused variable ‘PhiFw’ [-Wunused-variable]
 1633 |    double aNormF, aNormR, bNormF, bNormR, P0F=1, P0R=1, PhiF, PhiR, PhiFw, PhiRw, wPjF, wPjR;
      |                                                                     ^~~~~
pics.c: In function ‘mergePeak’:
pics.c:1889:11: warning: unused variable ‘j’ [-Wunused-variable]
 1889 |   int i=0,j=0,k=0,l=0,kMerge=0,flag=0;
      |           ^
pics.c:1889:7: warning: unused variable ‘i’ [-Wunused-variable]
 1889 |   int i=0,j=0,k=0,l=0,kMerge=0,flag=0;
      |       ^
pics.c: In function ‘BIC’:
pics.c:1307:6: warning: ‘penalty’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 1307 |  bic = logDensityMix(yF, w, muF, sigmaSqF, K, NF) + logDensityMix(yR, w, muR, sigmaSqR, K,NR) - penalty;
      |  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pics.c: In function ‘fitModelK’:
pics.c:421:18: warning: ‘firstFit’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  421 |  SEXP ans, temp, firstFit;
      |                  ^~~~~~~~
gcc -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c segment.c -o segment.o
segment.c: In function ‘getDensity’:
segment.c:1494:19: warning: variable ‘chr’ set but not used [-Wunused-but-set-variable]
 1494 |   SEXP ans, x, y, chr, names;
      |                   ^~~
segment.c:1490:8: warning: unused variable ‘filter1’ [-Wunused-variable]
 1490 |   SEXP filter1;
      |        ^~~~~~~
segment.c:1489:11: warning: unused variable ‘muFilter’ [-Wunused-variable]
 1489 |   double *muFilter, *deltaFilter, *sFFilter, *sRFilter, *seFilter, *seFilterF, *seFilterR, *scoreFilter, *score;
      |           ^~~~~~~~
gcc -shared -L/home/biocbuild/bbs-3.16-bioc/R/lib -L/usr/local/lib -o PICS.so pics.o segment.o -lgsl -lgslcblas -lm -L/home/biocbuild/bbs-3.16-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.16-bioc/R/site-library/00LOCK-PICS/00new/PICS/libs
** R
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (PICS)