############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:alabaster.files.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings alabaster.files_1.5.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/alabaster.files.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 ‘alabaster.files/DESCRIPTION’ ... OK * this is package ‘alabaster.files’ version ‘1.5.0’ * 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 ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘alabaster.files’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE License stub is invalid DCF. * 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 loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking dependencies in R code ... OK * 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 ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: BamFileReference.Rd: saveObject BcfFileReference.Rd: saveObject BedFileReference.Rd: saveObject BgzipIndexWrapper.Rd: stageObject BigBedFileReference.Rd: stageObject BigWigFileReference.Rd: stageObject FastaFileReference.Rd: saveObject FastqFileReference.Rd: saveObject GffFileReference.Rd: saveObject GmtFileReference.Rd: stageObject TabixIndexWrapper.Rd: stageObject virtual-wrapper.Rd: Annotated-class, metadata Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 ‘alabaster.files-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: BgzipIndexWrapper > ### Title: Wrapper for a Bgzip index file > ### Aliases: BgzipIndexWrapper BgzipIndexWrapper-class > ### stageObject,BgzipIndexWrapper-method loadBgzipIndexWrapper > > ### ** Examples > > # Mocking up a FASTA index file. > input <- system.file("extdata", "ce2dict1.fa", package="Rsamtools") > temp <- tempfile(fileext=".fa.bgz") > copy <- Rsamtools::bgzip(input, dest=temp) > Rsamtools::indexFa(copy) [1] "/home/biocbuild/tmp/Rtmp15BaHq/file191a0a5ad52cc0.fa.bgz.fai" > > # Creating a BgzipIndexWrapper. > wrapped <- BgzipIndexWrapper(paste0(copy, ".gzi")) > wrapped BgzipIndexWrapper object path: /home/biocbuild/tmp/Rtmp15BaHq/file191a0a5ad52cc0.fa.bgz.gzi metadata(0): > > # Staging the BgzipIndexWrapper. > dir <- tempfile() > library(alabaster.base) > info <- stageObject(wrapped, dir, "tab") > invisible(.writeMetadata(info, dir)) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/V8/libs/V8.so': libnode.so.72: cannot open shared object file: No such file or directory Calls: .writeMetadata ... jsonvalidate_js -> loadNamespace -> library.dynam -> dyn.load Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 3. │ └─alabaster.files (local) .local(x, dir, path, child, ...) 4. │ └─alabaster.files:::save_compressed_indexed_wrapper(...) 5. │ └─alabaster.files:::stage_with_index(...) 6. │ └─alabaster.base::.writeMetadata(imeta, dir) 7. │ └─alabaster.base::writeMetadata(...) 8. │ └─jsonvalidate::json_validate(...) 9. │ └─jsonvalidate::json_validator(...) 10. │ └─jsonvalidate:::jsonvalidate_js() 11. └─base::loadNamespace(x) 12. └─base::library.dynam(lib, package, package.lib) 13. └─base::dyn.load(file, DLLpath = DLLpath, ...) [ FAIL 16 | WARN 0 | SKIP 0 | PASS 85 ] Error: Test failures Execution halted * 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: 2 ERRORs, 2 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/alabaster.files.Rcheck/00check.log’ for details.