Running with gitlab-runner 18.4.0~pre.115.gb2218bab (b2218bab)  on green-2.saas-macos-medium-m1.runners-manager.gitlab.com/default zxQ9CHzHN, system ID: s_4366a769b6ab Resolving secrets section_start:1761711706:prepare_executor Preparing the "instance" executor Preparing instance... Dialing instance i-069fb9e79e85acf22... Instance i-069fb9e79e85acf22 connected Enforcing VM Isolation Creating nesting VM tunnel Dialing nesting daemon Creating nesting VM macos-15-xcode-16 Created nesting VM qbjqmvyl 127.0.0.1:55334 section_end:1761711730:prepare_executor section_start:1761711730:prepare_script Preparing environment Running on Manageds-Virtual-Machine.local via runners-manager-saas-macos-medium-m1-green-2... section_end:1761711737:prepare_script section_start:1761711737:get_sources Getting source from Git repository Gitaly correlation ID: 995fe34fa2d0e592-ATL Fetching changes... Initialized empty Git repository in /Users/gitlab/builds/Rdatatable/data.table/.git/ Created fresh repository. failed to store: -25308 Checking out 681e0cb3 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1761711745:get_sources section_start:1761711745:download_artifacts Downloading artifacts Downloading artifacts for build (11889318930)... Runtime platform  arch=arm64 os=darwin pid=1415 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=17edea2b241e4b179bfc0fdb13eb4c05 host=cdn.artifacts.gitlab-static.net id=11889318930 responseStatus=200 OK token=6b_mujJXw Downloading artifacts for mirror-packages (11889318928)... WARNING: bus/build/: lchown bus/build/: operation not permitted (suppressing repeats) Runtime platform  arch=arm64 os=darwin pid=1427 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=b329318efc7c4b30bf864ecb3dcb94f9 host=cdn.artifacts.gitlab-static.net id=11889318928 responseStatus=200 OK token=6b_mujJXw WARNING: bus/mirror-packages/: lchown bus/mirror-packages/: operation not permitted (suppressing repeats) section_end:1761711752:download_artifacts section_start:1761711752: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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 42 102M 42 43.1M 0 0 42.1M 0 0:00:02 0:00:01 0:00:01 42.1M 78 102M 78 80.2M 0 0 39.6M 0 0:00:02 0:00:02 --:--:-- 37.1M$ sudo installer -pkg "$(ls -1t XQuartz-*.pkg | head -n 1)" -target / 100 102M 100 102M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 46.2M installer: Package name is installer: Installing at base path / installer: The install was successful. installer: The install requires logging out now. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0$ curl -O $R_BIN 9 96.6M 9 9416k 0 0 34.5M 0 0:00:02 --:--:-- 0:00:02 34.5M 65 96.6M 65 62.9M 0 0 49.7M 0 0:00:01 0:00:01 --:--:-- 49.7M$ sudo installer -pkg "$(ls -1t R-*-arm64.pkg | head -n 1)" -target / 100 96.6M 100 96.6M 0 0 53.3M 0 0:00:01 0:00:01 --:--:-- 53.3M 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/darwin20/arm64 ... Downloading index https://mac.R-project.org/bin/darwin20/arm64/PACKAGES ... Downloading + installing https://mac.R-project.org/bin/darwin20/arm64/gettext-0.22.5-darwin.20-arm64.tar.xz ... Downloading + installing https://mac.R-project.org/bin/darwin20/arm64/texinfo-7.1-darwin.20-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 Sequoia 15.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.17.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 ... ERROR Installation failed. See ‘/Users/gitlab/builds/Rdatatable/data.table/data.table.Rcheck/00install.out’ for details. * DONE Status: 1 ERROR See ‘/Users/gitlab/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. section_end:1761711840:step_script section_start:1761711840: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:1761711842:after_script section_start:1761711842:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... Runtime platform  arch=arm64 os=darwin pid=4250 revision=139a0ac0 version=18.4.0 bus/test-mac-rel: found 464 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=995fe6d286468848-IAD id=11889318981 responseStatus=201 Created token=6b_mujJXw section_end:1761711850:upload_artifacts_on_failure section_start:1761711850:cleanup_file_variables Cleaning up project directory and file based variables section_end:1761711852:cleanup_file_variables ERROR: Job failed: run exit (exit code: 1): Process exited with status 1