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-0a09e93a3e5f8057b... Instance i-0a09e93a3e5f8057b connected Enforcing VM Isolation Creating nesting VM tunnel Dialing nesting daemon Creating nesting VM macos-15-xcode-16 Created nesting VM 3fijo7cf 127.0.0.1:56516 section_end:1761711729:prepare_executor section_start:1761711729:prepare_script Preparing environment Running on Manageds-Virtual-Machine.local via runners-manager-saas-macos-medium-m1-green-2... section_end:1761711735:prepare_script section_start:1761711735:get_sources Getting source from Git repository Gitaly correlation ID: 995fe3544674e592-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:1761711740:get_sources section_start:1761711740:download_artifacts Downloading artifacts Downloading artifacts for build (11889318930)... Runtime platform  arch=arm64 os=darwin pid=1392 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=db4b40845d414850be58c7da16b235c3 host=cdn.artifacts.gitlab-static.net id=11889318930 responseStatus=200 OK token=6b_dSp9Qf Downloading artifacts for mirror-packages (11889318928)... WARNING: bus/build/: lchown bus/build/: operation not permitted (suppressing repeats) Runtime platform  arch=arm64 os=darwin pid=1394 revision=139a0ac0 version=18.4.0 Downloading artifacts from coordinator... ok  correlation_id=21c8ca8014f844ffbfc78b9fa5c6f8d2 host=cdn.artifacts.gitlab-static.net id=11889318928 responseStatus=200 OK token=6b_dSp9Qf WARNING: bus/mirror-packages/: lchown bus/mirror-packages/: operation not permitted (suppressing repeats) section_end:1761711744:download_artifacts section_start:1761711744: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 58 102M 58 59.5M 0 0 132M 0 --:--:-- --:--:-- --:--:-- 132M 100 102M 100 102M 0 0 144M 0 --:--:-- --:--:-- --:--:-- 164M $ sudo installer -pkg "$(ls -1t XQuartz-*.pkg | head -n 1)" -target / installer: Package name is installer: Installing at base path / installer: The install was successful. installer: The install requires logging out now. $ curl -O $R_BIN % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 69 96.7M 69 67.1M 0 0 100M 0 --:--:-- --:--:-- --:--:-- 100M$ sudo installer -pkg "$(ls -1t R-*-arm64.pkg | head -n 1)" -target / 100 96.7M 100 96.7M 0 0 105M 0 --:--:-- --:--:-- --:--:-- 105M installer: Package name is R 4.4.3 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.4.3 (2025-02-28) * using platform: aarch64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.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:1761711815:step_script section_start:1761711815: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:1761711816:after_script section_start:1761711816:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... Runtime platform  arch=arm64 os=darwin pid=4261 revision=139a0ac0 version=18.4.0 bus/test-mac-old: found 464 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=995fe60de186e5f5-IAD id=11889318986 responseStatus=201 Created token=6b_dSp9Qf section_end:1761711819:upload_artifacts_on_failure section_start:1761711819:cleanup_file_variables Cleaning up project directory and file based variables section_end:1761711819:cleanup_file_variables ERROR: Job failed: run exit (exit code: 1): Process exited with status 1