Running with gitlab-runner 18.4.0~pre.115.gb2218bab (b2218bab)  on green-3.saas-linux-medium-amd64.runners-manager.gitlab.com/default RGE_tuxoh, system ID: s_f1e189cfc3d4 Resolving secrets section_start:1759551701:prepare_executor Preparing the "docker+machine" executor Using Docker executor with image registry.gitlab.com/rdatatable/dockerfiles/r-data.table ... Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-data.table Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.gitlab.com/rdatatable/dockerfiles/r-data.table ... Using docker image sha256:e8c9342a86b9b495336ad2119f715a2055e8157dc4712be2cef8647d2aeea81e for registry.gitlab.com/rdatatable/dockerfiles/r-data.table with digest registry.gitlab.com/rdatatable/dockerfiles/r-data.table@sha256:52e97c94b43c2a027999ce7f1dcba88da56d3daf4283cbdc6a56408d74ce227b ... section_end:1759551716:prepare_executor section_start:1759551716:prepare_script Preparing environment Using effective pull policy of [always] for container sha256:ba27240f6eabe95d24009b9c1b8566006b920b90c8b979011bc044ea88646ca4 Running on runner-rgetuxoh-project-3622566-concurrent-0 via runner-rgetuxoh-s-l-m-amd64-1759551644-4032b0fb... section_end:1759551727:prepare_script section_start:1759551727:get_sources Getting source from Git repository Gitaly correlation ID: f7d1ee89643848818a2271260f47fa83 Fetching changes... Initialized empty Git repository in /builds/Rdatatable/data.table/.git/ Created fresh repository. Checking out c5e81521 as detached HEAD (ref is master)... Skipping Git submodules setup $ git remote set-url origin "${CI_REPOSITORY_URL}" || echo 'Not a git repository; skipping' section_end:1759551733:get_sources section_start:1759551733:download_artifacts Downloading artifacts Downloading artifacts for mirror-packages (11600638862)... Downloading artifacts from coordinator... ok  correlation_id=6e8aa32ef7b0487f822ab8e015f56212 host=storage.googleapis.com id=11600638862 responseStatus=200 OK token=6a_5rzwZq Downloading artifacts for build (11600638869)... Downloading artifacts from coordinator... ok  correlation_id=ba272a7d21a4499eaa987c3084617205 host=storage.googleapis.com id=11600638869 responseStatus=200 OK token=6a_5rzwZq section_end:1759551736:download_artifacts section_start:1759551736:step_script Executing "step_script" stage of the job script Using effective pull policy of [always] for container registry.gitlab.com/rdatatable/dockerfiles/r-data.table Using docker image sha256:e8c9342a86b9b495336ad2119f715a2055e8157dc4712be2cef8647d2aeea81e for registry.gitlab.com/rdatatable/dockerfiles/r-data.table with digest registry.gitlab.com/rdatatable/dockerfiles/r-data.table@sha256:52e97c94b43c2a027999ce7f1dcba88da56d3daf4283cbdc6a56408d74ce227b ... $ 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)' also installing the dependencies ‘R.oo’, ‘R.methodsS3’, ‘evaluate’, ‘highr’, ‘xfun’, ‘litedown’ $ echo 'CFLAGS=-g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars $ echo 'CXXFLAGS=-g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars $ echo '_R_CHECK_COMPILATION_FLAGS_KNOWN_=-Wvla' >> ~/.Renviron $ res1=0; R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1) || res1=$? # collapsed multi-line command * using log directory ‘/builds/Rdatatable/data.table/data.table.Rcheck’ * using R version 4.5.0 (2025-04-11) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Debian 14.2.0-19) 14.2.0 GNU Fortran (Debian 14.2.0-19) 14.2.0 * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * using option ‘--as-cran’ * checking for file ‘data.table/DESCRIPTION’ ... OK * this is package ‘data.table’ version ‘1.17.99’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [11s/445s] NOTE Maintainer: ‘Tyson Barrett ’ Found the following (possibly) invalid URLs: URL: http://numfocus.org (moved to https://numfocus.org/) From: README.md Status: 200 Message: OK URL: https://www.gnu.org/software/gzip/manual/html_node/Invoking-gzip.html From: man/fwrite.Rd Status: Error Message: libcurl error code 28: Connection timed out after 60002 milliseconds Size of tarball: 5904104 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 ... [35s/18s] OK * used C compiler: ‘gcc (Debian 14.2.0-19) 14.2.0’ * checking installed package size ... INFO installed size is 8.5Mb sub-directories of 1Mb or more: doc 1.0Mb libs 2.4Mb po 1.6Mb tests 2.1Mb * 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 ... [15s/15s] 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: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘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 examples with --run-donttest ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘autoprint.R’ Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ [210s/196s] Running ‘knitr.R’ Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ [42s/38s] Running ‘mergelist.R’ Running ‘nafill.R’ Running ‘other.R’ Running ‘programming.R’ Running ‘S4.R’ Running ‘types.R’ [256s/237s] OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [24s/25s] 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. * installing *source* package ‘data.table’ ... ** this is package ‘data.table’ version ‘1.17.99’ ** using staged installation gcc -std=gnu23 14.2.0 zlib 1.3.1 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: ‘gcc (Debian 14.2.0-19) 14.2.0’ gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c assign.c -o assign.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c between.c -o between.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c bmerge.c -o bmerge.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c chmatch.c -o chmatch.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c cj.c -o cj.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c coalesce.c -o coalesce.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c dogroups.c -o dogroups.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fastmean.c -o fastmean.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fcast.c -o fcast.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fifelse.c -o fifelse.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fmelt.c -o fmelt.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c forder.c -o forder.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frank.c -o frank.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fread.c -o fread.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c freadR.c -o freadR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c froll.c -o froll.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frollR.c -o frollR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frolladaptive.c -o frolladaptive.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c frollapply.c -o frollapply.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fsort.c -o fsort.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fwrite.c -o fwrite.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c fwriteR.c -o fwriteR.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c gsumm.c -o gsumm.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c idatetime.c -o idatetime.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c ijoin.c -o ijoin.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c inrange.c -o inrange.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c mergelist.c -o mergelist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c nafill.c -o nafill.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c negate.c -o negate.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c nqrecreateindices.c -o nqrecreateindices.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c openmp-utils.c -o openmp-utils.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c programming.c -o programming.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c quickselect.c -o quickselect.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c rbindlist.c -o rbindlist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c reorder.c -o reorder.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c shellsort.c -o shellsort.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c shift.c -o shift.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c snprintf.c -o snprintf.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c subset.c -o subset.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c transpose.c -o transpose.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c types.c -o types.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c uniqlist.c -o uniqlist.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c utils.c -o utils.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c vecseq.c -o vecseq.o gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fopenmp -fpic -g -O3 -flto=auto -fno-common -fopenmp -Wall -Wvla -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -c wrappers.c -o wrappers.o gcc -std=gnu23 -shared -L/usr/lib/R/lib -Wl,-z,relro -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.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 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/usr/lib/R/lib -lR PKG_CFLAGS = -fopenmp PKG_LIBS = -fopenmp -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /builds/Rdatatable/data.table/data.table.Rcheck/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) section_end:1759552572:step_script section_start:1759552572: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:1759552573:after_script section_start:1759552573:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... bus/test-lin-rel: found 675 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created correlation_id=8c41704687ab4bf7ae2d3bdda0297ce7 id=11600638873 responseStatus=201 Created token=6a_5rzwZq section_end:1759552577:upload_artifacts_on_success section_start:1759552577:cleanup_file_variables Cleaning up project directory and file based variables section_end:1759552578:cleanup_file_variables Job succeeded