compile-production-assets
Passed Started
by
@mbobin
Marius Bobin
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:2d01acd43f1dda1359bd983a0406aacfc70c7f91b44b593c0729cc52835fabc6 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:e5b9ab4f8877b6bbb574dc3c68204011a9f760e727680ddcf11963de32239e1f ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1684163077-ad667ced...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: 172010, done. 18remote: Counting objects: 100% (172010/172010), done. 19remote: Compressing objects: 100% (114166/114166), done. 20remote: Total 172010 (delta 83680), reused 112981 (delta 51238), pack-reused 0 21Receiving objects: 100% (172010/172010), 133.97 MiB | 31.64 MiB/s, done.22Resolving deltas: 100% (83680/83680), done.24 * [new ref] refs/pipelines/867893948 -> refs/pipelines/86789394825 * [new branch] master -> origin/master26Checking out 70965bdb 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-production-16...34Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-production-16 35Successfully extracted cache36Checking cache for assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16 38Successfully extracted cache40Using docker image sha256:2d01acd43f1dda1359bd983a0406aacfc70c7f91b44b593c0729cc52835fabc6 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:e5b9ab4f8877b6bbb574dc3c68204011a9f760e727680ddcf11963de32239e1f ...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=$(bin/rake gitlab:assets:hash_sum)716$ echo "CACHE_ASSETS_AS_PACKAGE: ${CACHE_ASSETS_AS_PACKAGE}"717CACHE_ASSETS_AS_PACKAGE: true718$ if [[ "${CACHE_ASSETS_AS_PACKAGE}" == "true" ]]; then # collapsed multi-line command719The archive was not found. The server returned status 404.720$ assets_compile_script1980$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"1982Running after script...1983$ rm -f /etc/apt/sources.list.d/google*.list1985Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1986Not uploading cache node-modules-bullseye-production-16 due to policy1987Not uploading cache assets-tmp-debian-bullseye-ruby-3.0-node-production-v1-16 due to policy1989Uploading artifacts...1990cached-assets-hash.txt: found 1 matching artifact files and directories 1991public/assets/: found 9039 matching artifact files and directories 1992tmp/webpack-output.log: found 1 matching artifact files and directories 1993WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4287782941/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1994WARNING: Retrying... context=artifacts-uploader error=request redirected1995Uploading artifacts as "archive" to coordinator... 201 Created id=4287782941 responseStatus=201 Created token=64_Fe2pD1997Job succeeded