Back to Multiple platform build/check report for BioC 3.15
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-03-18 11:07:17 -0400 (Fri, 18 Mar 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 20.04.4 LTS)x86_64R Under development (unstable) (2022-02-17 r81757) -- "Unsuffered Consequences" 4334
riesling1Windows Server 2019 Standardx64R Under development (unstable) (2021-11-21 r81221) -- "Unsuffered Consequences" 4097
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2022-02-17 r81757 ucrt) -- "Unsuffered Consequences" 4083
merida1macOS 10.14.6 Mojavex86_64R Under development (unstable) (2022-03-02 r81842) -- "Unsuffered Consequences" 4134
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

BUILD BIN results for csaw on riesling1


To the developers/maintainers of the csaw package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/csaw.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here 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 428/2090HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
csaw 1.29.1  (landing page)
Aaron Lun
Snapshot Date: 2022-03-17 13:55:23 -0400 (Thu, 17 Mar 2022)
git_url: https://git.bioconductor.org/packages/csaw
git_branch: master
git_last_commit: e480196
git_last_commit_date: 2021-11-20 23:29:19 -0400 (Sat, 20 Nov 2021)
nebbiolo1Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
riesling1Windows Server 2019 Standard / x64  OK    OK    OK    OK  
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: csaw
Version: 1.29.1
Command: rm -rf csaw.buildbin-libdir && mkdir csaw.buildbin-libdir && D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL --build --library=csaw.buildbin-libdir csaw_1.29.1.tar.gz
StartedAt: 2022-03-17 21:02:53 -0400 (Thu, 17 Mar 2022)
EndedAt: 2022-03-17 21:05:21 -0400 (Thu, 17 Mar 2022)
EllapsedTime: 148.1 seconds
RetCode: 0
Status:   OK  
PackageFile: csaw_1.29.1.zip
PackageFileSize: 2.295 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf csaw.buildbin-libdir && mkdir csaw.buildbin-libdir && D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL --build --library=csaw.buildbin-libdir csaw_1.29.1.tar.gz
###
##############################################################################
##############################################################################


* installing *source* package 'csaw' ...
** using staged installation
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c annotator.cpp -o annotator.o
annotator.cpp: In function 'SEXPREC* annotate_overlaps(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
annotator.cpp:47:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
         while (counter < nolaps && query[counter]==curreg) {
                ~~~~~~~~^~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c bam_utils.cpp -o bam_utils.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c best_in_cluster.cpp -o best_in_cluster.o
best_in_cluster.cpp: In function 'SEXPREC* best_in_cluster(SEXP, SEXP, SEXP)':
best_in_cluster.cpp:11:10: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  if (nwin!=clustids.size() || nwin!=winweight.size()) {
      ~~~~^~~~~~~~~~~~~~~~~
best_in_cluster.cpp:11:35: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  if (nwin!=clustids.size() || nwin!=winweight.size()) {
                               ~~~~^~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c check_bimodality.cpp -o check_bimodality.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c correlate_reads.cpp -o correlate_reads.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c find_maxima.cpp -o find_maxima.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c get_profile.cpp -o get_profile.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c get_rle_counts.cpp -o get_rle_counts.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c init.cpp -o init.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c intersector.cpp -o intersector.o
intersector.cpp: In constructor 'intersector::intersector(SEXP, SEXP)':
intersector.cpp:8:10: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
     if (N!=elements.size()) {
         ~^~~~~~~~~~~~~~~~~
intersector.cpp:32:36: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
         if (current < 0 || current >= nelements) {
                            ~~~~~~~~^~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c merge_windows.cpp -o merge_windows.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c pair_reads.cpp -o pair_reads.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c single_reads.cpp -o single_reads.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/zlibbioc/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition  -c utils.cpp -o utils.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o csaw.dll tmp.def annotator.o bam_utils.o best_in_cluster.o check_bimodality.o correlate_reads.o find_maxima.o get_profile.o get_rle_counts.o init.o intersector.o merge_windows.o pair_reads.o single_reads.o utils.o D:/biocbuild/bbs-3.15-bioc/R/library/Rhtslib/usrlib/x64/libhts.a -LC:/extsoft/lib/x64 -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lz -lws2_32 -lwldap32 -lwinmm -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LD:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lR
installing to D:/biocbuild/bbs-3.15-bioc/meat/csaw.buildbin-libdir/00LOCK-csaw/00new/csaw/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'csaw'
    finding HTML links ... done
    SEmethods                               html  
    finding level-2 HTML links ... done

    calculateCPM                            html  
    checkBimodality                         html  
    cluster-direction                       html  
    clusterFDR                              html  
    clusterWindows                          html  
    clusterWindowsList                      html  
    combineTests                            html  
    correlateReads                          html  
    csawUsersGuide                          html  
    defunct                                 html  
    detailRanges                            html  
    empiricalFDR                            html  
    extractReads                            html  
    filterWindows                           html  
    findMaxima                              html  
    getBestTest                             html  
    getPESizes                              html  
    getWidths                               html  
    maximizeCcf                             html  
    mergeResults                            html  
    mergeResultsList                        html  
    mergeWindows                            html  
    mergeWindowsList                        html  
    minimalTests                            html  
    mixedTests                              html  
    normFactors                             html  
    normOffsets                             html  
    overlapStats                            html  
    profileSites                            html  
    readParam                               html  
    regionCounts                            html  
    scaledAverage                           html  
    strandedCounts                          html  
    upweightSummit                          html  
    windowCounts                            html  
    wwhm                                    html  
** 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 'csaw' as csaw_1.29.1.zip
* DONE (csaw)