cache-assets:test
Passed Started
by
@ohoral
Olena Horal-Koretska
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw, system ID: s_b9637080a79e3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14:rubygems-3.4-git-2.33-lfs-2.9-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14:rubygems-3.4-git-2.33-lfs-2.9-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:e146199bfddf054115a9ef90ebcc943b0e03a8a1669fcf8cdfbc3c46f74f23b0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14:rubygems-3.4-git-2.33-lfs-2.9-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14@sha256:a46e7081b9dd9f5c90d18622012546e3d2dc50a014ff7c7fbada0c78b9ea889f ...11Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1682503927-9b4b715e...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 165305, done. 18remote: Counting objects: 100% (165305/165305), done. 19remote: Compressing objects: 100% (99239/99239), done. 20remote: Total 165305 (delta 81744), reused 118324 (delta 59962), pack-reused 0 21Receiving objects: 100% (165305/165305), 131.94 MiB | 31.76 MiB/s, done.22Resolving deltas: 100% (81744/81744), done.24 * [new ref] refs/pipelines/849373675 -> refs/pipelines/84937367525 * [new branch] master -> origin/master26Checking out f463609d as detached HEAD (ref is master)...27Skipping Git submodules setup28$ git remote set-url origin "${CI_REPOSITORY_URL}"30Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...31Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-3.0-16 32Successfully extracted cache33Checking cache for node-modules-bullseye-test-16...34Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 35Successfully extracted cache36Checking cache for assets-tmp-debian-bullseye-ruby-3.0-node-test-v1-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-tmp-debian-bullseye-ruby-3.0-node-test-v1-16 38Successfully extracted cache40Using docker image sha256:e146199bfddf054115a9ef90ebcc943b0e03a8a1669fcf8cdfbc3c46f74f23b0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14:rubygems-3.4-git-2.33-lfs-2.9-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0-node-16.14@sha256:a46e7081b9dd9f5c90d18622012546e3d2dc50a014ff7c7fbada0c78b9ea889f ...41$ echo $FOSS_ONLY42$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb43$ export GOPATH=$CI_PROJECT_DIR/.go44$ mkdir -p $GOPATH45$ source scripts/utils.sh46$ source scripts/prepare_build.sh702Using decomposed database config (config/database.yml.decomposed-postgresql)703Geo DB won't be set up.704Embedding DB won't be set up.705$ yarn_install_script715$ export GITLAB_ASSETS_HASH=$(bundle exec rake gitlab:assets:hash_sum)716$ source scripts/gitlab_component_helpers.sh717$ gitlab_assets_archive_doesnt_exist || { echoinfo "INFO: Exiting early as package exists."; exit 0; }718$ assets_compile_script719The archive was not found. The server returned status 404.1956$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"1957$ run_timed_command "create_gitlab_assets_package"1958$ create_gitlab_assets_package1959Running 'tar -czvf assets-test-ee-203d913b83454acea52c2230e57c4f6b7bc2280272aa3bc60d293b68184ef667-v2.tar.gz -C . cached-assets-hash.txt app/assets/javascripts/locale/**/app.js public/assets/'1960192M assets-test-ee-203d913b83454acea52c2230e57c4f6b7bc2280272aa3bc60d293b68184ef667-v2.tar.gz1961==> 'create_gitlab_assets_package' succeeded in 28 seconds.1962$ run_timed_command "upload_gitlab_assets_package"1963$ upload_gitlab_assets_package1964Uploading assets-test-ee-203d913b83454acea52c2230e57c4f6b7bc2280272aa3bc60d293b68184ef667-v2.tar.gz to https://gitlab.com/api/v4/projects/278964/packages/generic/assets/test-ee-203d913b83454acea52c2230e57c4f6b7bc2280272aa3bc60d293b68184ef667/assets-test-ee-203d913b83454acea52c2230e57c4f6b7bc2280272aa3bc60d293b68184ef667-v2.tar.gz ...1965{"message":"201 Created"}==> 'upload_gitlab_assets_package' succeeded in 24 seconds.1967Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1968Not uploading cache node-modules-bullseye-test-16 due to policy1969Not uploading cache assets-tmp-debian-bullseye-ruby-3.0-node-test-v1-16 due to policy1971Job succeeded