| Back to Multiple platform build/check report for BioC 3.15 |
|
This page was generated on 2022-03-18 11:07:37 -0400 (Fri, 18 Mar 2022).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | R Under development (unstable) (2022-02-17 r81757) -- "Unsuffered Consequences" | 4334 |
| riesling1 | Windows Server 2019 Standard | x64 | R Under development (unstable) (2021-11-21 r81221) -- "Unsuffered Consequences" | 4097 |
| palomino3 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-02-17 r81757 ucrt) -- "Unsuffered Consequences" | 4083 |
| merida1 | macOS 10.14.6 Mojave | x86_64 | R 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 | ||||
|
To the developers/maintainers of the GenomicFeatures package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GenomicFeatures.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. |
| Package 753/2090 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| GenomicFeatures 1.47.12 (landing page) Bioconductor Package Maintainer
| nebbiolo1 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
| riesling1 | Windows Server 2019 Standard / x64 | OK | OK | ERROR | OK | |||||||||
| palomino3 | Windows Server 2022 Datacenter / x64 | OK | ERROR | skipped | skipped | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | ERROR | OK | |||||||||
| Package: GenomicFeatures |
| Version: 1.47.12 |
| Command: D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GenomicFeatures.install-out.txt --library=D:\biocbuild\bbs-3.15-bioc\R\library --no-vignettes --timings GenomicFeatures_1.47.12.tar.gz |
| StartedAt: 2022-03-17 19:10:53 -0400 (Thu, 17 Mar 2022) |
| EndedAt: 2022-03-17 19:18:43 -0400 (Thu, 17 Mar 2022) |
| EllapsedTime: 469.1 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: GenomicFeatures.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GenomicFeatures.install-out.txt --library=D:\biocbuild\bbs-3.15-bioc\R\library --no-vignettes --timings GenomicFeatures_1.47.12.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'D:/biocbuild/bbs-3.15-bioc/meat/GenomicFeatures.Rcheck'
* using R Under development (unstable) (2021-11-21 r81221)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'GenomicFeatures/DESCRIPTION' ... OK
* this is package 'GenomicFeatures' version '1.47.12'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
'BiocGenerics', 'S4Vectors', 'IRanges', 'GenomeInfoDb',
'GenomicRanges', 'AnnotationDbi'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'GenomicFeatures' can be installed ... OK
* 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 R 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
':::' call which should be '::': 'rtracklayer:::tableNames'
See the note in ?`:::` about the use of this operator.
Unexported objects imported by ':::' calls:
'biomaRt:::martBM' 'biomaRt:::martDataset' 'biomaRt:::martHost'
'rtracklayer:::resourceDescription'
See the note in ?`:::` about the use of this operator.
* 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 files in 'vignettes' ... OK
* checking examples ... ERROR
Running examples in 'GenomicFeatures-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: makeFeatureDbFromUCSC
> ### Title: Making a FeatureDb object from annotations available at the UCSC
> ### Genome Browser
> ### Aliases: supportedUCSCFeatureDbTracks supportedUCSCFeatureDbTables
> ### UCSCFeatureDbTableSchema makeFeatureDbFromUCSC
>
> ### ** Examples
>
> ## Display the list of genomes available at UCSC:
> library(GenomicFeatures)
> library(rtracklayer)
> ucscGenomes()[ , "db"]
Error in `[.XMLInternalDocument`(x, i, addFinalizer = addFinalizer) :
No method for subsetting an XMLInternalDocument with numeric
Calls: ucscGenomes ... [[.XMLInternalDocument -> [ -> [.XMLInternalDocument
Execution halted
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
Running 'run_unitTests.R'
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 2 NOTEs
See
'D:/biocbuild/bbs-3.15-bioc/meat/GenomicFeatures.Rcheck/00check.log'
for details.
GenomicFeatures.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL GenomicFeatures
###
##############################################################################
##############################################################################
* installing to library 'D:/biocbuild/bbs-3.15-bioc/R/library'
* installing *source* package 'GenomicFeatures' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package 'GenomicFeatures'
finding HTML links ... done
FeatureDb-class html
finding level-2 HTML links ... done
TxDb-class html
as-format-methods html
coordinate-mapping-methods html
coverageByTranscript html
disjointExons html
exonicParts html
extractTranscriptSeqs html
extractUpstreamSeqs html
features html
getPromoterSeq-methods html
id2name html
makeFeatureDbFromUCSC html
makeTxDb html
makeTxDbFromBiomart html
makeTxDbFromEnsembl html
makeTxDbFromGFF html
makeTxDbFromGRanges html
makeTxDbFromUCSC html
makeTxDbPackage html
mapIdsToRanges html
mapRangesToIds html
microRNAs html
nearest-methods html
proteinToGenome html
select-methods html
transcriptLengths html
transcriptLocs2refLocs html
transcripts html
transcriptsBy html
transcriptsByOverlaps 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
* DONE (GenomicFeatures)
Making 'packages.html' ... done
GenomicFeatures.Rcheck/tests/run_unitTests.Rout
R Under development (unstable) (2021-11-21 r81221) -- "Unsuffered Consequences"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
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.
> require("GenomicFeatures") || stop("unable to load GenomicFeatures package")
Loading required package: GenomicFeatures
Loading required package: BiocGenerics
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, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
tapply, union, unique, unsplit, which.max, which.min
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Attaching package: 'IRanges'
The following object is masked from 'package:grDevices':
windows
Loading required package: GenomeInfoDb
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
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")'.
[1] TRUE
> GenomicFeatures:::.test()
Loading required package: BSgenome
Loading required package: Biostrings
Loading required package: XVector
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
Loading required package: rtracklayer
Download and preprocess the 'transcripts' data frame ... OK
Download and preprocess the 'chrominfo' data frame ... OK
Download and preprocess the 'splicings' data frame ... OK
Download and preprocess the 'genes' data frame ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
'select()' returned 1:1 mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:1 mapping between keys and columns
'select()' returned 1:1 mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:1 mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:1 mapping between keys and columns
RUNIT TEST PROTOCOL -- Thu Mar 17 19:18:25 2022
***********************************************
Number of test functions: 73
Number of errors: 0
Number of failures: 0
1 Test Suite :
GenomicFeatures RUnit Tests - 73 test functions, 0 errors, 0 failures
Number of test functions: 73
Number of errors: 0
Number of failures: 0
Warning messages:
1: In valid.GenomicRanges.seqinfo(x, suggest.trim = TRUE) :
GRanges object contains 3 out-of-bound ranges located on sequences a,
b, and c. Note that ranges located on a sequence whose length is
unknown (NA) or on a circular sequence are not considered out-of-bound
(use seqlengths() and isCircular() to get the lengths and circularity
flags of the underlying sequences). You can use trim() to trim these
ranges. See ?`trim,GenomicRanges-method` for more information.
2: In valid.GenomicRanges.seqinfo(x, suggest.trim = TRUE) :
GRanges object contains 1 out-of-bound range located on sequence c.
Note that ranges located on a sequence whose length is unknown (NA) or
on a circular sequence are not considered out-of-bound (use
seqlengths() and isCircular() to get the lengths and circularity flags
of the underlying sequences). You can use trim() to trim these ranges.
See ?`trim,GenomicRanges-method` for more information.
3: In valid.GenomicRanges.seqinfo(x, suggest.trim = TRUE) :
GRanges object contains 1 out-of-bound range located on sequence c.
Note that ranges located on a sequence whose length is unknown (NA) or
on a circular sequence are not considered out-of-bound (use
seqlengths() and isCircular() to get the lengths and circularity flags
of the underlying sequences). You can use trim() to trim these ranges.
See ?`trim,GenomicRanges-method` for more information.
4: In valid.GenomicRanges.seqinfo(x, suggest.trim = TRUE) :
GRanges object contains 4 out-of-bound ranges located on sequences 1,
2, 3, and 4. Note that ranges located on a sequence whose length is
unknown (NA) or on a circular sequence are not considered out-of-bound
(use seqlengths() and isCircular() to get the lengths and circularity
flags of the underlying sequences). You can use trim() to trim these
ranges. See ?`trim,GenomicRanges-method` for more information.
5: In .get_cds_IDX(mcols0$type, mcols0$phase) :
The "phase" metadata column contains non-NA values for features of type
exon. This information was ignored.
6: In .get_cds_IDX(mcols0$type, mcols0$phase) :
The "phase" metadata column contains non-NA values for features of type
stop_codon. This information was ignored.
7: In .get_cds_IDX(mcols0$type, mcols0$phase) :
The "phase" metadata column contains non-NA values for features of type
stop_codon. This information was ignored.
8: In (function (seqlevels, genome, new_style) :
cannot switch some of hg19's seqlevels from UCSC to NCBI style
9: In (function (seqlevels, genome, new_style) :
cannot switch some of hg19's seqlevels from UCSC to NCBI style
>
> proc.time()
user system elapsed
111.00 3.42 142.21
GenomicFeatures.Rcheck/GenomicFeatures-Ex.timings
| name | user | system | elapsed | |
| FeatureDb-class | 0.07 | 0.00 | 0.06 | |
| TxDb-class | 1.07 | 0.06 | 1.14 | |
| as-format-methods | 0.96 | 0.11 | 1.06 | |
| coordinate-mapping-methods | 46.29 | 4.20 | 53.25 | |
| coverageByTranscript | 16.77 | 7.32 | 24.10 | |
| exonicParts | 31.67 | 4.42 | 36.10 | |
| extractTranscriptSeqs | 9.94 | 0.49 | 10.42 | |
| extractUpstreamSeqs | 1.26 | 0.25 | 1.51 | |
| features | 0.04 | 0.00 | 0.03 | |
| getPromoterSeq-methods | 0.44 | 0.05 | 0.48 | |
| id2name | 0.16 | 0.00 | 0.16 | |