Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-01-25 15:39 -0500 (Sat, 25 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4658 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" | 4455 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4408 |
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 1638/2286 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
QuasR 1.47.2 (landing page) Michael Stadler
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the QuasR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/QuasR.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: QuasR |
Version: 1.47.2 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:QuasR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings QuasR_1.47.2.tar.gz |
StartedAt: 2025-01-25 10:34:40 -0000 (Sat, 25 Jan 2025) |
EndedAt: 2025-01-25 10:47:01 -0000 (Sat, 25 Jan 2025) |
EllapsedTime: 740.9 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: QuasR.Rcheck |
Warnings: 6 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:QuasR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings QuasR_1.47.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/QuasR.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 ‘QuasR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘QuasR’ version ‘1.47.2’ * 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 ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘QuasR’ 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/QuasR.Rcheck/00install.out’ for details. * used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’ * used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ * checking installed package size ... INFO installed size is 7.1Mb sub-directories of 1Mb or more: extdata 1.0Mb libs 5.1Mb * 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 ... 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 Unexported objects imported by ':::' calls: ‘ShortRead:::.ShortReadQQA’ ‘ShortRead:::.qa_adapterContamination’ ‘ShortRead:::.set_omp_threads’ See the note in ?`:::` about the use of this operator. * 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 Foreign function call to a different package: .Call(ShortRead:::.set_omp_threads, ...) 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... INFO GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... WARNING Note: information on .o files is not available File ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/QuasR/libs/QuasR.so’: Found ‘abort’, possibly from ‘abort’ (C) Found ‘exit’, possibly from ‘exit’ (C) Found ‘sprintf’, possibly from ‘sprintf’ (C) Found ‘stderr’, possibly from ‘stderr’ (C) Found ‘stdout’, possibly from ‘stdout’ (C) 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 ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed qCount 22.774 1.249 46.076 qQCReport 5.200 0.500 5.715 qProject-class 0.778 0.164 21.073 qMeth 0.751 0.155 23.298 qExportWig 0.162 0.012 20.471 * 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: 6 WARNINGs, 5 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/00check.log’ for details.
QuasR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL QuasR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’ * installing *source* package ‘QuasR’ ... ** using staged installation ** libs using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’ using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c R_init_QuasR.cpp -o R_init_QuasR.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c bam_cat.c -o bam_cat.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c bam_plbuf.c -o bam_plbuf.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c cat_bam.c -o cat_bam.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c convert_reads_id_bis_rc.c -o convert_reads_id_bis_rc.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c count_alignments.c -o count_alignments.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c count_alignments_subregions.c -o count_alignments_subregions.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c count_junctions.cpp -o count_junctions.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c export_wig.c -o export_wig.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c extract_unmapped_reads.c -o extract_unmapped_reads.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c filter_hisat2.c -o filter_hisat2.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c idxstats_bam.c -o idxstats_bam.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c merge_reorder_sam.cpp -o merge_reorder_sam.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c nucleotide_alignment_frequencies.c -o nucleotide_alignment_frequencies.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c profile_alignments.c -o profile_alignments.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c quantify_methylation.cpp -o quantify_methylation.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c remove_unmapped_from_sam.c -o remove_unmapped_from_sam.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c sam_opts.c -o sam_opts.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c sam_utils.c -o sam_utils.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c split_sam_chr.c -o split_sam_chr.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c utilities.c -o utilities.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o QuasR.so R_init_QuasR.o bam_cat.o bam_plbuf.o cat_bam.o convert_reads_id_bis_rc.o count_alignments.o count_alignments_subregions.o count_junctions.o export_wig.o extract_unmapped_reads.o filter_hisat2.o idxstats_bam.o merge_reorder_sam.o nucleotide_alignment_frequencies.o profile_alignments.o quantify_methylation.o remove_unmapped_from_sam.o sam_opts.o sam_utils.o split_sam_chr.o utilities.o /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/R/R/lib -lR installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-QuasR/00new/QuasR/libs ** R ** inst ** byte-compile and prepare package for lazy loading Warning: program compiled against libxml 212 using older 211 ** help *** installing help indices ** 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 (QuasR)
QuasR.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. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "") > > library(testthat) > library(QuasR) Loading required package: parallel 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: Rbowtie Warning: program compiled against libxml 212 using older 211 > > test_check("QuasR") Warning: program compiled against libxml 212 using older 211 Warning: program compiled against libxml 212 using older 211 * installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices * DONE (BSgenome.HSapiens.QuasR.hg19sub) Import genomic features from the file as a GRanges object ... OK Prepare the 'metadata' data frame ... OK Make the TxDb object ... OK Attaching package: 'Biostrings' The following object is masked from 'package:base': strsplit Attaching package: 'rtracklayer' The following object is masked from 'package:BiocIO': FileForFormat alignment files missing - need to: create alignment index for the genome create 2 genomic alignment(s) Creating an Rbowtie index for /home/biocbuild/tmp/Rtmp6uIPy2/Rtmp6uIPy2/file374c812f187747.fa Finished creating index * installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub.Rbowtie’ ... ** using staged installation ** inst ** help *** installing help indices ** building package indices ** 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 (BSgenome.HSapiens.QuasR.hg19sub.Rbowtie) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c81526fac44.txt Genomic alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 1 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 1 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8164c34d21.txt Genomic alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 1 genomic alignment(s) Creating an RbowtieCtoT index for /home/biocbuild/tmp/Rtmp6uIPy2/file374c811bbf801a.fa Finished creating index * installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub.RbowtieCtoT’ ... ** using staged installation ** inst ** help *** installing help indices ** building package indices ** 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 (BSgenome.HSapiens.QuasR.hg19sub.RbowtieCtoT) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 1 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c81345c2d25.txt Genomic alignments have been created successfully Creating .fai file for: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa alignment files missing - need to: create alignment index for the genome create 2 genomic alignment(s) create 2 auxiliary alignment(s) Creating an Rbowtie index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8171e2f0d3.txt Genomic alignments have been created successfully Creating an Rbowtie index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/NC_001422.1.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: nodeNames kunpeng2 2 Performing auxiliary alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8143bf4d96.txt Auxiliary alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 2 genomic alignment(s) Reading and processing the SNP file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt Creating the genome fasta file containing the SNPs: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa Creating the genome fasta file containing the SNPs: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa Creating a .fai file for the snp genome: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa Creating a .fai file for the snp genome: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa Creating an Rbowtie index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa Finished creating index Creating an Rbowtie index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8130827ccd.txt Genomic alignments have been created successfully alignment files missing - need to: create 2 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8179e71818.txt Genomic alignments have been created successfully alignment files missing - need to: create 4 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 4 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c814ff7a6bb.txt Genomic alignments have been created successfully alignment files missing - need to: create 2 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c814bc9eb63.txt Genomic alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 4 genomic alignment(s) Creating an Rhisat2 index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 4 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c81130f54c2.txt Genomic alignments have been created successfully alignment files missing - need to: create 2 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c817f16dfab.txt Genomic alignments have been created successfully alignment files missing - need to: create splice site file for gene annotation create 2 genomic alignment(s) Import genomic features from the file as a GRanges object ... OK Prepare the 'metadata' data frame ... OK Make the TxDb object ... OK Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c817886a8ef.txt Genomic alignments have been created successfully alignment files missing - need to: create splice site file for gene annotation create 2 genomic alignment(s) Loading required package: GenomicFeatures 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")'. Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 2 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c811b6e337d.txt Genomic alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 1 genomic alignment(s) Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 1 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8167e425d7.txt Genomic alignments have been created successfully alignment files missing - need to: create 1 genomic alignment(s) Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 1 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8148ca3f00.txt Genomic alignments have been created successfully alignment files missing - need to: create alignment index for the genome create 1 genomic alignment(s) Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa Finished creating index Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa Finished creating index Testing the compute nodes...OK Loading QuasR on the compute nodes...preparing to run on 2 nodes...done Available cores: kunpeng2: 2 Performing genomic alignments for 1 samples. See progress in the log file: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_374c8170abec70.txt Genomic alignments have been created successfully all necessary alignment files found Creating .fai file for: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file374c814def6b12.fa all necessary alignment files found Creating .fai file for: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file374c815be74b5e.fa all necessary alignment files found Creating .fai file for: /home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file374c812ed60858.fa all necessary alignment files found Warning: program compiled against libxml 212 using older 211 Warning: program compiled against libxml 212 using older 211 [E::hts_open_format] Failed to open file "no-file" : No such file or directory [samopen] no @SQ lines in the header. samtools cat: fail to open output file 'not-there/bfile': No such file or directory [E::hts_open_format] Failed to open file "err" : No such file or directory [E::idx_find_and_load] Could not retrieve index file for '/home/biocbuild/bbs-3.21-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file374c8164017795.sam' [E::hts_open_format] Failed to open file "err" : No such file or directory [E::hts_open_format] Failed to open file "err" : No such file or directory [E::hts_open_format] Failed to open file "err/err" : No such file or directory [E::hts_open_format] Failed to open file "err" : No such file or directory Error in checkForRemoteErrors(lapply(cl, recvResult)) : 2 nodes produced errors; first error: there is no package called ‘does_not_exist’ In addition: Warning messages: 1: In .makeTxDb_normarg_chrominfo(chrominfo) : genome version information is not available for this TxDb object 2: In .makeTxDb_normarg_chrominfo(chrominfo) : genome version information is not available for this TxDb object [ FAIL 0 | WARN 0 | SKIP 0 | PASS 409 ] Warning messages: 1: In .Internal(gc(verbose, reset, full)) : closing unused connection 8 (<-localhost:11125) 2: In .Internal(gc(verbose, reset, full)) : closing unused connection 7 (<-localhost:11125) > > proc.time() user system elapsed 135.287 10.094 206.202
QuasR.Rcheck/QuasR-Ex.timings
name | user | system | elapsed | |
QuasR-package | 0 | 0 | 0 | |
alignmentStats | 0 | 0 | 0 | |
preprocessReads | 2.125 | 0.095 | 2.229 | |
qAlign | 0 | 0 | 0 | |
qCount | 22.774 | 1.249 | 46.076 | |
qExportWig | 0.162 | 0.012 | 20.471 | |
qMeth | 0.751 | 0.155 | 23.298 | |
qProfile | 0.452 | 0.060 | 0.512 | |
qProject-class | 0.778 | 0.164 | 21.073 | |
qQCReport | 5.200 | 0.500 | 5.715 | |