Running with gitlab-runner 18.4.0~pre.115.gb2218bab (b2218bab)  on green-4.saas-linux-medium-amd64.runners-manager.gitlab.com/default Yy-Tzs3Q7, system ID: s_57a32fe7e1c1 Resolving secrets section_start:1759551701:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict ... Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict ... Using docker image sha256:8557622921a4352b3f6928df7f50b4254ab0795848684d9e78f05e64a2f7e3a1 for registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict with digest registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict@sha256:0612ba846c30409416911bc87e30d7e2d8ef5bf710e2b4a6879ae97e821e1b7f ... section_end:1759551729:prepare_executor section_start:1759551729:prepare_script Preparing environment Using effective pull policy of [always] for container sha256:45d86038798b28395d21f41d94bc1fccf9d7132783670ed1299e889dc4bf8d82 Running on runner-yy-tzs3q7-project-3622566-concurrent-0 via runner-yy-tzs3q7-s-l-m-amd64-1759551591-02b5d331... section_end:1759551743:prepare_script section_start:1759551743:get_sources Getting source from Git repository Gitaly correlation ID: a3dbbb533ba3433c8ac75720b0c20a5f Fetching changes... Initialized empty Git repository in /builds/Rdatatable/data.table/.git/ Created fresh repository. Checking out c5e81521 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:1759551749:get_sources section_start:1759551749:download_artifacts Downloading artifacts Downloading artifacts for mirror-packages (11600638862)... Downloading artifacts from coordinator... ok  correlation_id=09508a1ea7d640519d9677c1357a3045 host=storage.googleapis.com id=11600638862 responseStatus=200 OK token=6a_fVyy-j Downloading artifacts for build (11600638869)... Downloading artifacts from coordinator... ok  correlation_id=bb1bb1beac4844f985e57d2ad48dd16c host=storage.googleapis.com id=11600638869 responseStatus=200 OK token=6a_fVyy-j section_end:1759551752:download_artifacts section_start:1759551752: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-gcc-strict Using docker image sha256:8557622921a4352b3f6928df7f50b4254ab0795848684d9e78f05e64a2f7e3a1 for registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict with digest registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict@sha256:0612ba846c30409416911bc87e30d7e2d8ef5bf710e2b4a6879ae97e821e1b7f ... $ cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) . $ mkdir -p ~/.R $ echo 'CFLAGS=-g -O2 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars $ echo 'CXXFLAGS=-g -O2 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars $ 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 $ R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1) * using log directory ‘/builds/Rdatatable/data.table/data.table.Rcheck’ * using R Under development (unstable) (2025-10-02 r88897) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Debian 15.2.0-4) 15.2.0 GNU Fortran (Debian 15.2.0-4) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * using option ‘--as-cran’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.17.99’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... OK * 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 serialization versions ... OK * checking whether package ‘data.table’ can be installed ... [42s/28s] OK * used C compiler: ‘gcc (Debian 15.2.0-4) 15.2.0’ * checking installed package size ... INFO installed size is 8.2Mb sub-directories of 1Mb or more: doc 1.0Mb libs 2.1Mb po 1.6Mb tests 2.1Mb * checking package directory ... OK * checking for future file timestamps ... 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 use of S3 registration ... 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 line widths ... 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 use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... NOTE File ‘data.table/libs/data_table.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘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 examples with --run-donttest ... [10s/10s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘autoprint.R’ Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ [587s/568s] Running ‘knitr.R’ Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ [179s/173s] Running ‘mergelist.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ [13m/12m] OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [33s/34s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... NOTE Skipping checking math rendering: package 'V8' unavailable * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 NOTEs See ‘/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. $ (! grep "warning:" data.table.Rcheck/00install.out) $ Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 2 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (non-API calls, V8 package) but ", shQuote(l)) else q("no")' section_end:1759552757:step_script section_start:1759552757: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:1759552758:after_script section_start:1759552758:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... bus/test-lin-dev-gcc-strict-cran: found 675 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=3e8a730b9ab54476874df22fe4b0272e id=11600638898 responseStatus=201 Created token=6a_fVyy-j section_end:1759552761:upload_artifacts_on_success section_start:1759552761:cleanup_file_variables Cleaning up project directory and file based variables section_end:1759552761:cleanup_file_variables Job succeeded