2026-07-28T04:20:27.784975Z 00O Running with gitlab-runner 18.8.0 (9ffb4aa0) 2026-07-28T04:20:27.784975Z 00O  on gitlab-com-saas-windows-medium-amd64 oLZhebXKk, system ID: s_1a31f6141cb7 2026-07-28T04:20:27.784975Z 00O Resolving secrets 2026-07-28T04:20:27.784975Z 00O section_start:1785212427:prepare_executor 2026-07-28T04:20:27.784975Z 00O+Preparing the "custom" executor 2026-07-28T04:20:28.693994Z 00O Using Custom executor with driver autoscaler 0.1.5 (272a703)... 2026-07-28T04:20:28.782435Z 00O Creating virtual machine for the job... 2026-07-28T04:24:37.345789Z 00O Virtual machine created! 2026-07-28T04:24:37.370846Z 00O section_end:1785212677:prepare_executor 2026-07-28T04:24:37.370846Z 00O+section_start:1785212677:prepare_script 2026-07-28T04:24:37.370846Z 00O+Preparing environment 2026-07-28T04:24:47.795398Z 01O Running on PACKER-69A69578 via 2026-07-28T04:24:47.795398Z 01O runner-w21h2sm-15566507662... 2026-07-28T04:24:48.368327Z 00O section_end:1785212688:prepare_script 2026-07-28T04:24:48.368327Z 00O+section_start:1785212688:get_sources 2026-07-28T04:24:48.369423Z 00O+Getting source from Git repository 2026-07-28T04:25:07.137784Z 01O Gitaly correlation ID: a2211765b81d3baa-ATL 2026-07-28T04:25:08.152791Z 01O Fetching changes... 2026-07-28T04:25:08.152791Z 01O Initialized empty Git repository in C:/GitLab-Runner/builds/Rdatatable/data.table/.git/ 2026-07-28T04:25:08.835980Z 01O Created fresh repository. 2026-07-28T04:25:18.074968Z 01O fatal: Unable to persist credentials with the 'wincredman' credential store. 2026-07-28T04:25:18.074968Z 01O See https://aka.ms/gcm/credstores for more information. 2026-07-28T04:25:32.019580Z 01O Checking out 5ca70525 as detached HEAD (ref is master)... 2026-07-28T04:25:34.130428Z 01O git-lfs/3.7.1 (GitHub; windows amd64; go 1.25.1; git b84b3384) 2026-07-28T04:25:34.578623Z 01O 2026-07-28T04:25:34.578623Z 01O Skipping Git submodules setup 2026-07-28T04:25:34.605775Z 00O section_end:1785212734:get_sources 2026-07-28T04:25:34.605775Z 00O+section_start:1785212734:download_artifacts 2026-07-28T04:25:34.607645Z 00O+Downloading artifacts 2026-07-28T04:25:50.806995Z 01O Version: 18.8.0 2026-07-28T04:25:50.807787Z 01O Git revision: 9ffb4aa0 2026-07-28T04:25:50.807787Z 01O Git branch: 18-8-stable 2026-07-28T04:25:50.807787Z 01O GO version: go1.25.3 X:cacheprog 2026-07-28T04:25:50.807787Z 01O Built: 2026-01-15T15:55:25Z 2026-07-28T04:25:50.807787Z 01O OS/Arch: windows/amd64 2026-07-28T04:25:50.807787Z 01O Downloading artifacts for mirror-packages (15566507650)... 2026-07-28T04:25:50.807787Z 01O Runtime platform  arch=amd64 os=windows pid=3616 revision=9ffb4aa0 version=18.8.0 2026-07-28T04:25:51.878920Z 01O Downloading artifacts from coordinator... ok  correlation_id=d5f5594da2d746b485722023ae4ac42d host=storage.googleapis.com id=15566507650 responseStatus=200 OK token=71_ZMUaQR 2026-07-28T04:25:57.665596Z 01O Downloading artifacts for build (15566507651)... 2026-07-28T04:25:57.666221Z 01O Runtime platform  arch=amd64 os=windows pid=524 revision=9ffb4aa0 version=18.8.0 2026-07-28T04:25:57.666221Z 01O Downloading artifacts from coordinator... ok  correlation_id=eb9d3552056e4d018c20c163c17070f5 host=storage.googleapis.com id=15566507651 responseStatus=200 OK token=71_ZMUaQR 2026-07-28T04:25:57.692639Z 00O section_end:1785212757:download_artifacts 2026-07-28T04:25:57.692639Z 00O+section_start:1785212757:step_script 2026-07-28T04:25:57.693338Z 00O+Executing "step_script" stage of the job script 2026-07-28T04:25:57.694482Z 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-07-28T04:26:07.816489Z 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-07-28T04:29:01.184442Z 01O $ Start-Process -FilePath ..\R-win.exe -ArgumentList "/VERYSILENT /DIR=C:\R" -NoNewWindow -Wait 2026-07-28T04:30:16.201101Z 01O $ $VERSION = $RTOOLS_VERSION -replace '\.', '' 2026-07-28T04:30:18.936422Z 01O $ Add-Content -Path ".\.Renviron" -Value "RTOOLS${VERSION}_HOME='/c/rtools'" 2026-07-28T04:30:19.909141Z 01O $ $RTOOLS_BIN="https://github.com/r-hub/rtools${VERSION}/releases/download/latest/rtools${VERSION}.exe" 2026-07-28T04:30:19.909141Z 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-07-28T04:36:59.445910Z 01O $ Start-Process -FilePath ..\rtools.exe -ArgumentList "/VERYSILENT /DIR=C:\rtools" -NoNewWindow -Wait 2026-07-28T04:51:58.247326Z 01O $ $env:PATH = "C:\R\bin;C:\rtools\usr\bin;$env:PATH" 2026-07-28T04:51:58.247326Z 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-07-28T04:52:00.029690Z 01O 2026-07-28T04:52:00.029690Z 01O There are binary versions available but the source versions are later: 2026-07-28T04:52:00.029690Z 01O binary source needs_compilation 2026-07-28T04:52:00.029690Z 01O bit64 4.8.0 4.8.2 TRUE 2026-07-28T04:52:00.029690Z 01O litedown 0.9 0.10 FALSE 2026-07-28T04:52:00.029690Z 01O xfun 0.57 0.60 TRUE 2026-07-28T04:52:00.029690Z 01O 2026-07-28T04:52:00.029690Z 01O also installing the dependencies 'bit', 'R.oo', 'R.methodsS3', 'commonmark', 'evaluate', 'highr' 2026-07-28T04:52:00.029690Z 01O 2026-07-28T04:52:02.181043Z 01O package 'bit' successfully unpacked and MD5 sums checked 2026-07-28T04:52:02.181500Z 01O package 'R.oo' successfully unpacked and MD5 sums checked 2026-07-28T04:52:02.181500Z 01O package 'R.methodsS3' successfully unpacked and MD5 sums checked 2026-07-28T04:52:02.181500Z 01O package 'commonmark' successfully unpacked and MD5 sums checked 2026-07-28T04:52:02.181500Z 01O package 'evaluate' successfully unpacked and MD5 sums checked 2026-07-28T04:52:03.137013Z 01O package 'highr' successfully unpacked and MD5 sums checked 2026-07-28T04:52:03.137013Z 01O package 'R.utils' successfully unpacked and MD5 sums checked 2026-07-28T04:52:04.391082Z 01O package 'xts' successfully unpacked and MD5 sums checked 2026-07-28T04:52:06.005221Z 01O package 'zoo' successfully unpacked and MD5 sums checked 2026-07-28T04:52:06.005221Z 01O package 'yaml' successfully unpacked and MD5 sums checked 2026-07-28T04:52:06.005221Z 01O package 'codetools' successfully unpacked and MD5 sums checked 2026-07-28T04:52:08.491110Z 01O package 'knitr' successfully unpacked and MD5 sums checked 2026-07-28T04:52:08.491110Z 01O installing the source packages 'bit64', 'litedown', 'xfun' 2026-07-28T04:52:08.491110Z 01O 2026-07-28T04:53:29.477007Z 01O $ cp.exe $(ls.exe -1t bus/build/data.table_*.tar.gz | head.exe -n 1) . 2026-07-28T04:53:29.477007Z 01O $ R.exe CMD check --no-manual $(ls.exe -1t data.table_*.tar.gz | head.exe -n 1) 2026-07-28T04:53:30.308375Z 01O * using log directory 'C:/GitLab-Runner/builds/Rdatatable/data.table/data.table.Rcheck' 2026-07-28T04:53:30.308954Z 01O * using R version 4.4.3 (2025-02-28 ucrt) 2026-07-28T04:53:30.308954Z 01O * using platform: x86_64-w64-mingw32 2026-07-28T04:53:30.308954Z 01O * R was compiled by 2026-07-28T04:53:30.308954Z 01O gcc.exe (GCC) 13.3.0 2026-07-28T04:53:30.308954Z 01O GNU Fortran (GCC) 13.3.0 2026-07-28T04:53:30.308954Z 01O * running under: Windows Server 2022 x64 (build 20348) 2026-07-28T04:53:30.308954Z 01O * using session charset: UTF-8 2026-07-28T04:53:34.625559Z 01O * using option '--no-manual' 2026-07-28T04:53:34.625559Z 01O * checking for file 'data.table/DESCRIPTION' ... OK 2026-07-28T04:53:34.625559Z 01O * this is package 'data.table' version '1.18.99' 2026-07-28T04:53:34.625559Z 01O * package encoding: UTF-8 2026-07-28T04:53:34.625559Z 01O * checking package namespace information ... OK 2026-07-28T04:53:34.625559Z 01O * checking package dependencies ... OK 2026-07-28T04:53:42.307527Z 01O * checking if this is a source package ... OK 2026-07-28T04:53:42.307527Z 01O * checking if there is a namespace ... OK 2026-07-28T04:53:42.307527Z 01O * checking for executable files ... OK 2026-07-28T04:53:56.540739Z 01O * checking for hidden files and directories ... OK 2026-07-28T04:53:56.541077Z 01O * checking for portable file names ... OK 2026-07-28T04:53:56.541077Z 01O * checking whether package 'data.table' can be installed ... OK 2026-07-28T04:55:35.407427Z 01O * checking installed package size ... NOTE 2026-07-28T04:55:35.407427Z 01O installed size is 7.1Mb 2026-07-28T04:55:35.407427Z 01O sub-directories of 1Mb or more: 2026-07-28T04:55:35.407427Z 01O doc 1.1Mb 2026-07-28T04:55:35.407427Z 01O po 1.6Mb 2026-07-28T04:55:35.407427Z 01O tests 2.1Mb 2026-07-28T04:55:35.407427Z 01O * checking package directory ... OK 2026-07-28T04:55:35.407427Z 01O * checking 'build' directory ... OK 2026-07-28T04:55:35.407427Z 01O * checking DESCRIPTION meta-information ... OK 2026-07-28T04:55:36.478499Z 01O * checking top-level files ... OK 2026-07-28T04:55:36.478499Z 01O * checking for left-over files ... OK 2026-07-28T04:55:36.478499Z 01O * checking index information ... OK 2026-07-28T04:55:37.039432Z 01O * checking package subdirectories ... OK 2026-07-28T04:55:39.007276Z 01O * checking code files for non-ASCII characters ... OK 2026-07-28T04:55:39.007276Z 01O * checking R files for syntax errors ... OK 2026-07-28T04:55:39.007276Z 01O * checking whether the package can be loaded ... OK 2026-07-28T04:55:40.015917Z 01O * checking whether the package can be loaded with stated dependencies ... OK 2026-07-28T04:55:40.015917Z 01O * checking whether the package can be unloaded cleanly ... OK 2026-07-28T04:55:40.573931Z 01O * checking whether the namespace can be loaded with stated dependencies ... OK 2026-07-28T04:55:41.133475Z 01O * checking whether the namespace can be unloaded cleanly ... OK 2026-07-28T04:55:41.805638Z 01O * checking loading without being on the library search path ... OK 2026-07-28T04:55:43.311833Z 01O * checking whether startup messages can be suppressed ... OK 2026-07-28T04:55:43.887457Z 01O * checking dependencies in R code ... OK 2026-07-28T04:55:45.968227Z 01O * checking S3 generic/method consistency ... OK 2026-07-28T04:55:46.880153Z 01O * checking replacement functions ... OK 2026-07-28T04:55:47.440331Z 01O * checking foreign function calls ... OK 2026-07-28T04:55:49.186699Z 01O * checking R code for possible problems ... OK 2026-07-28T04:56:20.986315Z 01O * checking Rd files ... OK 2026-07-28T04:56:24.671723Z 01O * checking Rd metadata ... OK 2026-07-28T04:56:24.671723Z 01O * checking Rd cross-references ... OK 2026-07-28T04:56:25.581535Z 01O * checking for missing documentation entries ... OK 2026-07-28T04:56:26.365855Z 01O * checking for code/documentation mismatches ... OK 2026-07-28T04:56:29.614520Z 01O * checking Rd \usage sections ... OK 2026-07-28T04:56:32.652784Z 01O * checking Rd contents ... OK 2026-07-28T04:56:34.232896Z 01O * checking for unstated dependencies in examples ... OK 2026-07-28T04:56:38.524269Z 01O * checking line endings in shell scripts ... OK 2026-07-28T04:56:38.524269Z 01O * checking line endings in C/C++/Fortran sources/headers ... OK 2026-07-28T04:56:38.524269Z 01O * checking line endings in Makefiles ... OK 2026-07-28T04:56:38.524269Z 01O * checking compilation flags in Makevars ... OK 2026-07-28T04:56:39.809738Z 01O * checking for GNU extensions in Makefiles ... OK 2026-07-28T04:56:39.809738Z 01O * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK 2026-07-28T04:56:39.809738Z 01O * checking use of PKG_*FLAGS in Makefiles ... OK 2026-07-28T04:56:39.809738Z 01O * checking compiled code ... NOTE 2026-07-28T04:56:42.158647Z 01O Warning in read_symbols_from_dll(so, rarch) : 2026-07-28T04:56:42.158647Z 01O this requires 'objdump.exe' to be on the PATH 2026-07-28T04:56:42.158647Z 01O Warning in read_symbols_from_dll(so, rarch) : 2026-07-28T04:56:42.158647Z 01O this requires 'objdump.exe' to be on the PATH 2026-07-28T04:56:42.158647Z 01O 2026-07-28T04:56:42.158647Z 01O 2026-07-28T04:56:42.158647Z 01O See 'Writing portable packages' in the 'Writing R Extensions' manual. 2026-07-28T04:56:42.158647Z 01O * checking installed files from 'inst/doc' ... OK 2026-07-28T04:56:42.813012Z 01O * checking files in 'vignettes' ... OK 2026-07-28T04:56:43.452615Z 01O * checking examples ... OK 2026-07-28T04:56:54.897768Z 01O * checking for unstated dependencies in 'tests' ... OK 2026-07-28T04:56:54.897768Z 01O * checking tests ... 2026-07-28T04:56:54.897768Z 01O Running 'S4.R' 2026-07-28T04:56:55.729767Z 01O Running 'autoprint.R' 2026-07-28T04:56:56.477920Z 01O Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK 2026-07-28T04:56:57.118314Z 01O Running 'froll.R' 2026-07-28T05:10:54.879889Z 01O Running 'litedown.R' 2026-07-28T05:10:55.583950Z 01O Running 'main.R' 2026-07-28T05:13:20.667781Z 01O Running 'mergelist.R' 2026-07-28T05:13:23.871691Z 01O Running 'nafill.R' 2026-07-28T05:13:24.969348Z 01O Running 'optimize.R' 2026-07-28T05:13:28.360912Z 01O Running 'other.R' 2026-07-28T05:13:28.360912Z 01O Running 'programming.R' 2026-07-28T05:13:29.641251Z 01O Running 'types.R' OK 2026-07-28T05:13:30.458064Z 01O * checking for unstated dependencies in vignettes ... 2026-07-28T05:13:31.251429Z 01O OK 2026-07-28T05:13:31.251429Z 01O * checking package vignettes ... OK 2026-07-28T05:13:32.390258Z 01O * checking re-building of vignette outputs ... OK 2026-07-28T05:14:50.223671Z 01O * DONE 2026-07-28T05:14:50.223671Z 01O Status: 2 NOTEs 2026-07-28T05:14:50.223671Z 01O $ R.exe CMD INSTALL --build $(ls.exe -1t data.table_*.tar.gz | head.exe -n 1) 2026-07-28T05:14:50.223671Z 01O 2026-07-28T05:14:50.223671Z 01O See 2026-07-28T05:14:50.223671Z 01O 'C:/GitLab-Runner/builds/Rdatatable/data.table/data.table.Rcheck/00check.log' 2026-07-28T05:14:50.223671Z 01O for details. 2026-07-28T05:14:50.223671Z 01O 2026-07-28T05:14:55.975356Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c assign.c -o assign.o 2026-07-28T05:14:55.975356Z 01O * installing to library 'C:/R/library' 2026-07-28T05:14:55.975356Z 01O * installing *source* package 'data.table' ... 2026-07-28T05:14:55.975356Z 01O ** using staged installation 2026-07-28T05:14:55.975356Z 01O 2026-07-28T05:14:55.975356Z 01O ********************************************** 2026-07-28T05:14:55.975356Z 01O WARNING: this package has a configure script 2026-07-28T05:14:55.975356Z 01O It probably needs manual configuration 2026-07-28T05:14:55.975356Z 01O ********************************************** 2026-07-28T05:14:55.975356Z 01O 2026-07-28T05:14:55.976133Z 01O 2026-07-28T05:14:55.976133Z 01O ** libs 2026-07-28T05:14:58.921923Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c between.c -o between.o 2026-07-28T05:14:59.608615Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bmerge.c -o bmerge.o 2026-07-28T05:15:01.880373Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c chmatch.c -o chmatch.o 2026-07-28T05:15:01.880552Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cj.c -o cj.o 2026-07-28T05:15:01.880552Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c coalesce.c -o coalesce.o 2026-07-28T05:15:02.886528Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c deleterows.c -o deleterows.o 2026-07-28T05:15:02.886528Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dogroups.c -o dogroups.o 2026-07-28T05:15:04.452665Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fastmean.c -o fastmean.o 2026-07-28T05:15:04.452720Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fcast.c -o fcast.o 2026-07-28T05:15:04.452720Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fifelse.c -o fifelse.o 2026-07-28T05:15:05.233016Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fmelt.c -o fmelt.o 2026-07-28T05:15:06.304335Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c forder.c -o forder.o 2026-07-28T05:15:08.310363Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frank.c -o frank.o 2026-07-28T05:15:08.900593Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fread.c -o fread.o 2026-07-28T05:15:14.082062Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c freadR.c -o freadR.o 2026-07-28T05:15:14.961411Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c froll.c -o froll.o 2026-07-28T05:15:17.709063Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frollR.c -o frollR.o 2026-07-28T05:15:17.709063Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frolladaptive.c -o frolladaptive.o 2026-07-28T05:15:20.045104Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frollapply.c -o frollapply.o 2026-07-28T05:15:20.045104Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fsort.c -o fsort.o 2026-07-28T05:15:20.045104Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fwrite.c -o fwrite.o 2026-07-28T05:15:21.597650Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fwriteR.c -o fwriteR.o 2026-07-28T05:15:21.597650Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gsumm.c -o gsumm.o 2026-07-28T05:15:25.176775Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hash.c -o hash.o 2026-07-28T05:15:25.176775Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c idatetime.c -o idatetime.o 2026-07-28T05:15:25.176775Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ijoin.c -o ijoin.o 2026-07-28T05:15:27.175757Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o 2026-07-28T05:15:27.175881Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c inrange.c -o inrange.o 2026-07-28T05:15:27.175881Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mergelist.c -o mergelist.o 2026-07-28T05:15:27.175881Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c nafill.c -o nafill.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c negate.c -o negate.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c nqrecreateindices.c -o nqrecreateindices.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c openmp-utils.c -o openmp-utils.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c programming.c -o programming.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quickselect.c -o quickselect.o 2026-07-28T05:15:29.442114Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rbindlist.c -o rbindlist.o 2026-07-28T05:15:31.140632Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c reorder.c -o reorder.o 2026-07-28T05:15:31.140632Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c shellsort.c -o shellsort.o 2026-07-28T05:15:31.140632Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c shift.c -o shift.o 2026-07-28T05:15:32.194856Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c snprintf.c -o snprintf.o 2026-07-28T05:15:32.194856Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c subset.c -o subset.o 2026-07-28T05:15:33.748755Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c transpose.c -o transpose.o 2026-07-28T05:15:33.748755Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c types.c -o types.o 2026-07-28T05:15:33.748755Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c uniqlist.c -o uniqlist.o 2026-07-28T05:15:34.453903Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o 2026-07-28T05:15:35.654699Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vecseq.c -o vecseq.o 2026-07-28T05:15:35.654699Z 01O gcc -I"C:/R/include" -DNDEBUG -I"/c/rtools/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrappers.c -o wrappers.o 2026-07-28T05:15:36.257582Z 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 deleterows.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-07-28T05:15:37.416983Z 01O installing to C:/R/library/00LOCK-data.table/00new/data.table/libs/x64 2026-07-28T05:15:37.416983Z 01O ** R 2026-07-28T05:15:37.416983Z 01O ** inst 2026-07-28T05:15:37.416983Z 01O ** byte-compile and prepare package for lazy loading 2026-07-28T05:16:00.435562Z 01O ** help 2026-07-28T05:16:05.717547Z 01O *** installing help indices 2026-07-28T05:16:05.717547Z 01O ** building package indices 2026-07-28T05:16:07.184626Z 01O ** installing vignettes 2026-07-28T05:16:07.184626Z 01O ** testing if installed package can be loaded from temporary location 2026-07-28T05:16:07.184626Z 01O ** testing if installed package can be loaded from final location 2026-07-28T05:16:08.113754Z 01O ** testing if installed package keeps a record of temporary installation path 2026-07-28T05:16:08.113754Z 01O * MD5 sums 2026-07-28T05:16:09.681664Z 01O $ -not (grep.exe "warning:" data.table.Rcheck\00install.out) 2026-07-28T05:16:09.682363Z 01O True 2026-07-28T05:16:09.682363Z 01O packaged installation of 'data.table' as data.table_1.18.99.zip 2026-07-28T05:16:09.682363Z 01O * DONE (data.table) 2026-07-28T05:16:09.850520Z 00O section_end:1785215769:step_script 2026-07-28T05:16:09.850520Z 00O+section_start:1785215769:after_script 2026-07-28T05:16:09.851825Z 00O+Running after_script 2026-07-28T05:16:30.974471Z 01O Running after script... 2026-07-28T05:16:30.975688Z 01O $ $env:PATH = "C:\R\bin;C:\rtools\usr\bin;$env:PATH" 2026-07-28T05:16:30.975688Z 01O $ mkdir.exe -p bus/$CI_JOB_NAME 2026-07-28T05:16:30.975688Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_ID'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'id'))" 2026-07-28T05:16:30.975688Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_STATUS'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'status'))" 2026-07-28T05:16:30.975688Z 01O $ Rscript.exe -e "cat(Sys.getenv('CI_JOB_IMAGE'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'image'))" 2026-07-28T05:16:30.975688Z 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-07-28T05:16:30.975688Z 01O [1] TRUE 2026-07-28T05:16:30.975688Z 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-07-28T05:16:30.975688Z 01O [1] TRUE 2026-07-28T05:16:31.003109Z 00O section_end:1785215791:after_script 2026-07-28T05:16:31.003109Z 00O+section_start:1785215791:upload_artifacts_on_success 2026-07-28T05:16:31.004854Z 00O+Uploading artifacts for successful job 2026-07-28T05:16:44.884307Z 01O Version: 18.8.0 2026-07-28T05:16:44.884470Z 01O Git revision: 9ffb4aa0 2026-07-28T05:16:44.884470Z 01O Git branch: 18-8-stable 2026-07-28T05:16:44.884470Z 01O GO version: go1.25.3 X:cacheprog 2026-07-28T05:16:44.884470Z 01O Built: 2026-01-15T15:55:25Z 2026-07-28T05:16:44.884470Z 01O OS/Arch: windows/amd64 2026-07-28T05:16:44.884470Z 01O Uploading artifacts... 2026-07-28T05:16:44.884470Z 01O Runtime platform  arch=amd64 os=windows pid=812 revision=9ffb4aa0 version=18.8.0 2026-07-28T05:16:44.884470Z 01O bus/test-win-old: found 708 matching artifact files and directories 2026-07-28T05:16:47.964901Z 01O Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=a22169da6967b046-ATL id=15566507662 responseStatus=201 Created token=71_ZMUaQR 2026-07-28T05:16:47.989015Z 00O section_end:1785215807:upload_artifacts_on_success 2026-07-28T05:16:47.989015Z 00O+section_start:1785215807:cleanup_file_variables 2026-07-28T05:16:47.989654Z 00O+Cleaning up project directory and file based variables 2026-07-28T05:16:53.995826Z 00O section_end:1785215813:cleanup_file_variables 2026-07-28T05:16:53.995826Z 00O+ 2026-07-28T05:17:19.821883Z 00O Job succeeded