compile-test-assets
Passed Started
by
@dblessing
Drew Blessing
1Running with gitlab-runner 16.8.0~beta.67.gb5664e8e (b5664e8e)2 on blue-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org tDjA3Sp3, system ID: s_96a8ae3d10503 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:44f2c54073daf63ef4c95b884c831b1c3fea7fec433e51804e6a2db387a53c92 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:b772a58090511a5668d469be5205ebad432b9f5488c25173f49f76aa699104cd ...11Running on runner-tdja3sp3-project-278964-concurrent-0 via runner-tdja3sp3-private-1708469430-d2e41681...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 154972, done. 17remote: Counting objects: 100% (154972/154972), done. 18remote: Compressing objects: 100% (105685/105685), done. 19remote: Total 154972 (delta 69849), reused 101132 (delta 43387), pack-reused 0 20Receiving objects: 100% (154972/154972), 125.48 MiB | 31.81 MiB/s, done.21Resolving deltas: 100% (69849/69849), done.23 * [new ref] refs/pipelines/1184205880 -> refs/pipelines/118420588024 * [new branch] master -> origin/master25Checking out 4ae1f4be 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-16...30Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bookworm-ruby-3.1-16 31Successfully extracted cache32Checking cache for node-modules-debian-bookworm-test-16...33Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-test-16 34Successfully extracted cache35Checking cache for assets-tmp-debian-bookworm-ruby-3.1-node-test-v1-16...36Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-tmp-debian-bookworm-ruby-3.1-node-test-v1-16 37Successfully extracted cache39Using docker image sha256:44f2c54073daf63ef4c95b884c831b1c3fea7fec433e51804e6a2db387a53c92 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:b772a58090511a5668d469be5205ebad432b9f5488c25173f49f76aa699104cd ...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.sh724Using decomposed database config (config/database.yml.decomposed-postgresql)725Geo DB won't be set up.726Embedding DB won't be set up.727$ yarn_install_script782$ export GITLAB_ASSETS_HASH=$(bin/rake gitlab:assets:hash_sum)783$ echo "CACHE_ASSETS_AS_PACKAGE: ${CACHE_ASSETS_AS_PACKAGE}"784CACHE_ASSETS_AS_PACKAGE: true785$ if [[ "${CACHE_ASSETS_AS_PACKAGE}" == "true" ]]; then # collapsed multi-line command786The archive was found. The server returned status 200.787$ download_and_extract_gitlab_assets788Downloading from https://gitlab.com/api/v4/projects/278964/packages/generic/assets/test-ee-c1b391b968269f717951c3a091cb0227f8e2642a8b443c968e8cd8f5929f6d73/assets-test-ee-c1b391b968269f717951c3a091cb0227f8e2642a8b443c968e8cd8f5929f6d73-v2.tar.gz ...789Extracting archive to .790==> 'download_and_extract_gitlab_assets' succeeded in 7 seconds.791$ assets_compile_script800$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"802Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-16 due to policy803Not uploading cache node-modules-debian-bookworm-test-16 due to policy804Not uploading cache assets-tmp-debian-bookworm-ruby-3.1-node-test-v1-16 due to policy806Uploading artifacts...807public/assets/: found 4707 matching artifact files and directories 808node_modules/@gitlab/svgs/dist/icons.json: found 1 matching artifact files and directories 809node_modules/@gitlab/svgs/dist/file_icons/file_icons.json: found 1 matching artifact files and directories 810WARNING: tmp/webpack-output.log: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 811WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6218670555/artifacts?artifact_format=zip&artifact_type=archive&expire_in=7d new-url=https://gitlab.com812WARNING: Retrying... context=artifacts-uploader error=request redirected813Uploading artifacts as "archive" to coordinator... 201 Created id=6218670555 responseStatus=201 Created token=glcbt-65815Job succeeded