Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-01-25 15:37 -0500 (Sat, 25 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R 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 897/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
graph 1.85.1  (landing page)
Bioconductor Package Maintainer
Snapshot Date: 2025-01-24 13:40 -0500 (Fri, 24 Jan 2025)
git_url: https://git.bioconductor.org/packages/graph
git_branch: devel
git_last_commit: ae5b2e7
git_last_commit_date: 2024-12-30 17:26:28 -0500 (Mon, 30 Dec 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino7Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


CHECK results for graph on nebbiolo1

To the developers/maintainers of the graph package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/graph.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.

raw results


Summary

Package: graph
Version: 1.85.1
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:graph.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings graph_1.85.1.tar.gz
StartedAt: 2025-01-24 22:51:12 -0500 (Fri, 24 Jan 2025)
EndedAt: 2025-01-24 22:52:19 -0500 (Fri, 24 Jan 2025)
EllapsedTime: 67.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: graph.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:graph.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings graph_1.85.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/graph.Rcheck’
* using R Under development (unstable) (2025-01-20 r87609)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘graph/DESCRIPTION’ ... OK
* this is package ‘graph’ version ‘1.85.1’
* 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 ‘graph’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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 ... 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 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 line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘graph_unit_tests.R’
 ERROR
Running the tests in ‘tests/graph_unit_tests.R’ failed.
Last 13 lines of output:
   8: all.equal(target, current, tolerance = tolerance, ...)
   9: checkEquals(edges(g1), edges(removeEdge(c0, c0, g1)))
  10: func()
  11: system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest)
  12: doTryCatch(return(expr), name, parentenv, handler)
  13: tryCatchOne(expr, names, parentenv, handlers[[1L]])
  14: tryCatchList(expr, classes, parentenv, handlers)
  15: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
  16: try(system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest))
  17: .executeTestCase(funcName, envir = sandbox, setUpFunc = .setUp,     tearDownFunc = .tearDown)
  18: .sourceTestFile(testFile, testSuite$testFuncRegexp)
  19: RUnit::runTestSuite(suite)
  20: BiocGenerics:::testPackage("graph", pattern = "_test.R")
  An irrecoverable exception occurred. R is aborting now ...
  Segmentation fault (core dumped)
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/graph.Rcheck/00check.log’
for details.


Installation output

graph.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL graph
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘graph’ ...
** this is package ‘graph’ version ‘1.85.1’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
gcc -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -c graph.c -o graph.o
gcc -shared -L/home/biocbuild/bbs-3.21-bioc/R/lib -L/usr/local/lib -o graph.so graph.o -L/home/biocbuild/bbs-3.21-bioc/R/lib -lR
mv graph.so BioC_graph.so
installing to /home/biocbuild/bbs-3.21-bioc/R/site-library/00LOCK-graph/00new/graph/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 (graph)

Tests output

graph.Rcheck/tests/graph_unit_tests.Rout.fail


R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-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.

> BiocGenerics:::testPackage("graph", pattern="_test.R")

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


 *** caught segfault ***
address 0x1, cause 'memory not mapped'

Traceback:
 1: .remEdge(from, to, graph)
 2: removeEdge(c0, c0, g1)
 3: removeEdge(c0, c0, g1)
 4: edges(removeEdge(c0, c0, g1))
 5: mode(current)
 6: attr.all.equal(target, current, ...)
 7: all.equal.list(target, current, tolerance = tolerance, ...)
 8: all.equal(target, current, tolerance = tolerance, ...)
 9: checkEquals(edges(g1), edges(removeEdge(c0, c0, g1)))
10: func()
11: system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest)
12: doTryCatch(return(expr), name, parentenv, handler)
13: tryCatchOne(expr, names, parentenv, handlers[[1L]])
14: tryCatchList(expr, classes, parentenv, handlers)
15: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
16: try(system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest))
17: .executeTestCase(funcName, envir = sandbox, setUpFunc = .setUp,     tearDownFunc = .tearDown)
18: .sourceTestFile(testFile, testSuite$testFuncRegexp)
19: RUnit::runTestSuite(suite)
20: BiocGenerics:::testPackage("graph", pattern = "_test.R")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)

Example timings

graph.Rcheck/graph-Ex.timings

nameusersystemelapsed
DFS0.1040.0010.105
IMCA0.0130.0040.016
MAPKsig0.0010.0010.002
MultiGraph-class0.1050.0160.120
acc-methods0.0030.0010.004
addEdge0.0350.0000.034
addNode0.0070.0000.007
adj-methods0.0020.0000.002
adjacencyMatrix0.0010.0010.002
apoptosisGraph0.0010.0010.002
attrData-class0.0000.0010.001
aveNumEdges0.0030.0000.003
biocRepos0.0010.0000.001
boundary0.0010.0020.002
calcProb000
calcSumProb0.0040.0000.003
clearNode0.0060.0000.005
clusterGraph-class0.0130.0000.013
clusteringCoefficient-methods0.0270.0010.028
combineNodes0.0620.0000.063
distGraph-class0.0010.0000.001
duplicatedEdges000
edgeMatrix0.0060.0010.008
edgeSets0.0280.0010.029
edgeWeights0.0060.0010.008
fromGXL-methods0.1600.0080.168
graph-class0.0180.0010.019
graph2SparseM0.0780.0000.079
graphAM-class0.0140.0000.014
graphBAM-class0.0220.0000.022
graphExamples0.0030.0010.004
graphNEL-class0.0040.0020.006
inEdges0.0050.0000.005
leaves0.0070.0010.007
listEdges0.0060.0020.009
matrix2Graph0.0070.0010.008
mostEdges0.0050.0000.005
numNoEdges0.0020.0000.002
pancrCaIni0.0010.0000.001
randomEGraph0.0030.0000.003
randomGraph0.0020.0000.002
randomNodeGraph0.0010.0010.002
removeEdge0.0070.0000.007
removeNode0.0090.0000.009
renderInfo-class0.0040.0000.005
reverseEdgeDirections0.0030.0010.002
simpleEdge-class0.0010.0000.001
standardLabeling0.0410.0010.043
subGraph0.0010.0000.002
toDotR-methods0.0160.0020.018
ugraph0.0080.0000.007
validGraph0.0010.0000.001