compile-production-assets
Passed Started
by
@mgandres
Mireya Andres
1Running with gitlab-runner 16.9.1 (782c6ecb)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR, system ID: s_360bc95445273 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1-node-18.17: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-bookworm-ruby-3.1-node-18.17:rubygems-3.4-git-2.33-lfs-2.9-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:882f0b68e8b09f94a77c65b2981de048d9337ba07e46f7deab8c4d2678475a55 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1-node-18.17: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-bookworm-ruby-3.1-node-18.17@sha256:a2de1f35165b12e0bd7d6782a9c0e96d21c3148d220406ad2937fd48d8f2b32f ...11Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1710994103-bae979d0...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 130605, done. 17remote: Counting objects: 100% (130605/130605), done. 18remote: Compressing objects: 100% (96852/96852), done. 19remote: Total 130605 (delta 49390), reused 82628 (delta 28156), pack-reused 0 20Receiving objects: 100% (130605/130605), 125.51 MiB | 30.32 MiB/s, done.21Resolving deltas: 100% (49390/49390), done.23 * [new ref] refs/pipelines/1221787057 -> refs/pipelines/122178705724 * [new branch] master -> origin/master25Checking out 8efdeac8 as detached HEAD (ref is master)...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bookworm-ruby-3.1-17...30cache.zip is up to date 31Successfully extracted cache32Checking cache for node-modules-debian-bookworm-production-17...33Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-production-17 34Successfully extracted cache35Checking cache for assets-tmp-debian-bookworm-ruby-3.1-node-production-v1-17...36Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-tmp-debian-bookworm-ruby-3.1-node-production-v1-17 37Successfully extracted cache39Using docker image sha256:882f0b68e8b09f94a77c65b2981de048d9337ba07e46f7deab8c4d2678475a55 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1-node-18.17: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-bookworm-ruby-3.1-node-18.17@sha256:a2de1f35165b12e0bd7d6782a9c0e96d21c3148d220406ad2937fd48d8f2b32f ...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.sh722Using decomposed database config (config/database.yml.decomposed-postgresql)723Geo DB won't be set up.724Embedding DB won't be set up.725$ yarn_install_script780$ export GITLAB_ASSETS_HASH=$(bin/rake gitlab:assets:hash_sum)781$ echo "CACHE_ASSETS_AS_PACKAGE: ${CACHE_ASSETS_AS_PACKAGE}"782CACHE_ASSETS_AS_PACKAGE: true783$ if [[ "${CACHE_ASSETS_AS_PACKAGE}" == "true" ]]; then # collapsed multi-line command784The archive was not found. The server returned status 404.785$ assets_compile_script2618$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"2620Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-17 due to policy2621Not uploading cache node-modules-debian-bookworm-production-17 due to policy2622Not uploading cache assets-tmp-debian-bookworm-ruby-3.1-node-production-v1-17 due to policy2624Uploading artifacts...2625cached-assets-hash.txt: found 1 matching artifact files and directories 2626public/assets/: found 10509 matching artifact files and directories 2627tmp/webpack-output.log: found 1 matching artifact files and directories 2628WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6443649926/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2629WARNING: Retrying... context=artifacts-uploader error=request redirected2630Uploading artifacts as "archive" to coordinator... 201 Created id=6443649926 responseStatus=201 Created token=glcbt-652632Job succeeded