Back to Multiple platform build/check report for BioC 3.21:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-03-21 11:39 -0400 (Fri, 21 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" 4777
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" 4545
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4576
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4528
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4458
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 152/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
beachmat.tiledb 0.99.1  (landing page)
Aaron Lun
Snapshot Date: 2025-03-20 13:40 -0400 (Thu, 20 Mar 2025)
git_url: https://git.bioconductor.org/packages/beachmat.tiledb
git_branch: devel
git_last_commit: ddcfd81
git_last_commit_date: 2024-12-17 00:57:58 -0400 (Tue, 17 Dec 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64... NOT SUPPORTED ...
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  ERROR    ERROR  skipped


CHECK results for beachmat.tiledb on nebbiolo1

To the developers/maintainers of the beachmat.tiledb package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/beachmat.tiledb.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: beachmat.tiledb
Version: 0.99.1
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:beachmat.tiledb.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings beachmat.tiledb_0.99.1.tar.gz
StartedAt: 2025-03-20 20:08:50 -0400 (Thu, 20 Mar 2025)
EndedAt: 2025-03-20 20:11:20 -0400 (Thu, 20 Mar 2025)
EllapsedTime: 150.2 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: beachmat.tiledb.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:beachmat.tiledb.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings beachmat.tiledb_0.99.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/beachmat.tiledb.Rcheck’
* using R Under development (unstable) (2025-03-13 r87965)
* 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.2 LTS
* using session charset: UTF-8
* checking for file ‘beachmat.tiledb/DESCRIPTION’ ... OK
* this is package ‘beachmat.tiledb’ version ‘0.99.1’
* 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 ‘beachmat.tiledb’ can be installed ... WARNING
Found the following significant warnings:
  /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:488:30: warning: ‘int32_t tiledb_attribute_dump(tiledb_ctx_t*, const tiledb_attribute_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h:409:30: warning: ‘int32_t tiledb_dimension_dump(tiledb_ctx_t*, const tiledb_dimension_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:167:40: warning: ‘int32_t tiledb_domain_dump(tiledb_ctx_t*, const tiledb_domain_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:170:33: warning: ‘int32_t tiledb_array_schema_dump(tiledb_ctx_t*, const tiledb_array_schema_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
See ‘/home/biocbuild/bbs-3.21-bioc/meat/beachmat.tiledb.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* checking C++ specification ... OK
* checking installed package size ... INFO
  installed size is 14.4Mb
  sub-directories of 1Mb or more:
    libs  14.2Mb
* 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 line endings in shell scripts ... 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 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 ‘testthat.R’
 OK
* 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 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/beachmat.tiledb.Rcheck/00check.log’
for details.


Installation output

beachmat.tiledb.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL beachmat.tiledb
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘beachmat.tiledb’ ...
** this is package ‘beachmat.tiledb’ version ‘0.99.1’
** using staged installation
checking if tiledb-R downloaded its own TileDB... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++17
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/beachmat/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/beachmat/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c initialize.cpp -o initialize.o
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb:49,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/DenseMatrix.hpp:5,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/tatami_tiledb.hpp:5,
                 from initialize.cpp:3:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h: In member function ‘void tiledb::Attribute::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:488:30: warning: ‘int32_t tiledb_attribute_dump(tiledb_ctx_t*, const tiledb_attribute_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  488 |         tiledb_attribute_dump(ctx_.get().ptr().get(), attr_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:58,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/core_interface.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/exception.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/capi_string.h:39,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:38:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/attribute/attribute_api_external.h:309:34: note: declared here
  309 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_attribute_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:41,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:40:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h: In member function ‘void tiledb::Dimension::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h:409:30: warning: ‘int32_t tiledb_dimension_dump(tiledb_ctx_t*, const tiledb_dimension_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  409 |         tiledb_dimension_dump(ctx_.get().ptr().get(), dim_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:65:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/dimension/dimension_api_external.h:292:34: note: declared here
  292 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_dimension_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h: In member function ‘void tiledb::Domain::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:167:40: warning: ‘int32_t tiledb_domain_dump(tiledb_ctx_t*, const tiledb_domain_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  167 |     ctx.handle_error(tiledb_domain_dump(ctx.ptr().get(), domain_.get(), out));
      |                      ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:66:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/domain/domain_api_external.h:227:34: note: declared here
  227 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_domain_dump(
      |                                  ^~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h: In member function ‘virtual void tiledb::ArraySchema::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:170:33: warning: ‘int32_t tiledb_array_schema_dump(tiledb_ctx_t*, const tiledb_array_schema_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  170 |         tiledb_array_schema_dump(ctx.ptr().get(), schema_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:4409:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb_deprecated.h:61:34: note: declared here
   61 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_array_schema_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/beachmat/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c load_dense.cpp -o load_dense.o
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb:49,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/DenseMatrix.hpp:5,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/tatami_tiledb.hpp:5,
                 from load_dense.cpp:2:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h: In member function ‘void tiledb::Attribute::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:488:30: warning: ‘int32_t tiledb_attribute_dump(tiledb_ctx_t*, const tiledb_attribute_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  488 |         tiledb_attribute_dump(ctx_.get().ptr().get(), attr_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:58,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/core_interface.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/exception.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/capi_string.h:39,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:38:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/attribute/attribute_api_external.h:309:34: note: declared here
  309 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_attribute_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:41,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:40:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h: In member function ‘void tiledb::Dimension::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h:409:30: warning: ‘int32_t tiledb_dimension_dump(tiledb_ctx_t*, const tiledb_dimension_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  409 |         tiledb_dimension_dump(ctx_.get().ptr().get(), dim_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:65:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/dimension/dimension_api_external.h:292:34: note: declared here
  292 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_dimension_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h: In member function ‘void tiledb::Domain::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:167:40: warning: ‘int32_t tiledb_domain_dump(tiledb_ctx_t*, const tiledb_domain_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  167 |     ctx.handle_error(tiledb_domain_dump(ctx.ptr().get(), domain_.get(), out));
      |                      ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:66:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/domain/domain_api_external.h:227:34: note: declared here
  227 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_domain_dump(
      |                                  ^~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h: In member function ‘virtual void tiledb::ArraySchema::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:170:33: warning: ‘int32_t tiledb_array_schema_dump(tiledb_ctx_t*, const tiledb_array_schema_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  170 |         tiledb_array_schema_dump(ctx.ptr().get(), schema_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:4409:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb_deprecated.h:61:34: note: declared here
   61 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_array_schema_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/beachmat/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c load_sparse.cpp -o load_sparse.o
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array.h:38,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb:49,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/DenseMatrix.hpp:5,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/assorthead/include/tatami_tiledb/tatami_tiledb.hpp:5,
                 from load_sparse.cpp:2:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h: In member function ‘void tiledb::Attribute::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:488:30: warning: ‘int32_t tiledb_attribute_dump(tiledb_ctx_t*, const tiledb_attribute_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  488 |         tiledb_attribute_dump(ctx_.get().ptr().get(), attr_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:58,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/core_interface.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/exception.h:37,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/capi_string.h:39,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/attribute.h:38:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/attribute/attribute_api_external.h:309:34: note: declared here
  309 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_attribute_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:41,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:40:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h: In member function ‘void tiledb::Dimension::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/dimension.h:409:30: warning: ‘int32_t tiledb_dimension_dump(tiledb_ctx_t*, const tiledb_dimension_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  409 |         tiledb_dimension_dump(ctx_.get().ptr().get(), dim_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:65:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/dimension/dimension_api_external.h:292:34: note: declared here
  292 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_dimension_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h: In member function ‘void tiledb::Domain::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/domain.h:167:40: warning: ‘int32_t tiledb_domain_dump(tiledb_ctx_t*, const tiledb_domain_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  167 |     ctx.handle_error(tiledb_domain_dump(ctx.ptr().get(), domain_.get(), out));
      |                      ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:66:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/api/c_api/domain/domain_api_external.h:227:34: note: declared here
  227 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_domain_dump(
      |                                  ^~~~~~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h: In member function ‘virtual void tiledb::ArraySchema::dump(FILE*) const’:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/array_schema.h:170:33: warning: ‘int32_t tiledb_array_schema_dump(tiledb_ctx_t*, const tiledb_array_schema_t*, FILE*)’ is deprecated [-Wdeprecated-declarations]
  170 |         tiledb_array_schema_dump(ctx.ptr().get(), schema_.get(), out));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb.h:4409:
/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/include/tiledb/tiledb_deprecated.h:61:34: note: declared here
   61 | TILEDB_DEPRECATED_EXPORT int32_t tiledb_array_schema_dump(
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.21-bioc/R/lib -L/usr/local/lib -o beachmat.tiledb.so RcppExports.o initialize.o load_dense.o load_sparse.o -ltiledb -L/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/lib -L/home/biocbuild/bbs-3.21-bioc/R/site-library/tiledb/tiledb/lib -L/home/biocbuild/bbs-3.21-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.21-bioc/R/site-library/00LOCK-beachmat.tiledb/00new/beachmat.tiledb/libs
** R
** 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 (beachmat.tiledb)

Tests output

beachmat.tiledb.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-03-13 r87965) -- "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.

> library(beachmat.tiledb)
> library(testthat)
> test_check("beachmat.tiledb")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 154 ]
> 
> proc.time()
   user  system elapsed 
  9.165   6.080  11.977 

Example timings

beachmat.tiledb.Rcheck/beachmat.tiledb-Ex.timings

nameusersystemelapsed
initializeCpp0.2030.0440.243
initializeOptions0.0000.0010.000
loadIntoMemory0.1650.0410.187