2026-05-14T04:21:30.982834Z 00O Running with gitlab-runner 18.8.0 (9ffb4aa0) 2026-05-14T04:21:30.982834Z 00O  on gitlab-com-saas-windows-medium-amd64 6Kj91tgzi, system ID: s_1a31f6141cb7 2026-05-14T04:21:30.982834Z 00O Resolving secrets 2026-05-14T04:21:30.982834Z 00O section_start:1778732490:prepare_executor 2026-05-14T04:21:30.982834Z 00O+Preparing the "custom" executor 2026-05-14T04:21:31.095404Z 00O Using Custom executor with driver autoscaler 0.1.5 (272a703)... 2026-05-14T04:21:31.164364Z 00O Creating virtual machine for the job... 2026-05-14T04:25:39.145644Z 00O Virtual machine created! 2026-05-14T04:25:39.166130Z 00O section_end:1778732739:prepare_executor 2026-05-14T04:25:39.166130Z 00O+section_start:1778732739:prepare_script 2026-05-14T04:25:39.166130Z 00O+Preparing environment 2026-05-14T04:25:52.844983Z 01O Running on PACKER-69A69578 via 2026-05-14T04:25:52.845633Z 01O runner-w21h2sm-14364355814... 2026-05-14T04:25:53.303226Z 00O section_end:1778732753:prepare_script 2026-05-14T04:25:53.303226Z 00O+section_start:1778732753:get_sources 2026-05-14T04:25:53.304094Z 00O+Getting source from Git repository 2026-05-14T04:26:30.302162Z 01O Gitaly correlation ID: 9fb71dd1d8d86118-ATL 2026-05-14T04:26:31.519675Z 01O Fetching changes... 2026-05-14T04:26:31.520346Z 01O Initialized empty Git repository in C:/GitLab-Runner/builds/Rdatatable/data.table/.git/ 2026-05-14T04:26:32.268644Z 01O Created fresh repository. 2026-05-14T04:26:45.683742Z 01O fatal: Unable to persist credentials with the 'wincredman' credential store. 2026-05-14T04:26:45.683742Z 01O See https://aka.ms/gcm/credstores for more information. 2026-05-14T04:26:59.743687Z 01O Checking out 188dd7b9 as detached HEAD (ref is master)... 2026-05-14T04:27:02.322697Z 01O git-lfs/3.7.1 (GitHub; windows amd64; go 1.25.1; git b84b3384) 2026-05-14T04:27:02.844726Z 01O 2026-05-14T04:27:02.844726Z 01O Skipping Git submodules setup 2026-05-14T04:27:02.868987Z 00O section_end:1778732822:get_sources 2026-05-14T04:27:02.868987Z 00O+section_start:1778732822:download_artifacts 2026-05-14T04:27:02.869945Z 00O+Downloading artifacts 2026-05-14T04:27:19.474573Z 01O Version: 18.8.0 2026-05-14T04:27:19.474681Z 01O Git revision: 9ffb4aa0 2026-05-14T04:27:19.474681Z 01O Git branch: 18-8-stable 2026-05-14T04:27:19.474681Z 01O GO version: go1.25.3 X:cacheprog 2026-05-14T04:27:19.474681Z 01O Built: 2026-01-15T15:55:25Z 2026-05-14T04:27:19.474681Z 01O OS/Arch: windows/amd64 2026-05-14T04:27:19.474681Z 01O Downloading artifacts for mirror-packages (14364355803)... 2026-05-14T04:27:19.474681Z 01O Runtime platform  arch=amd64 os=windows pid=3928 revision=9ffb4aa0 version=18.8.0 2026-05-14T04:27:21.016958Z 01O Downloading artifacts from coordinator... ok  correlation_id=9291db5652dc492bb2542482b522351a host=storage.googleapis.com id=14364355803 responseStatus=200 OK token=6f_XWyXQf 2026-05-14T04:27:24.005012Z 01O Downloading artifacts for build (14364355804)... 2026-05-14T04:27:24.931133Z 01O Runtime platform  arch=amd64 os=windows pid=2756 revision=9ffb4aa0 version=18.8.0 2026-05-14T04:27:25.255373Z 01O Downloading artifacts from coordinator... ok  correlation_id=60b7de1e0c1047b79111288ead2a5af8 host=storage.googleapis.com id=14364355804 responseStatus=200 OK token=6f_XWyXQf 2026-05-14T04:27:25.274854Z 00O section_end:1778732845:download_artifacts 2026-05-14T04:27:25.274854Z 00O+section_start:1778732845:step_script 2026-05-14T04:27:25.274854Z 00O+Executing "step_script" stage of the job script 2026-05-14T04:27:25.276941Z 00O WARNING: Starting with version 17.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/groups/gitlab-org/-/epics/6112 2026-05-14T04:27:33.089389Z 01O $ Invoke-WebRequest -Uri $R_BIN -OutFile ../R-win.exe -ErrorAction Stop; if (!(Test-Path -Path ..\R-win.exe)) {Write-Error "R-win.exe not found, download failed?"} 2026-05-14T04:30:01.707988Z 01O $ Start-Process -FilePath ..\R-win.exe -ArgumentList "/VERYSILENT /DIR=C:\R" -NoNewWindow -Wait 2026-05-14T04:30:49.296566Z 01O $ $VERSION = $RTOOLS_VERSION -replace '\.', '' 2026-05-14T04:30:49.296689Z 01O $ Add-Content -Path ".\.Renviron" -Value "RTOOLS${VERSION}_HOME='/c/rtools'" 2026-05-14T04:30:49.296689Z 01O $ $RTOOLS_BIN="https://github.com/r-hub/rtools${VERSION}/releases/download/latest/rtools${VERSION}.exe" 2026-05-14T04:30:49.296689Z 01O $ Invoke-WebRequest -Uri $RTOOLS_BIN -OutFile ../rtools.exe -ErrorAction Stop; if (!(Test-Path -Path ..\rtools.exe)) {Write-Error "rtools.exe not found, download failed?"} 2026-05-14T04:38:35.721259Z 01O $ Start-Process -FilePath ..\rtools.exe -ArgumentList "/VERYSILENT /DIR=C:\rtools" -NoNewWindow -Wait 2026-05-14T04:46:43.165795Z 01O $ $env:PATH = "C:\R\bin;C:\rtools\usr\bin;$env:PATH" 2026-05-14T04:46:43.165795Z 01O $ Rscript.exe -e "source('.ci/ci.R'); install.packages(dcf.dependencies('DESCRIPTION', which='all'), repos=file.path('file://',getwd(),'bus/mirror-packages/cran'), quiet=TRUE)" 2026-05-14T04:46:49.661577Z 01O also installing the dependencies 'bit', 'R.oo', 'R.methodsS3', 'commonmark', 'evaluate', 'highr' 2026-05-14T04:46:49.661577Z 01O 2026-05-14T04:46:50.810721Z 01O package 'bit' successfully unpacked and MD5 sums checked 2026-05-14T04:46:51.707118Z 01O package 'R.oo' successfully unpacked and MD5 sums checked 2026-05-14T04:46:51.707118Z 01O package 'R.methodsS3' successfully unpacked and MD5 sums checked 2026-05-14T04:46:53.686606Z 01O package 'commonmark' successfully unpacked and MD5 sums checked 2026-05-14T04:46:53.686606Z 01O package 'evaluate' successfully unpacked and MD5 sums checked 2026-05-14T04:46:53.686606Z 01O package 'highr' successfully unpacked and MD5 sums checked 2026-05-14T04:46:53.686606Z 01O package 'bit64' successfully unpacked and MD5 sums checked 2026-05-14T04:46:54.282907Z 01O package 'R.utils' successfully unpacked and MD5 sums checked 2026-05-14T04:46:55.813191Z 01O package 'xts' successfully unpacked and MD5 sums checked 2026-05-14T04:46:56.619041Z 01O package 'zoo' successfully unpacked and MD5 sums checked 2026-05-14T04:46:59.698111Z 01O package 'yaml' successfully unpacked and MD5 sums checked 2026-05-14T04:47:00.634577Z 01O package 'litedown' successfully unpacked and MD5 sums checked 2026-05-14T04:47:00.635014Z 01O package 'codetools' successfully unpacked and MD5 sums checked 2026-05-14T04:47:03.851652Z 01O package 'knitr' successfully unpacked and MD5 sums checked 2026-05-14T04:47:04.577222Z 01O package 'xfun' successfully unpacked and MD5 sums checked 2026-05-14T04:47:04.577403Z 01O $ cp.exe $(ls.exe -1t bus/build/data.table_*.tar.gz | head.exe -n 1) . 2026-05-14T04:47:05.399525Z 01O $ R.exe CMD check --no-manual $(ls.exe -1t data.table_*.tar.gz | head.exe -n 1) 2026-05-14T04:47:08.286130Z 01O * using log directory 'C:/GitLab-Runner/builds/Rdatatable/data.table/data.table.Rcheck' 2026-05-14T04:47:08.286130Z 01O * using R Under development (unstable) (2026-05-12 r90049 ucrt) 2026-05-14T04:47:08.286130Z 01O * using platform: x86_64-w64-mingw32 2026-05-14T04:47:08.286130Z 01O * R was compiled by 2026-05-14T04:47:08.286130Z 01O gcc.exe (GCC) 14.3.0 2026-05-14T04:47:08.286130Z 01O GNU Fortran (GCC) 14.3.0 2026-05-14T04:47:08.286130Z 01O * running under: Windows Server 2022 x64 (build 20348) 2026-05-14T04:47:08.286130Z 01O * using session charset: UTF-8 2026-05-14T04:47:08.286130Z 01O * current time: 2026-05-14 04:47:07 UTC 2026-05-14T04:47:12.268350Z 01O * using option '--no-manual' 2026-05-14T04:47:12.269064Z 01O * checking for file 'data.table/DESCRIPTION' ... OK 2026-05-14T04:47:12.269064Z 01O * this is package 'data.table' version '1.18.99' 2026-05-14T04:47:12.269064Z 01O * package encoding: UTF-8 2026-05-14T04:47:12.269064Z 01O * checking package namespace information ... OK 2026-05-14T04:47:12.269064Z 01O * checking package dependencies ... OK 2026-05-14T04:47:16.969992Z 01O * checking if this is a source package ... OK 2026-05-14T04:47:16.969992Z 01O * checking if there is a namespace ... OK 2026-05-14T04:47:16.969992Z 01O * checking for executable files ... OK 2026-05-14T04:47:34.230193Z 01O * checking for hidden files and directories ... OK 2026-05-14T04:47:34.230193Z 01O * checking for portable file names ... OK 2026-05-14T04:47:34.230193Z 01O * checking whether package 'data.table' can be installed ... OK 2026-05-14T04:49:20.160238Z 01O * checking installed package size ... INFO 2026-05-14T04:49:20.160238Z 01O installed size is 7.1Mb 2026-05-14T04:49:20.160238Z 01O sub-directories of 1Mb or more: 2026-05-14T04:49:20.160238Z 01O doc 1.1Mb 2026-05-14T04:49:20.160327Z 01O po 1.6Mb 2026-05-14T04:49:20.160327Z 01O tests 2.1Mb 2026-05-14T04:49:20.160327Z 01O * checking package directory ... OK 2026-05-14T04:49:20.160327Z 01O * checking 'build' directory ... OK 2026-05-14T04:49:20.160327Z 01O * checking DESCRIPTION meta-information ... OK 2026-05-14T04:49:26.677848Z 01O * checking top-level files ... OK 2026-05-14T04:49:26.677848Z 01O * checking for left-over files ... OK 2026-05-14T04:49:26.677848Z 01O * checking index information ... OK 2026-05-14T04:49:27.464292Z 01O * checking package subdirectories ... OK 2026-05-14T04:49:29.574677Z 01O * checking code files for non-ASCII characters ... OK 2026-05-14T04:49:29.574677Z 01O * checking R files for syntax errors ... OK 2026-05-14T04:49:29.574677Z 01O * checking whether the package can be loaded ... OK 2026-05-14T04:49:31.152573Z 01O * checking whether the package can be loaded with stated dependencies ... OK 2026-05-14T04:49:31.152573Z 01O * checking whether the package can be unloaded cleanly ... OK 2026-05-14T04:49:31.152573Z 01O * checking whether the namespace can be loaded with stated dependencies ... OK 2026-05-14T04:49:31.694618Z 01O * checking whether the namespace can be unloaded cleanly ... OK 2026-05-14T04:49:32.349620Z 01O * checking loading without being on the library search path ... OK 2026-05-14T04:49:34.308004Z 01O * checking whether startup messages can be suppressed ... OK 2026-05-14T04:49:34.308791Z 01O * checking dependencies in R code ... OK 2026-05-14T04:49:37.226639Z 01O * checking S3 generic/method consistency ... OK 2026-05-14T04:49:38.211845Z 01O * checking replacement functions ... OK 2026-05-14T04:49:38.815980Z 01O * checking foreign function calls ... OK 2026-05-14T04:49:40.571092Z 01O * checking R code for possible problems ... OK 2026-05-14T04:50:13.156194Z 01O * checking Rd files ... OK 2026-05-14T04:50:16.528061Z 01O * checking Rd metadata ... OK 2026-05-14T04:50:16.528061Z 01O * checking Rd cross-references ... OK 2026-05-14T04:50:18.433594Z 01O * checking for missing documentation entries ... OK 2026-05-14T04:50:19.245912Z 01O * checking for code/documentation mismatches ... OK 2026-05-14T04:50:22.156360Z 01O * checking Rd \usage sections ... OK 2026-05-14T04:50:24.963151Z 01O * checking Rd contents ... OK 2026-05-14T04:50:26.429861Z 01O * checking for unstated dependencies in examples ... OK 2026-05-14T04:50:30.339125Z 01O * checking line endings in shell scripts ... OK 2026-05-14T04:50:30.339125Z 01O * checking line endings in C/C++/Fortran sources/headers ... OK 2026-05-14T04:50:30.339125Z 01O * checking line endings in Makefiles ... OK 2026-05-14T04:50:30.339125Z 01O * checking compilation flags in Makevars ... OK 2026-05-14T04:50:31.886270Z 01O * checking for GNU extensions in Makefiles ... OK 2026-05-14T04:50:31.886270Z 01O * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK 2026-05-14T04:50:31.886270Z 01O * checking use of PKG_*FLAGS in Makefiles ... OK 2026-05-14T04:50:31.886270Z 01O * checking compiled code ... NOTE 2026-05-14T04:50:34.663320Z 01O Warning in read_symbols_from_dll(so, rarch) : 2026-05-14T04:50:34.663459Z 01O this requires 'objdump.exe' to be on the PATH 2026-05-14T04:50:34.663459Z 01O Warning in read_symbols_from_dll(so, rarch) : 2026-05-14T04:50:34.663459Z 01O this requires 'objdump.exe' to be on the PATH 2026-05-14T04:50:34.663459Z 01O 2026-05-14T04:50:34.663459Z 01O 2026-05-14T04:50:34.663459Z 01O See 'Writing portable packages' in the 'Writing R Extensions' manual. 2026-05-14T04:50:34.663459Z 01O * checking installed files from 'inst/doc' ... OK 2026-05-14T04:50:35.379168Z 01O * checking files in 'vignettes' ... OK 2026-05-14T04:50:36.099133Z 01O * checking examples ... OK 2026-05-14T04:50:48.751706Z 01O * checking for unstated dependencies in 'tests' ... OK 2026-05-14T04:50:48.751706Z 01O * checking tests ... 2026-05-14T04:50:48.751706Z 01O Running 'S4.R' 2026-05-14T04:50:49.624775Z 01O Running 'autoprint.R' 2026-05-14T04:50:50.372852Z 01O Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK 2026-05-14T04:50:51.138617Z 01O Running 'froll.R' 2026-05-14T05:03:21.447730Z 01O Running 'litedown.R' 2026-05-14T05:03:22.215250Z 01O Running 'main.R' 2026-05-14T05:05:30.011438Z 01O Running 'mergelist.R' 2026-05-14T05:05:33.020168Z 01O Running 'nafill.R' 2026-05-14T05:05:34.012341Z 01O Running 'optimize.R' 2026-05-14T05:05:36.972187Z 01O Running 'other.R' 2026-05-14T05:05:36.972187Z 01O Running 'programming.R' 2026-05-14T05:05:38.779566Z 01O Running 'types.R' 2026-05-14T05:05:38.779566Z 01O OK 2026-05-14T05:05:38.779566Z 01O * checking for unstated dependencies in vignettes ... OK 2026-05-14T05:05:39.740834Z 01O * checking package vignettes ... OK 2026-05-14T05:05:40.868194Z 01O * checking re-building of vignette outputs ... OK 2026-05-14T05:06:50.507123Z 01O * DONE 2026-05-14T05:06:50.507123Z 01O Status: 1 NOTE 2026-05-14T05:06:50.507123Z 01O $ R.exe CMD INSTALL --build $(ls.exe -1t data.table_*.tar.gz | head.exe -n 1) 2026-05-14T05:06:50.507123Z 01O 2026-05-14T05:06:50.507123Z 01O See 2026-05-14T05:06:50.507123Z 01O 'C:/GitLab-Runner/builds/Rdatatable/data.table/data.table.Rcheck/00check.log' 2026-05-14T05:06:50.507123Z 01O for details. 2026-05-14T05:06:50.507123Z 01O 2026-05-14T05:06:54.138905Z 01O * installing to library 'C:/R/library' 2026-05-14T05:06:54.139496Z 01O * installing *source* package 'data.table' ... 2026-05-14T05:06:54.139496Z 01O ** this is package 'data.table' version '1.18.99' 2026-05-14T05:06:54.139496Z 01O ** using staged installation 2026-05-14T05:06:54.139496Z 01O 2026-05-14T05:06:54.139496Z 01O ********************************************** 2026-05-14T05:06:54.139496Z 01O WARNING: this package has a configure script 2026-05-14T05:06:54.139496Z 01O It probably needs manual configuration 2026-05-14T05:06:54.139496Z 01O ********************************************** 2026-05-14T05:06:54.139496Z 01O 2026-05-14T05:06:54.139496Z 01O 2026-05-14T05:06:54.139496Z 01O ** libs 2026-05-14T05:06:54.922571Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c assign.c -o assign.o 2026-05-14T05:06:57.467064Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c between.c -o between.o 2026-05-14T05:06:58.091291Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c bmerge.c -o bmerge.o 2026-05-14T05:07:00.429280Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c chmatch.c -o chmatch.o 2026-05-14T05:07:00.429280Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cj.c -o cj.o 2026-05-14T05:07:00.429280Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c coalesce.c -o coalesce.o 2026-05-14T05:07:00.429280Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c dogroups.c -o dogroups.o 2026-05-14T05:07:01.755347Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fastmean.c -o fastmean.o 2026-05-14T05:07:01.755882Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fcast.c -o fcast.o 2026-05-14T05:07:01.755882Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fifelse.c -o fifelse.o 2026-05-14T05:07:02.458900Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fmelt.c -o fmelt.o 2026-05-14T05:07:03.387824Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c forder.c -o forder.o 2026-05-14T05:07:05.724129Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c frank.c -o frank.o 2026-05-14T05:07:05.724129Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fread.c -o fread.o 2026-05-14T05:07:10.427700Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c freadR.c -o freadR.o 2026-05-14T05:07:11.227265Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c froll.c -o froll.o 2026-05-14T05:07:13.773987Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c frollR.c -o frollR.o 2026-05-14T05:07:13.773987Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c frolladaptive.c -o frolladaptive.o 2026-05-14T05:07:15.680401Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c frollapply.c -o frollapply.o 2026-05-14T05:07:15.680401Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fsort.c -o fsort.o 2026-05-14T05:07:15.680401Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fwrite.c -o fwrite.o 2026-05-14T05:07:16.928514Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c fwriteR.c -o fwriteR.o 2026-05-14T05:07:16.928514Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c gsumm.c -o gsumm.o 2026-05-14T05:07:20.064654Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c hash.c -o hash.o 2026-05-14T05:07:20.065346Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c idatetime.c -o idatetime.o 2026-05-14T05:07:20.065346Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ijoin.c -o ijoin.o 2026-05-14T05:07:21.780102Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o 2026-05-14T05:07:21.780102Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c inrange.c -o inrange.o 2026-05-14T05:07:21.780102Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c mergelist.c -o mergelist.o 2026-05-14T05:07:21.780102Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c nafill.c -o nafill.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c negate.c -o negate.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c nqrecreateindices.c -o nqrecreateindices.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c openmp-utils.c -o openmp-utils.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c programming.c -o programming.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c quickselect.c -o quickselect.o 2026-05-14T05:07:23.667018Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c rbindlist.c -o rbindlist.o 2026-05-14T05:07:25.062240Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c reorder.c -o reorder.o 2026-05-14T05:07:25.062240Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c shellsort.c -o shellsort.o 2026-05-14T05:07:25.062240Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c shift.c -o shift.o 2026-05-14T05:07:25.907213Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c snprintf.c -o snprintf.o 2026-05-14T05:07:25.907213Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c subset.c -o subset.o 2026-05-14T05:07:27.204767Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c transpose.c -o transpose.o 2026-05-14T05:07:27.204767Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c types.c -o types.o 2026-05-14T05:07:27.204767Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c uniqlist.c -o uniqlist.o 2026-05-14T05:07:27.860488Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o 2026-05-14T05:07:30.289651Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c vecseq.c -o vecseq.o 2026-05-14T05:07:30.289651Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c wrappers.c -o wrappers.o 2026-05-14T05:07:30.289651Z 01O gcc -shared -s -static-libgcc -o data.table.dll data.table-win.def 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 -fopenmp -lz -L/c/rtools/x86_64-w64-mingw32.static.posix/lib/x64 -L/c/rtools/x86_64-w64-mingw32.static.posix/lib -LC:/R/bin/x64 -lR 2026-05-14T05:07:30.289651Z 01O mv data.table.dll data_table.dll 2026-05-14T05:07:30.289651Z 01O installing to C:/R/library/00LOCK-data.table/00new/data.table/libs/x64 2026-05-14T05:07:30.289651Z 01O ** R 2026-05-14T05:07:30.289651Z 01O ** inst 2026-05-14T05:07:30.289651Z 01O ** byte-compile and prepare package for lazy loading 2026-05-14T05:07:47.153762Z 01O ** help 2026-05-14T05:07:51.156793Z 01O *** installing help indices 2026-05-14T05:07:51.157296Z 01O ** building package indices 2026-05-14T05:07:52.420220Z 01O ** installing vignettes 2026-05-14T05:07:52.420220Z 01O ** testing if installed package can be loaded from temporary location 2026-05-14T05:07:52.420220Z 01O ** testing if installed package can be loaded from final location 2026-05-14T05:07:53.107266Z 01O ** testing if installed package keeps a record of temporary installation path 2026-05-14T05:07:53.107266Z 01O * MD5 sums 2026-05-14T05:07:54.708226Z 01O $ -not (grep.exe "warning:" data.table.Rcheck\00install.out) 2026-05-14T05:07:54.708226Z 01O True 2026-05-14T05:07:54.708332Z 01O packaged installation of 'data.table' as data.table_1.18.99.zip 2026-05-14T05:07:54.708332Z 01O * DONE (data.table) 2026-05-14T05:07:54.856561Z 00O section_end:1778735274:step_script 2026-05-14T05:07:54.856561Z 00O+section_start:1778735274:after_script 2026-05-14T05:07:54.856561Z 00O+Running after_script 2026-05-14T05:08:12.510829Z 01O Running after script... 2026-05-14T05:08:12.510829Z 01O $ $env:PATH = "C:\R\bin;C:\rtools\usr\bin;$env:PATH" 2026-05-14T05:08:12.510829Z 01O $ mkdir.exe -p bus/$CI_JOB_NAME 2026-05-14T05:08:12.510829Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_ID'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'id'))" 2026-05-14T05:08:12.510829Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_STATUS'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'status'))" 2026-05-14T05:08:12.510829Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_IMAGE'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'image'))" 2026-05-14T05:08:12.510829Z 01O $ Rscript.exe -e "to<-file.path('bus', Sys.getenv('CI_JOB_NAME'), 'data.table.Rcheck'); if (dir.exists(from<-'data.table.Rcheck')) invisible(file.rename(from, to)); dir.exists(to)" 2026-05-14T05:08:12.510829Z 01O [1] TRUE 2026-05-14T05:08:12.510829Z 01O $ Rscript.exe -e "from<-tail(list.files(pattern='^data\\.table_.*\\.zip$'), 1L); to<-file.path('bus', Sys.getenv('CI_JOB_NAME'), from); if (length(from)) invisible(file.rename(from, to)); length(to)&&file.exists(to)" 2026-05-14T05:08:12.510829Z 01O [1] TRUE 2026-05-14T05:08:12.529648Z 00O section_end:1778735292:after_script 2026-05-14T05:08:12.529648Z 00O+section_start:1778735292:upload_artifacts_on_success 2026-05-14T05:08:12.531306Z 00O+Uploading artifacts for successful job 2026-05-14T05:08:26.536244Z 01O Version: 18.8.0 2026-05-14T05:08:26.536443Z 01O Git revision: 9ffb4aa0 2026-05-14T05:08:26.536443Z 01O Git branch: 18-8-stable 2026-05-14T05:08:26.536443Z 01O GO version: go1.25.3 X:cacheprog 2026-05-14T05:08:26.536443Z 01O Built: 2026-01-15T15:55:25Z 2026-05-14T05:08:26.536443Z 01O OS/Arch: windows/amd64 2026-05-14T05:08:26.536443Z 01O Uploading artifacts... 2026-05-14T05:08:26.536443Z 01O Runtime platform  arch=amd64 os=windows pid=3128 revision=9ffb4aa0 version=18.8.0 2026-05-14T05:08:26.536443Z 01O bus/test-win-dev: found 707 matching artifact files and directories 2026-05-14T05:08:29.845226Z 01O Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=9fb7628fe9f1e774-ATL id=14364355814 responseStatus=201 Created token=6f_XWyXQf 2026-05-14T05:08:29.867408Z 00O section_end:1778735309:upload_artifacts_on_success 2026-05-14T05:08:29.867408Z 00O+section_start:1778735309:cleanup_file_variables 2026-05-14T05:08:29.867408Z 00O+Cleaning up project directory and file based variables 2026-05-14T05:08:35.499696Z 00O section_end:1778735315:cleanup_file_variables 2026-05-14T05:08:35.499696Z 00O+ 2026-05-14T05:09:01.232436Z 00O Job succeeded