Running with gitlab-runner 18.4.0~pre.246.g71914659 (71914659)  on blue-3.saas-linux-medium-amd64.runners-manager.gitlab.com/default U4xQPDyhm, system ID: s_b59597d5b921 Resolving secrets section_start:1763785551:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san ... Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san ... Using docker image sha256:df2416a3c7026d8dac8d5a23868fb948a07de9c83969df5b2ac415742cc9d834 for registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san with digest registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san@sha256:978daec0b236354643a449f627c7606afecde518999c4d8de86621261f2649be ... section_end:1763785572:prepare_executor section_start:1763785572:prepare_script Preparing environment Using effective pull policy of [always] for container sha256:61f35b9db20abb95385d123e4e6b84970938bac45bade55febef7598d53a8022 Running on runner-u4xqpdyhm-project-3622566-concurrent-0 via runner-u4xqpdyhm-s-l-m-amd64-1763785505-a39962e3... section_end:1763785584:prepare_script section_start:1763785584:get_sources Getting source from Git repository Gitaly correlation ID: aec2e4ab67c64d3cac11918085ba0b66 Fetching changes... Initialized empty Git repository in /builds/Rdatatable/data.table/.git/ Created fresh repository. Checking out 08d0f73c as detached HEAD (ref is master)... Skipping Git submodules setup $ git remote set-url origin "${CI_REPOSITORY_URL}" || echo 'Not a git repository; skipping' section_end:1763785590:get_sources section_start:1763785590:download_artifacts Downloading artifacts Downloading artifacts for mirror-packages (12181442285)... Downloading artifacts from coordinator... ok  correlation_id=fb4d2a23e73b4cd8a85232ae3ccc6da2 host=storage.googleapis.com id=12181442285 responseStatus=200 OK token=6b_6nAsv2 Downloading artifacts for build (12181442287)... Downloading artifacts from coordinator... ok  correlation_id=b2874f3bd39247cda4392e11c9c9b36b host=storage.googleapis.com id=12181442287 responseStatus=200 OK token=6b_6nAsv2 section_end:1763785593:download_artifacts section_start:1763785593:step_script Executing "step_script" stage of the job script Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san Using docker image sha256:df2416a3c7026d8dac8d5a23868fb948a07de9c83969df5b2ac415742cc9d834 for registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san with digest registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san@sha256:978daec0b236354643a449f627c7606afecde518999c4d8de86621261f2649be ... $ cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) . $ mkdir -p ~/.R $ Rscript -e 'source(".ci/ci.R"); install.packages(dcf.dependencies("DESCRIPTION", which="all"), repos=file.path("file:", normalizePath("bus/mirror-packages/cran", mustWork=FALSE)), quiet=TRUE)' also installing the dependencies ‘commonmark’, ‘R.oo’, ‘R.methodsS3’, ‘lattice’, ‘evaluate’, ‘highr’, ‘xfun’, ‘litedown’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done $ res1=0; ASAN_OPTIONS=detect_leaks=1 R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1) || res1=$? # collapsed multi-line command * using log directory ‘/builds/Rdatatable/data.table/data.table.Rcheck’ * using R Under development (unstable) (2025-11-20 r89043) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (10.1) GNU Fortran (Debian 15.2.0-7) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * using option ‘--no-manual’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.17.99’ * 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 .dll and .exe files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘data.table’ can be installed ... OK * used C compiler: ‘Debian clang version 19.1.7 (10.1)’ * checking installed package size ... INFO installed size is 10.7Mb sub-directories of 1Mb or more: doc 1.0Mb libs 4.6Mb po 1.6Mb tests 2.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 ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... 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 File ‘data.table/libs/data_table.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_OBJECT’, ‘SET_TRUELENGTH’, ‘TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘autoprint.R’ Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ Running ‘knitr.R’ Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ Running ‘mergelist.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * DONE Status: 1 NOTE See ‘/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. section_end:1763787833:step_script section_start:1763787833:after_script Running after_script Running after script... $ mkdir -p bus/$CI_JOB_NAME $ echo $CI_JOB_ID > bus/$CI_JOB_NAME/id $ echo $CI_JOB_STATUS > bus/$CI_JOB_NAME/status $ echo $CI_JOB_IMAGE > bus/$CI_JOB_NAME/image $ [ -d data.table.Rcheck ] && mv data.table.Rcheck bus/$CI_JOB_NAME/ section_end:1763787834:after_script section_start:1763787834:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... bus/test-lin-dev-clang-san: found 668 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=f94fccd7d2cc4ec1b091b55b139e793a id=12181442298 responseStatus=201 Created token=6b_6nAsv2 section_end:1763787837:upload_artifacts_on_success section_start:1763787837:cleanup_file_variables Cleaning up project directory and file based variables section_end:1763787837:cleanup_file_variables Job succeeded