Running with gitlab-runner 17.4.0~pre.110.g27400594 (27400594)  on green-1.saas-linux-medium-amd64.runners-manager.gitlab.com/default _2KYLxN2, system ID: s_e3d0e4a7da2c Resolving secrets section_start:1730866692:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang ... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang ... Using docker image sha256:efad20fd5e7dcd8f07d2f465ae35f6b190cdc01a29561e4e3be5dc48e537f73e for registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang with digest registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang@sha256:1fb922b460f74631ddfb79d521ebe2c9a8733e0dc70510e4ccbf4453816ab7cd ... section_end:1730866710:prepare_executor section_start:1730866710:prepare_script Preparing environment Running on runner-2kylxn2-project-3622566-concurrent-0 via runner-2kylxn2-s-l-m-amd64-1730866624-e39b24b1... section_end:1730866722:prepare_script section_start:1730866722: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:1730866727:get_sources section_start:1730866727: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:1730866729:download_artifacts section_start:1730866729:step_script Executing "step_script" stage of the job script Using docker image sha256:efad20fd5e7dcd8f07d2f465ae35f6b190cdc01a29561e4e3be5dc48e537f73e for registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang with digest registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang@sha256:1fb922b460f74631ddfb79d521ebe2c9a8733e0dc70510e4ccbf4453816ab7cd ... $ cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) . $ mkdir -p ~/.R $ echo 'CFLAGS=-g -O2 -fno-common -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars $ echo 'CXXFLAGS=-g -O2 -fno-common -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars $ 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 ‘R.oo’, ‘R.methodsS3’, ‘lattice’, ‘evaluate’, ‘highr’, ‘xfun’, ‘commonmark’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done $ R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1) * using log directory ‘/builds/Rdatatable/data.table/data.table.Rcheck’ * using R Under development (unstable) (2024-10-22 r87265) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (27+b1) GNU Fortran (Debian 14.2.0-6) 14.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * using option ‘--as-cran’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.16.99’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: ‘Tyson Barrett ’ Size of tarball: 5528547 bytes * 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 .dll and .exe files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘data.table’ can be installed ... [18s/18s] OK * used C compiler: ‘Debian clang version 16.0.6 (27+b1)’ * checking installed package size ... INFO installed size is 6.6Mb sub-directories of 1Mb or more: libs 1.4Mb po 1.3Mb tests 1.9Mb * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ 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 code 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 whether startup messages can be suppressed ... OK * checking use of S3 registration ... 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 line widths ... 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 shell scripts ... 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 use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... NOTE File ‘data.table/libs/data_table.so’: Found non-API calls to R: ‘LEVELS’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘STRING_PTR’, ‘TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * 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’ [31s/31s] Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ [42s/42s] OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [21s/21s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 NOTEs See ‘/builds/Rdatatable/data.table/data.table.Rcheck/00check.log’ for details. $ (! grep "warning:" data.table.Rcheck/00install.out) $ Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 2 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (size of tarball, non-API calls) but ", shQuote(l)) else q("no")' section_end:1730866904:step_script section_start:1730866904: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:1730866904:after_script section_start:1730866904:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... bus/test-lin-dev-clang-cran: found 616 matching artifact files and directories WARNING: Upload request redirected  location=https://gitlab.com/api/v4/jobs/8280431402/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=8280431402 responseStatus=201 Created token=glcbt-66 section_end:1730866908:upload_artifacts_on_success section_start:1730866908:cleanup_file_variables Cleaning up project directory and file based variables section_end:1730866909:cleanup_file_variables Job succeeded