Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-01-04 11:46 -0500 (Sat, 04 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4756 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4475 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4435 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4390 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4383 |
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 684/2275 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
extraChIPs 1.11.0 (landing page) Stevie Pederson
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the extraChIPs package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/extraChIPs.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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: extraChIPs |
Version: 1.11.0 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:extraChIPs.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings extraChIPs_1.11.0.tar.gz |
StartedAt: 2025-01-04 06:12:52 -0000 (Sat, 04 Jan 2025) |
EndedAt: 2025-01-04 06:23:52 -0000 (Sat, 04 Jan 2025) |
EllapsedTime: 659.8 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: extraChIPs.Rcheck |
Warnings: 5 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:extraChIPs.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings extraChIPs_1.11.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/extraChIPs.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: openEuler 24.03 (LTS) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘extraChIPs/DESCRIPTION’ ... OK * this is package ‘extraChIPs’ version ‘1.11.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Depends: includes the non-default packages: 'BiocParallel', 'GenomicRanges', 'ggplot2', 'ggside', 'SummarizedExperiment', 'tibble' Adding so many packages to the search path is excessive and importing selectively is preferable. Imports includes 28 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * 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: .BBSoptions These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘extraChIPs’ can be installed ... WARNING Found the following significant warnings: Warning: program compiled against libxml 212 using older 211 See ‘/home/biocbuild/bbs-3.21-bioc/meat/extraChIPs.Rcheck/00install.out’ for details. * used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.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 ...Warning: program compiled against libxml 212 using older 211 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 ... NOTE Warning: program compiled against libxml 212 using older 211 A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... NOTE Warning: program compiled against libxml 212 using older 211 * checking S3 generic/method consistency ... WARNING Warning: program compiled against libxml 212 using older 211 See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. * checking replacement functions ... WARNING Warning: program compiled against libxml 212 using older 211 The argument of a replacement function which corresponds to the right hand side must be named ‘value’. * checking foreign function calls ... NOTE Warning: program compiled against libxml 212 using older 211 See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. * checking R code for possible problems ... NOTE Warning: program compiled against libxml 212 using older 211 * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Warning: program compiled against libxml 212 using older 211 All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... WARNING Warning: program compiled against libxml 212 using older 211 Warning: program compiled against libxml 212 using older 211 Warning: program compiled against libxml 212 using older 211 * checking Rd \usage sections ... NOTE Warning: program compiled against libxml 212 using older 211 The \usage entries for S3 methods should use the \method markup and not their full name. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed defineRegions 5.399 0.004 5.416 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 5 WARNINGs, 7 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/extraChIPs.Rcheck/00check.log’ for details.
extraChIPs.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL extraChIPs ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’ * installing *source* package ‘extraChIPs’ ... ** using staged installation ** libs using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c FMStable.c -o FMStable.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c init.c -o init.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o extraChIPs.so FMStable.o init.o -L/home/biocbuild/R/R/lib -lR installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-extraChIPs/00new/extraChIPs/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading Warning: program compiled against libxml 212 using older 211 ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: program compiled against libxml 212 using older 211 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location Warning: program compiled against libxml 212 using older 211 ** testing if installed package keeps a record of temporary installation path * DONE (extraChIPs)
extraChIPs.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-unknown-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(extraChIPs) Loading required package: BiocParallel Loading required package: GenomicRanges Loading required package: stats4 Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min Loading required package: S4Vectors Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: GenomeInfoDb Loading required package: ggplot2 Loading required package: ggside Loading required package: SummarizedExperiment Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians Loading required package: tibble Warning: program compiled against libxml 212 using older 211 > > test_check("extraChIPs") Loading required package: Biostrings Loading required package: XVector Attaching package: 'Biostrings' The following object is masked from 'package:base': strsplit Getting coverage across all 1 peaks...done (0.65s) Finding centres by chromosome...done (0.41s) Getting coverage across all 1 peaks...done (0.52s) Finding centres by chromosome...done (0.39s) Getting coverage across all 1 peaks...done (0.51s) Finding centres by chromosome...done (0.40s) Getting coverage across all 1 peaks...done (0.35s) Finding centres by chromosome...done (0.39s) Creating DESeqDataSet... converting counts to integer mode Calculating none normalisation factors... Estimating dispersions using fitType = local... gene-wise dispersion estimates mean-dispersion relationship final dispersion estimates using 'apeglm' for LFC shrinkage. If used in published research, please cite: Zhu, A., Ibrahim, J.G., Love, M.I. (2018) Heavy-tailed prior distributions for sequence count data: removing the noise and preserving large differences. Bioinformatics. https://doi.org/10.1093/bioinformatics/bty895 Creating DGE list... Calculating experiment-wide normalisation factors... Estimating dispersions... Running glmQLFit... Creating DGE list... Calculating experiment-wide normalisation factors... Estimating dispersions... Running glmQLFit... [ FAIL 0 | WARN 0 | SKIP 0 | PASS 591 ] > > proc.time() user system elapsed 120.007 8.517 127.636
extraChIPs.Rcheck/extraChIPs-Ex.timings
name | user | system | elapsed | |
addDiffStatus-methods | 1.688 | 0.068 | 1.759 | |
as_tibble | 0.658 | 0.001 | 0.660 | |
bestOverlap-methods | 1.376 | 0.095 | 1.474 | |
centrePeaks-methods | 0.701 | 0.020 | 0.727 | |
chopMC | 0.249 | 0.004 | 0.254 | |
colToRanges-methods | 0.308 | 0.000 | 0.309 | |
collapseGenes | 0.003 | 0.000 | 0.003 | |
cytobands | 0.013 | 0.000 | 0.013 | |
defineRegions | 5.399 | 0.004 | 5.416 | |
defineSeqinfo | 0.014 | 0.000 | 0.014 | |
distinctMC | 0.484 | 0.032 | 0.517 | |
dualFilter | 0 | 0 | 0 | |
ex_datasets | 0.018 | 0.004 | 0.022 | |
fitAssayDiff-methods | 0.287 | 0.012 | 0.301 | |
fixed_width_datasets | 0.058 | 0.000 | 0.058 | |
getProfileData-methods | 2.617 | 0.088 | 2.718 | |
grlToSE-methods | 0.651 | 0.016 | 0.669 | |
importPeaks | 0.201 | 0.000 | 0.203 | |
makeConsensus | 1.308 | 0.000 | 1.312 | |
mapByFeature | 0.969 | 0.000 | 0.971 | |
mapGrlCols | 2.267 | 0.036 | 2.308 | |
mergeByCol-methods | 0.439 | 0.004 | 0.444 | |
mergeByHMP-methods | 0.727 | 0.004 | 0.733 | |
mergeBySig-methods | 0.628 | 0.000 | 0.630 | |
partitionRanges-methods | 1.567 | 0.048 | 1.618 | |
plotAssayDensities-methods | 1.360 | 0.084 | 1.447 | |
plotAssayHeatmap-methods | 0.584 | 0.028 | 0.614 | |
plotAssayPCA-methods | 1.174 | 0.079 | 1.257 | |
plotAssayRle-methods | 1.151 | 0.132 | 1.286 | |
plotGrlCol | 2.137 | 0.120 | 2.262 | |
plotHFGC | 0.001 | 0.000 | 0.000 | |
plotOverlaps-methods | 4.400 | 0.223 | 4.637 | |
plotPairwise | 4.659 | 0.132 | 4.802 | |
plotPie-methods | 2.038 | 0.056 | 2.111 | |
plotProfileHeatmap-methods | 0 | 0 | 0 | |
plotSplitDonut-methods | 1.814 | 0.079 | 1.899 | |
propOverlap-methods | 0.401 | 0.000 | 0.403 | |
reduceMC | 0.377 | 0.004 | 0.382 | |
setoptsMC-methods | 1.428 | 0.008 | 1.438 | |
stitchRanges | 0.418 | 0.008 | 0.426 | |
voomWeightsFromCPM | 0.313 | 0.000 | 0.318 | |