rspec system pg12 22/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...18Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656569453-eebf4a41...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: 114186, done. 25remote: Counting objects: 100% (114186/114186), done. 26remote: Compressing objects: 100% (80208/80208), done. 27remote: Total 114186 (delta 47125), reused 74152 (delta 29592), pack-reused 0 28Receiving objects: 100% (114186/114186), 108.04 MiB | 29.82 MiB/s, done.29Resolving deltas: 100% (47125/47125), done.31 * [new ref] refs/pipelines/576623504 -> refs/pipelines/57662350432Checking out fb40c27e as refs/merge-requests/91304/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 (2660063458)...44Downloading artifacts from coordinator... ok id=2660063458 responseStatus=200 OK token=HUZ11w4945Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=HUZ11w4947Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=HUZ11w4949Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=HUZ11w4952Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...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 0 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 35 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 0 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.21.2174Using 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 13 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_22_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_22_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_22_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_22_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_22_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"}242==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.044470005 seconds...243Test environment set up in 0.457698574 seconds244Merge request > User uses quick actions245Starting the Capybara driver server...246 issuable common quick actions247 behaves like close quick action248 new merge_request249Capybara starting Puma...250* Version 5.6.2 , codename: Birdie's Version251* Min threads: 0, max threads: 4252* Listening on unix:///tmp/20220630-465-1xewpy9253 creates the merge_request and interprets close quick action accordingly254 post note to existing merge_request255 creates the note and interprets the close quick action accordingly256 when current user cannot close merge_request257 does not close the merge_request258 preview of note on merge_request259 explains close quick action260 behaves like issuable time tracker261 renders the sidebar component empty state262 updates the sidebar component when estimate is added263 updates the sidebar component when spent is added264 shows the comparison when estimate and spent are added265 updates the sidebar component when estimate is removed266 updates the sidebar component when spent is removed267 shows the help state when icon is clicked268 shows the time tracking report when link is clicked269 hides the help state when close icon is clicked270 displays the correct help url271 merge-request-only commands272 behaves like merge quick action273 when updating the description274 merges the MR275 when creating a new note276 when the current user can merge the MR277Skipping ./spec/features/merge_request/user_uses_quick_actions_spec.rb[1:2:1:2:1:1] 'Merge request > User uses quick actions merge-request-only commands behaves like merge quick action when creating a new note when the current user can merge the MR merges the MR' because it's flaky.278 merges the MR (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)279 when auto merge is available280 schedules to merge the MR281 when the head diff changes in the meanwhile282 does not merge the MR283 when the current user cannot merge the MR284 does not merge the MR285 behaves like rebase quick action286 when updating the description287 rebases the MR288 ignores /merge if /rebase is specified289 when creating a new note290 when the current user can rebase the MR291Skipping ./spec/features/merge_request/user_uses_quick_actions_spec.rb[1:2:2:2:1:1] 'Merge request > User uses quick actions merge-request-only commands behaves like rebase quick action when creating a new note when the current user can rebase the MR rebase the MR' because it's flaky.292 rebase the MR (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)293 when the merge request is closed294 does not rebase the MR295 when a rebase is in progress296 tells the user a rebase is in progress297 when there are conflicts in the merge request298 does not rebase the MR299 when the merge request branch is protected from force push300 does not rebase the MR301 when the current user cannot rebase the MR302 does not rebase the MR303Admin Runners304 Admin Runners page305 runners registration306 behaves like shows and resets runner registration token307 has a registration token308 shows registration instructions309 opens runner installation modal310Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:1:1:1:2] 'Admin Runners Admin Runners page runners registration behaves like shows and resets runner registration token shows registration instructions dismisses runner installation modal' because it's flaky.311 dismisses runner installation modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)312 reset registration token313 changes registration token314 when there are runners315 shows a job count316 sorts by last contact date317 with an instance runner318 shows an instance badge319 behaves like shows runner in list320 does not show empty state321Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:1:2] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like shows runner in list shows runner row' because it's flaky.322 shows runner row (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)323 behaves like pauses, resumes and deletes a runner324Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:2:1] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner pauses and resumes runner' because it's flaky.325 pauses and resumes runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)326 deletes runner327 shows a confirmation modal328 deletes a runner329 cancels runner deletion330 with multiple runners331Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:2:1] 'Admin Runners Admin Runners page when there are runners with multiple runners has all necessary texts' because it's flaky.332 has all necessary texts (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)333 search334Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:4:1] 'Admin Runners Admin Runners page when there are runners search runner types tabs have total counts and can be selected' because it's flaky.335 runner types tabs have total counts and can be selected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)336 shows runners337 shows correct runner when description matches338 when description does not match339Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:4:4:2] 'Admin Runners Admin Runners page when there are runners search when description does not match shows no runner' because it's flaky.340 shows no runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)341 behaves like shows no runners found342 shows "no runners" message343 filter by paused344Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:5:1] 'Admin Runners Admin Runners page when there are runners filter by paused shows all runners' because it's flaky.345 shows all runners (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)346Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:5:2] 'Admin Runners Admin Runners page when there are runners filter by paused shows paused runners' because it's flaky.347 shows paused runners (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)348 shows active runners349 filter by status350Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:6:1] 'Admin Runners Admin Runners page when there are runners filter by status shows all runners' because it's flaky.351 shows all runners (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)352Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:6:2] 'Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status matches' because it's flaky.353 shows correct runner when status matches (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)354 shows correct runner when status is selected and search term is entered355Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:6:4] 'Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status filter is entered' because it's flaky.356 shows correct runner when status filter is entered (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)357 when status does not match358 shows no runner359 behaves like shows no runners found360 shows "no runners" message361 filter by type362 "All" tab is selected by default363 shows correct runner when type matches364 show the same counts after selecting another tab365Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:4] 'Admin Runners Admin Runners page when there are runners filter by type shows correct runner when type is selected and search term is entered' because it's flaky.366 shows correct runner when type is selected and search term is entered (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)367Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:5] 'Admin Runners Admin Runners page when there are runners filter by type maintains the same filter when switching between runner types' because it's flaky.368 maintains the same filter when switching between runner types (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)369 when type does not match370Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:6:2] 'Admin Runners Admin Runners page when there are runners filter by type when type does not match shows no runner' because it's flaky.371 shows no runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)372 behaves like shows no runners found373Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:6:1:1] 'Admin Runners Admin Runners page when there are runners filter by type when type does not match behaves like shows no runners found shows "no runners" message' because it's flaky.374 shows "no runners" message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)375 filter by tag376 shows tags suggestions377Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:8:2] 'Admin Runners Admin Runners page when there are runners filter by tag shows correct runner when tag matches' because it's flaky.378 shows correct runner when tag matches (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)379Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:8:3] 'Admin Runners Admin Runners page when there are runners filter by tag shows correct runner when tag is selected and search term is entered' because it's flaky.380 shows correct runner when tag is selected and search term is entered (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)381 when tag does not match382Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:8:4:2] 'Admin Runners Admin Runners page when there are runners filter by tag when tag does not match shows no runner' because it's flaky.383 shows no runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)384 behaves like shows no runners found385Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:8:4:1:1] 'Admin Runners Admin Runners page when there are runners filter by tag when tag does not match behaves like shows no runners found shows "no runners" message' because it's flaky.386 shows "no runners" message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)387 when there are no runners388 shows tabs with total counts equal to 0389 behaves like shows no runners registered390 shows counts with 0391 shows "no runners" message392 when visiting outdated URLs393 updates ACTIVE runner status to paused=false394 updates PAUSED runner status to paused=true395 Runner show page396Skipping ./spec/features/admin/admin_runners_spec.rb[1:2:2] 'Admin Runners Runner show page shows runner details' because it's flaky.397 shows runner details (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)398 runner show page breadcrumbs399Skipping ./spec/features/admin/admin_runners_spec.rb[1:2:1:1] 'Admin Runners Runner show page runner show page breadcrumbs contains the current runner id and token' because it's flaky.400 contains the current runner id and token (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)401 when a runner is deleted402 deletes runner403Skipping ./spec/features/admin/admin_runners_spec.rb[1:2:3:2] 'Admin Runners Runner show page when a runner is deleted redirects to runner list' because it's flaky.404 redirects to runner list (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)405 Runner edit page406 runner edit page breadcrumbs407 contains the current runner id and token408 runner header409Skipping ./spec/features/admin/admin_runners_spec.rb[1:3:2:1] 'Admin Runners Runner edit page runner header contains the runner status, type and id' because it's flaky.410 contains the runner status, type and id (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)411 when a runner is updated412 show success alert413 redirects to runner page414 projects415 contains project names416 search417 contains name of correct project418 enable/create419 with specific runner420 behaves like assignable runner421 enables a runner for a project422 with locked runner423 behaves like assignable runner424 enables a runner for a project425 disable/destroy426 removed specific runner from project427User browses files428 shows last commit for current directory429 when browsing the master branch430 shows files from a repository431 shows the `Browse Directory` link432 shows the `Browse File` link433 shows the `Browse Files` link434 redirects to the permalink URL435 when browsing the `markdown` branch436 when browsing the root437 shows correct files and links438 shows correct content of file439 shows correct content of directory440 when commit message has markdown441 renders emojis442 when browsing a `improve/awesome` branch443 shows files from a repository444 when browsing a `Ääh-test-utf-8` branch445 shows files from a repository446 when browsing a `test-#` branch447 shows files from a repository448 when browsing a specific ref449 shows files from a repository for `6d39438`450 shows files from a repository with apostroph in its name451 shows the code with a leading dot in the directory452 does not show the permalink link453 when browsing a file content454 shows a file content455 is possible to blame456 when browsing a file with pathspec characters457 shows raw file content in a new tab458 when browsing a raw file459 shows raw file content in a new tab460Value Stream Analytics461 as an allowed user462 when project is new463 displays metrics with relevant values464 shows active stage with empty message465 when there's value stream analytics data466 displays metrics467 can filter the issues by date468 can filter the metrics by date469 paginates the results470 can navigate directly to a value stream stream stage with filters applied471 as a guest472 does not show the commit stats473 needs permissions to see restricted stages474Commits475 CI476 commit status is Generic Commit Status477 Commit builds478 is expected to have text "b83d6e39"479 contains generic commit status build480 commit status is Ci Build481 when logged as developer482 Project commits483 shows correct build status from default branch484 Commit builds485 shows pipeline data486 Download artifacts487 is expected to have visible link "Download artifacts" with href "/namespace80/project59/-/jobs/21/artifacts/download?file_type=archive"488 Cancel all builds489 cancels commit490 Cancel build491 cancels build492 when logged as reporter493 renders header494 is expected to have visible link "Download artifacts"495 viewing commits for a branch496 includes the committed_date for each commit497 shows the ref switcher with the multi-file editor enabled498 viewing commits for an author499 author is complete500 behaves like show commits by author501 includes the author's commits502 author is just a name503 behaves like show commits by author504 includes the author's commits505 author is just an email506 behaves like show commits by author507 includes the author's commits508Groups > Members > Manage members509 update user to owner level510 remove user from group511 behaves like includes the correct Invite link512 includes the modal trigger513 behaves like includes the correct Invite link514 includes the modal trigger515 when inviting516 add yourself to group when already an owner517 behaves like inviting members518Skipping ./spec/features/groups/members/manage_members_spec.rb[1:5:2:1] 'Groups > Members > Manage members when inviting behaves like inviting members adds user as member' because it's flaky.519 adds user as member (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)520 invites user by email5221st Try error in ./spec/support/shared_examples/features/inviting_members_shared_examples.rb:26:523Unable to find link "Invited"524Unexpected browser console output:525security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.526security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.527security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.528security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.529security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.530security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.531security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.532webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."533webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"534http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/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>"535security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.536security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.537security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.538webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."539http://127.0.0.1:45499/namespace3/project3/-/merge_requests/1 - Clear-Site-Data header on 'http://127.0.0.1:45499/users/sign_out': Unrecognized type: "*".540http://127.0.0.1:45499/namespace3/project3/-/merge_requests/1 - Clear-Site-Data header on 'http://127.0.0.1:45499/users/sign_out': No recognized types specified.541security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.542security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.543security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.544security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.545webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."546security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.547security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.548security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.549webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."550security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.551security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.552security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.553webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."554security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.555security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.556security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.557webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."558security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.559security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.560security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.561webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."562security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.563security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.564security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.565webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."566security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.567security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.568security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.569webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."570security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.571security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.572security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.573webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."574security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.575security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.576security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.577webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."578security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.579security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.580security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.581webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."582webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."583security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.584security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.585security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.586webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."587security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.588security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.589security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.590webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."591security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.592security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.593webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."594security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.595webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."596security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.597webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."598security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.599webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."600security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.601security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.602security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.603security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.604security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.605webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."606security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.607webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."608security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.609webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."610security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.611webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."612security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.613webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."614security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.625security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.690security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.694security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.697security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.698security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.699security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.700security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.701security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.703security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.704security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.705security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.714webpack-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*"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'.718webpack-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*"719security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.720security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.721webpack-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*"722security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.723security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.724webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"725security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.726webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"727security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.728security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"732security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.733security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.734webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"735security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.736security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.737webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"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'.740webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"741security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.742webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"743security - 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:///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*"746security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.747webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/improve/awesome/:path*\n- (/-)?/blob/improve/awesome/:path*"748security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.749webpack-internal:///rP6D 16:46 "[vue-router] Route with path \"(/-)?/tree/Ääh-test-utf-8/:path*\" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path."750webpack-internal:///rP6D 16:46 "[vue-router] Route with path \"(/-)?/blob/Ääh-test-utf-8/:path*\" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path."751webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/Ääh-test-utf-8/:path*\n- (/-)?/tree/%C3%84%C3%A4h-test-utf-8/:path*\n- (/-)?/blob/Ääh-test-utf-8/:path*\n- (/-)?/blob/%C3%84%C3%A4h-test-utf-8/:path*"752security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.753webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/test-%23/:path*\n- (/-)?/blob/test-%23/:path*"754http://127.0.0.1:45499/namespace62/shop/-/refs/test-?format=json&offset=0 - Failed to load resource: the server responded with a status of 404 (Not Found)755http://127.0.0.1:45499/namespace62/shop/-/refs/test-?format=json&offset=0 - Failed to load resource: the server responded with a status of 404 (Not Found)756http://127.0.0.1:45499/namespace62/shop/-/refs/test-?format=json&offset=0 - Failed to load resource: the server responded with a status of 404 (Not Found)757security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.758webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"759security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.760webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"761security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.762webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/'test'/:path*\n- (/-)?/blob/'test'/:path*"763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.764webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/'test'/:path*\n- (/-)?/blob/'test'/:path*"765security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.766webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"767security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.768webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/fix/:path*\n- (/-)?/blob/fix/:path*"769security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.770webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/fix/:path*\n- (/-)?/blob/fix/:path*"771security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.772webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"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'.775webpack-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*"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'.778webpack-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*"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'.783security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.784security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.785webpack-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*"786security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.787security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.788security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.789security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.790security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.791security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.792security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.793security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.796security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.799http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"800http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')801 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)802 at VueComponent.created (webpack-internal:///HAA5:40:10)803 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)804 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)805 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)806 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)807 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)809 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)810 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)811http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"812http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')813 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)814 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)815 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)816 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)817 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)818 at Proxy.render (webpack-internal:///U7oV:8:14)819 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)820 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)821 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)822 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)823security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.824http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"825http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')826 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)827 at VueComponent.created (webpack-internal:///HAA5:40:10)828 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)829 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)830 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)831 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)832 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)834 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)835 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)836http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"837http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')838 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)839 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)840 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)841 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)842 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)843 at Proxy.render (webpack-internal:///U7oV:8:14)844 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)845 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)846 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)847 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)848security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.849http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"850http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')851 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)852 at VueComponent.created (webpack-internal:///HAA5:40:10)853 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)854 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)855 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)856 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)857 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)859 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)860 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)861http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"862http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')863 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)864 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)865 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)866 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)867 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)868 at Proxy.render (webpack-internal:///U7oV:8:14)869 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)870 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)871 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)872 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)873security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.874http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"875http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')876 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)877 at VueComponent.created (webpack-internal:///HAA5:40:10)878 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)879 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)880 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)881 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)882 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)884 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)885 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)886http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"887http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')888 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)889 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)890 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)891 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)892 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)893 at Proxy.render (webpack-internal:///U7oV:8:14)894 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)895 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)896 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)897 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)898security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.899http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"900http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')901 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)902 at VueComponent.created (webpack-internal:///HAA5:40:10)903 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)904 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)905 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)906 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)907 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)909 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)910 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)911http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"912http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')913 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)914 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)915 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)916 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)917 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)918 at Proxy.render (webpack-internal:///U7oV:8:14)919 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)920 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)921 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)922 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)923http://127.0.0.1:45499/api/graphql - Failed to load resource: the server responded with a status of 500 (Internal Server Error)924security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.925http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"926http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')927 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)928 at VueComponent.created (webpack-internal:///HAA5:40:10)929 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)930 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)931 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)932 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)933 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)935 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)936 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)937http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"938http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')939 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)940 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)941 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)942 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)943 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)944 at Proxy.render (webpack-internal:///U7oV:8:14)945 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)946 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)947 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)948 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)949http://127.0.0.1:45499/api/graphql - Failed to load resource: the server responded with a status of 500 (Internal Server Error)950security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.951http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"952http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')953 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)954 at VueComponent.created (webpack-internal:///HAA5:40:10)955 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)956 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)957 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)958 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)959 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)961 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)962 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)963http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"964http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')965 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)966 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)967 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)968 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)969 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)970 at Proxy.render (webpack-internal:///U7oV:8:14)971 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)972 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)973 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)974 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)975security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.976http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in created hook: \"TypeError: Cannot read properties of undefined (reading 'dispatch')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"977http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'dispatch')978 at VueComponent.mappedAction (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338132:34)979 at VueComponent.created (webpack-internal:///HAA5:40:10)980 at invokeWithErrorHandling (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)981 at callHook (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)982 at VueComponent.Vue._init (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333614:5)983 at new VueComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333760:12)984 at createComponentInstanceForVnode (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331896:10)986 at createComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334584:9)987 at createElm (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334531:9)988http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading 'state')\"\n\nfound in\n\n---> \u003CTestReports> at pipelines/components/test_reports/test_reports.vue\n \u003CBTab>\n \u003CGlTab>\n \u003CBTabs>\n \u003CGlTabs>\n \u003CBasePipelineTabs> at pipelines/components/pipeline_tabs.vue\n \u003CPipelineTabs> at ee/app/assets/javascripts/pipelines/components/pipeline_tabs.vue\n \u003CRoot>"989http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading 'state')990 at VueComponent.mappedState (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:338023:31)991 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)992 at Watcher.evaluate (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)993 at VueComponent.computedGetter [as isLoading] (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)994 at Object.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)995 at Proxy.render (webpack-internal:///U7oV:8:14)996 at VueComponent.Vue._render (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)997 at VueComponent.updateComponent (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)998 at Watcher.get (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)999 at new Watcher (http://127.0.0.1:45499/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)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'.1008http://127.0.0.1:45499/assets/snowplow/sp-871a2a8782c3dbf48f9f2bcc8642417934befe14cbfd7922f7e80e90d4cfe8f9.js 39 Refused to connect to 'https://null/com.snowplowanalytics.snowplow/tp2' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.1009security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1010http://127.0.0.1:45499/assets/snowplow/sp-871a2a8782c3dbf48f9f2bcc8642417934befe14cbfd7922f7e80e90d4cfe8f9.js 39 Refused to connect to 'https://null/com.snowplowanalytics.snowplow/tp2' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.1012RSpec::Retry: 2nd try ./spec/support/shared_examples/features/inviting_members_shared_examples.rb:261013Skipping ./spec/features/groups/members/manage_members_spec.rb[1:5:2:3] 'Groups > Members > Manage members when inviting behaves like inviting members invites user by username and invites user by email' because it's flaky.1014 invites user by username and invites user by email (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1015 when member is already a member by username1016 updates the member for that user1017 when member is already a member by email1018 fails with an error1019 when inviting a parent group member to the sub-entity1020 when role is higher than parent group membership1021 adds the user as a member on sub-entity with higher access level1022 when role is lower than parent group membership1023 fails with an error1024 when there are multiple users invited with errors1025 only shows the first user error1026 when user is a guest1027 does not include either of the invite members or invite group modal buttons1028 does not include a button on the members page list to manage or remove the existing member1029 member search results1030 does not disclose email addresses1031 does not show project_bots1032Copy as GFM1033 Copying rendered GFM1034 works1035 Copying code1036 from a diff1037 inline diff1038 behaves like copying code from a diff1039 selecting one word of text1040 copies as inline code1041 selecting one line of text1042 copies as inline code1043 selecting multiple lines of text1044 copies as a code block1045 parallel diff1046 behaves like copying code from a diff1047 selecting one word of text1048 copies as inline code1049 selecting one line of text1050 copies as inline code1051 selecting multiple lines of text1052 copies as a code block1053 selecting code on the left1054 copies as a code block1055 selecting code on the right1056 copies as a code block1057 from a blob1058 selecting one word of text1059Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:1:1] 'Copy as GFM Copying code from a blob selecting one word of text copies as inline code' because it's flaky.1060 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1061 selecting one line of text1062Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:2:1] 'Copy as GFM Copying code from a blob selecting one line of text copies as inline code' because it's flaky.1063 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1064 selecting multiple lines of text1065Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:3:1] 'Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block' because it's flaky.1066 copies as a code block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1067 from a GFM code block1068 selecting one word of text1069 copies as inline code1070 selecting one line of text1071 copies as inline code1072 selecting multiple lines of text1073 copies as a code block with the correct language1074Projects > Snippets > User updates a snippet1075 displays the snippet blob path and content1076 updates a snippet1077 when the git operation fails1078 renders edit page and displays the error1079Container Registry1080 has a page title set1081 sidebar menu is open1082 when there are no image repositories1083 list page has no container title1084 when there are image repositories1085 list page has a list of images1086 navigates to repo details1087 when there is a ContainerRegistry::Path::InvalidRegistryPathError1088 behaves like handling feature network errors with the container registry1089 displays the error message1090 when there is a Faraday::Error1091 behaves like handling feature network errors with the container registry1092 displays the error message1093 image repo details1094 shows the details breadcrumb1095 shows the image title1096 shows the image tags1097 user removes a specific tag from container repository1098 behaves like rejecting tags destruction for an importing repository on1099 rejects the tag destruction operation1100 when an image has the same name as the subgroup1101 details page loads properly1102Merge request > User sees closing issues message1103 closing issues but not mentioning any other issue1104 does not display closing issue message1105 mentioning issues but not closing them1106 does not display closing issue message1107 closing some issues in title and mentioning, but not closing, others1108 does not display closing issue message1109 closing issues using title but not mentioning any other issue1110 does not display closing issue message1111 mentioning issues using title but not closing them1112 does not display closing issue message1113 closing some issues using title and mentioning, but not closing, others1114 does not display closing issue message1115Admin > Users > Impersonation Tokens1116 token creation1117 allows creation of a token1118 active tokens1119 only shows impersonation tokens1120 shows absolute times1121 inactive tokens1122 allows revocation of an active impersonation token1123 removes expired tokens from 'active' section1124 impersonation disabled state1125 does not show impersonation tokens tab1126User reverts a commit1127 when clicking revert from the dropdown for a commit on pipelines tab1128 launches the modal and is able to submit the revert1129 when starting from the commit tab1130 without creating a new merge request1131 reverts a commit1132Skipping ./spec/features/projects/commit/user_reverts_commit_spec.rb[1:2:1:2] 'User reverts a commit when starting from the commit tab without creating a new merge request does not revert a previously reverted commit' because it's flaky.1133 does not revert a previously reverted commit (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1134 with creating a new merge request1135 reverts a commit1136 when the project is archived1137 does not show the revert button1138Profile > Personal Access Tokens1139 pushes `personal_access_tokens_scoped_to_projects` feature flag to the frontend1140 prefills token details1141 token creation1142 allows creation of a personal access token1143 when creation fails1144 displays an error message1145 active tokens1146 only shows personal access tokens1147 when User#time_display_relative is false1148 shows absolute times for expires_at1149 inactive tokens1150 allows revocation of an active token1151 removes expired tokens from 'active' section1152 when revocation fails1153 displays an error message1154 feed token1155 when enabled1156 displays feed token1157 when disabled1158 does not display feed token1159Projects > Settings > Webhook Settings1160 for developer1161 to be disallowed to view1162 for maintainer1163 Webhooks1164 show list of webhooks1165 create webhook1166 edit existing webhook1167 test existing webhook1168 delete existing webhook1169 from webhooks list page1170 from webhook edit page1171 Webhook logs1172 show list of hook logs1173 show hook log details1174 retry hook log1175User activates the group-level Mattermost Slash Command integration1176 shows a help message1177 shows a token placeholder1178 redirects to the integrations page after saving but not activating1179 redirects to the integrations page after activating1180 does not display the overrides tab1181Projects > Settings > User manages project members1182 cancels a team member1183 imports a team from another project1184 shows all members of project shared group1185Projects > Members > Maintainer manages access requests1186 behaves like Maintainer manages access requests1187 maintainer can see access requests1188 maintainer can grant access1189 maintainer can deny access1190Secure Files1191 user sees the Secure Files list component1192 prompts the user to confirm before deleting a file1193 displays an uploaded file in the file list1194 displays an error when a duplicate file upload is attempted1195Merge request > User edits reviewers sidebar1196 with invite members considerations1197 when a privileged user can invite in reviewer dropdown1198 shows a link for inviting members and launches invite modal1199 when user cannot invite members in reviewer dropdown1200 shows author in assignee dropdown and no invite link1201Projects > Files > User wants to add a .gitlab-ci.yml file1202 user can pick a template from the dropdown1203 when template param is provided1204 uses the given template1205 when provided template param is not a valid template name1206 leaves the editor empty1207 when template is not available for the given file1208 leaves the editor empty1209Alert Management index1210 when a developer displays the alert list1211 shows the alert page title and empty state without filtered search or alert table1212 when alerts have already been created1213 behaves like alert page with title, filtered search, and table1214 renders correctly1215 when an HTTP integration is enabled1216 behaves like alert page with title, filtered search, and table1217 renders correctly1218 when the prometheus integration is enabled1219 behaves like alert page with title, filtered search, and table1220 renders correctly1221Projects > Show > Redirects1222 shows public project page1223 redirects to sign in page when project is private1224 redirects to sign in page when project does not exist1225 redirects to public project page after signing in1226 redirects to private project page after sign in1227 when signed in1228 returns 404 status when project does not exist1229 returns 404 when project is private1230Artifact file1231 Text file1232 displays an error1233 JPG file1234 displays the blob1235 when visiting old URL1236 redirects to new URL1237Group Issue Boards1238 labels1239 only shows valid labels for the issue project and group1240User activates irker (IRC gateway)1241 activates integration1242User activates Asana1243 activates integration1244When a user searches for Sentry errors1245 displays the results1246User Snippets1247DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1248 view all of my snippets1249DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1250DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1251 view my public snippets1252DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1253DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1254 view my internal snippets1255DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1256DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1257 view my private snippets1258Merge Request > User tries to access private project information through the new mr page1259 when the user enters the querystring info for the other project1260 does not mention the project the user can't see the repo of1261 when the user enters label information from the private project in the querystring1262 does not expose the label name1263Creating a new project milestone1264 description has emoji autocomplete1265AdditionalEmailToExistingAccount1266 add secondary email associated with account1267 verifies confirmation of additional email1268 accepts any pending invites for an email confirmation1269New project milestone breadcrumb1270 displays link to project milestones and new project milestone1271Projects > Members > Owner cannot leave project1272 user does not see a "Leave project" link1273Knapsack report was generated. Preview:1274{1275 "spec/features/merge_request/user_uses_quick_actions_spec.rb": 281.9920356470001,1276 "spec/features/admin/admin_runners_spec.rb": 192.757687701,1277 "spec/features/refactor_blob_viewer_disabled/projects/files/user_browses_files_spec.rb": 174.86868728499996,1278 "spec/features/cycle_analytics_spec.rb": 103.91887266699996,1279 "spec/features/commits_spec.rb": 72.04906122900002,1280 "spec/features/groups/members/manage_members_spec.rb": 137.43243791199984,1281 "spec/features/markdown/copy_as_gfm_spec.rb": 60.15026857199996,1282 "spec/features/projects/snippets/user_updates_snippet_spec.rb": 52.90048967500002,1283 "spec/features/groups/container_registry_spec.rb": 52.87056342799997,1284 "spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 44.38248735299999,1285 "spec/features/admin/admin_users_impersonation_tokens_spec.rb": 32.556926646999955,1286 "spec/features/projects/commit/user_reverts_commit_spec.rb": 29.41945321000003,1287 "spec/features/profiles/personal_access_tokens_spec.rb": 24.23529579900014,1288 "spec/features/projects/settings/webhooks_settings_spec.rb": 25.062725626999963,1289 "spec/features/groups/integrations/user_activates_mattermost_slash_command_spec.rb": 22.85232457799998,1290 "spec/features/projects/settings/user_manages_project_members_spec.rb": 20.580843346000165,1291 "spec/features/projects/members/master_manages_access_requests_spec.rb": 16.83495122399995,1292 "spec/features/projects/ci/secure_files_spec.rb": 14.045791023999982,1293 "spec/features/merge_request/user_edits_reviewers_sidebar_spec.rb": 14.613314714999888,1294 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 12.59976034500005,1295 "spec/features/alert_management/alert_management_list_spec.rb": 9.976636895999945,1296 "spec/features/projects/show/redirects_spec.rb": 7.523159853999914,1297 "spec/features/projects/artifacts/file_spec.rb": 7.657948583000007,1298 "spec/features/groups/board_sidebar_spec.rb": 9.26103296899987,1299 "spec/features/projects/integrations/user_activates_irker_spec.rb": 7.515119035999987,1300 "spec/features/projects/integrations/user_activates_asana_spec.rb": 7.254614705999984,1301 "spec/features/error_tracking/user_searches_sentry_errors_spec.rb": 5.41426731699994,1302 "spec/features/snippets/user_snippets_spec.rb": 4.308789007000087,1303 "spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb": 4.081906383999922,1304 "spec/features/projects/milestones/new_spec.rb": 3.134288007999885,1305 "spec/features/users/add_email_to_existing_account_spec.rb": 1.6817233159999887,1306 "spec/features/milestones/user_sees_breadcrumb_links_spec.rb": 1.4354125160000422,1307 "spec/features/projects/members/owner_cannot_leave_project_spec.rb": 1.51226832300017121308}1309Knapsack global time execution for tests: 24m 16s1310Pending: (Failures listed here are expected and do not affect your suite's status)1311 1) Merge request > User uses quick actions merge-request-only commands behaves like merge quick action when creating a new note when the current user can merge the MR merges the MR1312 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1313 # ./spec/support/shared_examples/quick_actions/merge_request/merge_quick_action_shared_examples.rb:261314 2) Merge request > User uses quick actions merge-request-only commands behaves like rebase quick action when creating a new note when the current user can rebase the MR rebase the MR1315 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1316 # ./spec/support/shared_examples/quick_actions/merge_request/rebase_quick_action_shared_examples.rb:341317 3) Admin Runners Admin Runners page runners registration behaves like shows and resets runner registration token shows registration instructions dismisses runner installation modal1318 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1319 # ./spec/support/shared_examples/features/runners_shared_examples.rb:271320 4) Admin Runners Admin Runners page when there are runners with an instance runner behaves like shows runner in list shows runner row1321 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1322 # ./spec/support/shared_examples/features/runners_shared_examples.rb:881323 5) Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner pauses and resumes runner1324 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1325 # ./spec/support/shared_examples/features/runners_shared_examples.rb:1001326 6) Admin Runners Admin Runners page when there are runners with multiple runners has all necessary texts1327 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1328 # ./spec/features/admin/admin_runners_spec.rb:671329 7) Admin Runners Admin Runners page when there are runners search runner types tabs have total counts and can be selected1330 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1331 # ./spec/features/admin/admin_runners_spec.rb:961332 8) Admin Runners Admin Runners page when there are runners search when description does not match shows no runner1333 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1334 # ./spec/features/admin/admin_runners_spec.rb:1251335 9) Admin Runners Admin Runners page when there are runners filter by paused shows all runners1336 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1337 # ./spec/features/admin/admin_runners_spec.rb:1401338 10) Admin Runners Admin Runners page when there are runners filter by paused shows paused runners1339 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1340 # ./spec/features/admin/admin_runners_spec.rb:1471341 11) Admin Runners Admin Runners page when there are runners filter by status shows all runners1342 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1343 # ./spec/features/admin/admin_runners_spec.rb:1771344 12) Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status matches1345 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1346 # ./spec/features/admin/admin_runners_spec.rb:1861347 13) Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status filter is entered1348 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1349 # ./spec/features/admin/admin_runners_spec.rb:2091350 14) Admin Runners Admin Runners page when there are runners filter by type shows correct runner when type is selected and search term is entered1351 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1352 # ./spec/features/admin/admin_runners_spec.rb:2841353 15) Admin Runners Admin Runners page when there are runners filter by type maintains the same filter when switching between runner types1354 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1355 # ./spec/features/admin/admin_runners_spec.rb:3041356 16) Admin Runners Admin Runners page when there are runners filter by type when type does not match shows no runner1357 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1358 # ./spec/features/admin/admin_runners_spec.rb:3361359 17) Admin Runners Admin Runners page when there are runners filter by type when type does not match behaves like shows no runners found shows "no runners" message1360 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1361 # ./spec/support/shared_examples/features/runners_shared_examples.rb:781362 18) Admin Runners Admin Runners page when there are runners filter by tag shows correct runner when tag matches1363 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1364 # ./spec/features/admin/admin_runners_spec.rb:3601365 19) Admin Runners Admin Runners page when there are runners filter by tag shows correct runner when tag is selected and search term is entered1366 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1367 # ./spec/features/admin/admin_runners_spec.rb:3721368 20) Admin Runners Admin Runners page when there are runners filter by tag when tag does not match shows no runner1369 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1370 # ./spec/features/admin/admin_runners_spec.rb:3981371 21) Admin Runners Admin Runners page when there are runners filter by tag when tag does not match behaves like shows no runners found shows "no runners" message1372 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1373 # ./spec/support/shared_examples/features/runners_shared_examples.rb:781374 22) Admin Runners Runner show page shows runner details1375 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1376 # ./spec/features/admin/admin_runners_spec.rb:4851377 23) Admin Runners Runner show page runner show page breadcrumbs contains the current runner id and token1378 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1379 # ./spec/features/admin/admin_runners_spec.rb:4781380 24) Admin Runners Runner show page when a runner is deleted redirects to runner list1381 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1382 # ./spec/features/admin/admin_runners_spec.rb:5101383 25) Admin Runners Runner edit page runner header contains the runner status, type and id1384 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1385 # ./spec/features/admin/admin_runners_spec.rb:5371386 26) Groups > Members > Manage members when inviting behaves like inviting members adds user as member1387 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1388 # ./spec/support/shared_examples/features/inviting_members_shared_examples.rb:81389 27) Groups > Members > Manage members when inviting behaves like inviting members invites user by username and invites user by email1390 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1391 # ./spec/support/shared_examples/features/inviting_members_shared_examples.rb:461392 28) Copy as GFM Copying code from a blob selecting one word of text copies as inline code1393 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1394 # ./spec/features/markdown/copy_as_gfm_spec.rb:7611395 29) Copy as GFM Copying code from a blob selecting one line of text copies as inline code1396 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1397 # ./spec/features/markdown/copy_as_gfm_spec.rb:7701398 30) Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block1399 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1400 # ./spec/features/markdown/copy_as_gfm_spec.rb:7791401 31) User reverts a commit when starting from the commit tab without creating a new merge request does not revert a previously reverted commit1402 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1403 # ./spec/features/projects/commit/user_reverts_commit_spec.rb:431404Finished in 24 minutes 20 seconds (files took 1 minute 5.34 seconds to load)1405265 examples, 0 failures, 31 pending1406Failed to write to log, write log/workhorse-test.log: file already closed1407RSpec exited with 0.1408No examples to retry, congrats!1410Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1411Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1413Uploading artifacts...1414coverage/: found 5 matching files and directories 1415crystalball/: found 2 matching files and directories 1416deprecations/: found 4 matching files and directories 1417knapsack/: found 3 matching files and directories 1418rspec/: found 9 matching files and directories 1419tmp/capybara/: found 3 matching files and directories 1420log/*.log: found 19 matching files and directories 1421WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063533/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1422WARNING: Retrying... context=artifacts-uploader error=request redirected1423Uploading artifacts as "archive" to coordinator... 201 Created id=2660063533 responseStatus=201 Created token=HUZ11w491424Uploading artifacts...1425rspec/junit_rspec.xml: found 1 matching files and directories 1426WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063533/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1427WARNING: Retrying... context=artifacts-uploader error=request redirected1428Uploading artifacts as "junit" to coordinator... 201 Created id=2660063533 responseStatus=201 Created token=HUZ11w491430Job succeeded