Running with gitlab-runner 17.4.0~pre.110.g27400594 (27400594)  on green-3.saas-linux-medium-amd64.runners-manager.gitlab.com/default RGE_tuxo, system ID: s_f1e189cfc3d4 Resolving secrets section_start:1730866692:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0 ... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0 ... Using docker image sha256:800f218c4b775ca97a7fa8fc1f1643846a3983082498ed0feb26d331c86af240 for registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0 with digest registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0@sha256:d8515aae44c9192919eb7143b2932678897e365a396c4e75f15e8fca901532ff ... section_end:1730866721:prepare_executor section_start:1730866722:prepare_script Preparing environment Running on runner-rgetuxo-project-3622566-concurrent-0 via runner-rgetuxo-s-l-m-amd64-1730866623-e267ead8... section_end:1730866731:prepare_script section_start:1730866731:get_sources Getting source from Git repository Fetching changes... Initialized empty Git repository in /builds/Rdatatable/data.table/.git/ Created fresh repository. Checking out 6a15f861 as detached HEAD (ref is master)... Skipping Git submodules setup $ git remote set-url origin "${CI_REPOSITORY_URL}" section_end:1730866736:get_sources section_start:1730866736:download_artifacts Downloading artifacts Downloading artifacts for build (8280431169)... Downloading artifacts from coordinator... ok  host=storage.googleapis.com id=8280431169 responseStatus=200 OK token=glcbt-66 Downloading artifacts for mirror-packages (8280431148)... Downloading artifacts from coordinator... ok  host=storage.googleapis.com id=8280431148 responseStatus=200 OK token=glcbt-66 section_end:1730866738:download_artifacts section_start:1730866738:step_script Executing "step_script" stage of the job script Using docker image sha256:800f218c4b775ca97a7fa8fc1f1643846a3983082498ed0feb26d331c86af240 for registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0 with digest registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0@sha256:d8515aae44c9192919eb7143b2932678897e365a396c4e75f15e8fca901532ff ... $ cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) . $ mkdir -p ~/.R $ 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)' Warning: dependency ‘evaluate’ is not available also installing the dependencies ‘R.oo’, ‘R.methodsS3’, ‘highr’, ‘xfun’, ‘commonmark’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning messages: 1: package ‘xts’ is not available (for R version 3.3.0) 2: In install.packages(dcf.dependencies("DESCRIPTION", which = "all"), : installation of package ‘knitr’ had non-zero exit status $ R CMD check --no-manual --no-build-vignettes --ignore-vignettes $(ls -1t data.table_*.tar.gz | head -n 1) * using log directory ‘/builds/Rdatatable/data.table/data.table.Rcheck’ * using R version 3.3.0 (2016-05-03) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using options ‘--no-manual --ignore-vignettes’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.16.99’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Packages suggested but not available for checking: ‘xts’ ‘knitr’ * 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 * checking installed package size ... NOTE installed size is 7.2Mb sub-directories of 1Mb or more: libs 2.0Mb po 1.3Mb tests 1.9Mb * checking package 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 R 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 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 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 compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... SKIPPED * 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’ ... OK Running ‘main.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ OK * DONE Status: 2 NOTEs See ‘/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. section_end:1730866835:step_script section_start:1730866835:after_script Running after_script Running after script... $ mkdir -p 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 $ [ -d data.table.Rcheck ] && mv data.table.Rcheck bus/$CI_JOB_NAME/ section_end:1730866835:after_script section_start:1730866835:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... bus/test-lin-ancient-cran: found 608 matching artifact files and directories WARNING: Upload request redirected  location=https://gitlab.com/api/v4/jobs/8280431432/artifacts?artifact_format=zip&artifact_type=archive&expire_in=2+weeks new-url=https://gitlab.com WARNING: Retrying...  context=artifacts-uploader error=request redirected Uploading artifacts as "archive" to coordinator... 201 Created id=8280431432 responseStatus=201 Created token=glcbt-66 section_end:1730866839:upload_artifacts_on_success section_start:1730866839:cleanup_file_variables Cleaning up project directory and file based variables section_end:1730866840:cleanup_file_variables Job succeeded