Running with gitlab-runner 18.2.0~pre.84.g53e970be (53e970be)  on blue-1.saas-linux-medium.runners-manager.gitlab.com/default 2QMMJaNn, system ID: s_406404729ae4 Resolving secrets section_start:1752553114:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/rdatatable/dockerfiles/r-data.table ... Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-data.table Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/rdatatable/dockerfiles/r-data.table ... Using docker image sha256:e8c9342a86b9b495336ad2119f715a2055e8157dc4712be2cef8647d2aeea81e for registry.gitlab.com/rdatatable/dockerfiles/r-data.table with digest registry.gitlab.com/rdatatable/dockerfiles/r-data.table@sha256:52e97c94b43c2a027999ce7f1dcba88da56d3daf4283cbdc6a56408d74ce227b ... section_end:1752553129:prepare_executor section_start:1752553129:prepare_script Preparing environment Using effective pull policy of [always] for container sha256:496d3767309d224258b72e19c295057c995c6eccac4c54159d7c5f96a04c8ed5 Running on runner-2qmmjann-project-3622566-concurrent-0 via runner-2qmmjann-s-l-m-amd64-1752553066-4d9dc645... section_end:1752553140:prepare_script section_start:1752553140:get_sources Getting source from Git repository Gitaly correlation ID: b75843d917ff3c3722facd0ce10c353d Fetching changes... Initialized empty Git repository in /builds/Rdatatable/data.table/.git/ Created fresh repository. Checking out 67670e99 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:1752553146:get_sources section_start:1752553146:download_artifacts Downloading artifacts Downloading artifacts for build (10682361431)... Downloading artifacts from coordinator... ok  correlation_id= host=storage.googleapis.com id=10682361431 responseStatus=200 OK token=68_JTP-ux Downloading artifacts for mirror-packages (10682361376)... Downloading artifacts from coordinator... ok  correlation_id= host=storage.googleapis.com id=10682361376 responseStatus=200 OK token=68_JTP-ux section_end:1752553149:download_artifacts section_start:1752553149:step_script Executing "step_script" stage of the job script Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-data.table Using docker image sha256:e8c9342a86b9b495336ad2119f715a2055e8157dc4712be2cef8647d2aeea81e for registry.gitlab.com/rdatatable/dockerfiles/r-data.table with digest registry.gitlab.com/rdatatable/dockerfiles/r-data.table@sha256:52e97c94b43c2a027999ce7f1dcba88da56d3daf4283cbdc6a56408d74ce227b ... $ 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 ‘R.oo’, ‘R.methodsS3’, ‘evaluate’, ‘highr’, ‘xfun’, ‘litedown’ $ echo 'CFLAGS=-g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars $ echo 'CXXFLAGS=-g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars $ echo '_R_CHECK_COMPILATION_FLAGS_KNOWN_=-Wvla' >> ~/.Renviron $ res1=0; R CMD check --as-cran $(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 version 4.5.0 (2025-04-11) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Debian 14.2.0-19) 14.2.0 GNU Fortran (Debian 14.2.0-19) 14.2.0 * running under: Debian GNU/Linux 13 (trixie) * 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 ... [11s/335s] NOTE Maintainer: ‘Tyson Barrett ’ Days since last update: 5 Found the following (possibly) invalid URLs: URL: http://numfocus.org (moved to https://numfocus.org/) From: README.md Status: 200 Message: OK URL: https://stackoverflow.com/questions/10600060/how-to-do-cross-join-in-r From: inst/doc/datatable-joins.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/11782084/reading-in-large-text-files-in-r From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/15170741/how-does-one-do-a-full-join-using-data-table From: inst/doc/datatable-joins.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/1727772/quickly-reading-very-large-tables-as-dataframes-in-r From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/18969420/perform-a-semi-join-with-data-table From: inst/doc/datatable-joins.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/20039335/what-is-the-purpose-of-setting-a-key-in-data-table/20057411#20057411 From: inst/doc/datatable-faq.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/20345022/convert-a-data-frame-to-a-data-table-without-copy From: man/setDT.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/22137591/about-gforce-in-data-table-1-9-2 From: inst/doc/datatable-sd-usage.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/258091/when-should-i-use-mmap-for-file-access From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/29658627/conditional-binary-join-and-update-by-reference-using-the-data-table-package From: inst/doc/datatable-sd-usage.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/31329939/conditional-keyed-join-update-and-update-a-flag-column-for-matches From: inst/doc/datatable-sd-usage.html Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/35179911/shift-in-data-table-v1-9-6-is-slow-for-many-groups From: NEWS.md Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/415515/how-can-i-read-and-manipulate-csv-file-data-in-c From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/45972/mmap-vs-reading-blocks From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/9061736/faster-than-scan-with-rcpp From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/9352887/strategies-for-reading-in-csv-files-in-pieces From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/9608950/reading-huge-files-using-memory-mapped-files From: man/fread.Rd Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/tagged/data.table From: README.md Status: 403 Message: Forbidden URL: https://stackoverflow.com/questions/tagged/data.table/ From: man/assign.Rd Status: 403 Message: Forbidden Size of tarball: 5811119 bytes * 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 ... [34s/18s] OK * used C compiler: ‘gcc (Debian 14.2.0-19) 14.2.0’ * checking installed package size ... INFO installed size is 8.0Mb sub-directories of 1Mb or more: libs 2.2Mb po 1.6Mb tests 2.0Mb * 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 ... NOTE Problems with news in ‘NEWS.md’: Cannot extract version info from the following section titles: BUG FIXES NOTES * 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 ... [15s/15s] 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: ‘Rf_isFrame’, ‘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 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’ [41s/37s] Running ‘mergelist.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ [54s/50s] OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [24s/25s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 3 NOTEs See ‘/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. * installing *source* package ‘data.table’ ... ** this is package ‘data.table’ version ‘1.17.99’ ** using staged installation gcc -std=gnu23 14.2.0 zlib 1.3.1 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: ‘gcc (Debian 14.2.0-19) 14.2.0’ gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c assign.c -o assign.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c between.c -o between.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c bmerge.c -o bmerge.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c chmatch.c -o chmatch.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c cj.c -o cj.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c coalesce.c -o coalesce.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c dogroups.c -o dogroups.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fastmean.c -o fastmean.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fcast.c -o fcast.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fifelse.c -o fifelse.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fmelt.c -o fmelt.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c forder.c -o forder.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frank.c -o frank.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fread.c -o fread.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c freadR.c -o freadR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c froll.c -o froll.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frollR.c -o frollR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frolladaptive.c -o frolladaptive.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fsort.c -o fsort.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fwrite.c -o fwrite.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fwriteR.c -o fwriteR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c gsumm.c -o gsumm.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c idatetime.c -o idatetime.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c ijoin.c -o ijoin.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c inrange.c -o inrange.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c mergelist.c -o mergelist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c nafill.c -o nafill.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c negate.c -o negate.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c nqrecreateindices.c -o nqrecreateindices.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c openmp-utils.c -o openmp-utils.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c programming.c -o programming.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c quickselect.c -o quickselect.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c rbindlist.c -o rbindlist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c reorder.c -o reorder.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c shift.c -o shift.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c snprintf.c -o snprintf.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c subset.c -o subset.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c transpose.c -o transpose.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c types.c -o types.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c uniqlist.c -o uniqlist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c utils.c -o utils.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c vecseq.c -o vecseq.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c wrappers.c -o wrappers.o gcc -std=gnu23 -shared -L/usr/lib/R/lib -Wl,-z,relro -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o mergelist.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -lz -L/usr/lib/R/lib -lR PKG_CFLAGS = -fopenmp PKG_LIBS = -fopenmp -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /builds/Rdatatable/data.table/data.table.Rcheck/00LOCK-data.table/00new/data.table/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 (data.table) Error: Last line of '00check.log' is not 'Status: 2 NOTEs' (CRAN incoming feasibility, non-API) but 'Status: 3 NOTEs' Execution halted section_end:1752553679:step_script section_start:1752553679: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:1752553680:after_script section_start:1752553680:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... bus/test-lin-rel: found 656 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=bebcb06450460b842615567c6fc655a6 id=10682361493 responseStatus=201 Created token=68_JTP-ux section_end:1752553683:upload_artifacts_on_failure section_start:1752553683:cleanup_file_variables Cleaning up project directory and file based variables section_end:1752553684:cleanup_file_variables ERROR: Job failed: exit code 1