rspec-ee system pg11 2/6
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0-rc1 (669fc507)2 on docker-auto-scale-com 1d6b581d4Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Starting service elasticsearch:6.4.2 ...12Pulling docker image elasticsearch:6.4.2 ...13Using docker image sha256:e47ebd7ec3eef5e48746af2ae376f180bbfbd23c7514b5b18a116f8349eb4c34 for elasticsearch:6.4.2 ...14Waiting for services to be up and running...15Authenticating with credentials from job payload (GitLab Registry)16Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...17Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...19Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1598364213-cdd87ddc...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.193.128:443)24saving to '/tmp/gitlab.tar.gz'25gitlab.tar.gz 26% |******** | 269M 0:00:02 ETA26gitlab.tar.gz 59% |****************** | 592M 0:00:01 ETA27gitlab.tar.gz 93% |***************************** | 936M 0:00:00 ETA28gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA29'/tmp/gitlab.tar.gz' saved30Extracting tarball into /builds/gitlab-org/gitlab...31Fetching changes with git depth set to 20...32Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/33Created fresh repository.34Checking out dbc1a472 as master...35Skipping Git submodules setup37Checking cache for rails-v2-3...38cache.zip is up to date 39Successfully extracted cache41Downloading artifacts for compile-test-assets (702959600)...42Downloading artifacts from coordinator... ok id=702959600 responseStatus=200 OK token=efr6uzds43Downloading artifacts for retrieve-tests-metadata (702959602)...44Downloading artifacts from coordinator... ok id=702959602 responseStatus=200 OK token=VgekGNeS45Downloading artifacts for setup-test-env (702959601)...46Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV47WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh54Bundler version 1.17.255$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet56==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.57$ bundle check58Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.59The Gemfile's dependencies are satisfied60==> 'bundle check' succeeded in 0 seconds.61$ bundle pristine pg62Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.63Installing pg 1.2.2 with native extensions64==> 'bundle pristine pg' succeeded in 11 seconds.65$ gem install knapsack --no-document66Successfully installed knapsack-1.18.0671 gem installed68==> 'gem install knapsack --no-document' succeeded in 1 seconds.69$ setup_db_user_only70CREATE ROLE71GRANT72==> 'setup_db_user_only' succeeded in 0 seconds.73$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee74Dropped database 'gitlabhq_test'75Created database 'gitlabhq_test'76Dropped database 'gitlabhq_geo_test'77Created database 'gitlabhq_geo_test'78$ run_timed_command "scripts/gitaly-test-build"79==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.80$ scripts/gitaly-test-build81Settings are listed in order of priority. The top value will be used.82retry83Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 384path85Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"86jobs87Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 488app_config89Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"90gemfile91Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"92flags93Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"94silence_root_warning95Set via BUNDLE_SILENCE_ROOT_WARNING: true96go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200825.153224' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper97install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly98Checking gitaly-ruby Gemfile...99Checking gitaly-ruby bundle...100Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.101The Gemfile's dependencies are satisfied102Trying to connect to gitaly: ........ OK103Trying to connect to praefect: ........ OK104==> 'scripts/gitaly-test-build' succeeded in 45 seconds.105$ run_timed_command "scripts/gitaly-test-spawn"106$ scripts/gitaly-test-spawn107Checking gitaly-ruby Gemfile...108Checking gitaly-ruby bundle...109Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.110The Gemfile's dependencies are satisfied111Trying to connect to gitaly: ........ OK112Trying to connect to praefect: ....... OK113==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.114$ source scripts/rspec_helpers.sh115$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"116KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb117RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')118Knapsack report generator started!119Run options:120 include {:focus=>true}121 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}122All examples were filtered out; ignoring {:focus=>true}123==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...124 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.051824755 seconds...125Protected Branches126Starting the Capybara driver server...127 code owner approval128 when project requires code owner approval129 protect a branch form130Capybara starting Puma...131* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller132* Min threads: 0, max threads: 4133* Listening on unix:///tmp/20200825-1829-kom3e9134 has code owner toggle135 can create new protected branch with code owner disabled136 can create new protected branch with code owner enabled137 protect branch table138 has a protected branch with code owner approval toggled on139 shows code owner approval toggle140 displays toggle on141 has a protected branch with code owner approval toggled off142 displays toggle off143 when project does not require code owner approval144 does not have code owner approval in the form145 does not have code owner approval in the table146 access control147 with ref permissions for users enabled148 allows creating protected branches that roles, users, and groups can merge to149 allows updating protected branches so that roles and users can merge to it150 allows updating protected branches so that roles and users cannot merge to it151 prepends selected users that can merge to152 allows creating protected branches that roles, users, and groups can push to153 allows updating protected branches so that roles and users can push to it154 allows updating protected branches so that roles and users cannot push to it155 prepends selected users that can push to156 When updating a protected branch157 discards other roles when choosing "No one"158 When creating a protected branch159 discards other roles when choosing "No one"160 protected branch restrictions161 unprotect/delete can be performed by a maintainer162 with unprotect access levels163 can prevent unprotect/delete164 can prevent update165 with ref permissions for users disabled166 allows creating protected branches that Maintainers can push to167 allows updating protected branches so that Maintainers can push to them168 allows creating protected branches that Developers + Maintainers can push to169 allows updating protected branches so that Developers + Maintainers can push to them170 allows creating protected branches that No one can push to171 allows updating protected branches so that No one can push to them172 allows creating protected branches that Maintainers can merge to173 allows updating protected branches so that Maintainers can merge to them174 allows creating protected branches that Developers + Maintainers can merge to175 allows updating protected branches so that Developers + Maintainers can merge to them176 allows creating protected branches that No one can merge to177 allows updating protected branches so that No one can merge to them178 with existing access levels179 shows users that can push to the branch180 shows groups that can push to the branch181 shows users that can merge into the branch182 shows groups that have can push to the branch183Pipeline184 GET /:project/pipelines/:id185 triggered and triggered by pipelines186 renders upstream pipeline187 renders downstream pipeline188 expands the upstream pipeline on click189 expands the upstream on click190 closes the expanded upstream on click191 expands the downstream pipeline on click192 expands the downstream on click193 closes the expanded downstream on click194 GET /:project/pipelines/:id/security195 with a sast artifact196 shows jobs tab pane as active197 shows security dashboard198 without sast artifact199 displays the pipeline graph200 GET /:project/pipelines/:id/licenses201 with a License Compliance artifact202 shows jobs tab pane as active203 shows security report section204 without License Compliance artifact205 displays the pipeline graph206 GET /:project/pipelines/:id/codequality_report207 for a branch pipeline208 behaves like full codequality report209 with no code quality artifact210 does not show code quality tab211 with code quality artifact212 shows code quality tab pane as active213 shows code quality report section214 shows code quality issue with link to file215 contains events for data tracking216 for a merge request pipeline217 behaves like full codequality report218 with no code quality artifact219 does not show code quality tab220 with code quality artifact221 shows code quality tab pane as active222 shows code quality report section223 shows code quality issue with link to file224 contains events for data tracking225Requirements list226 when requirements exist for the project227 shows the requirements in the navigation sidebar228 shows requirements tabs for each status type229 new requirement230 shows requirement create form when "New requirement" button is clicked231 disables new requirement button while create form is open232 creates new requirement233 updates requirements count in nav sidebar and opened and all tab badges234 open tab235 shows button "New requirement"236 shows list of all open requirements237 shows title, metadata and actions within each requirement item238 shows edit form when edit button is clicked for a requirement239 saves updated title for requirement using edit form240 archives a requirement241 archived tab242 does not show button "New requirement"243 shows list of all archived requirements244 shows title, metadata and actions within each requirement item245 reopens a requirement246 all tab247 does not show button "New requirement"248 shows list of all requirements249 filtered search250 shows filtered search input field251 shows sort dropdown252 when accessing project as guest user253 open tab does not show button "New requirement"254Epic show255 when sub-epics feature is available256 Epic metadata257 shows epic tabs `Epics and Issues` and `Roadmap`258 Epics and Issues tab259 shows Related items tree with child epics260 Roadmap tab261 shows Roadmap timeline with child epics262 does not show thread filter dropdown263 has no limit on container width264 when sub-epics feature not is available265 Epic metadata266 shows epic tab `Issues`267 Issues tab268 shows Related items tree with child epics269 Epic metadata270 shows epic status, date and author in header271 shows epic title and description272 shows epic thread filter dropdown273 Sort dropdown274 when sorted by `Oldest first`275 shows comments in the correct order276 Epic sidebar277 Labels select278 opens dropdown when `Edit` is clicked279 when dropdown is open280 shows labels within the label dropdown281 shows checkmark next to label when label is clicked282 shows label create view when `Create group label` is clicked283 creates new label using create view284 shows labels list view when `Cancel` button is clicked from create view285 shows labels list view when back button is clicked from create view286CI shared runner limits287 when on a project related page288 warning level289 when there is a notification and minutes still exist290 displays a warning message on pipelines page291 displays a warning message on project homepage292 displays a warning message on a job page293 danger level294 when there is a notification and minutes still exist295 displays a warning message on pipelines page296 displays a warning message on project homepage297 displays a warning message on a job page298 when limit is exceeded299 displays a warning message on project homepage300 displays a warning message on pipelines page301 displays a warning message on a job page302 when limit not yet exceeded303 does not display a warning message on project homepage304 does not display a warning message on pipelines page305 displays a warning message on a job page306 when on a group related page307 warning level308 when there is a notification and minutes still exist309 displays a warning message on group overview page310 danger level311 when there is a notification and minutes still exist312 displays a warning message on group overview page313 when limit is exceeded314 displays a warning message on group overview page315 when limit not yet exceeded316 does not display a warning message on group overview page317Issues > User uses EE quick actions318 issue-only commands319 behaves like status page quick actions320 /publish321 publishes the issue322 during issue creation323 publishes the issue324 publishing causes an error325 provides an error message326 user does not have permissions327 behaves like skip silently328 does not allow publishing329 status page is not configured330 behaves like skip silently331 does not allow publishing332 issue is already published333 behaves like skip silently334 does not allow publishing335New/edit issue336 new issue337 allows user to create new issue338 correctly updates the selected user when changing assignee339 multiple assignees340 unselects other assignees when unassigned is selected341 toggles assign to me when current user is selected and unselected342[EE] Internal Project Access343 GET /:project_path/insights344 is expected to be allowed for admin345 is expected to be allowed for auditor346 is expected to be allowed for owner347 is expected to be allowed for maintainer348 is expected to be allowed for developer349 is expected to be allowed for reporter350 is expected to be allowed for guest351 is expected to be allowed for user352 is expected to be denied for external353 is expected to be denied for visitor354 GET /:project_path355 is expected to be allowed for auditor356 GET /:project_path/-/tree/master357 is expected to be allowed for auditor358 GET /:project_path/-/commits/master359 is expected to be allowed for auditor360 GET /:project_path/-/commit/:sha361 is expected to be allowed for auditor362 GET /:project_path/-/compare363 is expected to be allowed for auditor364 GET /:project_path/-/project_members365 is expected to be allowed for auditor366 GET /:project_path/-/settings/repository367 is expected to be denied for auditor368 GET /:project_path/-/blob369 is expected to be allowed for auditor370 GET /:project_path/edit371 is expected to be denied for auditor372 GET /:project_path/deploy_keys373 is expected to be denied for auditor374 GET /:project_path/issues375 is expected to be allowed for auditor376 GET /:project_path/snippets377 is expected to be allowed for auditor378 GET /:project_path/snippets/new379 is expected to be denied for auditor380 GET /:project_path/-/merge_requests381 is expected to be allowed for auditor382 GET /:project_path/-/merge_requests/new383 is expected to be denied for auditor384 GET /:project_path/-/branches385 is expected to be allowed for auditor386 GET /:project_path/-/tags387 is expected to be allowed for auditor388 GET /:project_path/-/settings/integrations389 is expected to be denied for auditor390 GET /:project_path/pipelines391 is expected to be allowed for auditor392 GET /:project_path/pipelines/:id393 is expected to be allowed for auditor394 GET /:project_path/builds395 when allowed for public and internal396 is expected to be allowed for auditor397 when disallowed for public and internal398 is expected to be allowed for auditor399 GET /:project_path/builds/:id400 when allowed for public and internal401 is expected to be allowed for auditor402 when disallowed for public and internal403 is expected to be allowed for auditor404 GET /:project_path/-/environments405 is expected to be allowed for auditor406 GET /:project_path/-/environments/:id407 is expected to be allowed for auditor408 GET /:project_path/-/environments/new409 is expected to be denied for auditor410 GET /:project_path/container_registry411 is expected to be allowed for auditor412 when license blocks changes413 GET /:project_path/issues/new414 is expected to be denied for maintainer415 is expected to be denied for reporter416 is expected to be denied for admin417 is expected to be denied for guest418 is expected to be denied for user419 is expected to be denied for auditor420 is expected to be denied for visitor421 GET /:project_path/-/merge_requests/new422 is expected to be denied for maintainer423 is expected to be denied for reporter424 is expected to be denied for admin425 is expected to be denied for guest426 is expected to be denied for user427 is expected to be denied for auditor428 is expected to be denied for visitor429Project settings > [EE] Merge Requests430 adds approver431 adds approver group432 with an approver group433 removes approver group434 issuable default templates feature not available435 input to configure merge request template is not shown436 does not mention the merge request template in the section's description text437 issuable default templates feature is available438 input to configure merge request template is shown439 mentions the merge request template in the section's description text440Thread Comments Epic441 behaves like thread comments442 clicking "Comment" will post a comment443 when the toggle is clicked444 has a "Comment" item (selected by default) and "Start thread" item445 closes the menu when clicking the toggle or body446 clicking the ul padding or divider should not change the text447 when selecting "Start thread"448 updates the submit button text and closes the dropdown449 creating a thread450 clicking "Start thread" will post a thread451 when opening the menu452 has "Start thread" selected453 when selecting "Comment"454 updates the submit button text and closes the dropdown455User creates issue456 with weight set457 creates issue458 with epics459 creates an issue with no epic460 credates an issue with an epic461Merge Request > User views blocked MR462 blocking merge requests are disabled463 is mergeable464 blocking merge requests are enabled465 blocking MR is not visible466 is not mergeable467 blocking MR is visible468 is not mergeable469Assign labels to an epic470 when label is referenced471 creates new system note with label pointing to epics index page472 when labels icon is clicked on collapsed sidebar473 expands sidebar474 opens labels dropdown475 collapses sidebar when clicked outside476Group Insights477 behaves like Insights page478 as a permitted user479 with correct license480 has correct title481 navigation482 by default loads the first page483 displays correctly when navigating back to insights484 hash fragment navigation485 loads the correct page486 when the feature flag is disabled globally487 returns 404488 when embeddable charts feature flag is turned on for insights configuration project489 returns enabled feature flag for enabled entity490 returns disabled feature flag for disabled entity491 without correct license492 returns 404493User activates Jira494 user sets and activates Jira Service495 when Jira connection test succeeds496 adds Jira links to sidebar menu497 when jira_issues_integration feature is not available498 does not show Jira links to sidebar menu499Groups > Push Rules500 reject_unsigned_commits rule501 unlicensed502 does not render the setting checkbox503 licensed504 renders the setting checkbox505 with GL.com plans506 when disabled507 does not render the setting checkbox508 when enabled509 renders the setting checkbox510 commit_committer_check rule511 unlicensed512 does not render the setting checkbox513 licensed514 renders the setting checkbox515 with GL.com plans516 when disabled517 does not render the setting checkbox518 when enabled519 renders the setting checkbox520User creates a merge request with blocking MRs521 feature is enabled522 creates a merge request with a blocking MR523 feature is disabled524 does not show blocking MRs controls525Epic quick actions526 note with a quick action527 previews a note with quick action528 executes the quick action529Welcome screen530 on GitLab.com531 shows the group edit page without a progress bar532 when showing for a new user533 shows the progress bar with the correct steps534 when part of the onboarding issues experiment535 shows the progress bar with the correct steps536Groups > Settings > User configures Insights537 without correct license538 does not show the Insight config539 with correct license540 allows to select a project in a subgroup for the Insights config541Group SAML SSO542 sign_up543 when signed in544DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)545DEPRECATION WARNING: [Devise] `DeviseHelper.devise_error_messages!`546is deprecated and it will be removed in the next major version.547To customize the errors styles please run `rails g devise:views` and modify the548`devise/shared/error_messages` partial.549 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___238792874920859636_70218790865700 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)550 doesn't display the authorize tab551 SAML response includes a verified email from the logged in user552DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)553DEPRECATION WARNING: [Devise] `DeviseHelper.devise_error_messages!`554is deprecated and it will be removed in the next major version.555To customize the errors styles please run `rails g devise:views` and modify the556`devise/shared/error_messages` partial.557 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___238792874920859636_70218790865700 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)558 allows to complete the transfer and sign in to the group559 convert_user_to_group_managed_accounts flag is disable560DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)561DEPRECATION WARNING: [Devise] `DeviseHelper.devise_error_messages!`562is deprecated and it will be removed in the next major version.563To customize the errors styles please run `rails g devise:views` and modify the564`devise/shared/error_messages` partial.565 (called from block in _ee_app_views_groups_sso__register_pane_html_haml___238792874920859636_70218790865700 at /builds/gitlab-org/gitlab/ee/app/views/groups/sso/_register_pane.html.haml:5)566 doesn't display the authorize tab567Knapsack report was generated. Preview:568{569 "ee/spec/features/protected_branches_spec.rb": 250.66786932945251,570 "ee/spec/features/projects/pipelines/pipeline_spec.rb": 88.47262406349182,571 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 51.409022092819214,572 "ee/spec/features/epics/epic_show_spec.rb": 63.42841362953186,573 "ee/spec/features/ci_shared_runner_warnings_spec.rb": 36.713541984558105,574 "ee/spec/features/issues/user_uses_quick_actions_spec.rb": 36.00514340400696,575 "ee/spec/features/issues/form_spec.rb": 26.013522386550903,576 "ee/spec/features/security/project/internal_access_spec.rb": 21.48155188560486,577 "ee/spec/features/projects/settings/merge_requests_settings_spec.rb": 27.00045394897461,578 "ee/spec/features/discussion_comments/epic_spec.rb": 27.775044918060303,579 "ee/spec/features/projects/issues/user_creates_issue_spec.rb": 19.42437219619751,580 "ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb": 20.06075668334961,581 "ee/spec/features/epics/epic_labels_spec.rb": 14.771337270736694,582 "ee/spec/features/groups/insights_spec.rb": 11.71603775024414,583 "ee/spec/features/projects/services/user_activates_jira_spec.rb": 12.371033191680908,584 "ee/spec/features/groups/push_rules_spec.rb": 11.201567888259888,585 "ee/spec/features/merge_request/user_creates_merge_request_with_blocking_mrs_spec.rb": 12.13062596321106,586 "ee/spec/features/discussion_comments/epic_quick_actions_spec.rb": 10.281354427337646,587 "ee/spec/features/subscriptions/groups/edit_spec.rb": 8.177892923355103,588 "ee/spec/features/groups/settings/user_configures_insights_spec.rb": 7.026130676269531,589 "ee/spec/features/groups/sso_spec.rb": 4.927340984344482590}591Knapsack global time execution for tests: 12m 41s592Finished in 13 minutes 35 seconds (files took 58.25 seconds to load)593231 examples, 0 failures594Tue Aug 25 15:47:57 UTC 2020596Not uploading cache rails-v2-3 due to policy598Uploading artifacts...599coverage/: found 5 matching files and directories 600knapsack/: found 3 matching files and directories 601rspec_flaky/: found 4 matching files and directories 602rspec_profiling/: found 2 matching files and directories 603WARNING: tmp/capybara/: no matching files 604tmp/memory_test/: found 2 matching files and directories 605log/*.log: found 13 matching files and directories 606Uploading artifacts as "archive" to coordinator... ok id=702959776 responseStatus=201 Created token=c5uS5HhS607Uploading artifacts...608junit_rspec.xml: found 1 matching files and directories 609Uploading artifacts as "junit" to coordinator... ok id=702959776 responseStatus=201 Created token=c5uS5HhS610Job succeeded