Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-11-02 11:40:50 -0400 (Thu, 02 Nov 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4729 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4463 |
lconway | macOS 12.6.5 Monterey | x86_64 | 4.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" | 4478 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4464 |
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 1061/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
IsoformSwitchAnalyzeR 2.2.0 (landing page) Kristoffer Vitting-Seerup
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.6.5 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the IsoformSwitchAnalyzeR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/IsoformSwitchAnalyzeR.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: IsoformSwitchAnalyzeR |
Version: 2.2.0 |
Command: /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:IsoformSwitchAnalyzeR.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings IsoformSwitchAnalyzeR_2.2.0.tar.gz |
StartedAt: 2023-11-02 11:34:56 -0000 (Thu, 02 Nov 2023) |
EndedAt: 2023-11-02 11:47:38 -0000 (Thu, 02 Nov 2023) |
EllapsedTime: 762.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: IsoformSwitchAnalyzeR.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:IsoformSwitchAnalyzeR.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings IsoformSwitchAnalyzeR_2.2.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/IsoformSwitchAnalyzeR.Rcheck’ * using R version 4.3.1 (2023-06-16) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (GCC) 10.3.1 GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘IsoformSwitchAnalyzeR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘IsoformSwitchAnalyzeR’ version ‘2.2.0’ * checking package namespace information ... OK * checking package dependencies ... NOTE Depends: includes the non-default packages: 'limma', 'DEXSeq', 'satuRn', 'sva', 'ggplot2', 'pfamAnalyzeR' 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 for sufficient/correct file permissions ... OK * checking whether package ‘IsoformSwitchAnalyzeR’ can be installed ... OK * used C compiler: ‘gcc (GCC) 10.3.1’ * checking installed package size ... NOTE installed size is 6.9Mb sub-directories of 1Mb or more: data 1.1Mb extdata 4.4Mb * 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 loading without being on the library search path ... 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 ... 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 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 ... ERROR Running examples in ‘IsoformSwitchAnalyzeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: importSalmonData > ### Title: Direct creation of a switchAnalyzeRlist from Salmon > ### quantification > ### Aliases: importSalmonData > > ### ** Examples > > ### Please note > # The way of importing files in the following example with > # "system.file('pathToFile', package="IsoformSwitchAnalyzeR") is > # specialized way of accessing the example data in the IsoformSwitchAnalyzeR package > # and not something you need to do - just supply the string e.g. > # parentDir = "individual_quantifications_in_subdir/" to the functions > # path (e.g. "myAnnotation/isoformsQuantified.gtf") to the isoformExonAnnoation argument > > ### Prepare data.frame with quant file info > salmonDf <- prepareSalmonFileDataFrame( + system.file("extdata/drosophila", package="IsoformSwitchAnalyzeR") + ) Found 4 Salmon quantifications of interest Adding NAs as conditions. Please modify these manually. > > ### Add conditions > salmonDf$condition <- c('wt','wt','ko','ko') > > ### Create switchAnalyzeRlist > aSwitchList <- importSalmonData(salmonDf) Importing quantification data... Importing annoation data... trying URL 'ftp://ftp.ensembl.org/pub/release-98/fasta/drosophila_melanogaster/cdna/Drosophila_melanogaster.BDGP6.22.cdna.all.fa.gz' Content type 'unknown' length 17378397 bytes (16.6 MB) ================================================== Warning: call dbDisconnect() when finished working with a connection trying URL 'ftp://ftp.ensembl.org/pub/release-98/fasta/drosophila_melanogaster/ncrna/Drosophila_melanogaster.BDGP6.22.ncrna.fa.gz' Content type 'unknown' length 956972 bytes (934 KB) ================================================== Massaging data... Making switchAnalyzeRlist... Step 1 of 10: Checking data... Step 2 of 10: Obtaining annotation... importing GTF (this may take a while)... trying URL 'ftp://ftp.ensembl.org/pub/release-98/gtf/drosophila_melanogaster/Drosophila_melanogaster.BDGP6.22.98.gtf.gz' Content type 'unknown' length 5896048 bytes (5.6 MB) ================================================== * 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, 3 NOTEs See ‘/home/biocbuild/bbs-3.18-bioc/meat/IsoformSwitchAnalyzeR.Rcheck/00check.log’ for details.
IsoformSwitchAnalyzeR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL IsoformSwitchAnalyzeR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘IsoformSwitchAnalyzeR’ ... ** using staged installation ** libs using C compiler: ‘gcc (GCC) 10.3.1’ gcc -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -c utils.c -o utils.o gcc -shared -L/home/biocbuild/R/R-4.3.1/lib -L/usr/local/lib -o IsoformSwitchAnalyzeR.so utils.o -L/home/biocbuild/R/R-4.3.1/lib -lR installing to /home/biocbuild/R/R-4.3.1/site-library/00LOCK-IsoformSwitchAnalyzeR/00new/IsoformSwitchAnalyzeR/libs ** R ** data ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (IsoformSwitchAnalyzeR)
IsoformSwitchAnalyzeR.Rcheck/IsoformSwitchAnalyzeR-Ex.timings
name | user | system | elapsed | |
IsoformSwitchTestDEXSeq | 98.218 | 1.646 | 101.208 | |
IsoformSwitchTestSatuRn | 4.196 | 0.083 | 4.321 | |
addORFfromGTF | 1.172 | 0.004 | 1.183 | |
analyzeAlternativSplicing | 9.986 | 0.008 | 10.016 | |
analyzeCPAT | 0.060 | 0.004 | 0.065 | |
analyzeCPC2 | 0.054 | 0.004 | 0.059 | |
analyzeDeepLoc2 | 0.287 | 0.024 | 0.312 | |
analyzeDeepTMHMM | 0.749 | 0.012 | 0.766 | |
analyzeIUPred2A | 3.590 | 0.004 | 3.602 | |
analyzeNovelIsoformORF | 0.959 | 0.004 | 0.966 | |
analyzeORF | 13.926 | 0.012 | 13.969 | |
analyzePFAM | 0.740 | 0.000 | 0.745 | |
analyzeSignalP | 0.109 | 0.004 | 0.114 | |
analyzeSwitchConsequences | 1.389 | 0.012 | 1.407 | |
expressionAnalysisPlots | 1.424 | 0.020 | 1.448 | |
extractConsequenceEnrichment | 0.712 | 0.008 | 0.722 | |
extractConsequenceEnrichmentComparison | 1.124 | 0.008 | 1.135 | |
extractConsequenceSummary | 1.077 | 0.000 | 1.080 | |
extractGeneExpression | 0.060 | 0.000 | 0.061 | |
extractGenomeWideAnalysis | 5.329 | 0.084 | 5.425 | |
extractGenomeWideSplicingAnalysis | 3.582 | 0.047 | 3.637 | |
extractSequence | 13.528 | 0.044 | 13.600 | |
extractSplicingEnrichment | 1.641 | 0.004 | 1.648 | |
extractSplicingEnrichmentComparison | 1.960 | 0.000 | 1.964 | |
extractSplicingSummary | 1.518 | 0.000 | 1.522 | |
extractSwitchOverlap | 0.480 | 0.004 | 0.503 | |
extractSwitchSummary | 12.185 | 0.052 | 12.266 | |
extractTopSwitches | 12.173 | 0.008 | 12.212 | |
importCufflinksGalaxyData | 0.000 | 0.000 | 0.001 | |
importGTF | 1.139 | 0.004 | 1.150 | |
importIsoformExpression | 0.897 | 0.096 | 0.992 | |
importRdata | 3.791 | 0.071 | 3.859 | |