compile-test-assets as-if-foss
Passed Started
by
@dblessing
Drew Blessing
1Running with gitlab-runner 16.8.0~beta.67.gb5664e8e (b5664e8e)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq, system ID: s_fc31da7ae46e3 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-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1708469195-89ccad7b...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.67 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...30cache.zip is up to date 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_ONLY41142$ [ "$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.sh725Using decomposed database config (config/database.yml.decomposed-postgresql)726Geo DB won't be set up.727Embedding DB won't be set up.728$ yarn_install_script783$ export GITLAB_ASSETS_HASH=$(bin/rake gitlab:assets:hash_sum)784$ echo "CACHE_ASSETS_AS_PACKAGE: ${CACHE_ASSETS_AS_PACKAGE}"785CACHE_ASSETS_AS_PACKAGE: true786$ if [[ "${CACHE_ASSETS_AS_PACKAGE}" == "true" ]]; then # collapsed multi-line command787The archive was found. The server returned status 200.788$ download_and_extract_gitlab_assets789Downloading from https://gitlab.com/api/v4/projects/278964/packages/generic/assets/test-foss-caa63c9fc03818f50e5e564288fe326041ad185558b7cf47112f68fafb776373/assets-test-foss-caa63c9fc03818f50e5e564288fe326041ad185558b7cf47112f68fafb776373-v2.tar.gz ...790Extracting archive to .791==> 'download_and_extract_gitlab_assets' succeeded in 5 seconds.792$ assets_compile_script801$ echo -n "${GITLAB_ASSETS_HASH}" > "cached-assets-hash.txt"803Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-16 due to policy804Not uploading cache node-modules-debian-bookworm-test-16 due to policy805Not uploading cache assets-tmp-debian-bookworm-ruby-3.1-node-test-v1-16 due to policy807Uploading artifacts...808public/assets/: found 4179 matching artifact files and directories 809node_modules/@gitlab/svgs/dist/icons.json: found 1 matching artifact files and directories 810node_modules/@gitlab/svgs/dist/file_icons/file_icons.json: found 1 matching artifact files and directories 811WARNING: tmp/webpack-output.log: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 812WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6218670557/artifacts?artifact_format=zip&artifact_type=archive&expire_in=7d new-url=https://gitlab.com813WARNING: Retrying... context=artifacts-uploader error=request redirected814Uploading artifacts as "archive" to coordinator... 201 Created id=6218670557 responseStatus=201 Created token=glcbt-65816Job succeeded