Last updated on 2026-02-10 11:53:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.33.0 | ERROR | ||||
| r-devel-linux-x86_64-debian-gcc | 0.33.0 | 103.28 | 83.41 | 186.69 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.33.0 | 215.00 | 273.37 | 488.37 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.33.0 | 300.00 | 311.25 | 611.25 | OK | |
| r-devel-windows-x86_64 | 0.33.0 | 157.00 | 399.00 | 556.00 | OK | |
| r-patched-linux-x86_64 | 0.33.0 | 152.42 | 168.62 | 321.04 | OK | |
| r-release-linux-x86_64 | 0.33.0 | 147.06 | 167.14 | 314.20 | OK | |
| r-release-macos-arm64 | 0.33.0 | OK | ||||
| r-release-macos-x86_64 | 0.33.0 | 84.00 | 185.00 | 269.00 | OK | |
| r-release-windows-x86_64 | 0.33.0 | 157.00 | 411.00 | 568.00 | OK | |
| r-oldrel-macos-arm64 | 0.33.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.33.0 | 84.00 | 189.00 | 273.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.33.0 | 188.00 | 544.00 | 732.00 | NOTE |
Version: 0.33.0
Check: examples
Result: ERROR
Running examples in ‘tiledb-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fromDataFrame
> ### Title: Create a TileDB dense or sparse array from a given 'data.frame'
> ### Object
> ### Aliases: fromDataFrame
>
> ### ** Examples
>
> ## Don't show:
> ctx <- tiledb_ctx(limitTileDBCores())
> ## End(Don't show)
> uri <- tempfile()
> fromDataFrame(iris, uri)
*** caught segfault ***
address 0x7ffc0bb3b000, cause 'memory not mapped'
Traceback:
1: RcppSpdlog::formatter(s, v)
2: fmt(s, ...)
3: RcppSpdlog::log_debug(fmt(s, ...))
4: spdl::debug("[tiledb_array] query is {}", query_type)
5: tiledb_array(uri, query_type = "WRITE")
6: fromDataFrame(iris, uri)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.33.0
Check: tests
Result: ERROR
Running ‘pkgconfig-test.R’ [2s/2s]
Running ‘tinytest.R’ [3s/4s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ if (R.Version()$minor >= "2.0" && Sys.getenv("MY_UNIVERSE", "") == "") {
+ tinytest::test_package("tiledb")
+ }
+ }
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
Attaching package: 'palmerpenguins'
The following objects are masked from 'package:datasets':
penguins, penguins_raw
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
*** caught segfault ***
address 0x7ffe3ac6d000, cause 'memory not mapped'
Traceback:
1: RcppSpdlog::formatter(s, v)
2: fmt(s, ...)
3: RcppSpdlog::log_debug(fmt(s, ...))
4: spdl::debug("[tiledb_array] query is {}", query_type)
5: tiledb_array(uri, query_type = "WRITE")
6: fromDataFrame(penguins, uri, sparse = TRUE)
7: doTryCatch(return(expr), name, parentenv, handler)
8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
9: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
10: doTryCatch(return(expr), name, parentenv, handler)
11: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]])
12: tryCatchList(expr, classes, parentenv, handlers)
13: tryCatch(current, error = function(e) { result <<- FALSE msg <<- e$message type <<- "An error"}, warning = function(w) { result <<- FALSE msg <<- w$message type <<- "A warning"})
14: fun(...)
15: expect_silent(fromDataFrame(penguins, uri, sparse = TRUE))
16: eval(expr, envir = e)
17: eval(expr, envir = e)
18: FUN(X[[i]], ...)
19: lapply(basename(testfiles), run_test_file, at_home = at_home, verbose = verbose, color = color, remove_side_effects = remove_side_effects, ...)
20: run_test_dir(testdir, at_home = at_home, cluster = cluster, ...)
21: tinytest::test_package("tiledb")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.33.0
Check: examples
Result: ERROR
Running examples in ‘tiledb-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fromDataFrame
> ### Title: Create a TileDB dense or sparse array from a given 'data.frame'
> ### Object
> ### Aliases: fromDataFrame
>
> ### ** Examples
>
> ## Don't show:
> ctx <- tiledb_ctx(limitTileDBCores())
> ## End(Don't show)
> uri <- tempfile()
> fromDataFrame(iris, uri)
*** caught segfault ***
address 0x7fb9015fe000, cause 'memory not mapped'
Traceback:
1: RcppSpdlog::formatter(s, v)
2: fmt(s, ...)
3: RcppSpdlog::log_debug(fmt(s, ...))
4: spdl::debug("[tiledb_array] query is {}", query_type)
5: tiledb_array(uri, query_type = "WRITE")
6: fromDataFrame(iris, uri)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.33.0
Check: tests
Result: ERROR
Running ‘pkgconfig-test.R’ [1s/1s]
Running ‘tinytest.R’ [2s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ if (R.Version()$minor >= "2.0" && Sys.getenv("MY_UNIVERSE", "") == "") {
+ tinytest::test_package("tiledb")
+ }
+ }
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
Attaching package: 'palmerpenguins'
The following objects are masked from 'package:datasets':
penguins, penguins_raw
test_aggregates.R............. 0 tests
test_aggregates.R............. 0 tests
*** caught segfault ***
address 0x7ff500022000, cause 'invalid permissions'
Traceback:
1: RcppSpdlog::formatter(s, v)
2: fmt(s, ...)
3: RcppSpdlog::log_debug(fmt(s, ...))
4: spdl::debug("[tiledb_array] query is {}", query_type)
5: tiledb_array(uri, query_type = "WRITE")
6: fromDataFrame(penguins, uri, sparse = TRUE)
7: doTryCatch(return(expr), name, parentenv, handler)
8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
9: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
10: doTryCatch(return(expr), name, parentenv, handler)
11: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]])
12: tryCatchList(expr, classes, parentenv, handlers)
13: tryCatch(current, error = function(e) { result <<- FALSE msg <<- e$message type <<- "An error"}, warning = function(w) { result <<- FALSE msg <<- w$message type <<- "A warning"})
14: fun(...)
15: expect_silent(fromDataFrame(penguins, uri, sparse = TRUE))
16: eval(expr, envir = e)
17: eval(expr, envir = e)
18: FUN(X[[i]], ...)
19: lapply(basename(testfiles), run_test_file, at_home = at_home, verbose = verbose, color = color, remove_side_effects = remove_side_effects, ...)
20: run_test_dir(testdir, at_home = at_home, cluster = cluster, ...)
21: tinytest::test_package("tiledb")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.33.0
Check: installed package size
Result: NOTE
installed size is 56.9Mb
sub-directories of 1Mb or more:
libs 16.2Mb
tiledb 38.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64