There was an error fetching the job.
danger-review
Passed Started
by
@rdickenson

Russell Dickenson
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G3 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.17-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.17-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:1977f49115b5baf7212b11fd85473a28152d3704878153924768cf0543f7506c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-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.17-node-16.14-postgresql-12@sha256:4b82b03b260ba26315e16a1b23b34c6762e94cbd544f183a673fba449a9b4b9d ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1662336697-26168ef8...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: 115985, done. 18remote: Counting objects: 100% (115985/115985), done. 19remote: Compressing objects: 100% (77352/77352), done. 20remote: Total 115985 (delta 47945), reused 80788 (delta 34144), pack-reused 0 21Receiving objects: 100% (115985/115985), 111.16 MiB | 28.73 MiB/s, done.22Resolving deltas: 100% (47945/47945), done.24 * [new ref] refs/pipelines/630943531 -> refs/pipelines/63094353125Checking out f28acc43 as refs/merge-requests/96911/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bullseye-ruby-2.7-15...30cache.zip is up to date 31Successfully extracted cache32Checking cache for node-modules-bullseye-test-15...33Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-15 34Successfully extracted cache36Using docker image sha256:1977f49115b5baf7212b11fd85473a28152d3704878153924768cf0543f7506c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-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.17-node-16.14-postgresql-12@sha256:4b82b03b260ba26315e16a1b23b34c6762e94cbd544f183a673fba449a9b4b9d ...37$ source scripts/utils.sh38$ bundle_install_script "--with danger"393.2.3340Bundler version 2.2.3341Successfully installed bundler-2.3.15421 gem installed43production:development44Settings are listed in order of priority. The top value will be used.45clean46Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true47frozen48Set via BUNDLE_FROZEN: true49install_flags50Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"51path52Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"53without54Set via BUNDLE_WITHOUT: [:production, :development]55$ bundle install --jobs=$(nproc) --retry=3 --quiet --with danger && bundle check56[DEPRECATED] The `--with` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local with 'danger'`, and stop using this flag57Don't run Bundler as root. Bundler can ask for sudo if it is needed, and58installing your bundle as root will break this application for all non-root59users on this machine.60The Gemfile's dependencies are satisfied61==> 'bundle install --jobs=$(nproc) --retry=3 --quiet --with danger && bundle check' succeeded in 2 seconds.62$ bundle pristine pg63Installing pg 1.4.1 with native extensions64==> 'bundle pristine pg' succeeded in 10 seconds.65$ run_timed_command "retry yarn install --frozen-lockfile"66$ retry yarn install --frozen-lockfile67yarn install v1.22.1768[1/5] Validating package.json...69[2/5] Resolving packages...70success Already up-to-date.71$ node ./scripts/frontend/postinstall.js72success Dependency postinstall check passed.73success Packages successfully patched.74Done in 1.10s.75==> 'retry yarn install --frozen-lockfile' succeeded in 1 seconds.76$ if [ -z "$DANGER_GITLAB_API_TOKEN" ]; then # collapsed multi-line command77$ bundle exec danger --fail-on-errors=true --verbose --danger_id="2ee1c7" --dangerfile="Dangerfile"78Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/config_files.rb79Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/customer_success.rb80Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/datateam.rb81Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/feature_flag.rb82Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/product_intelligence.rb83Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/project_helper.rb84Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/sidekiq_queues.rb85Importing plugin at /builds/gitlab-org/gitlab/danger/plugins/specs.rb86Importing rule ce_ee_vue_templates at /builds/gitlab-org/gitlab/danger/ce_ee_vue_templates87Importing rule changelog at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/changelog88Importing rule changes_size at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/changes_size89Importing rule ci_config at /builds/gitlab-org/gitlab/danger/ci_config90Importing rule ci_templates at /builds/gitlab-org/gitlab/danger/ci_templates91Importing rule commit_messages at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/commit_messages92/builds/gitlab-org/gitlab/danger/gitaly/Dangerfile:3: warning: already initialized constant Danger::Dangerfile::TEMPLATE_MESSAGE93/builds/gitlab-org/gitlab/danger/ci_templates/Dangerfile:3: warning: previous definition of TEMPLATE_MESSAGE was here94Importing rule commits_counter at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/commits_counter95Importing rule config_files at /builds/gitlab-org/gitlab/danger/config_files96Importing rule customer_success at /builds/gitlab-org/gitlab/danger/customer_success97Importing rule database at /builds/gitlab-org/gitlab/danger/database98Importing rule datateam at /builds/gitlab-org/gitlab/danger/datateam99Importing rule documentation at /builds/gitlab-org/gitlab/danger/documentation100Importing rule duplicate_yarn_dependencies at /builds/gitlab-org/gitlab/danger/duplicate_yarn_dependencies101Importing rule eslint at /builds/gitlab-org/gitlab/danger/eslint102Importing rule feature_flag at /builds/gitlab-org/gitlab/danger/feature_flag103Importing rule gitaly at /builds/gitlab-org/gitlab/danger/gitaly104Importing rule pajamas at /builds/gitlab-org/gitlab/danger/pajamas105Importing rule pipeline at /builds/gitlab-org/gitlab/danger/pipeline106Importing rule prettier at /builds/gitlab-org/gitlab/danger/prettier107Importing rule product_intelligence at /builds/gitlab-org/gitlab/danger/product_intelligence108Importing rule roulette at /builds/gitlab-org/gitlab/danger/roulette109Importing rule sidekiq_queues at /builds/gitlab-org/gitlab/danger/sidekiq_queues110Importing rule specialization_labels at /builds/gitlab-org/gitlab/danger/specialization_labels111Importing rule specs at /builds/gitlab-org/gitlab/danger/specs112Importing rule subtype_label at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/subtype_label113Importing rule type_label at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/type_label114Importing rule utility_css at /builds/gitlab-org/gitlab/danger/utility_css115Importing rule vue_shared_documentation at /builds/gitlab-org/gitlab/danger/vue_shared_documentation116Importing rule z_add_labels at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/z_add_labels117Importing rule z_metadata at /builds/gitlab-org/gitlab/danger/z_metadata118Importing rule z_retry_link at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/gitlab-dangerfiles-3.5.1/lib/danger/rules/z_retry_link119Results:120Messages:121- [ ] This merge request adds or changes documentation files. A review from the Technical Writing team before you merge is **recommended**. Reviews can happen after you merge.122Markdown:123## Documentation review124The following files require a review from a technical writer:125* `doc/user/group/saml_sso/scim_setup.md`126The review does not need to block merging this merge request. See the:127- [Metadata for the `*.md` files](https://docs.gitlab.com/ee/development/documentation/#metadata) that you've changed. The first few lines of each `*.md` file identify the stage and group most closely associated with your docs change.128- The [Technical Writer assigned](https://about.gitlab.com/handbook/engineering/technical-writing/#assignments) for that stage and group.129- [Documentation workflows](https://docs.gitlab.com/ee/development/documentation/workflow.html) for information on when to assign a merge request for review.130**If needed, you can retry the [🔁 `danger-review` job](https://gitlab.com/gitlab-org/gitlab/-/jobs/2978105569) that generated this comment.**131==> 'bundle exec danger --fail-on-errors=true --verbose --danger_id="2ee1c7" --dangerfile="Dangerfile"' succeeded in 5 seconds.133Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-15 due to policy134Not uploading cache node-modules-bullseye-test-15 due to policy136Job succeeded