rspec system pg12 6/24
Passed Started
by
@lamportsapprentice

Hannes Moser
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:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656912407-db699c59...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: 116039, done. 25remote: Counting objects: 100% (116039/116039), done. 26remote: Compressing objects: 100% (81230/81230), done. 27remote: Total 116039 (delta 48550), reused 75347 (delta 30398), pack-reused 0 28Receiving objects: 100% (116039/116039), 108.46 MiB | 29.94 MiB/s, done.29Resolving deltas: 100% (48550/48550), done.31 * [new ref] refs/pipelines/579240176 -> refs/pipelines/57924017632Checking out ad477312 as refs/merge-requests/90914/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 (2673682644)...44Downloading artifacts from coordinator... ok id=2673682644 responseStatus=200 OK token=yJXR43Fe45Downloading artifacts for detect-tests (2673682683)...46Downloading artifacts from coordinator... ok id=2673682683 responseStatus=200 OK token=yJXR43Fe47Downloading artifacts for retrieve-tests-metadata (2673682698)...48Downloading artifacts from coordinator... ok id=2673682698 responseStatus=200 OK token=yJXR43Fe49Downloading artifacts for setup-test-env (2673682668)...50Downloading artifacts from coordinator... ok id=2673682668 responseStatus=200 OK token=yJXR43Fe52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 11 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 40 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ........................................... OK219Trying to connect to gitaly2: ........................................................... OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_6_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_6_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_6_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_6_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_6_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242Test environment set up in 0.501252405 seconds243Merge request > User sees pipelines triggered by merge request244Starting the Capybara driver server...245 when a user created a merge request in the parent project246Capybara starting Puma...247* Version 5.6.2 , codename: Birdie's Version248* Min threads: 0, max threads: 4249* Listening on unix:///tmp/20220704-462-16h1gd4250 sees branch pipelines and detached merge request pipelines in correct order251 sees the latest detached merge request pipeline as the head pipeline252 when a user updated a merge request in the parent project253 sees branch pipelines and detached merge request pipelines in correct order254 sees detached tag for detached merge request pipelines255 sees the latest detached merge request pipeline as the head pipeline256 when a user merges a merge request in the parent project257 when detached merge request pipeline is pending258 waits the head pipeline259 when detached merge request pipeline succeeds260 merges the merge request261 when branch pipeline succeeds262 waits the head pipeline263 when there are no `merge_requests` keyword in .gitlab-ci.yml264 sees a branch pipeline in pipeline tab265 sees the latest branch pipeline as the head pipeline266 when a user created a merge request from a forked project to the parent project267 sees branch pipelines and detached merge request pipelines in correct order268 sees the latest detached merge request pipeline as the head pipeline269 sees pipeline list in forked project270 when a user updated a merge request from a forked project to the parent project271 sees branch pipelines and detached merge request pipelines in correct order272 sees detached tag for detached merge request pipelines273 sees the latest detached merge request pipeline as the head pipeline274 sees pipeline list in forked project275 when the latest pipeline is running in the parent project276 when the previous pipeline failed in the fork project277 when the parent project enables pipeline must succeed278 shows MWPS button279 when a user merges a merge request from a forked project to the parent project280 when detached merge request pipeline is pending281 waits the head pipeline282 when detached merge request pipeline succeeds283 merges the merge request284 when branch pipeline succeeds285 waits the head pipeline286Triggers287 when ci_pipeline_triggers_settings_vue_ui is enabled288 behaves like triggers page289 create trigger workflow290 prevents adding new trigger with no description291 adds new trigger with description292 edit trigger workflow293 click on edit trigger opens edit trigger page294 edit trigger and save295 trigger "Revoke" workflow296 button "Revoke" has correct alert297 revoke trigger298 show triggers workflow299 contains trigger description placeholder300 show "invalid" badge for trigger with owner having insufficient permissions301 do not show "Edit" or full token for not owned trigger302 show "Edit" and full token for owned trigger303 when ci_pipeline_triggers_settings_vue_ui is disabled304 behaves like triggers page305 create trigger workflow306 prevents adding new trigger with no description307 adds new trigger with description308 edit trigger workflow309 click on edit trigger opens edit trigger page310 edit trigger and save311 trigger "Revoke" workflow312 button "Revoke" has correct alert313 revoke trigger314 show triggers workflow315 contains trigger description placeholder316 show "invalid" badge for trigger with owner having insufficient permissions317 do not show "Edit" or full token for not owned trigger318 show "Edit" and full token for owned trigger319Thread Comments Merge Request320 behaves like thread comments for issue, epic and merge request321 clicking "Comment" will post a comment322 when the toggle is clicked323 has a "Comment" item (selected by default) and "Start thread" item324 closes the menu when clicking the toggle or body325 when selecting "Start thread"326 creating a thread327 clicking "Start thread" will post a thread and show a reply component328 can be replied to329 can be collapsed330 can be replied to after resolving331 shows resolved thread when toggled332 when opening the menu333 has "Start thread" selected334 when selecting "Comment"335 updates the submit button text and closes the dropdown336 updates the close button text337 typing does not change the close button text338 has "Comment" selected when opening the menu339 on a closed merge request340 shows a 'Comment & reopen merge request' button341 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected342Merge request > User sees pipelines343 pipeline tab344 with pipelines345 user visits merge request pipelines tab346 with a detached merge request pipeline347 displays the "Run pipeline" button348 with a merged results pipeline349 displays the "Run pipeline" button350 without pipelines351 user visits merge request page352 fork MRs in parent project353 when actor is a developer in parent project354 creates a pipeline in the parent project when user proceeds with the warning355 does not create a pipeline in the parent project when user cancels the action356 when actor is a developer in fork project357 creates a pipeline in the fork project358 when actor is a reporter in parent project and a developer in fork project359 creates a pipeline in the fork project360 race condition361 when pipeline and merge request were created simultaneously362 user sees pipeline in merge request widget363Container Registry364 has a page title set365 when there are no image repositories366 list page has no container title367 list page has cli commands368 when there are image repositories369 list page has a list of images370 user removes entire container repository371 navigates to repo details372 image repo details373 shows the details breadcrumb374 shows the image title375 shows the image tags376 user removes a specific tag from container repository377 pagination navigate to the second page378 behaves like rejecting tags destruction for an importing repository on379 rejects the tag destruction operation380 with a tag missing digest381 renders the tags list correctly382 when there is a ContainerRegistry::Path::InvalidRegistryPathError383 behaves like handling feature network errors with the container registry384 displays the error message385 when there is a Faraday::Error386 behaves like handling feature network errors with the container registry387 displays the error message388 image repo details when image has no name389 renders correctly390 when there are more than 10 images391 shows pagination392 pagination goes to second page393 pagination is preserved after navigating back from details394Dashboard > User filters todos395 displays all todos without a filter396 filters by project397 filters by group398 filters by type399 Author filter400 filters by author401 shows only authors of existing todos402 shows only authors of existing done todos403 filter by action404 filters by Assigned405 filters by Review Requested406 filters by Mentioned407 filters by Added408 filters by Pipelines409Batch diffs410 assigns discussions to diff files across multiple batch pages411 when user visits a URL with a link directly to to a discussion412 which is in the first batched page of diffs413 scrolls to the correct discussion414 when user switches view styles415 has the correct discussions applied to files across batched pages416Project Badges417 shows a list of badges418 adding a badge419 user can preview a badge420 is expected to eq "http://127.0.0.1:46815/group39/project115/badges/master/pipeline.svg"421 editing a badge422 form is shown when clicking edit button in list423 updates a badge when submitting the edit form424 deleting a badge425 shows a modal when deleting a badge426 deletes a badge when confirming the modal427Merge request > User sees closing issues message428 closing issues but not mentioning any other issue429 does not display closing issue message430 mentioning issues but not closing them431 does not display closing issue message432 closing some issues in title and mentioning, but not closing, others433 does not display closing issue message434 closing issues using title but not mentioning any other issue435 does not display closing issue message436 mentioning issues using title but not closing them437 does not display closing issue message438 closing some issues using title and mentioning, but not closing, others439 does not display closing issue message440Issue notes polling441 creates442 displays the new comment443 updates444 when from own user445 displays the updated content446 when editing but have not changed anything, and an update comes in, show warning and does not update the note447 when editing but you changed some things, an update comes in, and you press cancel, show the updated content4491st Try error in ./spec/features/issues/note_polling_spec.rb:55:450expected to find visible field "note[note]" that is not disabled with value "Hello World" but there were no matches. Also found "", which matched the selector but not all filters. Expected value to be "Hello World" but was ""451Unexpected browser console output:452security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.453webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."454security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.455webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."456security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.457webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."458security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.459webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."460security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.461webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."462security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.463webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."464security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.465webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."466security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.467security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.468webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."469security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.470webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."471security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.472webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."473security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.474webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."475security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.476security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.477webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."478security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.479webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."480security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.481security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.482security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.483webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."484security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.485webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."486security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.487webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."488security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.489webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."490security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.491webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."492security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.493webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."494security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.495webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."496security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.497security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.498security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.499webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."500security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.501webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."502security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.503webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."504security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.505webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."506security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.507webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."508security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.509security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.510security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.511webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"512security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.513security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.514webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"515security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.516security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.517security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.518webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"519security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.520security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.521webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"522security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.523security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.524webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"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'.527webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"528webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."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'.532security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.533webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"534security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.535security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.536webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"537security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.538security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.539webpack-internal:///gzws 132:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"540security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.545security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.549security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.553security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.554webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."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'.557security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.561security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.564webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."565webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"566http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"567security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.568webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."569security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.570webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."571security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.572webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."573webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"574http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"575security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.576webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."577webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"578http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"579webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"580http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CDiscussionNotes> at notes/components/discussion_notes.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CNoteableDiscussion> at notes/components/noteable_discussion.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"581security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.582webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."583webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"584http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"585webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"586http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CDiscussionNotes> at notes/components/discussion_notes.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CNoteableDiscussion> at notes/components/noteable_discussion.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"587security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.588webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."589webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"590http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"591security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.592webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."593webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"594http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CDiscussionNotes> at notes/components/discussion_notes.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CNoteableDiscussion> at notes/components/noteable_discussion.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"595security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.596webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."597webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"598http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"599webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"600http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CDiscussionNotes> at notes/components/discussion_notes.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CNoteableDiscussion> at notes/components/noteable_discussion.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"601security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.602http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\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 \u003CToggleRepliesWidget> at notes/components/toggle_replies_widget.vue\n \u003CDiscussionNotes> at notes/components/discussion_notes.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CNoteableDiscussion> at notes/components/noteable_discussion.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"603http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')604 at target (webpack-internal:///ucfo:34:47)605 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)606 at VueComponent.unListen (webpack-internal:///zNfq:725:25)607 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)608 at invokeWithErrorHandling (http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330469:57)609 at callHook (http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332829:7)610 at VueComponent.Vue.$destroy (http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332588:5)611 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)612 at invokeWithErrorHandling (http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:330469:57)613 at callHook (http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js:332829:7)614webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."615security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.616webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."617security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.618webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."619security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.620webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."621security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.622webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."623security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.624webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."625security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.626webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."627security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.628webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.630webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."631security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.632webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."633security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.634webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."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'.637webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."638security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.639webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."640security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.641webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.643webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."644security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.645webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."646security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.647webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."648security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.649webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."650security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.651webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."652security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.653webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."654security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.655webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."656security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.657webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."658webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."659webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."660security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.661webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."662webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."663security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.664webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."665webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."666webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."667webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."668webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."669webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."670webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."671webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."672webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."673webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."674webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."675webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."676security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.677webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."678webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."679webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."680webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."681webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."682webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."683webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."684webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."685webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."686webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."687webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."688webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."689security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.690webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."691webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."692webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."693webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."694webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."695webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."696webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."697webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."698webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."699webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."700webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."701webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.703webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."704webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."705webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."706webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."707webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."708webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."709webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."710webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."711webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."712webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."713webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."714webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."715http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 326686:26 "The updateQuery callback for fetchMore is deprecated, and will be removed\nin the next major version of Apollo Client.\n\nPlease convert updateQuery functions to field policies with appropriate\nread and merge functions, or use/adapt a helper function (such as\nconcatPagination, offsetLimitPagination, or relayStylePagination) from\n@apollo/client/utilities.\n\nThe field policy system handles pagination more effectively than a\nhand-written updateQuery function, and you only need to define the policy\nonce, rather than every time you call fetchMore."716webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."717webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."718webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."719webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."720webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."721webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."722webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."723webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."724webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."725webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."726security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.727webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."728webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."729webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."730webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."731webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."732webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."733webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."734webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."735webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."736webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."737webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."738webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."739webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."740webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."741webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."742webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."743webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."744webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."745webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."746webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."747webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."748webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."749security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.750webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."751webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."752security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.753security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.754security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.755webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."756webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."757webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."758security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.759webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."760security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.761webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."762http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 326686:26 "The updateQuery callback for fetchMore is deprecated, and will be removed\nin the next major version of Apollo Client.\n\nPlease convert updateQuery functions to field policies with appropriate\nread and merge functions, or use/adapt a helper function (such as\nconcatPagination, offsetLimitPagination, or relayStylePagination) from\n@apollo/client/utilities.\n\nThe field policy system handles pagination more effectively than a\nhand-written updateQuery function, and you only need to define the policy\nonce, rather than every time you call fetchMore."763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.764webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."765http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 326686:26 "The updateQuery callback for fetchMore is deprecated, and will be removed\nin the next major version of Apollo Client.\n\nPlease convert updateQuery functions to field policies with appropriate\nread and merge functions, or use/adapt a helper function (such as\nconcatPagination, offsetLimitPagination, or relayStylePagination) from\n@apollo/client/utilities.\n\nThe field policy system handles pagination more effectively than a\nhand-written updateQuery function, and you only need to define the policy\nonce, rather than every time you call fetchMore."766webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."767webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."768webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."769webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."770webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."771security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.772security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.773security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.774security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.775security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.776security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.777security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.778security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.779security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.780security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.781security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.782security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.785security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.794webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."795webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"796http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"797webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"798http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"799security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.800webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."801security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.802webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."803webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"804http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"805webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"806http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"807security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.808webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."809security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.810webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."811webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"812http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"813webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"814http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CDiscussionNavigator> at notes/components/discussion_navigator.vue\n \u003CRoot>"815security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.816http://example2.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED817http://example4.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED818security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.819http://example8.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED820http://example6.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED821security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.822http://example10.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED823http://example12.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED824webpack-internal:///MbB4 169:6 Uncaught TypeError: Cannot destructure property 'linkUrl' of 'badge' as it is null.825security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.826http://example16.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED827http://example14.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED828http://example14.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED829security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.830http://example18.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED831http://example20.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED832http://example18.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED833security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.834http://example22.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED835http://example24.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED836http://example22.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED837security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.838http://example28.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED839http://example26.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED840http://example26.test/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED841security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.842webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."843security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.844webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."845security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.846webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."847security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.848webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."849security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.850webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."851security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.852webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."853security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.854http://127.0.0.1:46815/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"855security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.856security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.857security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.859RSpec::Retry: 2nd try ./spec/features/issues/note_polling_spec.rb:55860 when from another user861 displays the updated content862 system notes863 shows the system note864Admin disables Git access protocol865 with HTTP disabled866Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:1:1] 'Admin disables Git access protocol with HTTP disabled shows only SSH url' because it's flaky.867 shows only SSH url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)868 mobile component869 shows only the SSH clone information870 with SSH disabled871Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:2:1] 'Admin disables Git access protocol with SSH disabled shows only HTTP url' because it's flaky.872 shows only HTTP url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)873 mobile component874Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:2:2:1] 'Admin disables Git access protocol with SSH disabled mobile component shows only the HTTP clone information' because it's flaky.875 shows only the HTTP clone information (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)876 with nothing disabled877 shows default SSH url and protocol selection dropdown878 mobile component879 shows both SSH and HTTP clone information880User views releases881 when the user is a maintainer882 sees the release883 renders the correct links884 with an upcoming release885 sees the upcoming tag886 with a tag containing a slash887 sees the release888 sorting889 when the page is sorted by the default sort order890 behaves like releases sort order891 sorts the releases behaves like releases sort order892 when the page is sorted by created_at ascending893 behaves like releases sort order894 sorts the releases behaves like releases sort order895 when the user is a guest896 renders release info except for Git-related data897User activates the instance-level Mattermost Slash Command integration898Skipping ./spec/features/admin/integrations/user_activates_mattermost_slash_command_spec.rb[1:1] 'User activates the instance-level Mattermost Slash Command integration shows a help message' because it's flaky.899 shows a help message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)900 shows a token placeholder901 redirects to the integrations page after saving but not activating902 redirects to the integrations page after activating903 displays navigation tabs904Users > Terms905 shows the terms906 does not show buttons to accept, decline or sign out907 when user is a project bot908 auto accepts the terms909 when signed in910 declining the terms911 returns the user to the app912 accepting the terms913 returns the user to the app914 when the user has already accepted the terms915 allows the user to continue to the app916 terms were enforced while session is active917 redirects to terms and back to where the user was going918 redirects back to the page the user was trying to save (PENDING: Temporarily skipped with xit)919 when the terms are enforced920 signing out921 allows the user to sign out without a response922User views an SVG design that contains XSS923 has XSS within the SVG file924 displays the SVG925 does not execute the JavaScript within the SVG926Groups > Members > Maintainer manages access requests927 behaves like Maintainer manages access requests928 maintainer can see access requests929 maintainer can grant access930 maintainer can deny access931Display system header and footer bar932 when authenticated933 when system header and footer are not configured934 behaves like system header is not configured935 does not show system header936 behaves like system footer is not configured937 does not show system footer938 when only system header is defined939 behaves like system header is configured940 shows system header941 shows the correct content942 behaves like system footer is not configured943 does not show system footer944 when only system footer is defined945 behaves like system header is not configured946 does not show system header947 behaves like system footer is configured948 shows system footer949 shows the correct content950 when system header and footer are defined951 behaves like system header is configured952 shows system header953 shows the correct content954 behaves like system footer is configured955 shows system footer956 shows the correct content957 when not authenticated958 when system header and footer are not configured959 behaves like system header is not configured960 does not show system header961 behaves like system footer is not configured962 does not show system footer963 when only system header is defined964 behaves like system header is configured965 shows system header966 shows the correct content967 behaves like system footer is not configured968 does not show system footer969 when only system footer is defined970 behaves like system header is not configured971 does not show system header972 behaves like system footer is configured973 shows system footer974 shows the correct content975 when system header and footer are defined976 behaves like system header is configured977 shows system header978 shows the correct content979 behaves like system footer is configured980 shows system footer981 shows the correct content982Global search983 when new_header_search feature is disabled984 increases usage ping searches counter985 closes the dropdown on blur986 renders legacy search bar987 focuses search input when shortcut "s" is pressed988 I search through the issues and I see pagination989 has a pagination990 when new_header_search feature is enabled991 renders updated search bar992 focuses search input when shortcut "s" is pressed993Math rendering994 renders inline and display math correctly995 only renders non XSS links996 renders lazy load button997 renders without any limits on wiki page998Projects > Files > Find file keyboard shortcuts999 opens file when pressing enter key1000 navigates files with arrow keys1001User edit preferences profile1002 allows the user to toggle their time format preference1003 allows the user to toggle their time display preference1004 User changes tab width to acceptable value1005 shows success message1006 saves the value1007 User changes tab width to unacceptable value1008 shows error message1009Project > Commit > View user status1010 status for the commit author1011 behaves like showing user status1012 shows the status1013 status for a comment on the commit1014 behaves like showing user status1015 shows the status1016 status for a diff note on the commit1017 behaves like showing user status1018 shows the status1019Projects > Settings > User changes avatar1020 saves the new avatar1021 with an avatar already set1022/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil1023 is possible to remove the avatar1024GFM autocomplete loading1025 does not load on project#show1026 loads on new issue page1027Sort labels1028 sorts by title by default1029 sorts by date1030Merge Requests > Exports as CSV1031 button is clicked1032 shows a success message1033PackageFiles1034 does not allow direct download when no access to the project1035 gives 404 when no package file exist1036 user with master role1037 allows direct download by url1038 does not allow download of package belonging to different project1039Groups > sidebar1040 Package menu1041 when container registry is enabled1042 shows main menu1043 has container registry link1044 when container registry is disabled1045 does not have container registry link1046Issues > User resets their incoming email token1047 changes incoming email address token1048User views diff by commit1049 shows full commit description by default1050Product Analytics > Test1051 says it sends a payload1052 shows the last event if there is one1053Abuse reports1054 report abuse1055Knapsack report was generated. Preview:1056{1057 "spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb": 351.12275738099925,1058 "spec/features/triggers_spec.rb": 136.95329590000074,1059 "spec/features/discussion_comments/merge_request_spec.rb": 144.15769004400136,1060 "spec/features/merge_request/user_sees_pipelines_spec.rb": 97.79804663000141,1061 "spec/features/projects/container_registry_spec.rb": 79.92811015799998,1062 "spec/features/dashboard/todos/todos_filtering_spec.rb": 69.11944044099982,1063 "spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb": 63.86688184400009,1064 "spec/features/projects/settings/project_badges_spec.rb": 43.40697636100049,1065 "spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 46.746474010000384,1066 "spec/features/issues/note_polling_spec.rb": 102.23647063099997,1067 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 33.442279430999406,1068 "spec/features/projects/releases/user_views_releases_spec.rb": 23.709050010000283,1069 "spec/features/admin/integrations/user_activates_mattermost_slash_command_spec.rb": 26.310868034999658,1070 "spec/features/users/terms_spec.rb": 23.000928993000343,1071 "spec/features/projects/issues/design_management/user_views_designs_with_svg_xss_spec.rb": 17.005969694999294,1072 "spec/features/groups/members/master_manages_access_requests_spec.rb": 15.856576848998884,1073 "spec/features/display_system_header_and_footer_bar_spec.rb": 11.445046686998467,1074 "spec/features/global_search_spec.rb": 13.752191908000896,1075 "spec/features/markdown/math_spec.rb": 16.272055962001104,1076 "spec/features/refactor_blob_viewer_disabled/projects/files/find_file_keyboard_spec.rb": 12.470187424998585,1077 "spec/features/profiles/user_edit_preferences_spec.rb": 11.281344140999863,1078 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 9.016834775999087,1079 "spec/features/projects/settings/user_changes_avatar_spec.rb": 8.520812791000935,1080 "spec/features/projects/gfm_autocomplete_load_spec.rb": 7.550937178000822,1081 "spec/features/projects/labels/sort_labels_spec.rb": 7.7794071579992305,1082 "spec/features/merge_requests/user_exports_as_csv_spec.rb": 6.095204639999793,1083 "spec/features/projects/package_files_spec.rb": 7.453575967001598,1084 "spec/features/groups/user_sees_package_sidebar_spec.rb": 4.582933785999558,1085 "spec/features/issues/user_resets_their_incoming_email_token_spec.rb": 4.030896275999112,1086 "spec/features/merge_request/user_views_diffs_commit_spec.rb": 4.829859904000841,1087 "spec/features/projects/product_analytics/test_spec.rb": 2.6399078619997454,1088 "spec/features/abuse_report_spec.rb": 2.37036721699951161089}1090Knapsack global time execution for tests: 23m 24s1091Pending: (Failures listed here are expected and do not affect your suite's status)1092 1) Admin disables Git access protocol with HTTP disabled shows only SSH url1093 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1094 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:231095 2) Admin disables Git access protocol with SSH disabled shows only HTTP url1096 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1097 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:561098 3) Admin disables Git access protocol with SSH disabled mobile component shows only the HTTP clone information1099 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1100 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:691101 4) User activates the instance-level Mattermost Slash Command integration shows a help message1102 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1103 # ./spec/support/shared_examples/features/integrations/user_activates_mattermost_slash_command_integration_shared_examples.rb:41104 5) Users > Terms when signed in terms were enforced while session is active redirects back to the page the user was trying to save1105 # Temporarily skipped with xit1106 # ./spec/features/users/terms_spec.rb:1161107Finished in 23 minutes 28 seconds (files took 1 minute 13.71 seconds to load)1108215 examples, 0 failures, 5 pending1109Failed to write to log, write log/workhorse-test.log: file already closed1110RSpec exited with 0.1111No examples to retry, congrats!1113Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1114Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1116Uploading artifacts...1117coverage/: found 5 matching files and directories 1118crystalball/: found 2 matching files and directories 1119WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1120knapsack/: found 3 matching files and directories 1121rspec/: found 9 matching files and directories 1122tmp/capybara/: found 3 matching files and directories 1123log/*.log: found 18 matching files and directories 1124WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673682996/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1125WARNING: Retrying... context=artifacts-uploader error=request redirected1126Uploading artifacts as "archive" to coordinator... 201 Created id=2673682996 responseStatus=201 Created token=yJXR43Fe1127Uploading artifacts...1128rspec/junit_rspec.xml: found 1 matching files and directories 1129WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673682996/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1130WARNING: Retrying... context=artifacts-uploader error=request redirected1131Uploading artifacts as "junit" to coordinator... 201 Created id=2673682996 responseStatus=201 Created token=yJXR43Fe1133Job succeeded