Running with gitlab-runner 18.4.0~pre.246.g71914659 (71914659)  on blue-1.saas-macos-medium-m1.runners-manager.gitlab.com/default yixBWUVoR, system ID: s_609aff5a2d25 Resolving secrets section_start:1766722892:prepare_executor Preparing the "instance" executor Preparing instance... Dialing instance i-0b42b1a0fa5c43469... Instance i-0b42b1a0fa5c43469 connected Enforcing VM Isolation Creating nesting VM tunnel Dialing nesting daemon Creating nesting VM macos-14-xcode-15 Created nesting VM 7ftkrcsb 127.0.0.1:59103 section_end:1766722908:prepare_executor section_start:1766722908:prepare_script Preparing environment Running on gitlabs-Virtual-Machine.local via runners-manager-saas-macos-medium-m1-blue-1... section_end:1766722917:prepare_script section_start:1766722917:get_sources Getting source from Git repository Gitaly correlation ID: 9b3dcab682a08bba-ATL Fetching changes... Initialized empty Git repository in /Users/gitlab/builds/Rdatatable/data.table/.git/ Created fresh repository. failed to store: -25308 Checking out a29c209b as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1766722922:get_sources section_start:1766722922:download_artifacts Downloading artifacts Downloading artifacts for mirror-packages (12544376784)... Runtime platform  arch=arm64 os=darwin pid=1372 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=3ca2c08aa42f471e93e0007670616d35 host=cdn.artifacts.gitlab-static.net id=12544376784 responseStatus=200 OK token=6b_qZxExG WARNING: bus/mirror-packages/: lchown bus/mirror-packages/: operation not permitted (suppressing repeats) Downloading artifacts for build (12544376788)... Runtime platform  arch=arm64 os=darwin pid=1389 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=b13c0e48f33c4c278be5def882ed8548 host=cdn.artifacts.gitlab-static.net id=12544376788 responseStatus=200 OK token=6b_qZxExG WARNING: bus/build/: lchown bus/build/: operation not permitted (suppressing repeats) section_end:1766722926:download_artifacts section_start:1766722926:step_script Executing "step_script" stage of the job script $ curl -LO https://github.com/XQuartz/XQuartz/releases/download/XQuartz-2.8.5/XQuartz-2.8.5.pkg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 102M 25 26.5M 0 0 42.7M 0 0:00:02 --:--:-- 0:00:02 42.7M 45 102M 45 46.5M 0 0 28.3M 0 0:00:03 0:00:01 0:00:02 19.5M 58 102M 58 60.1M 0 0 22.1M 0 0:00:04 0:00:02 0:00:02 16.0M 59 102M 59 61.0M 0 0 16.5M 0 0:00:06 0:00:03 0:00:03 11.2M 60 102M 60 62.0M 0 0 13.4M 0 0:00:07 0:00:04 0:00:03 9094k 61 102M 61 63.0M 0 0 11.0M 0 0:00:09 0:00:05 0:00:04 7359k 66 102M 66 67.7M 0 0 10.2M 0 0:00:10 0:00:06 0:00:04 4357k 68 102M 68 70.0M 0 0 9395k 0 0:00:11 0:00:07 0:00:04 2056k 99 102M 99 102M 0 0 11.8M 0 0:00:08 0:00:08 --:--:-- 8446k$ sudo installer -pkg "$(ls -1t XQuartz-*.pkg | head -n 1)" -target / 100 102M 100 102M 0 0 11.8M 0 0:00:08 0:00:08 --:--:-- 9.9M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0installer: Package name is installer: Installing at base path / installer: The install was successful. installer: The install requires logging out now. $ curl -O $R_BIN 87 96.6M 87 84.3M 0 0 85.4M 0 0:00:01 --:--:-- 0:00:01 85.3M$ sudo installer -pkg "$(ls -1t R-*-arm64.pkg | head -n 1)" -target / 100 96.6M 100 96.6M 0 0 87.1M 0 0:00:01 0:00:01 --:--:-- 87.1M installer: Package name is R 4.5.0 for macOS (ARM64) installer: Installing at base path / installer: The install was successful. $ sudo Rscript -e "source('https://mac.R-project.org/bin/install.R'); install.libs('gettext')" Usage: install.libs(names) Example: install.libs('cairo') names can be a vector or a special value 'all'. See args(install.libs) for defaults. Downloading https://mac.R-project.org/bin/REPOS ... Using repository https://mac.R-project.org/bin/darwin23/arm64 ... Downloading index https://mac.R-project.org/bin/darwin23/arm64/PACKAGES ... Downloading + installing https://mac.R-project.org/bin/darwin23/arm64/gettext-0.22.5-darwin.23-arm64.tar.xz ... Downloading + installing https://mac.R-project.org/bin/darwin23/arm64/texinfo-7.1-darwin.23-arm64.tar.xz ... $ 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’, ‘evaluate’, ‘highr’, ‘xfun’, ‘litedown’ $ cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) . $ R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1) * using log directory ‘/Users/gitlab/builds/Rdatatable/data.table/data.table.Rcheck’ * using R version 4.5.0 (2025-04-11) * using platform: aarch64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 14.2.0 * running under: macOS Sonoma 14.6.1 * using session charset: UTF-8 * using option ‘--no-manual’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.18.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 executable 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: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’ * used SDK: ‘’ * checking installed package size ... INFO installed size is 6.9Mb sub-directories of 1Mb or more: doc 1.0Mb 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: ‘IS_GROWABLE’, ‘LEVELS’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘TRUELENGTH’, ‘XTRUELENGTH’ 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’ ... Running ‘main.R’9,10d8 < Warning message: < package 'knitr' was built under R version 4.5.2 Running ‘mergelist.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ NOTE * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * DONE Status: 2 NOTEs See ‘/Users/gitlab/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. $ R CMD INSTALL --build $(ls -1t data.table_*.tar.gz | head -n 1) * installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library’ * installing *source* package ‘data.table’ ... ** this is package ‘data.table’ version ‘1.18.99’ ** using staged installation zlib 1.2.12 is available ok * checking if R installation supports OpenMP with "-Xclang -fopenmp" ... no * checking if R installation supports OpenMP with "-fopenmp" ... no * checking if libomp installation at /opt/homebrew/opt/libomp can be used... yes ** libs using C compiler: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c assign.c -o assign.o using SDK: ‘’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c between.c -o between.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c bmerge.c -o bmerge.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c chmatch.c -o chmatch.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c cj.c -o cj.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c coalesce.c -o coalesce.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c dogroups.c -o dogroups.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fastmean.c -o fastmean.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fcast.c -o fcast.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fifelse.c -o fifelse.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fmelt.c -o fmelt.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c forder.c -o forder.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c frank.c -o frank.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fread.c -o fread.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c freadR.c -o freadR.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c froll.c -o froll.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c frollR.c -o frollR.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c frolladaptive.c -o frolladaptive.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c frollapply.c -o frollapply.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fsort.c -o fsort.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fwrite.c -o fwrite.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c fwriteR.c -o fwriteR.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c gsumm.c -o gsumm.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c hash.c -o hash.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c idatetime.c -o idatetime.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c ijoin.c -o ijoin.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c inrange.c -o inrange.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c mergelist.c -o mergelist.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c nafill.c -o nafill.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c negate.c -o negate.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c nqrecreateindices.c -o nqrecreateindices.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c openmp-utils.c -o openmp-utils.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c programming.c -o programming.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c quickselect.c -o quickselect.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c rbindlist.c -o rbindlist.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c reorder.c -o reorder.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c shellsort.c -o shellsort.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c shift.c -o shift.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c snprintf.c -o snprintf.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c subset.c -o subset.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c transpose.c -o transpose.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c types.c -o types.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c uniqlist.c -o uniqlist.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c utils.c -o utils.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c vecseq.c -o vecseq.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp -fPIC -falign-functions=64 -Wall -g -O2 -c wrappers.c -o wrappers.o clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -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 frollapply.o fsort.o fwrite.o fwriteR.o gsumm.o hash.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 shellsort.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -L/opt/homebrew/opt/libomp/lib -lomp -lz -F/Library/Frameworks/R.framework/.. -framework R PKG_CFLAGS = -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp PKG_LIBS = -L/opt/homebrew/opt/libomp/lib -lomp -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 /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/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 * creating tarball packaged installation of ‘data.table’ as ‘data.table_1.18.99.tgz’ * DONE (data.table) $ tail -n 1 data.table.Rcheck/00check.log | grep -q -e '^Status: [0-9]* NOTEs*$' -e '^Status: OK$' section_end:1766723334:step_script section_start:1766723334:after_script Running after_script Running after script... $ mkdir -p bus/$CI_JOB_NAME $ [ -d data.table.Rcheck ] && mv data.table.Rcheck bus/$CI_JOB_NAME/ $ [ -f data.table_*.tgz ] && mv $(ls -1t data.table_*.tgz | head -n 1) 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 section_end:1766723335:after_script section_start:1766723335:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... Runtime platform  arch=arm64 os=darwin pid=8064 revision=139a0ac0 version=18.4.0 bus/test-mac-rel: found 682 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=9b3dd5a804451767-IAD id=12544376818 responseStatus=201 Created token=6b_qZxExG section_end:1766723341:upload_artifacts_on_success section_start:1766723341:cleanup_file_variables Cleaning up project directory and file based variables section_end:1766723341:cleanup_file_variables Job succeeded