compile-production-assets
Passed Started
by
@niskhakova

Nailia Iskhakova
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 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:6f1d499d41efabe0fa8844daec1b3d0866d768bdc6a4f909f83cbd027cecd3ec 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:e370bfda7b19bf2e0bf7f739eeab5353e02cc1356c604690ee46980907bae69d ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1680013853-5fece49c...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: 168536, done. 18remote: Counting objects: 100% (168536/168536), done. 19remote: Compressing objects: 100% (107987/107987), done. 20remote: Total 168536 (delta 80367), reused 116592 (delta 54049), pack-reused 0 21Receiving objects: 100% (168536/168536), 132.70 MiB | 31.93 MiB/s, done.22Resolving deltas: 100% (80367/80367), done.24 * [new ref] refs/pipelines/820503977 -> refs/pipelines/82050397725Checking out da011c02 as detached HEAD (ref is refs/merge-requests/116002/merge)...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...30cache.zip is up to date 31Successfully extracted cache32Checking cache for node-modules-bullseye-production-16...33Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-production-16 34Successfully extracted cache35Checking cache for assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16...36Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16 37Successfully extracted cache39Using docker image sha256:6f1d499d41efabe0fa8844daec1b3d0866d768bdc6a4f909f83cbd027cecd3ec 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:e370bfda7b19bf2e0bf7f739eeab5353e02cc1356c604690ee46980907bae69d ...40$ echo $FOSS_ONLY41$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb42$ export GOPATH=$CI_PROJECT_DIR/.go43$ mkdir -p $GOPATH44$ source scripts/utils.sh45$ source scripts/prepare_build.sh692Using decomposed database config (config/database.yml.decomposed-postgresql)693Geo DB won't be set up.694$ yarn_install_script704$ export GITLAB_ASSETS_HASH=$(bin/rake gitlab:assets:hash_sum)705$ echo "CACHE_ASSETS_AS_PACKAGE: ${CACHE_ASSETS_AS_PACKAGE}"706CACHE_ASSETS_AS_PACKAGE: true707$ if [[ "${CACHE_ASSETS_AS_PACKAGE}" == "true" ]]; then # collapsed multi-line command708The archive was not found. The server returned status 404.709$ assets_compile_script2080$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"2082Running after script...2083$ rm -f /etc/apt/sources.list.d/google*.list2085Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy2086Not uploading cache node-modules-bullseye-production-16 due to policy2087Not uploading cache assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16 due to policy2089Uploading artifacts...2090cached-assets-hash.txt: found 1 matching artifact files and directories 2091public/assets/: found 6354 matching artifact files and directories 2092tmp/webpack-output.log: found 1 matching artifact files and directories 2093WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4016975535/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2094WARNING: Retrying... context=artifacts-uploader error=request redirected2095Uploading artifacts as "archive" to coordinator... 201 Created id=4016975535 responseStatus=201 Created token=64_ekgTg2097Job succeeded