rspec:feature-flags
Passed Started
by
@eurie

Ethan Urie
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 feature flags: FF_USE_FASTZIP: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-106-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-106-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce 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-106-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:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...11Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1672862988-ad53318d...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: 148065, done. 18remote: Counting objects: 100% (148065/148065), done. 19remote: Compressing objects: 100% (90316/90316), done. 20remote: Total 148065 (delta 71472), reused 105695 (delta 52453), pack-reused 0 21Receiving objects: 100% (148065/148065), 120.96 MiB | 28.82 MiB/s, done.22Resolving deltas: 100% (71472/71472), done.24 * [new ref] refs/pipelines/738499518 -> refs/pipelines/73849951825 * [new branch] master -> origin/master26Checking out e6a357ca 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 (3555856738)...35Downloading artifacts from coordinator... ok id=3555856738 responseStatus=200 OK token=64_asJCz36Downloading artifacts for haml-lint (3555856721)...37Downloading artifacts from coordinator... ok id=3555856721 responseStatus=200 OK token=64_asJCz38Downloading artifacts for haml-lint ee (3555856731)...39Downloading artifacts from coordinator... ok id=3555856731 responseStatus=200 OK token=64_asJCz41Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce 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-106-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:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...42$ source scripts/utils.sh43$ export BUNDLE_WITHOUT="${BUNDLE_WITHOUT}:default:test:puma:kerberos:metrics:omnibus:ed25519"44$ bundle_install_script653$ 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"; fi654$ bundle exec scripts/used-feature-flags655config/feature_flags/**/*.yml656Skipping the gitaly_go_user_merge_branch feature flag since it starts with 'gitaly_'.657Skipping the gitaly_pack_objects_hook_with_sidechannel feature flag since it starts with 'gitaly_'.658Skipping the gitaly_mep_mep feature flag since it starts with 'gitaly_'.659Skipping the gitaly_revlist_for_repo_size feature flag since it starts with 'gitaly_'.660Skipping the gitaly_upload_pack_gitaly_hooks feature flag since it starts with 'gitaly_'.661Skipping the gitaly_enforce_requests_limits feature flag since it starts with 'gitaly_'.662Skipping the gitaly_user_merge_branch_access_error feature flag since it starts with 'gitaly_'.663ee/config/feature_flags/**/*.yml664=========================================665Feature Flags usage summary:666- 515 was found667- 0 appear(s) to be UNUSED668- 1 appear(s) to be unknown669- 514 appear(s) to be used670==================================================671There are feature flags that appear to be unknown672They appear to be used by CI, but we do lack their YAML definition673This is likely expected, so feel free to ignore that list:674- geo_pipeline_replication675Everything is fine here!676==> 'bundle exec scripts/used-feature-flags' succeeded in 0 seconds.678Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy680Job succeeded