rspec:feature-flags
Passed Started
by
@stanhu

Stan Hu
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 feature flags: 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-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-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-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...11Running on runner-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1668127725-c1738418...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: 134695, done. 18remote: Counting objects: 100% (134695/134695), done. 19remote: Compressing objects: 100% (87195/87195), done. 20remote: Total 134695 (delta 60833), reused 93451 (delta 42515), pack-reused 0 21Receiving objects: 100% (134695/134695), 116.52 MiB | 26.90 MiB/s, done.22Resolving deltas: 100% (60833/60833), done.24 * [new ref] refs/pipelines/691761438 -> refs/pipelines/69176143825 * [new branch] master -> origin/master26Checking out 0a62f4a6 as master...27Skipping Git submodules setup28$ git remote set-url origin "${CI_REPOSITORY_URL}"30Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...31cache.zip is up to date 32Successfully extracted cache34Downloading artifacts for feature-flags-usage (3307837645)...35Downloading artifacts from coordinator... ok id=3307837645 responseStatus=200 OK token=cxcXf9c_36Downloading artifacts for haml-lint (3307837635)...37Downloading artifacts from coordinator... ok id=3307837635 responseStatus=200 OK token=cxcXf9c_38Downloading artifacts for haml-lint ee (3307837640)...39Downloading artifacts from coordinator... ok id=3307837640 responseStatus=200 OK token=cxcXf9c_41Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...42$ source scripts/utils.sh43$ export BUNDLE_WITHOUT="${BUNDLE_WITHOUT}:default:test:puma:kerberos:metrics:omnibus:ed25519"44$ bundle_install_script655$ if [ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then run_timed_command "bundle exec scripts/used-feature-flags" || (scripts/slack master-broken "☠️ \`${CI_JOB_NAME}\` failed! ☠️ See ${CI_JOB_URL}" ci_failing "GitLab Bot" && exit 1); else run_timed_command "bundle exec scripts/used-feature-flags"; fi656$ bundle exec scripts/used-feature-flags657config/feature_flags/**/*.yml658Skipping the gitaly_go_user_merge_branch feature flag since it starts with 'gitaly_'.659Skipping the gitaly_pack_objects_hook_with_sidechannel feature flag since it starts with 'gitaly_'.660Skipping the gitaly_mep_mep feature flag since it starts with 'gitaly_'.661Skipping the gitaly_revlist_for_repo_size feature flag since it starts with 'gitaly_'.662Skipping the gitaly_upload_pack_gitaly_hooks feature flag since it starts with 'gitaly_'.663Skipping the gitaly_enforce_requests_limits feature flag since it starts with 'gitaly_'.664Skipping the gitaly_user_merge_branch_access_error feature flag since it starts with 'gitaly_'.665ee/config/feature_flags/**/*.yml666=========================================667Feature Flags usage summary:668- 515 was found669- 0 appear(s) to be UNUSED670- 1 appear(s) to be unknown671- 514 appear(s) to be used672==================================================673There are feature flags that appears to be unknown674They appear to be used by CI, but we do lack their YAML definition675This is likely expected, so feel free to ignore that list:676- geo_pipeline_replication677Everything is fine here!678==> 'bundle exec scripts/used-feature-flags' succeeded in 0 seconds.680Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy682Job succeeded