rspec system pg12 20/24
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 15.4.0~beta.5.gdefc7017 (defc7017)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f2f1f275f1a1dff86079a737d24a925772f06910c3559b43f32ef6b0dd23b152 for postgres:12 with digest postgres@sha256:afc79f5499a589f3130bd8666c1743db6748aa43083b52f823db72dd3af89785 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:648aa889c697d1745a25a82475ee0df2c22ffe74dc3b7e11d2785b7738f1bcaa for redis:6.0-alpine with digest redis@sha256:4af27048227d6f68911c0098f56fff75d2e0af41d424536a571c604a5a2aa85f ...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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1661357963-fb99e15d...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: 115695, done. 25remote: Counting objects: 100% (115695/115695), done. 26remote: Compressing objects: 100% (77168/77168), done. 27remote: Total 115695 (delta 47763), reused 80641 (delta 34098), pack-reused 0 28Receiving objects: 100% (115695/115695), 110.34 MiB | 33.59 MiB/s, done.29Resolving deltas: 100% (47763/47763), done.31 * [new ref] refs/pipelines/621982466 -> refs/pipelines/62198246632Checking out 63997366 as refs/merge-requests/95971/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2929379408)...44Downloading artifacts from coordinator... ok id=2929379408 responseStatus=200 OK token=Q-yFi-mD45Downloading artifacts for detect-tests (2929379414)...46Downloading artifacts from coordinator... ok id=2929379414 responseStatus=200 OK token=Q-yFi-mD47Downloading artifacts for retrieve-tests-metadata (2929379417)...48Downloading artifacts from coordinator... ok id=2929379417 responseStatus=200 OK token=Q-yFi-mD49Downloading artifacts for setup-test-env (2929379411)...50Downloading artifacts from coordinator... ok id=2929379411 responseStatus=200 OK token=Q-yFi-mD52Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...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.4.1 with native extensions83==> 'bundle pristine pg' succeeded in 9 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 33 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 0 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory110find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory113find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.10119Using i18n 1.12.0120Using minitest 5.16.2121Using tzinfo 2.0.5122Using zeitwerk 2.6.0123Using activesupport 6.1.6.1124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.8.0127Using racc 1.6.0128Using nokogiri 1.13.8 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.18.0132Using rails-html-sanitizer 1.4.3133Using actionview 6.1.6.1134Using rack 2.2.4135Using rack-test 1.1.0136Using actionpack 6.1.6.1137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.7142Using addressable 2.8.0143Using ast 2.4.2144Using binding_ninja 0.2.3145Using bundler 2.3.15146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.2153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.5157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.1.2160Using rugged 1.2.0161Using github-linguist 7.20.0162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.30.0167Using sanitize 6.0.0168Using stringex 2.8.5169Using gitlab-gollum-lib 4.2.7.10.gitlab.2170Using google-protobuf 3.21.3 (x86_64-linux)171Using googleapis-common-protos-types 1.3.0172Using grpc 1.42.0 (x86_64-linux)173Using opentracing 0.5.0174Using thrift 0.15.0175Using jaeger-client 1.1.0176Using pg_query 2.1.3177Using redis 4.4.0178Using gitlab-labkit 0.23.0179Using rubyzip 2.3.2180Using thor 1.1.0181Using tomlrb 2.0.1182Using with_env 1.1.0183Using rexml 3.2.5184Using xml-simple 1.1.9185Using gitlab-license_finder 6.14.2.1186Using gitlab-markup 1.7.1187Using grpc-tools 1.42.0188Using sawyer 0.8.2189Using octokit 4.20.0190Using reverse_markdown 1.4.0191Using licensee 9.15.2192Using method_source 0.9.2193Using msgpack 1.3.3194Using optimist 3.0.1195Using parallel 1.19.2196Using parser 3.0.3.2197Using procto 0.0.3198Using unparser 0.4.7199Using proc_to_ast 0.1.0200Using pry 0.12.2201Using rainbow 3.0.0202Using rbtrace 0.4.14203Using rdoc 6.3.2204Using regexp_parser 1.8.1205Using rspec-support 3.8.0206Using rspec-core 3.8.0207Using rspec-expectations 3.8.3208Using rspec-mocks 3.8.0209Using rspec 3.8.0210Using rspec-parameterized 0.4.2211Using rubocop-ast 0.2.0212Using ruby-progressbar 1.10.1213Using unicode-display_width 1.7.0214Using rubocop 0.86.0215Using sentry-raven 3.0.4216Using timecop 0.9.1217Bundle complete! 22 Gemfile dependencies, 100 gems now installed.218Gems in the groups 'production' and 'development' were not installed.219Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`220Checking gitaly-ruby Gemfile...221Checking gitaly-ruby bundle...222The Gemfile's dependencies are satisfied223Trying to connect to gitaly: .................................... OK224Trying to connect to gitaly2: ....................................................... OK225Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK226==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.227$ source ./scripts/rspec_helpers.sh228$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"229SKIP_FLAKY_TESTS_AUTOMATICALLY: true230RETRY_FAILED_TESTS_IN_NEW_PROCESS: true231KNAPSACK_GENERATE_REPORT: true232FLAKY_RSPEC_GENERATE_REPORT: true233KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb234KNAPSACK_LOG_LEVEL: debug235KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_20_24_report.json236FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json237FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_20_24_report.json238NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_20_24_report.json239SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_20_24_report.txt240RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_20_24_report.txt241CRYSTALBALL: 242Knapsack report generator started!243Run options: exclude {:quarantine=>true, :level=>"migration"}244Test environment set up in 0.621052722 seconds245Internal Project Access246 Project should be internal247 #internal?248 is expected to be truthy249 GET /:project_path250 is expected to be allowed for admin251 is expected to be allowed for owner252 is expected to be allowed for maintainer253 is expected to be allowed for developer254 is expected to be allowed for reporter255 is expected to be allowed for guest256 is expected to be allowed for user257 is expected to be denied for external258 is expected to be denied for visitor259 GET /:project_path/-/tree/master260 is expected to be allowed for admin261 is expected to be allowed for owner262 is expected to be allowed for maintainer263 is expected to be allowed for developer264 is expected to be allowed for reporter265 is expected to be allowed for guest266 is expected to be allowed for user267 is expected to be denied for external268 is expected to be denied for visitor269 GET /:project_path/-/commits/master270 is expected to be allowed for admin271 is expected to be allowed for owner272 is expected to be allowed for maintainer273 is expected to be allowed for developer274 is expected to be allowed for reporter275 is expected to be allowed for guest276 is expected to be allowed for user277 is expected to be denied for external278 is expected to be denied for visitor279 GET /:project_path/-/commit/:sha280 is expected to be allowed for admin281 is expected to be allowed for owner282 is expected to be allowed for maintainer283 is expected to be allowed for developer284 is expected to be allowed for reporter285 is expected to be allowed for guest286 is expected to be allowed for user287 is expected to be denied for external288 is expected to be denied for visitor289 GET /:project_path/-/compare290 is expected to be allowed for admin291 is expected to be allowed for owner292 is expected to be allowed for maintainer293 is expected to be allowed for developer294 is expected to be allowed for reporter295 is expected to be allowed for guest296 is expected to be allowed for user297 is expected to be denied for external298 is expected to be denied for visitor299 GET /:project_path/-/project_members300 is expected to be allowed for admin301 is expected to be allowed for owner302 is expected to be allowed for maintainer303 is expected to be allowed for developer304 is expected to be allowed for reporter305 is expected to be allowed for guest306 is expected to be allowed for user307 is expected to be denied for visitor308 is expected to be denied for external309 GET /:project_path/-/settings/ci_cd310 is allowed for admin when admin mode is enabled311 is denied for admin when admin mode is disabled312 is expected to be allowed for owner313 is expected to be allowed for maintainer314 is expected to be denied for developer315 is expected to be denied for reporter316 is expected to be denied for guest317 is expected to be denied for user318 is expected to be denied for visitor319 is expected to be denied for external320 GET /:project_path/-/settings/repository321 is allowed for admin when admin mode is enabled322 is denied for admin when admin mode is disabled323 is expected to be allowed for owner324 is expected to be allowed for maintainer325 is expected to be denied for developer326 is expected to be denied for reporter327 is expected to be denied for guest328 is expected to be denied for user329 is expected to be denied for visitor330 is expected to be denied for external331 GET /:project_path/-/blob332 is expected to be allowed for admin333 is expected to be allowed for owner334 is expected to be allowed for maintainer335 is expected to be allowed for developer336 is expected to be allowed for reporter337 is expected to be allowed for guest338 is expected to be allowed for user339 is expected to be denied for external340 is expected to be denied for visitor341 GET /:project_path/edit342 is allowed for admin when admin mode is enabled343 is denied for admin when admin mode is disabled344 is expected to be allowed for owner345 is expected to be allowed for maintainer346 is expected to be denied for developer347 is expected to be denied for reporter348 is expected to be denied for guest349 is expected to be denied for user350 is expected to be denied for external351 is expected to be denied for visitor352 GET /:project_path/deploy_keys353 is allowed for admin when admin mode is enabled354 is denied for admin when admin mode is disabled355 is expected to be allowed for owner356 is expected to be allowed for maintainer357 is expected to be denied for developer358 is expected to be denied for reporter359 is expected to be denied for guest360 is expected to be denied for user361 is expected to be denied for external362 is expected to be denied for visitor363 GET /:project_path/issues364 is expected to be allowed for admin365 is expected to be allowed for owner366 is expected to be allowed for maintainer367 is expected to be allowed for developer368 is expected to be allowed for reporter369 is expected to be allowed for guest370 is expected to be allowed for user371 is expected to be denied for external372 is expected to be denied for visitor373 GET /:project_path/issues/:id/edit374 is allowed for admin when admin mode is enabled375 is denied for admin when admin mode is disabled376 is expected to be allowed for owner377 is expected to be allowed for maintainer378 is expected to be allowed for developer379 is expected to be allowed for reporter380 is expected to be denied for guest381 is expected to be denied for user382 is expected to be denied for external383 is expected to be denied for visitor384 GET /:project_path/snippets385DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)386 is expected to be allowed for admin387DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)388 is expected to be allowed for owner389DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)390 is expected to be allowed for maintainer391DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)392 is expected to be allowed for developer393DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)394 is expected to be allowed for reporter395DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)396 is expected to be allowed for guest397DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)398 is expected to be allowed for user399 is expected to be denied for external400 is expected to be denied for visitor401 GET /:project_path/snippets/new402 is allowed for admin when admin mode is enabled403 is denied for admin when admin mode is disabled404 is expected to be allowed for owner405 is expected to be allowed for maintainer406 is expected to be allowed for developer407 is expected to be allowed for reporter408 is expected to be denied for guest409 is expected to be denied for user410 is expected to be denied for external411 is expected to be denied for visitor412 GET /:project_path/-/merge_requests413 is expected to be allowed for admin414 is expected to be allowed for owner415 is expected to be allowed for maintainer416 is expected to be allowed for developer417 is expected to be allowed for reporter418 is expected to be allowed for guest419 is expected to be allowed for user420 is expected to be denied for external421 is expected to be denied for visitor422 GET /:project_path/-/merge_requests/new423 is allowed for admin when admin mode is enabled424 is denied for admin when admin mode is disabled425 is expected to be allowed for owner426 is expected to be allowed for maintainer427 is expected to be allowed for developer428 is expected to be denied for reporter429 is expected to be denied for guest430 is expected to be denied for user431 is expected to be denied for external432 is expected to be denied for visitor433 GET /:project_path/-/branches434 is expected to be allowed for admin435 is expected to be allowed for owner436 is expected to be allowed for maintainer437 is expected to be allowed for developer438 is expected to be allowed for reporter439 is expected to be allowed for guest440 is expected to be allowed for user441 is expected to be denied for external442 is expected to be denied for visitor443 GET /:project_path/-/tags444 is expected to be allowed for admin445 is expected to be allowed for owner446 is expected to be allowed for maintainer447 is expected to be allowed for developer448 is expected to be allowed for reporter449 is expected to be allowed for guest450 is expected to be allowed for user451 is expected to be denied for external452 is expected to be denied for visitor453 GET /:project_path/-/settings/integrations454 is allowed for admin when admin mode is enabled455 is denied for admin when admin mode is disabled456 is expected to be allowed for owner457 is expected to be allowed for maintainer458 is expected to be denied for developer459 is expected to be denied for reporter460 is expected to be denied for guest461 is expected to be denied for user462 is expected to be denied for external463 is expected to be denied for visitor464 GET /:project_path/pipelines465 is expected to be allowed for admin466 is expected to be allowed for owner467 is expected to be allowed for maintainer468 is expected to be allowed for developer469 is expected to be allowed for reporter470 is expected to be allowed for guest471 is expected to be allowed for user472 is expected to be denied for external473 is expected to be denied for visitor474 GET /:project_path/pipelines/:id475 is expected to be allowed for admin476 is expected to be allowed for owner477 is expected to be allowed for maintainer478 is expected to be allowed for developer479 is expected to be allowed for reporter480 is expected to be allowed for guest481 is expected to be allowed for user482 is expected to be denied for external483 is expected to be denied for visitor484 GET /:project_path/builds485 when allowed for public and internal486 is expected to be allowed for admin487 is expected to be allowed for owner488 is expected to be allowed for maintainer489 is expected to be allowed for developer490 is expected to be allowed for reporter491 is expected to be allowed for guest492 is expected to be allowed for user493 is expected to be denied for external494 is expected to be denied for visitor495 when disallowed for public and internal496 is allowed for admin when admin mode is enabled497 is denied for admin when admin mode is disabled498 is expected to be allowed for owner499 is expected to be allowed for maintainer500 is expected to be allowed for developer501 is expected to be allowed for reporter502 is expected to be denied for guest503 is expected to be denied for user504 is expected to be denied for external505 is expected to be denied for visitor506 GET /:project_path/builds/:id507 when allowed for public and internal508 is expected to be allowed for admin509 is expected to be allowed for owner510 is expected to be allowed for maintainer511 is expected to be allowed for developer512 is expected to be allowed for reporter513 is expected to be allowed for guest514 is expected to be allowed for user515 is expected to be denied for external516 is expected to be denied for visitor517 when disallowed for public and internal518 is allowed for admin when admin mode is enabled519 is denied for admin when admin mode is disabled520 is expected to be allowed for owner521 is expected to be allowed for maintainer522 is expected to be allowed for developer523 is expected to be allowed for reporter524 is expected to be denied for guest525 is expected to be denied for user526 is expected to be denied for external527 is expected to be denied for visitor528 GET /:project_path/builds/:id/trace529 when allowed for public and internal530 is expected to be allowed for admin531 is expected to be allowed for owner532 is expected to be allowed for maintainer533 is expected to be allowed for developer534 is expected to be allowed for reporter535 is expected to be allowed for guest536 is expected to be allowed for user537 is expected to be denied for external538 is expected to be denied for visitor539 when disallowed for public and internal540 is allowed for admin when admin mode is enabled541 is denied for admin when admin mode is disabled542 is expected to be allowed for owner543 is expected to be allowed for maintainer544 is expected to be allowed for developer545 is expected to be allowed for reporter546 is expected to be denied for guest547 is expected to be denied for user548 is expected to be denied for external549 is expected to be denied for visitor550 GET /:project_path/pipeline_schedules551 is allowed for admin when admin mode is enabled552 is allowed for admin when admin mode is disabled553 is expected to be allowed for owner554 is expected to be allowed for maintainer555 is expected to be allowed for developer556 is expected to be allowed for reporter557 is expected to be allowed for guest558 is expected to be allowed for user559 is expected to be denied for external560 is expected to be denied for visitor561 GET /:project_path/-/environments562 is allowed for admin when admin mode is enabled563 is allowed for admin when admin mode is disabled564 is expected to be allowed for owner565 is expected to be allowed for maintainer566 is expected to be allowed for developer567 is expected to be allowed for reporter568 is expected to be allowed for guest569 is expected to be allowed for user570 is expected to be denied for external571 is expected to be denied for visitor572 GET /:project_path/-/environments/:id573 is allowed for admin when admin mode is enabled574 is allowed for admin when admin mode is disabled575 is expected to be allowed for owner576 is expected to be allowed for maintainer577 is expected to be allowed for developer578 is expected to be allowed for reporter579 is expected to be allowed for guest580 is expected to be allowed for user581 is expected to be denied for external582 is expected to be denied for visitor583 GET /:project_path/-/environments/:id/deployments584 is allowed for admin when admin mode is enabled585 is allowed for admin when admin mode is disabled586 is expected to be allowed for owner587 is expected to be allowed for maintainer588 is expected to be allowed for developer589 is expected to be allowed for reporter590 is expected to be allowed for guest591 is expected to be allowed for user592 is expected to be denied for external593 is expected to be denied for visitor594 GET /:project_path/-/environments/new595 is allowed for admin when admin mode is enabled596 is denied for admin when admin mode is disabled597 is expected to be allowed for owner598 is expected to be allowed for maintainer599 is expected to be allowed for developer600 is expected to be denied for reporter601 is expected to be denied for guest602 is expected to be denied for user603 is expected to be denied for external604 is expected to be denied for visitor605 GET /:project_path/container_registry606 is expected to be allowed for admin607 is expected to be allowed for owner608 is expected to be allowed for maintainer609 is expected to be allowed for developer610 is expected to be allowed for reporter611 is expected to be allowed for guest612 is expected to be allowed for user613 is expected to be denied for external614 is expected to be denied for visitor615File blob616Starting the Capybara driver server...617 Ruby file618Capybara starting Puma...619* Version 5.6.5 , codename: Birdie's Version620* Min threads: 0, max threads: 4621* Listening on unix:///tmp/20220824-469-1adxgkg622 displays the blob623 displays file actions on all screen sizes624 Markdown file625 visiting directly626 displays the blob using the rich viewer627 switching to the simple viewer628 displays the blob using the simple viewer629 switching to the rich viewer again630 displays the blob using the rich viewer631 when ref switch632 displays no highlighted number of different ref633 successfully changes ref when the ref name matches the project name634 successfully change ref of similar name635 switch ref from longer to shorter ref name636 switch ref from shorter to longer ref name637 Markdown rendering638 when rendering default markdown639 renders using CommonMark640 Markdown file (stored in LFS)641 when LFS is enabled on the project642 displays an error643 when LFS is disabled on the project644 displays the blob645 PDF file646 displays the blob647 Jupiter Notebook file648 displays the blob649 ISO file (stored in LFS)650 when LFS is enabled on the project651 displays the blob652 when LFS is disabled on the project653 displays the blob654 ZIP file655 displays the blob656 binary file that appears to be text in the first 1024 bytes657 displays the blob658 empty file659 displays an error660 files with auxiliary viewers661 .gitlab-ci.yml662 displays an auxiliary viewer663 .gitlab/route-map.yml664 displays an auxiliary viewer665 .gitlab/dashboards/custom-dashboard.yml666 with metrics_dashboard_exhaustive_validations feature flag off667 valid dashboard file668 displays an auxiliary viewer669 invalid dashboard file670 displays an auxiliary viewer671 with metrics_dashboard_exhaustive_validations feature flag on672 valid dashboard file673 displays an auxiliary viewer674 invalid dashboard file675 displays an auxiliary viewer676 LICENSE677 displays an auxiliary viewer678 *.gemspec679 displays an auxiliary viewer680 CONTRIBUTING.md681 displays an auxiliary viewer682 CHANGELOG.md683 displays an auxiliary viewer684 Cargo.toml685 displays an auxiliary viewer686 Cartfile687 displays an auxiliary viewer688 composer.json689 displays an auxiliary viewer690 Gemfile691 displays an auxiliary viewer692 Godeps.json693 displays an auxiliary viewer694 go.mod695 displays an auxiliary viewer696 package.json697 displays an auxiliary viewer698 podfile699 displays an auxiliary viewer700 test.podspec701 displays an auxiliary viewer702 JSON.podspec.json703 displays an auxiliary viewer704 requirements.txt705 displays an auxiliary viewer706 yarn.lock707 displays an auxiliary viewer708 openapi.yml709 removes `style`, `class`, and `data-*`` attributes from HTML710 realtime pipelines711 shows the realtime pipeline status712 for subgroups713 renders tree table without errors714 displays a GPG badge715 on signed merge commit716 displays a GPG badge717 when static objects external storage is enabled718 private project719 shows open raw and download buttons with external storage URL prepended and user token appended to their href720 public project721 shows open raw and download buttons with external storage URL prepended to their href722Merge request > User sees versions723 compare with the latest version724 show the latest version of the diff725 behaves like allows commenting726Skipping ./spec/features/merge_request/user_sees_versions_spec.rb[1:1:2:1] 'Merge request > User sees versions compare with the latest version behaves like allows commenting ' because it's flaky.727 example at ./spec/features/merge_request/user_sees_versions_spec.rb:28 (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)728 switch between versions729 shows the commit SHAs for every version in the dropdown730 shows comments that were last relevant at that version731 behaves like allows commenting732 is expected to have text "Typo, please fix."733 compare with older version734 has a path with comparison context and shows comments that were last relevant at that version735 show diff between new and old version736 returns to latest version when "Show latest version" button is clicked737 behaves like allows commenting738 is expected to have text "Typo, please fix."739 compare with same version740 has 0 chages between versions741 compare with newer version742 sets the compared versions to be the same743 scoped in a commit744 only shows diffs from the commit745 behaves like allows commenting746 is expected to have text "Typo, please fix."747Instance integrations748 behaves like integration settings form749 displays all the integrations750Group empty states751 for issues752 group has a project753 the project has issues754 does not display an empty state755 displays link to create new issue when no open issue is found756 displays link to create new issue when the current search gave no results757 displays conditional text when no closed issue is found758 the project has no issues759 displays an empty state760 shows a new issue button761 the new issue button opens a project dropdown762 group without a project763 group has a subgroup764 the project has issues765 does not display an empty state766 the project has no issues767 displays an empty state768 group has no subgroups769 behaves like no projects770 displays an empty state771 does not show a new issue button772 group has only a project with issues disabled773 behaves like no projects774 displays an empty state775 does not show a new issue button776 for merge requests777 group has a project778 the project has merge requests779 does not display an empty state780 displays link to create new merge_request when no open merge_request is found781 displays link to create new issue when the current search gave no results782 displays conditional text when no closed merge_request is found783 the project has no merge requests784 displays an empty state785 shows a new merge request button786 the new merge request button opens a project dropdown787 group without a project788 group has a subgroup789 the project has merge requests790 does not display an empty state791 the project has no merge requests792 displays an empty state793 group has no subgroups794 behaves like no projects795 displays an empty state796 does not show a new merge request button797 group has only a project with issues disabled798 behaves like no projects799 displays an empty state800 does not show a new merge request button801GitLab Markdown802 default pipeline803 includes custom filters804 behaves like all pipelines805 includes extensions806 includes SanitizationFilter807 includes ExternalLinkFilter808 Escaping809 escapes non-tag angle brackets810 Edge Cases811 allows markup inside link elements812 wiki pipeline813 includes custom filters814 behaves like all pipelines815 includes extensions816 includes SanitizationFilter817 includes ExternalLinkFilter818 Escaping819 escapes non-tag angle brackets820 Edge Cases821 allows markup inside link elements822Edit group settings823 when the group path is changed824 the group is accessible via the new path825 the old group path redirects to the new path826 with a subgroup827 the subgroup is accessible via the new path828 the old subgroup path redirects to the new path829 with a project830 the project is accessible via the new path831 the old project path redirects to the new path832 project creation level menu833 shows the selection menu834 subgroup creation level menu835 shows the selection menu836 edit group avatar837 uploads new group avatar838/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 nil839 removes group avatar840 edit group path841 has a root URL label for top-level group842 has a parent group URL label for a subgroup group843 transfer group844 from a subgroup845 to no parent group846 behaves like can transfer the group847 can successfully transfer the group848 to a different parent group849 behaves like can transfer the group850 can successfully transfer the group851 from a root group852 to a parent group853 behaves like can transfer the group854 can successfully transfer the group855 disable email notifications856 is visible857 accepts the changed state858 prevent sharing outside group hierarchy setting859 updates the setting860 is not present for a subgroup861User edits a merge request862 Squash commits863 override MR setting if "Required" is saved864 recovers MR squash setting if "Required" is not saved865 does not override MR squash setting if "Do not allow" is saved866 displays "Required in this project" for "Required" project setting squash option867 does not display message for "Allow" project setting squash option868 does not display message for "Encourage" project setting squash option869 is hidden for "Do not allow" project setting squash option870 changing target branch871Skipping ./spec/features/merge_request/user_edits_merge_request_spec.rb[1:2:1] 'User edits a merge request changing target branch allows user to change target branch' because it's flaky.872 allows user to change target branch (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)873 merged merge request874 does not allow user to change target branch875Group merge requests page876 public access level877 group member878 is expected to have text "this is my created issuable"879 non-member880 is expected to have text "this is my created issuable"881 private access level882 group member883 is expected to have text "this is my created issuable"884 non-member885 is expected not to have text "this is my created issuable"886 archived issuable887 hides archived merge requests888 ignores archived merge request count badges in navbar889 ignores archived merge request count badges in state-filters890 when merge request assignee to user891 is expected to have text "this is my created issuable"892 group filtered search893 filters by assignee only group users894 new merge request dropdown895 shows projects only with merge requests feature enabled896 empty state with no merge requests897 shows an empty state, button to create merge request and no filters bar898 with no open merge requests899 shows an empty state, button to create merge request and filters bar900User reverts a commit901 when clicking revert from the dropdown for a commit on pipelines tab902 launches the modal and is able to submit the revert903 when starting from the commit tab904 without creating a new merge request905 reverts a commit906 does not revert a previously reverted commit9081st Try error in ./spec/features/projects/commit/user_reverts_commit_spec.rb:43:909expected to find text "Sorry, we cannot revert this commit automatically." in "Skip to content GitLab Menu / Help P project139 Project information Repository Files Commits Branches Tags Contributors Graph Compare Locked Files Issues 0 Merge requests 0 CI/CD Security & Compliance Deployments Packages & Registries Infrastructure Monitor Analytics Wiki Snippets Settings Collapse sidebar Sidney Jones513 project139 Commits 570e7b2a Unverified Commit 570e7b2a authored 8 years ago by Dmitriy Zaporozhets Browse files Options Change some files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> parent 6f6d7e7e master No related merge requests found Changes 2 Hide whitespace changes Inline Side-by-side Showing 2 changed files with 11 additions and 6 deletions files/ruby/popen.rb + 10 - 3 View file @ 570e7b2a ... ... @@ -6,12 +6,18 @@ module Popen def popen(cmd, path=nil) unless cmd.is_a?(Array) raise \"System commands must be given as an array of strings\" raise RuntimeError, \"System commands must be given as an array of strings\" end path ||= Dir.pwd vars = { \"PWD\" => path } options = { chdir: path } vars = { \"PWD\" => path } options = { chdir: path } unless File.directory?(path) FileUtils.mkdir_p(path) ... ... @@ -19,6 +25,7 @@ module Popen @cmd_output = \"\" @cmd_status = 0 Open3.popen3(vars, *cmd, options) do |stdin, stdout, stderr, wait_thr| @cmd_output << stdout.read @cmd_output << stderr.read ... ... files/ruby/regex.rb + 1 - 3 View file @ 570e7b2a ... ... @@ -19,14 +19,12 @@ module Gitlab end def archive_formats_regex #|zip|tar| tar.gz | tar.bz2 | /(zip|tar|tar\\.gz|tgz|gz|tar\\.bz2|tbz|tbz2|tb2|bz2)/ /(zip|tar|7z|tar\\.gz|tgz|gz|tar\\.bz2|tbz|tbz2|tb2|bz2)/ end def git_reference_regex # Valid git ref regex, see: # https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html %r{ (?! (?# doesn't begins with) ... ... Write Preview Supports Markdown. For quick actions, type /. Comment Toggle dropdown"910Unexpected browser console output:911security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.912https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED913security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.914https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED915security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.916https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED917security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.918https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED919security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.920https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED921security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.922https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.924https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED925security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.926https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.928https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED929security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.930https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED931security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.932https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED933security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.934https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED935security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.936https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED937security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.938https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED939security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.940https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED941security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.942https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED943security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.944https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED945security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.946https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED947http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js 314607:20 "[Vue warn]: Error in render: \"TypeError: this.cell.source.join is not a function\"\n\nfound in\n\n---> \u003CMarkdownCell> at notebook/cells/markdown.vue\n \u003CNotebookLab> at notebook/index.vue\n \u003CNotebookViewer> at blob/notebook/notebook_viewer.vue\n \u003CRoot>"948http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js 313055:16 TypeError: this.cell.source.join is not a function949 at VueComponent.markdown (webpack-internal:///7wST:165:85)950 at vendor_b2cd1bfa3c9750a699ad../node_modules/vue/dist/vue.runtime.esm.js.Watcher.get (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:313452:33)951 at vendor_b2cd1bfa3c9750a699ad../node_modules/vue/dist/vue.runtime.esm.js.Watcher.evaluate (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:313553:27)952 at VueComponent.computedGetter [as markdown] (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:315525:25)953 at Object.get (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:315319:26)954 at Proxy.render (webpack-internal:///P3Vw:14:18)955 at Vue._render (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:312691:28)956 at VueComponent.updateComponent (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:313881:27)957 at vendor_b2cd1bfa3c9750a699ad../node_modules/vue/dist/vue.runtime.esm.js.Watcher.get (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:313452:33)958 at new Watcher (http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js:313442:51)959security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.960https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED961security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.962https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED963security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.964https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED965security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.966https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED967security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.968https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED969security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.970https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED971security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.972https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED973security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.974https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED975security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.976https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED977security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.978https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED979security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.980https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED981security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.982https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED983security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.984https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED985security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.986https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED987security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.988https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED989security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.990https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED991security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.992https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED993security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.994https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED995security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.996https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED997security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.998https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED999security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1000https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1001security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1002https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1004https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1005security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1006https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1007security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1008https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1009security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1010https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1011security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1012https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1013security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1014https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1015security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1016https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1017security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1018https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1019security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1020https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1021security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1022https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1023security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1024https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1025security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1026https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1027security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1028webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1029https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1030security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1031webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1032https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1033security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1034webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1035https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1036security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1037webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1038https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1039security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1040webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1041https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1042security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1043webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1044https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1045security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1046webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1047https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1048security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1049webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1050https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1051webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1052security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1053webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1054https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1055security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1056webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1057https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1058webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1059webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1060security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1061webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1062https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1063webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1064webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1065security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1066webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1067https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1068security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1069webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1070https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1071webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1072webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1073security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1074webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1075https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1076security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1077webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1078https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1079webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1080webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1081security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1082webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1083https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1084security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1085webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1086https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1087security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1088webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1089https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1090webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1091webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1092webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1093security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1094webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1095https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1096security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1097webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1098https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1099webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1100webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1101security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1102webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1103https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1104security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1105webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1106https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1107security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1108webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1109https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1110security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1111webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1112https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1113security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1114webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1115https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1116webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1117webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1118security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1119webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1120https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1121webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1122webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1123webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1124security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1125https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1126security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1127https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1128security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1129https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1130security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1131https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1132security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1133https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1134security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1135https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1136security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1137https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1138security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1139https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1140security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1141https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1142security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1143https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1144security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1145https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1146security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1147https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1148security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1149https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1150security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1151https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1152security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1153https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1154security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1155https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1156security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1157https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1158security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1159https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1160security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1161https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1162security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1163https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1164security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1165https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1166security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1167https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1168security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1169https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1170security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1171https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1172security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1173https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1174security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1175https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1176security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1177https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1178security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1179https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1180security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1181https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1182security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1183https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1184security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1185https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1186security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1187https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1188security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1189https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1190security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1191https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1192security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1193https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1194security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1195https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1196security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1197https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1198security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1199http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js 314607:20 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"1200http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js 314607:20 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CBFormInput>\n \u003CGlFormInput>\n \u003CBFormGroup>\n \u003CGlFormGroup>\n \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"1201http://127.0.0.1:39451/assets/webpack/dll.b9692af7e48a/vendor.dll.bundle.js 314607:20 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"1202https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1203security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1204https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1205security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1206https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1207security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1208https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1209security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1210https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1211security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1212https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1213security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1214https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1215security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1216https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1217security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1218https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1219security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1220https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1221security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1222https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1223security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1224https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1225security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1226https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1227security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1228https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1229security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1230https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1231security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1232https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1233security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1234https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1235security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1236https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1237security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1238https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1239security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1240https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1241security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1242https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1243security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1244https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1245security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1246https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1247security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1248https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1249security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1250https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1251security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1252https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1253security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1254https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1255security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1256https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1257security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1258https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1259security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1260https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1261security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1262https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1263security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1264https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1265security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1266https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1267security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1268https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1269security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1270https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1271security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1272https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1273security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1274https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1275security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1276https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1277security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1278https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1279security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1280https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1281security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1282https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1283security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1284https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1285security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1286https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1287security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1288https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1289security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1290https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1291security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1292https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1293security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1294https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1295security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1296https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1297security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1298security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1299https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1300security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1301https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1302security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1303https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1304security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1305https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1306security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1307https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1308security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1309https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1310security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1311https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1312security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1313https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1314security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1315https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1316security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1317https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1318security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1319https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1320security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1321https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1322security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1323https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1324security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1325https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1326security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1327https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1328security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1329https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1330security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1331https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1332security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1333https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1334security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1335https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1336security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1337https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1338security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1339https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1340http://127.0.0.1:39451/namespace85/project113/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081341security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1342https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1343security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1344webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1345https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1346security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1347https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1348http://127.0.0.1:39451/namespace85/project113/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081349security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1350https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1351http://127.0.0.1:39451/namespace86/project114/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081352security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1353https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1354http://127.0.0.1:39451/namespace86/project114/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081355security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1356https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1357http://127.0.0.1:39451/namespace86/project114/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081358security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1359https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1360http://127.0.0.1:39451/namespace87/project115/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081361security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1362https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1363security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1364webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1365https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1366security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1367https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1368http://127.0.0.1:39451/namespace88/project116/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081369security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1370https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1371http://127.0.0.1:39451/namespace88/project116/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081372security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1373https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1374http://127.0.0.1:39451/namespace89/project117/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081375security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1376https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1377http://127.0.0.1:39451/namespace89/project117/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081378security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1379https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1380http://127.0.0.1:39451/namespace90/project118/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081381security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1382https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1383http://127.0.0.1:39451/namespace90/project118/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081384security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1385https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1386http://127.0.0.1:39451/namespace91/project119/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081387security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1388https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1389http://127.0.0.1:39451/namespace91/project119/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081390security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1391https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1392http://127.0.0.1:39451/namespace92/project120/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798081393security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1394https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1395security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1396https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1397security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1398https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1399security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1400https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1401security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1402https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1403security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1404https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1405security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1406https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1407security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1408https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1409security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1410https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1411security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1412https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1413security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1414https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1415security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1416https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1417security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1418https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1419security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1420https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1421security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1422https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1424RSpec::Retry: 2nd try ./spec/features/projects/commit/user_reverts_commit_spec.rb:431425 with creating a new merge request1426 reverts a commit1427 when the project is archived1428 does not show the revert button1429User can display performance bar1430 when user is logged-out1431 when the performance_bar feature is disabled1432 behaves like performance bar cannot be displayed1433 does not show the performance bar by default1434 when user press `pb`1435 does not show the performance bar by default1436 when the performance_bar feature is enabled1437 behaves like performance bar cannot be displayed1438 does not show the performance bar by default1439 when user press `pb`1440 does not show the performance bar by default1441 when user is logged-in1442 when the performance_bar feature is disabled1443 behaves like performance bar cannot be displayed1444 does not show the performance bar by default1445 when user press `pb`1446 does not show the performance bar by default1447 behaves like performance bar is enabled by default in development1448 shows the performance bar by default1449 when the performance_bar feature is enabled1450 does not show Stats link by default1451 behaves like performance bar is enabled by default in development1452 shows the performance bar by default1453 behaves like performance bar can be displayed1454 does not show the performance bar by default1455 when user press `pb`1456 shows the performance bar1457 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set1458 shows Stats link1459 flamegraphs1460 when user has access1461 renders flamegraph when requested1462 when user does not have access1463 renders the original page1464Work item children1465 for signed in user1466 are not displayed when issue does not have work item children1467 toggles widget body1468 toggles form1469 addss a child task1470 removes a child task and undoing1471Group > Settings > Access Tokens1472 when user is not a group owner1473 behaves like resource access tokens missing access rights1474 does not show access token page1475 token creation1476 behaves like resource access tokens creation1477 allows creation of an access token1478 when token creation is not allowed1479 behaves like resource access tokens creation disallowed1480 does not show access token creation form1481 shows access token creation disabled text1482 group settings link1483 when user is not a group owner1484 does not show group settings link1485 with nested groups1486 when user is not a top level group owner1487 does not show group settings link1488 when user is a group owner1489 shows group settings link1490 active tokens1491 behaves like active resource access tokens1492 shows active access tokens1493 when User#time_display_relative is false1494 shows absolute times for expires_at1495 inactive tokens1496 behaves like inactive resource access tokens1497 allows revocation of an active token1498 removes expired tokens from active section1499 when resource access token creation is not allowed1500 allows revocation of an active token1501Projects > Files > User deletes files1502 when an user has write access1503 deletes the file1504 when an user does not have write access1505 deletes the file in a forked project1506Projects > Settings > User renames a project1507 shows a successful notice when the project is updated1508 with invalid characters1509 shows errors for invalid project path1510 when changing project name1511 renames the repository1512 with emojis1513 shows error for invalid project name1514 when changing project path1515 the project is accessible via the new path1516 the project is accessible via a redirect from the old path1517 and a new project is added with the same path1518 overrides the redirect1519Projects > Settings > Pipelines settings1520 for developer1521 to be disallowed to view1522 for maintainer1523 updates auto_cancel_pending_pipelines1524 updates forward_deployment_enabled1525 Auto DevOps1526 when auto devops is turned on instance-wide1527 auto devops is on by default and can be manually turned off1528 when auto devops is not turned on instance-wide1529 auto devops is off by default and can be manually turned on1530 when auto devops is turned on group level1531 renders group enabled badge1532 when auto devops is turned on group parent level1533 renders group enabled badge1534 runners registration token1535 has a registration token1536 reload registration token1537 changes registration token1538Milestones sorting1539 visit project milestones and sort by various orders1540Alert Management index1541 when a developer displays the alert list1542 shows the alert page title and empty state without filtered search or alert table1543 when alerts have already been created1544 behaves like alert page with title, filtered search, and table1545 renders correctly1546 when an HTTP integration is enabled1547 behaves like alert page with title, filtered search, and table1548 renders correctly1549 when the prometheus integration is enabled1550 behaves like alert page with title, filtered search, and table1551 renders correctly1552Infrastructure Registry1553 when packages registry is not enabled1554 gives 4041555 when packages registry is enabled1556 displays the empty message1557 when there are modules1558 behaves like packages list1559 shows a list of packages1560 details link1561 navigates to the correct url1562 deleting a package1563 allows you to delete a module1564Profile > GPG Keys1565 user sees their key1566 user removes a key via the key index1567 user revokes a key via the key index1568 User adds a key1569 saves the new key1570 with multiple subkeys1571Admin::Users1572 Tabs1573 links to the Users tab1574 links to the Cohorts tab1575 redirects legacy route1576 Cohorts tab content1577 shows users count per month1578 prompt user about registration features1579 does not render registration features CTA when service ping is enabled1580 with no license and service ping disabled1581 renders registration features CTA1582Issue rebalancing1583 when issue rebalancing is in progress1584 shows an alert in project boards1585 shows an alert in group boards1586 shows an alert in project issues list with manual sort1587 shows an alert in group issues list with manual sort1588 does not show an alert in project issues list with other sorts1589 does not show an alert in group issues list with other sorts1590Download buttons in tags page1591 when checking tags1592 behaves like archive download buttons1593 when static objects external storage is enabled1594 private project1595 shows archive download buttons with external storage URL prepended and user token appended to their href1596 public project1597 shows archive download buttons with external storage URL prepended to their href1598 when static objects external storage is disabled1599 shows default archive download buttons1600 with artifacts1601 shows download artifacts button1602Usage stats consent1603 when signed in1604 hides the banner permanently when sets usage stats1605 shows banner on next session if user did not set usage stats1606New Branch Ref Dropdown1607 filters a list of branches and tags1608 accepts a manually entered commit SHA1609listing forks of a project1610 shows the forked project in the list with commit as description1611 does not show the commit message when an external authorization service is used1612Projects > Members > Group member cannot leave group project1613 user does not see a "Leave project" link1614 renders a flash message if attempting to leave by url1615Projects > Show > User sees last commit CI status1616 shows the project README1617Projects > Members > Anonymous user sees members1618 anonymous user visits the project's members page and sees the list of members1619Project Tree RSS1620 when signed in1621 behaves like an autodiscoverable RSS feed with current_user's feed token1622 has an RSS autodiscovery link tag with current_user's feed token1623 when signed out1624 behaves like an autodiscoverable RSS feed without a feed token1625 has an RSS autodiscovery link tag without a feed token1626Project Activity RSS1627 when signed in1628 behaves like it has an RSS button with current_user's feed token1629 shows the RSS button with current_user's feed token1630 when signed out1631 behaves like it has an RSS button without a feed token1632 shows the RSS button without a feed token1633User RSS1634 when signed in1635 behaves like it has an RSS button with current_user's feed token1636 shows the RSS button with current_user's feed token1637 when signed out1638 behaves like it has an RSS button without a feed token1639 shows the RSS button without a feed token1640Sentry1641 does not load sentry if sentry is disabled1642 loads sentry if sentry is enabled1643Knapsack report was generated. Preview:1644{1645 "spec/features/security/project/internal_access_spec.rb": 282.3655519689996,1646 "spec/features/projects/blobs/blob_show_spec.rb": 249.173874867,1647 "spec/features/merge_request/user_sees_versions_spec.rb": 191.43746402299985,1648 "spec/features/admin/integrations/instance_integrations_spec.rb": 147.49511976199983,1649 "spec/features/groups/empty_states_spec.rb": 90.6583025509999,1650 "spec/features/markdown/markdown_spec.rb": 89.24311427999965,1651 "spec/features/groups/group_settings_spec.rb": 64.16817186000026,1652 "spec/features/merge_request/user_edits_merge_request_spec.rb": 73.83693325799959,1653 "spec/features/groups/merge_requests_spec.rb": 48.83986180000011,1654 "spec/features/projects/commit/user_reverts_commit_spec.rb": 136.42897384200023,1655 "spec/features/user_can_display_performance_bar_spec.rb": 40.24044922699977,1656 "spec/features/work_items/work_item_children_spec.rb": 36.78819006699996,1657 "spec/features/groups/settings/access_tokens_spec.rb": 33.078770021999844,1658 "spec/features/projects/files/user_deletes_files_spec.rb": 31.26225255999998,1659 "spec/features/projects/settings/user_renames_a_project_spec.rb": 24.72087254499911,1660 "spec/features/projects/settings/pipelines_settings_spec.rb": 24.399668066999766,1661 "spec/features/projects/milestones/milestones_sorting_spec.rb": 19.603104730999803,1662 "spec/features/alert_management/alert_management_list_spec.rb": 11.009735588000694,1663 "spec/features/projects/infrastructure_registry_spec.rb": 16.161300546999882,1664 "spec/features/profiles/gpg_keys_spec.rb": 11.868628782999622,1665 "spec/features/admin/admin_users_spec.rb": 10.299256219999734,1666 "spec/features/issue_rebalancing_spec.rb": 11.021237347000351,1667 "spec/features/projects/tags/download_buttons_spec.rb": 11.506710433999615,1668 "spec/features/usage_stats_consent_spec.rb": 8.295400365000205,1669 "spec/features/projects/branches/new_branch_ref_dropdown_spec.rb": 8.716571557999487,1670 "spec/features/projects/forks/fork_list_spec.rb": 9.277717517999918,1671 "spec/features/projects/members/group_member_cannot_leave_group_project_spec.rb": 6.19965136799965,1672 "spec/features/projects/show/user_sees_last_commit_ci_status_spec.rb": 4.679292140999678,1673 "spec/features/projects/members/anonymous_user_sees_members_spec.rb": 4.311509633000242,1674 "spec/features/projects/tree/rss_spec.rb": 4.114913379999962,1675 "spec/features/projects/activity/rss_spec.rb": 2.763044538000031,1676 "spec/features/users/rss_spec.rb": 1.3539979810002478,1677 "spec/features/sentry_js_spec.rb": 0.34411791999991691678}1679Knapsack global time execution for tests: 28m 25s1680Pending: (Failures listed here are expected and do not affect your suite's status)1681 1) Merge request > User sees versions compare with the latest version behaves like allows commenting 1682 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1683 # ./spec/features/merge_request/user_sees_versions_spec.rb:281684 2) User edits a merge request changing target branch allows user to change target branch1685 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1686 # ./spec/features/merge_request/user_edits_merge_request_spec.rb:891687Finished in 28 minutes 29 seconds (files took 1 minute 3.88 seconds to load)1688566 examples, 0 failures, 2 pending1689Failed to write to log, write log/workhorse-test.log: file already closed1690RSpec exited with 0.1691No examples to retry, congrats!1693Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy1694Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy1696Uploading artifacts...1697coverage/: found 5 matching files and directories 1698crystalball/: found 2 matching files and directories 1699deprecations/: found 5 matching files and directories 1700knapsack/: found 3 matching files and directories 1701rspec/: found 9 matching files and directories 1702tmp/capybara/: found 3 matching files and directories 1703log/*.log: found 19 matching files and directories 1704WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2929379596/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1705WARNING: Retrying... context=artifacts-uploader error=request redirected1706Uploading artifacts as "archive" to coordinator... 201 Created id=2929379596 responseStatus=201 Created token=Q-yFi-mD1707Uploading artifacts...1708rspec/junit_rspec.xml: found 1 matching files and directories 1709WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2929379596/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1710WARNING: Retrying... context=artifacts-uploader error=request redirected1711Uploading artifacts as "junit" to coordinator... 201 Created id=2929379596 responseStatus=201 Created token=Q-yFi-mD1713Job succeeded