| Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-07-16 11:41 -0400 (Tue, 16 Jul 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4677 |
| palomino6 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4416 |
| lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4444 |
| kjohnson3 | macOS 13.6.5 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4393 |
| palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4373 |
| 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 1765/2243 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| Rqc 1.39.0 (landing page) Welliton Souza
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| palomino6 | Windows Server 2022 Datacenter / x64 | OK | OK | TIMEOUT | OK | |||||||||
| lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.6.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | TIMEOUT | OK | |||||||||
|
To the developers/maintainers of the Rqc package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rqc.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. |
| Package: Rqc |
| Version: 1.39.0 |
| Command: C:\Users\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:Rqc.install-out.txt --library=C:\Users\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings Rqc_1.39.0.tar.gz |
| StartedAt: 2024-07-16 03:30:57 -0400 (Tue, 16 Jul 2024) |
| EndedAt: 2024-07-16 04:10:58 -0400 (Tue, 16 Jul 2024) |
| EllapsedTime: 2401.1 seconds |
| RetCode: None |
| Status: TIMEOUT |
| CheckDir: Rqc.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### C:\Users\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:Rqc.install-out.txt --library=C:\Users\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings Rqc_1.39.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'C:/Users/biocbuild/bbs-3.20-bioc/meat/Rqc.Rcheck'
* using R version 4.4.1 (2024-06-14 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
gcc.exe (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'Rqc/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'Rqc' version '1.39.0'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
.travis.yml
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... OK
* checking whether package 'Rqc' can be installed ... OK
* used C++ compiler: 'G__~1.EXE (GCC) 13.2.0'
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
'IRanges' 'Rcpp'
All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.20-bioc/R/library/Rqc/libs/x64/Rqc.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
Rqc.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### C:\Users\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL Rqc
###
##############################################################################
##############################################################################
* installing to library 'C:/Users/biocbuild/bbs-3.20-bioc/R/library'
* installing *source* package 'Rqc' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 13.2.0'
g++ -std=gnu++17 -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'C:/Users/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RRDNA.cpp -o RRDNA.o
RRDNA.cpp: In function 'Rcpp::StringVector toRRDNA(Rcpp::StringVector)':
RRDNA.cpp:51:27: warning: comparison of integer expressions of different signedness: 'R_len_t' {aka 'int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
51 | for (j = 0; j < dna.size(); j+=3)
| ~~^~~~~~~~~~~~
RRDNA.cpp: In function 'Rcpp::StringVector fromRRDNA(Rcpp::StringVector)':
RRDNA.cpp:102:22: warning: comparison of integer expressions of different signedness: 'R_len_t' {aka 'int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
102 | for(j = 1; j < rrdna.size(); ++j) {
| ~~^~~~~~~~~~~~~~
g++ -std=gnu++17 -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'C:/Users/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -shared -s -static-libgcc -o Rqc.dll tmp.def RRDNA.o RcppExports.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LC:/Users/biocbuild/bbs-3.20-bioc/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.20-bioc/R/library/00LOCK-Rqc/00new/Rqc/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rqc)
Rqc.Rcheck/Rqc-Ex.timings
| name | user | system | elapsed | |
| Rqc-package | 14.66 | 0.61 | 16.05 | |
| RqcResultSet-class | 0.02 | 0.00 | 0.02 | |
| checkpoint | 0 | 0 | 0 | |
| detectFileFormat | 0 | 0 | 0 | |
| fromRRDNA | 0 | 0 | 0 | |
| matdist | 0 | 0 | 0 | |
| rqc | 6.52 | 0.38 | 7.59 | |
| rqcCycleAverageQualityPcaPlot | 0.20 | 0.01 | 0.22 | |
| rqcCycleAverageQualityPlot | 0.17 | 0.02 | 0.19 | |
| rqcCycleBaseCallsPlot | 0.35 | 0.00 | 0.34 | |
| rqcCycleGCPlot | 0.15 | 0.00 | 0.16 | |
| rqcCycleQualityBoxPlot | 1.60 | 0.05 | 1.64 | |
| rqcCycleQualityPlot | 0.56 | 0.04 | 0.61 | |
| rqcFileHeatmap | 0.89 | 0.00 | 0.92 | |
| rqcGroupCycleAverageQualityPlot | 0.20 | 0.02 | 0.22 | |
| rqcQA | 0.10 | 0.01 | 0.12 | |
| rqcReadFrequencyPlot | 0.12 | 0.00 | 0.13 | |
| rqcReadQualityBoxPlot | 0.16 | 0.00 | 0.16 | |
| rqcReadQualityPlot | 0.11 | 0.00 | 0.11 | |
| rqcReadWidthPlot | 0.15 | 0.00 | 0.16 | |
| rqcReport | 7.03 | 0.39 | 7.84 | |
| rqcShinyReport | 0 | 0 | 0 | |
| stats4trim | 0.07 | 0.00 | 0.06 | |
| subsetByGroup | 0.45 | 0.02 | 0.49 | |
| subsetByPair | 0 | 0 | 0 | |
| toRRDNA | 0 | 0 | 0 | |