rspec system pg12 4/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F433 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-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-8cwz3f43-project-278964-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1656907446-5e70fe66...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 115982, done. 25remote: Counting objects: 100% (115982/115982), done. 26remote: Compressing objects: 100% (81018/81018), done. 27remote: Total 115982 (delta 48513), reused 75495 (delta 30560), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 32.04 MiB/s, done.29Resolving deltas: 100% (48513/48513), done.31 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639232Checking out 204b4379 as refs/merge-requests/91556/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-10 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2673336706)...44Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=y4Hdaz2B45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=y4Hdaz2B47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=y4Hdaz2B49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=y4Hdaz2B52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 10 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 1 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 36 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ............................................. OK219Trying to connect to gitaly2: .............................................................. OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_4_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_4_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_4_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_4_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_4_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242Test environment set up in 0.445523446 seconds243Jobs244 GET /:project/jobs245 with no jobs246 shows the empty state page247 with a job248 Pending scope249 shows Pending tab jobs250 Running scope251 shows Running tab jobs252 Finished scope253 shows Finished tab jobs254 All jobs255 shows All tab jobs256 when visiting old URL257 redirects to new URL258 GET /:project/jobs/:id259 Job from project260Starting the Capybara driver server...261Capybara starting Puma...262* Version 5.6.2 , codename: Birdie's Version263* Min threads: 0, max threads: 4264* Listening on unix:///tmp/20220704-465-i2xbve265 shows status name266 shows commit`s data267 shows active job268 pipeline info block269 shows pipeline id and source branch270 when pipeline is detached merge request pipeline271 shows merge request iid and source branch272 when source project is a forked project273 shows merge request iid and source branch274 when pipeline is merge request pipeline275 shows merge request iid and source branch276 when source project is a forked project277 shows merge request iid and source branch278 sidebar279 renders escaped tooltip name280 when job is not running281 shows retry button282 if job passed283 does not show New issue button284 if job failed285 shows New issue button286 links to issues/new with the title and description filled in287 when job is running288 job is cancelable289 shows cancel button290 when job is waiting for resource291DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.292Falling back to an asset that may be in the public folder.293This behavior is deprecated and will be removed.294To bypass the asset pipeline and preserve this behavior,295use the `skip_pipeline: true` option.296 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)297DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.298Falling back to an asset that may be in the public folder.299This behavior is deprecated and will be removed.300To bypass the asset pipeline and preserve this behavior,301use the `skip_pipeline: true` option.302 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)303DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.304Falling back to an asset that may be in the public folder.305This behavior is deprecated and will be removed.306To bypass the asset pipeline and preserve this behavior,307use the `skip_pipeline: true` option.308 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)309 shows correct UI components310 Job from other project311 is expected to eq 404312 Download artifacts313 has button to download artifacts314 downloads the zip file when user clicks the download button315 Artifacts expire date316 no expire date defined317 does not have the Keep button318 when expire date is defined319 when user has ability to update job320 when artifacts are unlocked321 keeps artifacts when keep button is clicked322 when artifacts are locked323 shows the keep button324 when user does not have ability to update job325 does not have keep button326 when artifacts expired327 when artifacts are unlocked328 does not have the Keep button329 when artifacts are locked330 has the Keep button331 when visiting old URL332 redirects to new URL333 Raw trace334 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"335 HTML trace336 when job has an initial trace337 loads job logs338 Variables339 when user is a maintainer340 when variables are stored in trigger_request341 behaves like no reveal button variables behavior342 renders a hidden value with no reveal values button343 when variables are stored in pipeline_variables344 behaves like no reveal button variables behavior345 renders a hidden value with no reveal values button346 when user is a maintainer347 when variables are stored in trigger_request348 behaves like reveal button variables behavior349 renders a hidden value with a reveal values button350 reveals values on button click351 when variables are stored in pipeline_variables352 behaves like reveal button variables behavior353 renders a hidden value with a reveal values button354 reveals values on button click355 when job starts environment356 job is successful and has deployment357 shows a link for the job358 shows deployment message359 when there is a cluster used for the deployment360 shows a link to the cluster361 shows the name of the cluster362 when the user is not able to view the cluster363 includes only the name of the cluster without a link364 job is complete and not successful365 shows a link for the job366 deployment still not finished367 shows a link to latest deployment368 when job stops environment369 does not show environment information banner370 environment info in job view371 job with outdated deployment372 shows deployment message373 renders a link to the most recent deployment374 when deployment does not have a deployable375 has an empty href376 job failed to deploy377 shows deployment message378 job will deploy379 when environment exists380 shows deployment message381 when it has deployment382 shows that deployment will be overwritten383 when environment does not exist384 shows deployment message385 job that failed to deploy and environment has not been created386 shows deployment message387 job that will deploy and environment has not been created388 shows deployment message389 Playable manual action390 shows manual action empty state391 plays manual action and shows pending status392 Delayed job393 shows delayed job394 unschedules delayed job and shows manual action395 Non triggered job396 shows empty state397 Pending job398 shows pending empty state399 Canceled job400 with log401 renders job log402 without log403 renders empty state404 Skipped job405 renders empty state406 when job is failed but has no trace407 renders empty state408 with erased job409 renders erased job warning410 without erased job411 does not render erased job warning412 on mobile413 renders collapsed sidebar414 on desktop415 renders expanded sidebar416 stuck417 without active runners available418 renders message about job being stuck because no runners are active419 when available runners can not run specified tag420 renders message about job being stuck because of no runners with the specified tags421 when runners are offline and build has tags422 renders message about job being stuck because of no runners with the specified tags423 without any runners available424 renders message about job being stuck because no runners are available425 without available runners online426 renders message about job being stuck because runners are offline427 POST /:project/jobs/:id/cancel428 Job from project429 loads the page and shows all needed controls430 POST /:project/jobs/:id/retry431 Job from project432 shows the right status and buttons433 Job that current user is not allowed to retry434 does not show the Retry button435 Job that failed because of a forward deployment failure436 shows a modal to warn the user437 retries the job438 GET /:project/jobs/:id/download439 Build from other project440 is expected to eq 404441 GET /:project/jobs/:id/raw442 access source443 job from project444 when job is running445 sends the right headers446 when job is complete447 sends the right headers448 job from other project449 sends the right headers450 when visiting old URL451 redirects to new URL452 GET /:project/jobs/:id/trace.json453 Job from project454 is expected to eq 200455 Job from other project456 is expected to eq 404457 GET /:project/jobs/:id/status458 Job from project459 is expected to eq 200460 Job from other project461 is expected to eq 404462Projects > Show > Collaboration links463 with developer user464 shows all the expected links465 hides the links when the project is archived466 Web IDE link467 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false468 updates Web IDE link469 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true470 updates Web IDE link471 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false472 updates Web IDE link473 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true474 updates Web IDE link475 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true476 updates Web IDE link477 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true478 updates Web IDE link479Merge request > User edits assignees sidebar480 when GraphQL assignees widget feature flag is disabled481 when user is an owner482 when assigned to maintainer483 behaves like when assigned484 shows assignee name485 shows assignee tooltip ''486 when edit is clicked487 shows assignee tooltip '488 when assigned to developer489 behaves like when assigned490 shows assignee name491 shows assignee tooltip 'Cannot merge'492 when edit is clicked493 shows assignee tooltip 'Cannot merge494 with invite members considerations495 when a privileged user can invite496 shows a link for inviting members and launches invite modal497 when user cannot invite members in assignee dropdown498 shows author in assignee dropdown and no invite link499 when GraphQL assignees widget feature flag is enabled500 when user is an owner501 when assigned to maintainer502 behaves like when assigned503 shows assignee name504 shows assignee tooltip ''505 when edit is clicked506 shows assignee tooltip '507 when assigned to developer508 behaves like when assigned509 shows assignee name510 shows assignee tooltip 'Cannot merge'511 when edit is clicked512 shows assignee tooltip 'Cannot merge513 with invite members considerations514 when a privileged user can invite515 shows a link for inviting members and launches invite modal516 when user cannot invite members in assignee dropdown517 shows author in assignee dropdown and no invite link518Merge request > User edits MR519 non-fork merge request520 behaves like an editable merge request521 updates merge request522 description has autocomplete523 description has quick action autocomplete524 has class js-quick-submit in form525 warns about version conflict526 preserves description textarea height527 when "Remove source branch" is set528 allows to unselect "Remove source branch"529 for a forked project530 behaves like an editable merge request531 updates merge request532 description has autocomplete533 description has quick action autocomplete534 has class js-quick-submit in form535 warns about version conflict536 preserves description textarea height537 when "Remove source branch" is set538 allows to unselect "Remove source branch"539Project > Members > Manage groups540 displays the invite group button541 does not display the button when visiting the page not signed in542 Share with group lock543 for a project in a root group544 when the group has "Share with group lock" disabled545 the project can be shared with another group546 behaves like the project can be shared with groups547 the "Invite a group" button exists548 when the group has "Share with group lock" enabled549 behaves like the project cannot be shared with groups550 the "Invite a group" button does not exist551 for a project in a subgroup552 when the root_group has "Share with group lock" disabled553 when the subgroup has "Share with group lock" disabled554 behaves like the project can be shared with groups555 the "Invite a group" button exists556 when the subgroup has "Share with group lock" enabled557 behaves like the project cannot be shared with groups558 the "Invite a group" button does not exist559 when the root_group has "Share with group lock" enabled560 when the subgroup has "Share with group lock" disabled (parent overridden)561 behaves like the project can be shared with groups562 the "Invite a group" button exists563 when the subgroup has "Share with group lock" enabled564 behaves like the project cannot be shared with groups565 the "Invite a group" button does not exist566 setting an expiration date for a group link567 the group link shows the expiration time with a warning class568 group search results569 behaves like inviting groups search results570 with instance admin considerations571 when user is an admin572 shows groups where the admin has no direct membership573 shows groups where the admin has at least guest level membership574 when user is not an admin575 does not show groups where the user has no direct membership576 shows groups where the user has at least guest level membership577 when user is not an admin and there are hierarchy considerations578 does not show self or ancestors579 when sharing with groups outside the hierarchy is enabled580 shows groups within and outside the hierarchy in search results581 when sharing with groups outside the hierarchy is disabled582 shows only groups within the hierarchy in search results583 for a project in a nested group584 does not show the groups inherited from projects585 does not show the ancestors or project group586Merge request < User sees mini pipeline graph587 displays a mini pipeline graph588 as json589 avoids repeated database queries (PENDING: Temporarily skipped with xit)590 build list toggle591 shows tooltip when hovered592 builds list menu593 pens when toggle is clicked594 closes when toggle is clicked again595 closes when clicking somewhere else596 build list build item597 visits the build page when clicked598 shows tooltip when hovered599User sorts issues600 keeps the sort option6021st Try error in ./spec/features/issues/user_sorts_issues_spec.rb:27:603expected to find visible button "Milestone" that is not disabled but there were no matches. Also found "", "", which matched the selector but not all filters. 604Unexpected browser console output:605security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.606security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.607security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.608security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.609security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.610security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.611security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.612http://127.0.0.1:36217/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"text\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CClipboardButton> at vue_shared/components/clipboard_button.vue\n \u003CCommitBlock> at jobs/components/commit_block.vue\n \u003CJobSidebar> at jobs/components/sidebar.vue\n \u003CJobPageApp> at jobs/components/job_app.vue\n \u003CRoot>"613security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.614http://127.0.0.1:36217/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"text\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CClipboardButton> at vue_shared/components/clipboard_button.vue\n \u003CCommitBlock> at jobs/components/commit_block.vue\n \u003CJobSidebar> at jobs/components/sidebar.vue\n \u003CJobPageApp> at jobs/components/job_app.vue\n \u003CRoot>"615security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.616security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.617security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.618security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.619security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.620security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.621security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.622security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.623security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.624security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.625http://127.0.0.1:36217/images/ci_favicons/favicon_pending.png - Failed to load resource: the server responded with a status of 404 (Not Found)626security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.627security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.628security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.630security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.631security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.632security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.633security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.634security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.635security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.636security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.637security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.638security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.639security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.640security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.641security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.643security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.644security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.645security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.646security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.647security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.648security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.649security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.650security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.651security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.652security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.653security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.654security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.655security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.656security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.657security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.658security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.659security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.660security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.661security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.662security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.663security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.664security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.665security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.666security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.667security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.668security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.669security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.670security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.671security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.672security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.673security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.674security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.675security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.676security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.677security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.678security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.679security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.680security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.681security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.682security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.683security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.684security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.685security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.686security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.687security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.688security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.689security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.690http://127.0.0.1:36217/namespace82/project84/-/jobs/91/artifacts/download - Failed to load resource: the server responded with a status of 404 (Not Found)691security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.692security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.693security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.694http://127.0.0.1:36217/namespace86/project88/-/jobs/94/raw - Failed to load resource: the server responded with a status of 404 (Not Found)695security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.696security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.697webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"698security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.699webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"700security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.701webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.703webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"704security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.705webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"706security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.707webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"708security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.709webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"710security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.711webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"712security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.713security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.714security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.715security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.716security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.717security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.718security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.719webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."720security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.721webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."722security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.723webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."724security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.725webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."726security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.727security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.728webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."729security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.730security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.731webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."732security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.733webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."734security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.735webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."736security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.737security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.738security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.739security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.740security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.741security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.742http://127.0.0.1:36217/namespace125/project127/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808743security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.744security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.745webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."746security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.747security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.748security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.749security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.750security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.751security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.752http://127.0.0.1:36217/namespace132/project134/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808753security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.754security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.755webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."756security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.757security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.758security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.759security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.760security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.761security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.762security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.764security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.765security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.767security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.768security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.769security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.770security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.771security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.772security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.773security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.774security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.775security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.776security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.777security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.778security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.779security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.780security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.781security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.782security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.783webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."784security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.785webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."786security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.787webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."788security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.789webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."790security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.791webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."792security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.793webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."794security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.795security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.796webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."797security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.798security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.800RSpec::Retry: 2nd try ./spec/features/issues/user_sorts_issues_spec.rb:27801 sorts by popularity802 sorts by newest803 sorts by most recently updated804 sorting by due date805 sorts by due date806 sorts by due date by excluding nil due dates807 with a filter on labels808 sorts by least recently due date by excluding nil due dates809 sorting by milestone810 sorts by milestone811 combine filter and sort812 sorts with a filter applied813Pages edits pages settings814 when user is the owner815 does not see anything to destroy816 when pages deployed817 renders Access pages818 does not render access control warning819 when pages are disabled in the project settings820 renders disabled warning821 when access control is enabled in gitlab settings822 renders access control warning823 when pages are public824 does not render access control warning825 when support for external domains is disabled826 renders message that support is disabled827 project settings page828 renders "Pages" tab829 when pages are disabled830 does not render "Pages" tab831 HTTPS settings832 tries to change the setting833 setting could not be updated834 tries to change the setting835 non-HTTPS domain exists836 the setting is disabled837 HTTPS pages are disabled838 the setting is unavailable839 Remove page840 when pages are deployed841 removes the pages842User comments on a diff843 single suggestion note844Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:1] 'User comments on a diff single suggestion note hides suggestion popover' because it's flaky.845 hides suggestion popover (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)846Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:2] 'User comments on a diff single suggestion note suggestion is presented' because it's flaky.847 suggestion is presented (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)848Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:3] 'User comments on a diff single suggestion note allows suggestions in replies' because it's flaky.849 allows suggestions in replies (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)850Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:4] 'User comments on a diff single suggestion note suggestion is appliable' because it's flaky.851 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)852 applying suggestions in batches853 can add and remove suggestions from a batch854 multi-line suggestions855Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:5:2] 'User comments on a diff multi-line suggestions suggestion is appliable' because it's flaky.856 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)857Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:5:3] 'User comments on a diff multi-line suggestions resolves discussion when applied' because it's flaky.858 resolves discussion when applied (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)859 failed to load metadata860Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:6:1] 'User comments on a diff failed to load metadata displays an error' because it's flaky.861 displays an error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)862User views an open merge request863 when a merge request does not have repository864 renders both the title and the description865 has reviewers in sidebar866 when a merge request has repository867 when rendering description preview868 renders empty description preview869 renders description preview870 when the branch is rebased on the target871 does not show diverged commits count872 when the branch is diverged on the target873 shows diverged commits count874 when the assignee's availability set875 exposes the availability in the data-availability attribute876 XSS source branch877 encodes branch name878 when user preferred language has changed879 renders edit button in preferred language880User can display performance bar881 when user is logged-out882 when the performance_bar feature is disabled883 behaves like performance bar cannot be displayed884 does not show the performance bar by default885 when user press `pb`886 does not show the performance bar by default887 when the performance_bar feature is enabled888 behaves like performance bar cannot be displayed889 does not show the performance bar by default890 when user press `pb`891 does not show the performance bar by default892 when user is logged-in893 when the performance_bar feature is disabled894 behaves like performance bar cannot be displayed895 does not show the performance bar by default896 when user press `pb`897 does not show the performance bar by default898 behaves like performance bar is enabled by default in development899 shows the performance bar by default900 when the performance_bar feature is enabled901 does not show Stats link by default902 behaves like performance bar is enabled by default in development903 shows the performance bar by default904 behaves like performance bar can be displayed905 does not show the performance bar by default906 when user press `pb`907 shows the performance bar908 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set909 shows Stats link910 flamegraphs911 when user has access912 renders flamegraph when requested913 when user does not have access914 renders the original page915User views issue916 is expected to have header with correct id and link 1, "Description header", and "description-header"917 shows the merge request and issue actions918 behaves like page meta description919 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown920 when the project is archived921 hides the merge request and issue actions922 user status923 when showing status of the author of the issue924 behaves like showing user status925 shows the status926 when showing status of a user who commented on an issue927 behaves like showing user status928 shows the status929 when status message has an emoji930 correctly renders the emoji931User page932 shows the status if there was one933 shows the pronouns of the user if there was one934 shows the pronunctiation of the user if there was one935 with public profile936 shows all the tabs937 does not show private profile message938 work information939 shows job title and organization details940 shows job title941 shows organization details942 location943 when location is set944 shows location945 when location is not set946 does not show location947 timezone948 when timezone is set949 shows local time950 when timezone is not set951 does not show local time952 when timezone is invalid953 shows local time using the configured default timezone (UTC in this case)954 follow/unfollow and followers/following955 does not show link to follow956 shows 0 followers and 0 following957WARNING: Active Record does not support composite primary key.958user_follow_users has composite primary key. Composite primary key is ignored.959 shows 1 followers and 1 following960 does show link to follow961 does show link to unfollow962 with private profile963 shows no tab964 shows private profile message965 shows own tabs966 with blocked profile967 shows no tab968 shows blocked message969 shows user name as blocked970 shows no additional fields971 shows username972 behaves like default brand title page meta description973 renders the page with description, og:description, and twitter:description meta tags with the default brand title974 with unconfirmed user975 when visited by an authenticated user976 behaves like unconfirmed user profile977 shows user name as unconfirmed978 shows no tab979 shows no additional fields980 shows private profile message981 behaves like default brand title page meta description982 renders the page with description, og:description, and twitter:description meta tags with the default brand title983 when visited by an unauthenticated user984 behaves like unconfirmed user profile985 shows user name as unconfirmed986 shows no tab987 shows no additional fields988 shows private profile message989 behaves like default brand title page meta description990 renders the page with description, og:description, and twitter:description meta tags with the default brand title991 signup disabled992 shows the sign in link993 signup enabled994 shows the sign in and register link995 most recent activity996 shows the most recent activity997 when external authorization is enabled998 hides the most recent activity999 page description1000 behaves like page meta description1001 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1002 with a bot user1003 feature flag enabled1004 only shows Overview and Activity tabs1005 feature flag disabled1006 only shows Overview and Activity tabs1007 structured markup1008 shows Person structured markup1009 GPG keys1010 when user has verified GPG keys1011 shows link to public GPG keys1012 when user does not have verified GPG keys1013 does not show link to public GPG keys1014admin issues labels1015 list1016 renders labels list1017 deletes label1018 deletes all labels1019 create1020 creates new label1021 does not creates label with invalid color1022 does not creates label if label already exists1023 edit1024 changes bug label1025 allows user to delete label1026User searches for projects1027 when signed out1028 when block_anonymous_global_searches is disabled1029 does not show top right search form1030 finds a project1031 preserves the group being searched in1032 preserves the project being searched in1033 when search times out1034 renders timeout information1035 sets tab count to 01036 when block_anonymous_global_searches is enabled1037 is redirected to login page1038Issues > Real-time sidebar1039 updates the assignee in real-time1040Skipping ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb[1:2] 'Issues > Real-time sidebar updates the label in real-time' because it's flaky.1041 updates the label in real-time (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1042Commit > User uses quick actions1043 Tagging a commit1044 behaves like tag quick action1045 post note to existing commit1046 tags this commit1047 preview1048 removes quick action from note and explains it1049Project > Settings > CI/CD > Container registry tag expiration policy1050 as owner1051 shows available section1052 saves cleanup policy submit the form1053 does not save cleanup policy submit form with invalid regex1054 with a project without expiration policy1055 with container_expiration_policies_enable_historic_entries enabled1056 displays the related section1057 with container_expiration_policies_enable_historic_entries disabled1058 does not display the related section1059 when registry is disabled1060 does not exists1061 when container registry is disabled on project1062 does not exists1063Labels subscription1064 when signed in1065 users can subscribe/unsubscribe to group labels1066 subscription filter1067 shows only subscribed labels1068 shows no subscribed labels message1069 when not signed in1070 users can not subscribe/unsubscribe to labels1071 does not show subscribed tab1072Merge request > User sees notes from forked project1073 user can reply to the comment1074Issues > User sees empty state1075 while user is signed out1076 empty state1077 user sees empty state1078 behaves like empty state with filters1079 user sees empty state with filters1080 while user is signed in1081 empty state1082 user sees empty state1083 behaves like empty state with filters1084 user sees empty state with filters1085User views pipeline editor button on root ci config file1086 when the ci config is the root file1087 shows the button to the Pipeline Editor1088 does not shows the Pipeline Editor button1089 when user cannot collaborate1090 does not shows the Pipeline Editor button1091Dashboard Issues Calendar Feed1092 GET /issues1093 when authenticated1094 with no referer1095 renders calendar feed1096 with GitLab as the referer1097 renders calendar feed as text/plain1098 when filtered by milestone1099 renders calendar feed1100 when authenticated via personal access token1101 renders calendar feed1102 when authenticated via feed token1103 renders calendar feed1104 issue with due date1105 renders issue fields1106Group activity page1107 when signed in1108 RSS1109 behaves like it has an RSS button with current_user's feed token1110 shows the RSS button with current_user's feed token1111 behaves like an autodiscoverable RSS feed with current_user's feed token1112 has an RSS autodiscovery link tag with current_user's feed token1113 when project is in the group1114 renders user joined to project event1115 when signed out1116 behaves like it has an RSS button without a feed token1117 shows the RSS button without a feed token1118 behaves like an autodiscoverable RSS feed without a feed token1119 has an RSS autodiscovery link tag without a feed token1120top nav responsive1121 before opened1122 has page content and hides responsive menu1123 when opened1124 hides everything and shows responsive menu1125 has new dropdown1126User deletes feature flag1127 user does not see feature flag1128Group label on issue1129 renders link to the project issues page1130The group dashboard1131 The top navigation1132 has all the expected links1133 hides some links when an external authorization service is enabled1134User views integrations1135 shows the list of available integrations1136New merge request breadcrumb1137 displays link to project merge requests and new merge request1138Projects > Settings > External Authorization Classification Label setting1139 shows the field to set a classification label1140Subscriptions Content Security Policy1141 when there is no global config1142 does not add CSP directives1143 when a global CSP config exists1144 appends to CSP directives1145Knapsack report was generated. Preview:1146{1147 "spec/features/projects/jobs_spec.rb": 466.02369297099904,1148 "spec/features/projects/show/user_sees_collaboration_links_spec.rb": 151.34033620599985,1149 "spec/features/merge_request/user_edits_assignees_sidebar_spec.rb": 127.82990041899939,1150 "spec/features/merge_request/user_edits_mr_spec.rb": 92.45030597500045,1151 "spec/features/projects/members/manage_groups_spec.rb": 81.95690419199855,1152 "spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb": 58.91663596100079,1153 "spec/features/issues/user_sorts_issues_spec.rb": 123.90848369100058,1154 "spec/features/projects/pages/user_edits_settings_spec.rb": 47.84359263499937,1155 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 18.839850761998605,1156 "spec/features/merge_request/user_views_open_merge_request_spec.rb": 38.86719405199983,1157 "spec/features/user_can_display_performance_bar_spec.rb": 32.40211246400031,1158 "spec/features/issues/user_views_issue_spec.rb": 25.976201985000444,1159 "spec/features/users/show_spec.rb": 16.730705644999034,1160 "spec/features/admin/admin_labels_spec.rb": 22.340331781000714,1161 "spec/features/search/user_searches_for_projects_spec.rb": 16.704959876999055,1162 "spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb": 16.620357072999468,1163 "spec/features/commits/user_uses_quick_actions_spec.rb": 13.853549587000089,1164 "spec/features/projects/settings/registry_settings_spec.rb": 12.328748894000455,1165 "spec/features/groups/labels/subscription_spec.rb": 12.558670157000961,1166 "spec/features/merge_request/user_sees_notes_from_forked_project_spec.rb": 11.405077339000854,1167 "spec/features/issues/user_sees_empty_state_spec.rb": 9.943722240999705,1168 "spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb": 9.150980576998336,1169 "spec/features/ics/dashboard_issues_spec.rb": 8.081855931999598,1170 "spec/features/groups/activity_spec.rb": 7.040589244999865,1171 "spec/features/nav/top_nav_responsive_spec.rb": 5.350545194000006,1172 "spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 5.282969289000903,1173 "spec/features/issues/group_label_sidebar_spec.rb": 4.963078781000149,1174 "spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb": 3.9316088340001443,1175 "spec/features/projects/integrations/user_views_services_spec.rb": 3.912596764999762,1176 "spec/features/merge_request/user_sees_breadcrumb_links_spec.rb": 1.9619997719983076,1177 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.8147355929995683,1178 "spec/features/jira_connect/subscriptions_spec.rb": 0.89054207699882681179}1180Knapsack global time execution for tests: 24m 11s1181Pending: (Failures listed here are expected and do not affect your suite's status)1182 1) Merge request < User sees mini pipeline graph as json avoids repeated database queries1183 # Temporarily skipped with xit1184 # ./spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb:401185 2) User comments on a diff single suggestion note hides suggestion popover1186 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1187 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:361188 3) User comments on a diff single suggestion note suggestion is presented1189 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1190 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:481191 4) User comments on a diff single suggestion note allows suggestions in replies1192 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1193 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:761194 5) User comments on a diff single suggestion note suggestion is appliable1195 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1196 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:931197 6) User comments on a diff multi-line suggestions suggestion is appliable1198 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1199 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:3581200 7) User comments on a diff multi-line suggestions resolves discussion when applied1201 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1202 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:3701203 8) User comments on a diff failed to load metadata displays an error1204 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1205 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:4091206 9) Issues > Real-time sidebar updates the label in real-time1207 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1208 # ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:401209Finished in 24 minutes 15 seconds (files took 1 minute 1.98 seconds to load)1210324 examples, 0 failures, 9 pending1211Failed to write to log, write log/workhorse-test.log: file already closed1212RSpec exited with 0.1213No examples to retry, congrats!1215Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1216Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1218Uploading artifacts...1219coverage/: found 5 matching files and directories 1220crystalball/: found 2 matching files and directories 1221deprecations/: found 4 matching files and directories 1222knapsack/: found 3 matching files and directories 1223rspec/: found 9 matching files and directories 1224tmp/capybara/: found 3 matching files and directories 1225log/*.log: found 18 matching files and directories 1226WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337246/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1227WARNING: Retrying... context=artifacts-uploader error=request redirected1228Uploading artifacts as "archive" to coordinator... 201 Created id=2673337246 responseStatus=201 Created token=y4Hdaz2B1229Uploading artifacts...1230rspec/junit_rspec.xml: found 1 matching files and directories 1231WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337246/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1232WARNING: Retrying... context=artifacts-uploader error=request redirected1233Uploading artifacts as "junit" to coordinator... 201 Created id=2673337246 responseStatus=201 Created token=y4Hdaz2B1235Job succeeded