rspec system pg12-as-if-foss single-db 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-1656912974-2467e09c...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% (81017/81017), done. 27remote: Total 115982 (delta 48513), reused 75504 (delta 30561), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 31.71 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...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (2673336707)...44Downloading artifacts from coordinator... ok id=2673336707 responseStatus=200 OK token=mrVCpvwM45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=mrVCpvwM47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=mrVCpvwM49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=mrVCpvwM52Using 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_ONLY54155$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh603.2.3361Bundler version 2.2.3362Successfully installed bundler-2.3.15631 gem installed64production:development65Settings are listed in order of priority. The top value will be used.66clean67Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true68frozen69Set via BUNDLE_FROZEN: true70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72path73Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"74without75Set via BUNDLE_WITHOUT: [:production, :development]76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77Don't run Bundler as root. Bundler can ask for sudo if it is needed, and78installing your bundle as root will break this application for all non-root79users on this machine.80The Gemfile's dependencies are satisfied81==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.82$ bundle pristine pg83Installing pg 1.3.5 with native extensions84==> 'bundle pristine pg' succeeded in 11 seconds.85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Created database 'gitlabhq_test'92==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 29 seconds.93$ setup_db_praefect94SELECT pg_catalog.set_config('search_path', '', false);95CREATE DATABASE praefect_test ENCODING 'UTF8';96==> 'setup_db_praefect' succeeded in 0 seconds.97$ run_timed_command "gem install knapsack --no-document"98$ gem install knapsack --no-document99Successfully installed knapsack-4.0.01001 gem installed101==> 'gem install knapsack --no-document' succeeded in 0 seconds.102$ run_timed_command "scripts/gitaly-test-spawn"103$ scripts/gitaly-test-spawn104find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105Don't run Bundler as root. Bundler can ask for sudo if it is needed, and106installing your bundle as root will break this application for all non-root107users on this machine.108Using abstract_type 0.0.7109Using concurrent-ruby 1.1.10110Using i18n 1.10.0111Using minitest 5.15.0112Using tzinfo 2.0.4113Using zeitwerk 2.5.4114Using activesupport 6.1.4.7115Using builder 3.2.4116Using erubi 1.10.0117Using mini_portile2 2.8.0118Using racc 1.6.0119Using nokogiri 1.13.6 (x86_64-linux)120Using rails-dom-testing 2.0.3121Using crass 1.0.6122Using loofah 2.16.0123Using rails-html-sanitizer 1.4.2124Using actionview 6.1.4.7125Using rack 2.2.3126Using rack-test 1.1.0127Using actionpack 6.1.4.7128Using ice_nine 0.11.2129Using thread_safe 0.3.6130Using memoizable 0.4.2131Using adamantium 0.2.0132Using public_suffix 4.0.6133Using addressable 2.7.0134Using ast 2.4.2135Using binding_ninja 0.2.3136Using bundler 2.3.15137Using charlock_holmes 0.7.7138Using coderay 1.1.2139Using equalizer 0.0.11140Using concord 0.1.5141Using diff-lcs 1.3142Using dotenv 2.7.6143Using escape_utils 1.2.1144Using factory_bot 5.0.2145Using multipart-post 2.1.1146Using faraday 1.0.1147Using ffi 1.15.3148Using json 2.5.1149Using gemojione 3.3.0150Using mini_mime 1.0.2151Using rugged 1.2.0152Using github-linguist 7.12.1153Using github-markup 1.7.0154Using mime-types-data 3.2020.1104155Using mime-types 3.3.1156Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1157Using rouge 3.27.0158Using sanitize 6.0.0159Using stringex 2.8.5160Using gitlab-gollum-lib 4.2.7.10.gitlab.2161Using google-protobuf 3.19.1 (x86_64-linux)162Using googleapis-common-protos-types 1.3.0163Using grpc 1.42.0 (x86_64-linux)164Using opentracing 0.5.0165Using thrift 0.15.0166Using jaeger-client 1.1.0167Using pg_query 2.1.1168Using redis 4.4.0169Using gitlab-labkit 0.23.0170Using rubyzip 2.3.2171Using thor 1.1.0172Using tomlrb 2.0.1173Using with_env 1.1.0174Using rexml 3.2.5175Using xml-simple 1.1.9176Using gitlab-license_finder 6.14.2.1177Using gitlab-markup 1.7.1178Using grpc-tools 1.42.0179Using sawyer 0.8.2180Using octokit 4.20.0181Using reverse_markdown 1.4.0182Using licensee 9.14.1183Using method_source 0.9.2184Using msgpack 1.3.3185Using optimist 3.0.1186Using parallel 1.19.2187Using parser 3.0.3.2188Using procto 0.0.3189Using unparser 0.4.7190Using proc_to_ast 0.1.0191Using pry 0.12.2192Using rainbow 3.0.0193Using rbtrace 0.4.14194Using rdoc 6.3.2195Using regexp_parser 1.8.1196Using rspec-support 3.8.0197Using rspec-core 3.8.0198Using rspec-expectations 3.8.3199Using rspec-mocks 3.8.0200Using rspec 3.8.0201Using rspec-parameterized 0.4.2202Using rubocop-ast 0.2.0203Using ruby-progressbar 1.10.1204Using unicode-display_width 1.7.0205Using rubocop 0.86.0206Using sentry-raven 3.0.4207Using timecop 0.9.1208Bundle complete! 22 Gemfile dependencies, 100 gems now installed.209Gems in the groups 'production' and 'development' were not installed.210Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`211Checking gitaly-ruby Gemfile...212Checking gitaly-ruby bundle...213The Gemfile's dependencies are satisfied214Trying to connect to gitaly: ............................................... OK215Trying to connect to gitaly2: ........................................................... OK216Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK217==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.218$ source ./scripts/rspec_helpers.sh219$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"220SKIP_FLAKY_TESTS_AUTOMATICALLY: true221RETRY_FAILED_TESTS_IN_NEW_PROCESS: true222KNAPSACK_GENERATE_REPORT: 223FLAKY_RSPEC_GENERATE_REPORT: 224KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb225KNAPSACK_LOG_LEVEL: debug226KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12-as-if-foss_single-db_4_24_report.json227FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json228FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12-as-if-foss_single-db_4_24_report.json229NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12-as-if-foss_single-db_4_24_report.json230SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12-as-if-foss_single-db_4_24_report.txt231RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12-as-if-foss_single-db_4_24_report.txt232CRYSTALBALL: 233DEPRECATION 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 call234/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 here235 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)236Run options: exclude {:quarantine=>true, :level=>"migration"}237Test environment set up in 0.47693686 seconds238Jobs239 GET /:project/jobs240 with no jobs241 shows the empty state page242 with a job243 Pending scope244 shows Pending tab jobs245 Running scope246 shows Running tab jobs247 Finished scope248 shows Finished tab jobs249 All jobs250 shows All tab jobs251 when visiting old URL252 redirects to new URL253 GET /:project/jobs/:id254 Job from project255Starting the Capybara driver server...256Capybara starting Puma...257* Version 5.6.2 , codename: Birdie's Version258* Min threads: 0, max threads: 4259* Listening on unix:///tmp/20220704-450-1vrurad260 shows status name261 shows commit`s data262 shows active job263 pipeline info block264 shows pipeline id and source branch265 when pipeline is detached merge request pipeline266 shows merge request iid and source branch267 when source project is a forked project268 shows merge request iid and source branch269 when pipeline is merge request pipeline270 shows merge request iid and source branch271 when source project is a forked project272 shows merge request iid and source branch273 sidebar274 renders escaped tooltip name275 when job is not running276 shows retry button277 if job passed278 does not show New issue button279 if job failed280 shows New issue button281 links to issues/new with the title and description filled in282 when job is running283 job is cancelable284 shows cancel button285 when job is waiting for resource286DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.287Falling back to an asset that may be in the public folder.288This behavior is deprecated and will be removed.289To bypass the asset pipeline and preserve this behavior,290use the `skip_pipeline: true` option.291 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)292DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.293Falling back to an asset that may be in the public folder.294This behavior is deprecated and will be removed.295To bypass the asset pipeline and preserve this behavior,296use the `skip_pipeline: true` option.297 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)298DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.299Falling back to an asset that may be in the public folder.300This behavior is deprecated and will be removed.301To bypass the asset pipeline and preserve this behavior,302use the `skip_pipeline: true` option.303 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)304 shows correct UI components305 Job from other project306 is expected to eq 404307 Download artifacts308 has button to download artifacts309 downloads the zip file when user clicks the download button310 Artifacts expire date311 no expire date defined312 does not have the Keep button313 when expire date is defined314 when user has ability to update job315 when artifacts are unlocked316 keeps artifacts when keep button is clicked317 when artifacts are locked318 shows the keep button319 when user does not have ability to update job320 does not have keep button321 when artifacts expired322 when artifacts are unlocked323 does not have the Keep button324 when artifacts are locked325 has the Keep button326 when visiting old URL327 redirects to new URL328 Raw trace329 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"330 HTML trace331 when job has an initial trace332 loads job logs333 Variables334 when user is a maintainer335 when variables are stored in trigger_request336 behaves like no reveal button variables behavior337 renders a hidden value with no reveal values button338 when variables are stored in pipeline_variables339 behaves like no reveal button variables behavior340 renders a hidden value with no reveal values button341 when user is a maintainer342 when variables are stored in trigger_request343 behaves like reveal button variables behavior344 renders a hidden value with a reveal values button345 reveals values on button click346 when variables are stored in pipeline_variables347 behaves like reveal button variables behavior348 renders a hidden value with a reveal values button349 reveals values on button click350 when job starts environment351 job is successful and has deployment352 shows a link for the job353 shows deployment message354 when there is a cluster used for the deployment355 shows a link to the cluster356 shows the name of the cluster357 when the user is not able to view the cluster358 includes only the name of the cluster without a link359 job is complete and not successful360 shows a link for the job361 deployment still not finished362 shows a link to latest deployment363 when job stops environment364 does not show environment information banner365 environment info in job view366 job with outdated deployment367 shows deployment message368 renders a link to the most recent deployment369 when deployment does not have a deployable370 has an empty href371 job failed to deploy372 shows deployment message373 job will deploy374 when environment exists375 shows deployment message376 when it has deployment377 shows that deployment will be overwritten378 when environment does not exist379 shows deployment message380 job that failed to deploy and environment has not been created381 shows deployment message382 job that will deploy and environment has not been created383 shows deployment message384 Playable manual action385 shows manual action empty state386 plays manual action and shows pending status387 Delayed job388 shows delayed job389 unschedules delayed job and shows manual action390 Non triggered job391 shows empty state392 Pending job393 shows pending empty state394 Canceled job395 with log396 renders job log397 without log398 renders empty state399 Skipped job400 renders empty state401 when job is failed but has no trace402 renders empty state403 with erased job404 renders erased job warning405 without erased job406 does not render erased job warning407 on mobile408 renders collapsed sidebar409 on desktop410 renders expanded sidebar411 stuck412 without active runners available413 renders message about job being stuck because no runners are active414 when available runners can not run specified tag415 renders message about job being stuck because of no runners with the specified tags416 when runners are offline and build has tags417 renders message about job being stuck because of no runners with the specified tags418 without any runners available419 renders message about job being stuck because no runners are available420 without available runners online421 renders message about job being stuck because runners are offline422 POST /:project/jobs/:id/cancel423 Job from project424 loads the page and shows all needed controls425 POST /:project/jobs/:id/retry426 Job from project427 shows the right status and buttons428 Job that current user is not allowed to retry429 does not show the Retry button430 Job that failed because of a forward deployment failure431 shows a modal to warn the user432 retries the job433 GET /:project/jobs/:id/download434 Build from other project435 is expected to eq 404436 GET /:project/jobs/:id/raw437 access source438 job from project439 when job is running440 sends the right headers441 when job is complete442 sends the right headers443 job from other project444 sends the right headers445 when visiting old URL446 redirects to new URL447 GET /:project/jobs/:id/trace.json448 Job from project449 is expected to eq 200450 Job from other project451 is expected to eq 404452 GET /:project/jobs/:id/status453 Job from project454 is expected to eq 200455 Job from other project456 is expected to eq 404457Projects > Show > Collaboration links458 with developer user459 shows all the expected links460 hides the links when the project is archived461 Web IDE link462 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false463 updates Web IDE link464 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true465 updates Web IDE link466 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false467 updates Web IDE link468 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true469 updates Web IDE link470 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true471 updates Web IDE link472 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true473 updates Web IDE link474Merge request > User edits assignees sidebar475 when GraphQL assignees widget feature flag is disabled476 when user is an owner477 when assigned to maintainer478 behaves like when assigned479 shows assignee name480 shows assignee tooltip ''481 when edit is clicked482 shows assignee tooltip '483 when assigned to developer484 behaves like when assigned485 shows assignee name486 shows assignee tooltip 'Cannot merge'487 when edit is clicked488 shows assignee tooltip 'Cannot merge489 with invite members considerations490 when a privileged user can invite491 shows a link for inviting members and launches invite modal492 when user cannot invite members in assignee dropdown493 shows author in assignee dropdown and no invite link494 when GraphQL assignees widget feature flag is enabled495 when user is an owner496 when assigned to maintainer497 behaves like when assigned498 shows assignee name499 shows assignee tooltip ''500 when edit is clicked501 shows assignee tooltip '502 when assigned to developer503 behaves like when assigned504 shows assignee name505 shows assignee tooltip 'Cannot merge'506 when edit is clicked507 shows assignee tooltip 'Cannot merge508 with invite members considerations509 when a privileged user can invite510 shows a link for inviting members and launches invite modal511 when user cannot invite members in assignee dropdown512 shows author in assignee dropdown and no invite link513Merge request > User edits MR514 non-fork merge request515 behaves like an editable merge request516 updates merge request517 description has autocomplete518 description has quick action autocomplete519 has class js-quick-submit in form520 warns about version conflict521 preserves description textarea height522 when "Remove source branch" is set523 allows to unselect "Remove source branch"524 for a forked project525 behaves like an editable merge request526 updates merge request527 description has autocomplete528 description has quick action autocomplete529 has class js-quick-submit in form530 warns about version conflict531 preserves description textarea height532 when "Remove source branch" is set533 allows to unselect "Remove source branch"534Project > Members > Manage groups535 displays the invite group button536 does not display the button when visiting the page not signed in537 Share with group lock538 for a project in a root group539 when the group has "Share with group lock" disabled540 the project can be shared with another group541 behaves like the project can be shared with groups542 the "Invite a group" button exists543 when the group has "Share with group lock" enabled544 behaves like the project cannot be shared with groups545 the "Invite a group" button does not exist546 for a project in a subgroup547 when the root_group has "Share with group lock" disabled548 when the subgroup has "Share with group lock" disabled549 behaves like the project can be shared with groups550 the "Invite a group" button exists551 when the subgroup has "Share with group lock" enabled552 behaves like the project cannot be shared with groups553 the "Invite a group" button does not exist554 when the root_group has "Share with group lock" enabled555 when the subgroup has "Share with group lock" disabled (parent overridden)556 behaves like the project can be shared with groups557 the "Invite a group" button exists558 when the subgroup has "Share with group lock" enabled559 behaves like the project cannot be shared with groups560 the "Invite a group" button does not exist561 setting an expiration date for a group link562 the group link shows the expiration time with a warning class563 group search results564 behaves like inviting groups search results565 with instance admin considerations566 when user is an admin567 shows groups where the admin has no direct membership568 shows groups where the admin has at least guest level membership569 when user is not an admin570 does not show groups where the user has no direct membership571 shows groups where the user has at least guest level membership572 when user is not an admin and there are hierarchy considerations573 does not show self or ancestors574 when sharing with groups outside the hierarchy is enabled575 shows groups within and outside the hierarchy in search results576 when sharing with groups outside the hierarchy is disabled577 shows only groups within the hierarchy in search results578 for a project in a nested group579 does not show the groups inherited from projects580 does not show the ancestors or project group581Merge request < User sees mini pipeline graph582 displays a mini pipeline graph583 as json584 avoids repeated database queries (PENDING: Temporarily skipped with xit)585 build list toggle586 shows tooltip when hovered587 builds list menu588 pens when toggle is clicked589 closes when toggle is clicked again590 closes when clicking somewhere else591 build list build item592 visits the build page when clicked593 shows tooltip when hovered594User sorts issues595 keeps the sort option596 sorts by popularity597 sorts by newest598 sorts by most recently updated599 sorting by due date600 sorts by due date601 sorts by due date by excluding nil due dates602 with a filter on labels603 sorts by least recently due date by excluding nil due dates604 sorting by milestone605 sorts by milestone606 combine filter and sort607 sorts with a filter applied608Pages edits pages settings609 when user is the owner610 does not see anything to destroy611 when pages deployed612 renders Access pages613 does not render access control warning614 when pages are disabled in the project settings615 renders disabled warning616 when access control is enabled in gitlab settings617 renders access control warning618 when pages are public619 does not render access control warning620 when support for external domains is disabled621 renders message that support is disabled622 project settings page623 renders "Pages" tab624 when pages are disabled625 does not render "Pages" tab626 HTTPS settings627 tries to change the setting628 setting could not be updated629 tries to change the setting630 non-HTTPS domain exists631 the setting is disabled632 HTTPS pages are disabled633 the setting is unavailable634 Remove page635 when pages are deployed636 removes the pages637User comments on a diff638 single suggestion note639Skipping ./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.640 hides suggestion popover (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)641Skipping ./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.642 suggestion is presented (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)643Skipping ./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.644 allows suggestions in replies (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)645Skipping ./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.646 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)647 applying suggestions in batches648 can add and remove suggestions from a batch649 multi-line suggestions650Skipping ./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.651 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)652Skipping ./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.653 resolves discussion when applied (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)654 failed to load metadata655Skipping ./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.656 displays an error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)657User views an open merge request658 when a merge request does not have repository659 renders both the title and the description660 has reviewers in sidebar661 when a merge request has repository662 when rendering description preview663 renders empty description preview664 renders description preview665 when the branch is rebased on the target666 does not show diverged commits count667 when the branch is diverged on the target668 shows diverged commits count669 when the assignee's availability set670 exposes the availability in the data-availability attribute671 XSS source branch672 encodes branch name673 when user preferred language has changed674 renders edit button in preferred language675User can display performance bar676 when user is logged-out677 when the performance_bar feature is disabled678 behaves like performance bar cannot be displayed679 does not show the performance bar by default680 when user press `pb`681 does not show the performance bar by default682 when the performance_bar feature is enabled683 behaves like performance bar cannot be displayed684 does not show the performance bar by default685 when user press `pb`686 does not show the performance bar by default687 when user is logged-in688 when the performance_bar feature is disabled689 behaves like performance bar cannot be displayed690 does not show the performance bar by default691 when user press `pb`692 does not show the performance bar by default693 behaves like performance bar is enabled by default in development694 shows the performance bar by default695 when the performance_bar feature is enabled696 does not show Stats link by default697 behaves like performance bar is enabled by default in development698 shows the performance bar by default699 behaves like performance bar can be displayed700 does not show the performance bar by default701 when user press `pb`702 shows the performance bar703 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set704 shows Stats link705 flamegraphs706 when user has access707 renders flamegraph when requested708 when user does not have access709 renders the original page710User views issue711 is expected to have header with correct id and link 1, "Description header", and "description-header"712 shows the merge request and issue actions713 behaves like page meta description714 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown715 when the project is archived716 hides the merge request and issue actions717 user status718 when showing status of the author of the issue719 behaves like showing user status720 shows the status721 when showing status of a user who commented on an issue722 behaves like showing user status723 shows the status724 when status message has an emoji725 correctly renders the emoji726User page727 shows the status if there was one728 shows the pronouns of the user if there was one729 shows the pronunctiation of the user if there was one730 with public profile731 shows all the tabs732 does not show private profile message733 work information734 shows job title and organization details735 shows job title736 shows organization details737 location738 when location is set739 shows location740 when location is not set741 does not show location742 timezone743 when timezone is set744 shows local time745 when timezone is not set746 does not show local time747 when timezone is invalid748 shows local time using the configured default timezone (UTC in this case)749 follow/unfollow and followers/following750 does not show link to follow751 shows 0 followers and 0 following752WARNING: Active Record does not support composite primary key.753user_follow_users has composite primary key. Composite primary key is ignored.754 shows 1 followers and 1 following755 does show link to follow756 does show link to unfollow757 with private profile758 shows no tab759 shows private profile message760 shows own tabs761 with blocked profile762 shows no tab763 shows blocked message764 shows user name as blocked765 shows no additional fields766 shows username767 behaves like default brand title page meta description768 renders the page with description, og:description, and twitter:description meta tags with the default brand title769 with unconfirmed user770 when visited by an authenticated user771 behaves like unconfirmed user profile772 shows user name as unconfirmed773 shows no tab774 shows no additional fields775 shows private profile message776 behaves like default brand title page meta description777 renders the page with description, og:description, and twitter:description meta tags with the default brand title778 when visited by an unauthenticated user779 behaves like unconfirmed user profile780 shows user name as unconfirmed781 shows no tab782 shows no additional fields783 shows private profile message784 behaves like default brand title page meta description785 renders the page with description, og:description, and twitter:description meta tags with the default brand title786 signup disabled787 shows the sign in link788 signup enabled789 shows the sign in and register link790 most recent activity791 shows the most recent activity792 when external authorization is enabled793 hides the most recent activity794 page description795 behaves like page meta description796 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown797 with a bot user798 feature flag enabled799 only shows Overview and Activity tabs800 feature flag disabled801 only shows Overview and Activity tabs802 structured markup803 shows Person structured markup804 GPG keys805 when user has verified GPG keys806 shows link to public GPG keys807 when user does not have verified GPG keys808 does not show link to public GPG keys809admin issues labels810 list811 renders labels list812 deletes label813 deletes all labels814 create815 creates new label816 does not creates label with invalid color817 does not creates label if label already exists818 edit819 changes bug label820 allows user to delete label821User searches for projects822 when signed out823 when block_anonymous_global_searches is disabled824 does not show top right search form825 finds a project826 preserves the group being searched in827 preserves the project being searched in828 when search times out829 renders timeout information830 sets tab count to 0831 when block_anonymous_global_searches is enabled832 is redirected to login page833Issues > Real-time sidebar834 updates the assignee in real-time8361st Try error in ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:18:837Unable to find button "assign yourself" that is not disabled838Unexpected browser console output:839security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.840security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.841security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.842security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.843security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.844security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.845security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.846http://127.0.0.1:35953/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>"847security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.848http://127.0.0.1:35953/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>"849security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.850security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.851security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.852security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.853security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.854security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.855security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.856security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.857security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.858security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.859http://127.0.0.1:35953/images/ci_favicons/favicon_pending.png - Failed to load resource: the server responded with a status of 404 (Not Found)860security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.861security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.862security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.863security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.864security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.865security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.866security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.867security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.868security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.869security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.870security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.871security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.873security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.874security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.875security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.876security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.877security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.878security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.879security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.880security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.881security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.882security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.883security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.884security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.885security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.886security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.887security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.888security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.889security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.890security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.891security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.892security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.893security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.894security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.895security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.896security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.897security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.898security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.899security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.900security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.901security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.902security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.903security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.904security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.905security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.906security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.907security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.908security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.909security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.910security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.911security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.912security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.913security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.914security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.915security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.916security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.917security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.918security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.919security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.920security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.921security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.922security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.924http://127.0.0.1:35953/namespace82/project84/-/jobs/91/artifacts/download - Failed to load resource: the server responded with a status of 404 (Not Found)925security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.926security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.928http://127.0.0.1:35953/namespace86/project88/-/jobs/94/raw - Failed to load resource: the server responded with a status of 404 (Not Found)929security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.930security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.931webpack-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*"932security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.933webpack-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*"934security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.935webpack-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*"936security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.937webpack-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*"938security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.939webpack-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*"940security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.941webpack-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*"942security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.943webpack-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*"944security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.945webpack-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*"946security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.947security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.948security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.949security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.950security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.951security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.952security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.953webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."954security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.955webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."956security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.957webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."958security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.959security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.960security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.961webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."962security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.963security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.964webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."965security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.966webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."967security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.968webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."969security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.970security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.971security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.972security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.973security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.974security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.975http://127.0.0.1:35953/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/5082396709879808976security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.977security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.978webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."979security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.980security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.981security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.982security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.983security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.984security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.985http://127.0.0.1:35953/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/5082396709879808986security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.987security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.988webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."989security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.990security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.991security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.992security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.993security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.994security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.995security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.996security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.997security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.998security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.999security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1000security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1001security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1002security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1004security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1005security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1006security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1007security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1008security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1009security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1010security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1011security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1012security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1013security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1014security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1015security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1016http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1017http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1018 at Function.keys (<anonymous>)1019 at registerExtension (webpack-internal:///Sud9:48:17)1020 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1021 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1022 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1023 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1024 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1025 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1026security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1027http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1028http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1029 at Function.keys (<anonymous>)1030 at registerExtension (webpack-internal:///Sud9:48:17)1031 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1032 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1033 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1034 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1035 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1036 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1037webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1038security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1039http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1040http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1041 at Function.keys (<anonymous>)1042 at registerExtension (webpack-internal:///Sud9:48:17)1043 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1044 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1045 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1046 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1047 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1048 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1049webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1050security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1051http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1052http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1053 at Function.keys (<anonymous>)1054 at registerExtension (webpack-internal:///Sud9:48:17)1055 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1056 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1057 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1058 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1059 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1060 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1061webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1062security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1063http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1064http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1065 at Function.keys (<anonymous>)1066 at registerExtension (webpack-internal:///Sud9:48:17)1067 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1068 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1069 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1070 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1071 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1072 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1073webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1074security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1075http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1076http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1077 at Function.keys (<anonymous>)1078 at registerExtension (webpack-internal:///Sud9:48:17)1079 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1080 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1081 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1082 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1083 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1084 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1085webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1086security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1087security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1088http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in callback for watcher \"shouldRenderSecurityReport\": \"TypeError: Cannot convert undefined or null to object\"\n\n(found in \u003CRoot>)"1089http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot convert undefined or null to object1090 at Function.keys (<anonymous>)1091 at registerExtension (webpack-internal:///Sud9:48:17)1092 at Vue.registerSecurityReportExtension (webpack-internal:///Uv26:707:114)1093 at Vue.shouldRenderSecurityReport (webpack-internal:///Uv26:393:14)1094 at Watcher.run (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:333178:19)1095 at flushSchedulerQueue (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332920:13)1096 at Array.<anonymous> (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330595:12)1097 at flushCallbacks (http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330521:14)1098webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1099security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1100security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1101security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1102security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1103security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1104security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1105security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1106security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1107security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1108security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1109security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1110security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1111security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1112security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1113security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1114security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1115security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1116security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1117security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1118security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1119webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1120security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1121webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1122security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1123security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1124security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1125security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1126security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1127security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1128security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1129webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1130security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1131security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1132webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1133webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"1134http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"1135webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"1136http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"1137security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1138security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1139security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1140security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1141security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1142http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"1143security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1144security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1145security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1146security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1147security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1148security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1149security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1150security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1151security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1152security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1153security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1154webpack-internal:///86ww 62:10 "%c 🦊 GitLab performance bar" "width:100%; background-color: #292961; color: #FFFFFF; padding: 10px; display:block;"1155webpack-internal:///86ww 22:10 "📑 To get the final web vital numbers report you may need to switch away and back to the tab"1156webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1157webpack-internal:///86ww 19:12 "📈 CLS : " Object1158webpack-internal:///86ww 19:12 "📈 LCP : " Object1159security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1160security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1161webpack-internal:///86ww 62:10 "%c 🦊 GitLab performance bar" "width:100%; background-color: #292961; color: #FFFFFF; padding: 10px; display:block;"1162webpack-internal:///86ww 22:10 "📑 To get the final web vital numbers report you may need to switch away and back to the tab"1163webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1164webpack-internal:///86ww 19:12 "📈 CLS : " Object1165webpack-internal:///86ww 19:12 "📈 LCP : " Object1166security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1167security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1168webpack-internal:///86ww 62:10 "%c 🦊 GitLab performance bar" "width:100%; background-color: #292961; color: #FFFFFF; padding: 10px; display:block;"1169webpack-internal:///86ww 22:10 "📑 To get the final web vital numbers report you may need to switch away and back to the tab"1170webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1171webpack-internal:///86ww 19:12 "📈 CLS : " Object1172webpack-internal:///86ww 19:12 "📈 LCP : " Object1173security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1174security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1175security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1176webpack-internal:///86ww 62:10 "%c 🦊 GitLab performance bar" "width:100%; background-color: #292961; color: #FFFFFF; padding: 10px; display:block;"1177webpack-internal:///86ww 22:10 "📑 To get the final web vital numbers report you may need to switch away and back to the tab"1178webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1179webpack-internal:///86ww 19:12 "📈 CLS : " Object1180webpack-internal:///86ww 19:12 "📈 LCP : " Object1181security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1182security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1183webpack-internal:///86ww 62:10 "%c 🦊 GitLab performance bar" "width:100%; background-color: #292961; color: #FFFFFF; padding: 10px; display:block;"1184webpack-internal:///86ww 22:10 "📑 To get the final web vital numbers report you may need to switch away and back to the tab"1185webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1186webpack-internal:///86ww 19:12 "📈 CLS : " Object1187webpack-internal:///86ww 19:12 "📈 LCP : " Object1188http://127.0.0.1:35953/-/speedscope/speedscope.026f36b0.js 193:175 "speedscope v1.13.0"1189http://127.0.0.1:35953/-/speedscope/speedscope.026f36b0.js 113:1141 "WebGL initialized. renderer: ANGLE (Google, Vulkan 1.2.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver), vendor: Google Inc. (Google), version: WebGL 1.0 (OpenGL ES 2.0 Chromium)"1190http://127.0.0.1:35953/-/speedscope/index.html#profileURL=blob%3Ahttp%3A%2F%2F127.0.0.1%3A35953%2F3cfe60f1-3a90-4c76-9e18-341a865191ed&title=Flamegraph%20for%20%2F%20in%20wall%20mode 2 [.WebGL-0x2c94003b5400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels1191http://127.0.0.1:35953/-/speedscope/import.e3a73ef4.js 114:4324 "Importing as stackprof profile"1192http://127.0.0.1:35953/-/speedscope/speedscope.026f36b0.js 189:6027 "import: 62.817626953125 ms"1193http://127.0.0.1:35953/-/speedscope/index.html#profileURL=blob%3Ahttp%3A%2F%2F127.0.0.1%3A35953%2F3cfe60f1-3a90-4c76-9e18-341a865191ed&title=Flamegraph%20for%20%2F%20in%20wall%20mode - [.WebGL-0x2c94003b5400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels1194http://127.0.0.1:35953/-/speedscope/index.html#profileURL=blob%3Ahttp%3A%2F%2F127.0.0.1%3A35953%2F3cfe60f1-3a90-4c76-9e18-341a865191ed&title=Flamegraph%20for%20%2F%20in%20wall%20mode - [.WebGL-0x2c94003b5400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels1195security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1196security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1197webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1198security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1199webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1200security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1201webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1202security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1203webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1204security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1205security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1206security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1207webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1208webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1209security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1210security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1211security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1212webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1213security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1214security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1215security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1216security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1217security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1218security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1219security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1220security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1221http://127.0.0.1:35953/search?scope=projects&search=test - Failed to load resource: the server responded with a status of 408 (Request Timeout)1222security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1223http://127.0.0.1:35953/search?scope=projects&search=test - Failed to load resource: the server responded with a status of 408 (Request Timeout)1224security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1225security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1226http://127.0.0.1:35953/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"1228RSpec::Retry: 2nd try ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:181229Skipping ./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.1230 updates the label in real-time (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1231Commit > User uses quick actions1232 Tagging a commit1233 behaves like tag quick action1234 post note to existing commit1235 tags this commit1236 preview1237 removes quick action from note and explains it1238Project > Settings > CI/CD > Container registry tag expiration policy1239 as owner1240 shows available section1241 saves cleanup policy submit the form1242 does not save cleanup policy submit form with invalid regex1243 with a project without expiration policy1244 with container_expiration_policies_enable_historic_entries enabled1245 displays the related section1246 with container_expiration_policies_enable_historic_entries disabled1247 does not display the related section1248 when registry is disabled1249 does not exists1250 when container registry is disabled on project1251 does not exists1252Labels subscription1253 when signed in1254 users can subscribe/unsubscribe to group labels1255 subscription filter1256 shows only subscribed labels1257 shows no subscribed labels message1258 when not signed in1259 users can not subscribe/unsubscribe to labels1260 does not show subscribed tab1261Merge request > User sees notes from forked project1262 user can reply to the comment1263Issues > User sees empty state1264 while user is signed out1265 empty state1266 user sees empty state1267 behaves like empty state with filters1268 user sees empty state with filters1269 while user is signed in1270 empty state1271 user sees empty state1272 behaves like empty state with filters1273 user sees empty state with filters1274User views pipeline editor button on root ci config file1275 when the ci config is the root file1276 shows the button to the Pipeline Editor1277 does not shows the Pipeline Editor button1278 when user cannot collaborate1279 does not shows the Pipeline Editor button1280Dashboard Issues Calendar Feed1281 GET /issues1282 when authenticated1283 with no referer1284 renders calendar feed1285 with GitLab as the referer1286 renders calendar feed as text/plain1287 when filtered by milestone1288 renders calendar feed1289 when authenticated via personal access token1290 renders calendar feed1291 when authenticated via feed token1292 renders calendar feed1293 issue with due date1294 renders issue fields1295Group activity page1296 when signed in1297 RSS1298 behaves like it has an RSS button with current_user's feed token1299 shows the RSS button with current_user's feed token1300 behaves like an autodiscoverable RSS feed with current_user's feed token1301 has an RSS autodiscovery link tag with current_user's feed token1302 when project is in the group1303 renders user joined to project event1304 when signed out1305 behaves like it has an RSS button without a feed token1306 shows the RSS button without a feed token1307 behaves like an autodiscoverable RSS feed without a feed token1308 has an RSS autodiscovery link tag without a feed token1309top nav responsive1310 before opened1311 has page content and hides responsive menu1312 when opened1313 hides everything and shows responsive menu1314 has new dropdown1315User deletes feature flag1316 user does not see feature flag1317Group label on issue1318 renders link to the project issues page1319The group dashboard1320 The top navigation1321 has all the expected links1322 hides some links when an external authorization service is enabled1323User views integrations1324 shows the list of available integrations1325New merge request breadcrumb1326 displays link to project merge requests and new merge request1327Projects > Settings > External Authorization Classification Label setting1328 shows the field to set a classification label1329Subscriptions Content Security Policy1330 when there is no global config1331 does not add CSP directives1332 when a global CSP config exists1333 appends to CSP directives1334Pending: (Failures listed here are expected and do not affect your suite's status)1335 1) Merge request < User sees mini pipeline graph as json avoids repeated database queries1336 # Temporarily skipped with xit1337 # ./spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb:401338 2) User comments on a diff single suggestion note hides suggestion popover1339 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1340 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:361341 3) User comments on a diff single suggestion note suggestion is presented1342 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1343 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:481344 4) User comments on a diff single suggestion note allows suggestions in replies1345 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1346 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:761347 5) User comments on a diff single suggestion note suggestion is appliable1348 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1349 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:931350 6) User comments on a diff multi-line suggestions suggestion is appliable1351 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1352 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:3581353 7) User comments on a diff multi-line suggestions resolves discussion when applied1354 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1355 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:3701356 8) User comments on a diff failed to load metadata displays an error1357 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1358 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:4091359 9) Issues > Real-time sidebar updates the label in real-time1360 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1361 # ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:401362Finished in 22 minutes 21 seconds (files took 34.52 seconds to load)1363324 examples, 0 failures, 9 pending1364Failed to write to log, write log/workhorse-test.log: file already closed1365RSpec exited with 0.1366No examples to retry, congrats!1368Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1369Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1371Uploading artifacts...1372coverage/: found 5 matching files and directories 1373crystalball/: found 2 matching files and directories 1374deprecations/: found 4 matching files and directories 1375knapsack/: found 3 matching files and directories 1376rspec/: found 7 matching files and directories 1377tmp/capybara/: found 3 matching files and directories 1378log/*.log: found 17 matching files and directories 1379WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337767/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1380WARNING: Retrying... context=artifacts-uploader error=request redirected1381Uploading artifacts as "archive" to coordinator... 201 Created id=2673337767 responseStatus=201 Created token=mrVCpvwM1382Uploading artifacts...1383rspec/junit_rspec.xml: found 1 matching files and directories 1384WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337767/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1385WARNING: Retrying... context=artifacts-uploader error=request redirected1386Uploading artifacts as "junit" to coordinator... 201 Created id=2673337767 responseStatus=201 Created token=mrVCpvwM1388Job succeeded