rspec system pg12 14/24
Passed Started
by
@splattael
Peter Leitzen
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)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-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1656513206-c0da3820...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: 108133, done. 25remote: Counting objects: 100% (108133/108133), done. 26remote: Compressing objects: 100% (78029/78029), done. 27remote: Total 108133 (delta 41971), reused 69318 (delta 25782), pack-reused 0 28Receiving objects: 100% (108133/108133), 107.22 MiB | 30.71 MiB/s, done.29Resolving deltas: 100% (41971/41971), done.31 * [new ref] refs/pipelines/576349587 -> refs/pipelines/57634958732Checking out ab4209a5 as refs/merge-requests/91088/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2658553241)...44Downloading artifacts from coordinator... ok id=2658553241 responseStatus=200 OK token=i-VEjv6K45Downloading artifacts for detect-tests (2658553263)...46Downloading artifacts from coordinator... ok id=2658553263 responseStatus=200 OK token=i-VEjv6K47Downloading artifacts for retrieve-tests-metadata (2658553268)...48Downloading artifacts from coordinator... ok id=2658553268 responseStatus=200 OK token=i-VEjv6K49Downloading artifacts for setup-test-env (2658553255)...50Downloading artifacts from coordinator... ok id=2658553255 responseStatus=200 OK token=i-VEjv6K52Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 14 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 1 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 42 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 0 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.21.2174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: .............................................. OK219Trying to connect to gitaly2: ................................................................ OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK221==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_14_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_14_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_14_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_14_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_14_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.064680221 seconds...243Test environment set up in 0.930824849 seconds244Internal Project Access245 Project should be internal246 #internal?247 is expected to be truthy248 GET /:project_path249 is expected to be allowed for admin250 is expected to be allowed for owner251 is expected to be allowed for maintainer252 is expected to be allowed for developer253 is expected to be allowed for reporter254 is expected to be allowed for guest255 is expected to be allowed for user256 is expected to be denied for external257 is expected to be denied for visitor258 GET /:project_path/-/tree/master259 is expected to be allowed for admin260 is expected to be allowed for owner261 is expected to be allowed for maintainer262 is expected to be allowed for developer263 is expected to be allowed for reporter264 is expected to be allowed for guest265 is expected to be allowed for user266 is expected to be denied for external267 is expected to be denied for visitor268 GET /:project_path/-/commits/master269 is expected to be allowed for admin270 is expected to be allowed for owner271 is expected to be allowed for maintainer272 is expected to be allowed for developer273 is expected to be allowed for reporter274 is expected to be allowed for guest275 is expected to be allowed for user276 is expected to be denied for external277 is expected to be denied for visitor278 GET /:project_path/-/commit/:sha279 is expected to be allowed for admin280 is expected to be allowed for owner281 is expected to be allowed for maintainer282 is expected to be allowed for developer283 is expected to be allowed for reporter284 is expected to be allowed for guest285 is expected to be allowed for user286 is expected to be denied for external287 is expected to be denied for visitor288 GET /:project_path/-/compare289 is expected to be allowed for admin290 is expected to be allowed for owner291 is expected to be allowed for maintainer292 is expected to be allowed for developer293 is expected to be allowed for reporter294 is expected to be allowed for guest295 is expected to be allowed for user296 is expected to be denied for external297 is expected to be denied for visitor298 GET /:project_path/-/project_members299 is expected to be allowed for admin300 is expected to be allowed for owner301 is expected to be allowed for maintainer302 is expected to be allowed for developer303 is expected to be allowed for reporter304 is expected to be allowed for guest305 is expected to be allowed for user306 is expected to be denied for visitor307 is expected to be denied for external308 GET /:project_path/-/settings/ci_cd309 is allowed for admin when admin mode is enabled310 is denied for admin when admin mode is disabled311 is expected to be allowed for owner312 is expected to be allowed for maintainer313 is expected to be denied for developer314 is expected to be denied for reporter315 is expected to be denied for guest316 is expected to be denied for user317 is expected to be denied for visitor318 is expected to be denied for external319 GET /:project_path/-/settings/repository320 is allowed for admin when admin mode is enabled321 is denied for admin when admin mode is disabled322 is expected to be allowed for owner323 is expected to be allowed for maintainer324 is expected to be denied for developer325 is expected to be denied for reporter326 is expected to be denied for guest327 is expected to be denied for user328 is expected to be denied for visitor329 is expected to be denied for external330 GET /:project_path/-/blob331 is expected to be allowed for admin332 is expected to be allowed for owner333 is expected to be allowed for maintainer334 is expected to be allowed for developer335 is expected to be allowed for reporter336 is expected to be allowed for guest337 is expected to be allowed for user338 is expected to be denied for external339 is expected to be denied for visitor340 GET /:project_path/edit341 is allowed for admin when admin mode is enabled342 is denied for admin when admin mode is disabled343 is expected to be allowed for owner344 is expected to be allowed for maintainer345 is expected to be denied for developer346 is expected to be denied for reporter347 is expected to be denied for guest348 is expected to be denied for user349 is expected to be denied for external350 is expected to be denied for visitor351 GET /:project_path/deploy_keys352 is allowed for admin when admin mode is enabled353 is denied for admin when admin mode is disabled354 is expected to be allowed for owner355 is expected to be allowed for maintainer356 is expected to be denied for developer357 is expected to be denied for reporter358 is expected to be denied for guest359 is expected to be denied for user360 is expected to be denied for external361 is expected to be denied for visitor362 GET /:project_path/issues363 is expected to be allowed for admin364 is expected to be allowed for owner365 is expected to be allowed for maintainer366 is expected to be allowed for developer367 is expected to be allowed for reporter368 is expected to be allowed for guest369 is expected to be allowed for user370 is expected to be denied for external371 is expected to be denied for visitor372 GET /:project_path/issues/:id/edit373 is allowed for admin when admin mode is enabled374 is denied for admin when admin mode is disabled375 is expected to be allowed for owner376 is expected to be allowed for maintainer377 is expected to be allowed for developer378 is expected to be allowed for reporter379 is expected to be denied for guest380 is expected to be denied for user381 is expected to be denied for external382 is expected to be denied for visitor383 GET /:project_path/snippets384DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)385 is expected to be allowed for admin386DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)387 is expected to be allowed for owner388DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)389 is expected to be allowed for maintainer390DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)391 is expected to be allowed for developer392DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)393 is expected to be allowed for reporter394DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)395 is expected to be allowed for guest396DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)397 is expected to be allowed for user398 is expected to be denied for external399 is expected to be denied for visitor400 GET /:project_path/snippets/new401 is allowed for admin when admin mode is enabled402 is denied for admin when admin mode is disabled403 is expected to be allowed for owner404 is expected to be allowed for maintainer405 is expected to be allowed for developer406 is expected to be allowed for reporter407 is expected to be denied for guest408 is expected to be denied for user409 is expected to be denied for external410 is expected to be denied for visitor411 GET /:project_path/-/merge_requests412 is expected to be allowed for admin413 is expected to be allowed for owner414 is expected to be allowed for maintainer415 is expected to be allowed for developer416 is expected to be allowed for reporter417 is expected to be allowed for guest418 is expected to be allowed for user419 is expected to be denied for external420 is expected to be denied for visitor421 GET /:project_path/-/merge_requests/new422 is allowed for admin when admin mode is enabled423 is denied for admin when admin mode is disabled424 is expected to be allowed for owner425 is expected to be allowed for maintainer426 is expected to be allowed for developer427 is expected to be denied for reporter428 is expected to be denied for guest429 is expected to be denied for user430 is expected to be denied for external431 is expected to be denied for visitor432 GET /:project_path/-/branches433 is expected to be allowed for admin434 is expected to be allowed for owner435 is expected to be allowed for maintainer436 is expected to be allowed for developer437 is expected to be allowed for reporter438 is expected to be allowed for guest439 is expected to be allowed for user440 is expected to be denied for external441 is expected to be denied for visitor442 GET /:project_path/-/tags443 is expected to be allowed for admin444 is expected to be allowed for owner445 is expected to be allowed for maintainer446 is expected to be allowed for developer447 is expected to be allowed for reporter448 is expected to be allowed for guest449 is expected to be allowed for user450 is expected to be denied for external451 is expected to be denied for visitor452 GET /:project_path/-/settings/integrations453 is allowed for admin when admin mode is enabled454 is denied for admin when admin mode is disabled455 is expected to be allowed for owner456 is expected to be allowed for maintainer457 is expected to be denied for developer458 is expected to be denied for reporter459 is expected to be denied for guest460 is expected to be denied for user461 is expected to be denied for external462 is expected to be denied for visitor463 GET /:project_path/pipelines464 is expected to be allowed for admin465 is expected to be allowed for owner466 is expected to be allowed for maintainer467 is expected to be allowed for developer468 is expected to be allowed for reporter469 is expected to be allowed for guest470 is expected to be allowed for user471 is expected to be denied for external472 is expected to be denied for visitor473 GET /:project_path/pipelines/:id474 is expected to be allowed for admin475 is expected to be allowed for owner476 is expected to be allowed for maintainer477 is expected to be allowed for developer478 is expected to be allowed for reporter479 is expected to be allowed for guest480 is expected to be allowed for user481 is expected to be denied for external482 is expected to be denied for visitor483 GET /:project_path/builds484 when allowed for public and internal485 is expected to be allowed for admin486 is expected to be allowed for owner487 is expected to be allowed for maintainer488 is expected to be allowed for developer489 is expected to be allowed for reporter490 is expected to be allowed for guest491 is expected to be allowed for user492 is expected to be denied for external493 is expected to be denied for visitor494 when disallowed for public and internal495 is allowed for admin when admin mode is enabled496 is denied for admin when admin mode is disabled497 is expected to be allowed for owner498 is expected to be allowed for maintainer499 is expected to be allowed for developer500 is expected to be allowed for reporter501 is expected to be denied for guest502 is expected to be denied for user503 is expected to be denied for external504 is expected to be denied for visitor505 GET /:project_path/builds/:id506 when allowed for public and internal507 is expected to be allowed for admin508 is expected to be allowed for owner509 is expected to be allowed for maintainer510 is expected to be allowed for developer511 is expected to be allowed for reporter512 is expected to be allowed for guest513 is expected to be allowed for user514 is expected to be denied for external515 is expected to be denied for visitor516 when disallowed for public and internal517 is allowed for admin when admin mode is enabled518 is denied for admin when admin mode is disabled519 is expected to be allowed for owner520 is expected to be allowed for maintainer521 is expected to be allowed for developer522 is expected to be allowed for reporter523 is expected to be denied for guest524 is expected to be denied for user525 is expected to be denied for external526 is expected to be denied for visitor527 GET /:project_path/builds/:id/trace528 when allowed for public and internal529 is expected to be allowed for admin530 is expected to be allowed for owner531 is expected to be allowed for maintainer532 is expected to be allowed for developer533 is expected to be allowed for reporter534 is expected to be allowed for guest535 is expected to be allowed for user536 is expected to be denied for external537 is expected to be denied for visitor538 when disallowed for public and internal539 is allowed for admin when admin mode is enabled540 is denied for admin when admin mode is disabled541 is expected to be allowed for owner542 is expected to be allowed for maintainer543 is expected to be allowed for developer544 is expected to be allowed for reporter545 is expected to be denied for guest546 is expected to be denied for user547 is expected to be denied for external548 is expected to be denied for visitor549 GET /:project_path/pipeline_schedules550 is allowed for admin when admin mode is enabled551 is allowed for admin when admin mode is disabled552 is expected to be allowed for owner553 is expected to be allowed for maintainer554 is expected to be allowed for developer555 is expected to be allowed for reporter556 is expected to be allowed for guest557 is expected to be allowed for user558 is expected to be denied for external559 is expected to be denied for visitor560 GET /:project_path/-/environments561 is allowed for admin when admin mode is enabled562 is allowed for admin when admin mode is disabled563 is expected to be allowed for owner564 is expected to be allowed for maintainer565 is expected to be allowed for developer566 is expected to be allowed for reporter567 is expected to be allowed for guest568 is expected to be allowed for user569 is expected to be denied for external570 is expected to be denied for visitor571 GET /:project_path/-/environments/:id572 is allowed for admin when admin mode is enabled573 is allowed for admin when admin mode is disabled574 is expected to be allowed for owner575 is expected to be allowed for maintainer576 is expected to be allowed for developer577 is expected to be allowed for reporter578 is expected to be allowed for guest579 is expected to be allowed for user580 is expected to be denied for external581 is expected to be denied for visitor582 GET /:project_path/-/environments/:id/deployments583 is allowed for admin when admin mode is enabled584 is allowed for admin when admin mode is disabled585 is expected to be allowed for owner586 is expected to be allowed for maintainer587 is expected to be allowed for developer588 is expected to be allowed for reporter589 is expected to be allowed for guest590 is expected to be allowed for user591 is expected to be denied for external592 is expected to be denied for visitor593 GET /:project_path/-/environments/new594 is allowed for admin when admin mode is enabled595 is denied for admin when admin mode is disabled596 is expected to be allowed for owner597 is expected to be allowed for maintainer598 is expected to be allowed for developer599 is expected to be denied for reporter600 is expected to be denied for guest601 is expected to be denied for user602 is expected to be denied for external603 is expected to be denied for visitor604 GET /:project_path/container_registry605 is expected to be allowed for admin606 is expected to be allowed for owner607 is expected to be allowed for maintainer608 is expected to be allowed for developer609 is expected to be allowed for reporter610 is expected to be allowed for guest611 is expected to be allowed for user612 is expected to be denied for external613 is expected to be denied for visitor614Environments page615Starting the Capybara driver server...616Capybara starting Puma...617* Version 5.6.2 , codename: Birdie's Version618* Min threads: 0, max threads: 4619* Listening on unix:///tmp/20220629-464-pd5fvr620 does have a new environment button621 page tabs622 shows "Available" and "Stopped" tab with links623 with one available environment624 in available tab page625 shows one environment626 with environments spanning multiple pages627 renders second page of pipelines628 in stopped tab page629 shows no environments630 when cluster is not reachable631 shows one environment without error632 with one stopped environment633 in available tab page634 shows no environments635 in stopped tab page636 shows one environment637 without environments638 does not show environments and counters are set to zero639 environments table640 when there are no deployments641 shows environments names and counters642 does not show deployments643 shows stop button when environment is not stoppable644 when there are successful deployments645 shows deployment SHA and internal ID646 when builds and manual actions are present647 shows a play button648 allows to play a manual action649 shows a stop button650 does not show external link button651 does not show terminal button652 with external_url653 shows an external link button654 with stop action655 shows a stop button656 when user is a reporter657 does not show stop button658 when kubernetes terminal is available659 when user configured kubernetes from CI/CD > Clusters660 for project maintainer661 shows the terminal button662 when user is a developer663 does not show terminal button664 when there is a delayed job665 has a dropdown for actionable jobs666 has link to the delayed job's action667 when delayed job is expired already668 shows 00:00:00 as the remaining time669 when user played a delayed job immediately670Skipping ./spec/features/projects/environments/environments_spec.rb[1:3:2:3:4:1] 'Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job' because it's flaky.671 enqueues the delayed job (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)672 when there is a failed deployment673 does not show deployments674 when there is an upcoming deployment675 renders the upcoming deployment676 creating a new environment677 user is a developer678 developer creates a new environment with a valid name679 developer creates a new environment with invalid name680 user is a reporter681 reporters tries to create a new environment682 environments folders683 available environments684 users unfurls an environment folder685 stopped environments686 users unfurls an environment folder687 environments folders view688 user opens folder view689Projects > Files > User edits files690 when an user has write access691 inserts a content of a file692 does not show the edit link if a file is binary693 commits an edited file694 commits an edited file to a new branch695 shows the diff of an edited file696 behaves like unavailable for an archived project697 does not show the edit link for an archived project698 when an user does not have write access699 inserts a content of a file in a forked project700 opens the Web IDE in a forked project701 commits an edited file in a forked project702 when the user already had a fork of the project703 links to the forked project for editing704 behaves like unavailable for an archived project705 does not show the edit link for an archived project706Group variables707 with disabled ff `ci_variable_settings_graphql708 behaves like variable list709 shows a list of variables710 adds a new CI variable711 adds a new protected variable712 defaults to unmasked713 reveals and hides variables714 deletes a variable715 edits a variable716 edits a variable to be unmasked717 edits a variable to be masked718 shows a validation error box about duplicate keys719 prevents a variable to be added if no values are provided when a variable is set to masked720 shows validation error box about unmaskable values721 handles multiple edits and a deletion722 defaults to the application setting723 application setting is true724 defaults to protected725 shows a message regarding the changed default726 application setting is false727 defaults to unprotected728 does not show a message regarding the default729Protected Tags730 explicit protected tags731 allows creating explicit protected tags732 displays the last commit on the matching tag if it exists733 displays an error message if the named tag does not exist734 wildcard protected tags735 allows creating protected tags with a wildcard736 displays the number of matching tags737 displays all the tags matching the wildcard738 access control739 allows creating protected tags that Maintainers can create740 allows updating protected tags so that Maintainers can create them741 allows creating protected tags that Developers + Maintainers can create742 allows updating protected tags so that Developers + Maintainers can create them743 allows creating protected tags that No one can create744 allows updating protected tags so that No one can create them745Project variables746 with disabled ff `ci_variable_settings_graphql747 adds a new variable with an environment scope748 behaves like variable list749 shows a list of variables750Skipping ./spec/features/project_variables_spec.rb[1:1:1:2] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list adds a new CI variable' because it's flaky.751 adds a new CI variable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)752 adds a new protected variable753Skipping ./spec/features/project_variables_spec.rb[1:1:1:4] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to unmasked' because it's flaky.754 defaults to unmasked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)755 reveals and hides variables756 deletes a variable757 edits a variable758 edits a variable to be unmasked759 edits a variable to be masked760 shows a validation error box about duplicate keys761Skipping ./spec/features/project_variables_spec.rb[1:1:1:11] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list prevents a variable to be added if no values are provided when a variable is set to masked' because it's flaky.762 prevents a variable to be added if no values are provided when a variable is set to masked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)763 shows validation error box about unmaskable values764 handles multiple edits and a deletion765 defaults to the application setting766 application setting is true767Skipping ./spec/features/project_variables_spec.rb[1:1:1:14:1:1] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected' because it's flaky.768 defaults to protected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)769 shows a message regarding the changed default770 application setting is false771Skipping ./spec/features/project_variables_spec.rb[1:1:1:14:2:1] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is false defaults to unprotected' because it's flaky.772 defaults to unprotected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)773 does not show a message regarding the default774User creates branch and merge request on issue page775 when signed out776 doesn't show 'Create merge request' button777 when signed in778 when interacting with the dropdown779 when branch name is auto-generated780 creates a merge request781 creates a branch782 when branch name is custom783 creates a merge request784 creates a branch785 when merge requests are disabled786 shows only create branch button787 when issue is confidential788 enables the create branch button789 when related branch exists790 when user is developer791 shows related branches792 when user is guest793 does not show related branches794Group show page795 when signed in796 with non-admin group concerns797 behaves like an autodiscoverable RSS feed with current_user's feed token798 has an RSS autodiscovery link tag with current_user's feed token799 when group does not exist800 is expected to eq 404801 when user is an owner802 shows the invite banner and persists dismissal803 when group has a project with emoji in description804 shows the project info805 when group has projects806 allows users to sorts projects by most stars807 subgroups and projects empty state808 when user has permissions to create new subgroups or projects809 shows `Create new subgroup` link810 shows `Create new project` link811 when user does not have permissions to create new subgroups or projects812 does not show `Create new subgroup` link813 does not show `Create new project` link814 shows empty state815 when signed out816 RSS817 behaves like an autodiscoverable RSS feed without a feed token818 has an RSS autodiscovery link tag without a feed token819 when group has a public project820 renders public project821 when group has a private project822 does not render private project823 subgroup support824 for owners825 when subgroups are supported826 allows creating subgroups827 for maintainers828 when subgroups are supported829 when subgroup_creation_level is set to maintainers830 allows creating subgroups831 when subgroup_creation_level is set to owners832 does not allow creating subgroups833 notification button834 is enabled by default835 is disabled if emails are disabled836 page og:description837 behaves like page meta description838 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown839 structured schema markup840 shows Organization structured markup841 does not include structured markup in shared projects tab842 does not include structured markup in archived projects tab843Container Registry844 has a page title set845 sidebar menu is open846 when there are no image repositories847 list page has no container title848 when there are image repositories849 list page has a list of images850 navigates to repo details851 when there is a ContainerRegistry::Path::InvalidRegistryPathError852 behaves like handling feature network errors with the container registry853 displays the error message854 when there is a Faraday::Error855 behaves like handling feature network errors with the container registry856 displays the error message857 image repo details858 shows the details breadcrumb859 shows the image title860 shows the image tags861 user removes a specific tag from container repository862 behaves like rejecting tags destruction for an importing repository on863 rejects the tag destruction operation864 when an image has the same name as the subgroup865 details page loads properly866Cluster Health board867 shows cluster board section within the page868 no prometheus available869 shows enable Prometheus message870 when there is cluster with enabled prometheus871 waiting for data872 shows container and waiting for data message873 connected, prometheus returns data874 renders charts875 focuses the single panel on toggle876User sorts merge requests877 keeps the sort option878 fallbacks to issuable_sort cookie key when remembering the sorting option879 separates remember sorting with issues880 when merge requests have awards881 sorts by popularity882Profile > Account883 Social sign-in884 when an identity does not exist885 allows the user to connect886 when an identity already exists887 allows the user to disconnect when there is an existing identity888 shows active for a provider that is not allowed to unlink889 Change username890 the user is accessible via the new path891 the old user path redirects to the new path892 with a project893 the project is accessible via the new path894 the old project path redirects to the new path895 Delete account896 when there are no personal projects897 does not show personal projects removal message898 when one personal project exists899 does show personal project removal message900 when more than one personal projects exists901 shows pluralized personal project removal message902User page903 shows the status if there was one904 shows the pronouns of the user if there was one905 shows the pronunctiation of the user if there was one906 with public profile907 shows all the tabs908 does not show private profile message909 work information910 shows job title and organization details911 shows job title912 shows organization details913 location914 when location is set915 shows location916 when location is not set917 does not show location918 timezone919 when timezone is set920 shows local time921 when timezone is not set922 does not show local time923 when timezone is invalid924 shows local time using the configured default timezone (UTC in this case)925 follow/unfollow and followers/following926 does not show link to follow927 shows 0 followers and 0 following928WARNING: Active Record does not support composite primary key.929user_follow_users has composite primary key. Composite primary key is ignored.930 shows 1 followers and 1 following931 does show link to follow932 does show link to unfollow933 with private profile934 shows no tab935 shows private profile message936 shows own tabs937 with blocked profile938 shows no tab939 shows blocked message940 shows user name as blocked941 shows no additional fields942 shows username943 behaves like default brand title page meta description944 renders the page with description, og:description, and twitter:description meta tags with the default brand title945 with unconfirmed user946 when visited by an authenticated user947 behaves like unconfirmed user profile948 shows user name as unconfirmed949 shows no tab950 shows no additional fields951 shows private profile message952 behaves like default brand title page meta description953 renders the page with description, og:description, and twitter:description meta tags with the default brand title954 when visited by an unauthenticated user955 behaves like unconfirmed user profile956 shows user name as unconfirmed957 shows no tab958 shows no additional fields959 shows private profile message960 behaves like default brand title page meta description961 renders the page with description, og:description, and twitter:description meta tags with the default brand title962 signup disabled963 shows the sign in link964 signup enabled965 shows the sign in and register link966 most recent activity967 shows the most recent activity968 when external authorization is enabled969 hides the most recent activity970 page description971 behaves like page meta description972 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown973 with a bot user974 feature flag enabled975 only shows Overview and Activity tabs976 feature flag disabled977 only shows Overview and Activity tabs978 structured markup979 shows Person structured markup980 GPG keys981 when user has verified GPG keys982 shows link to public GPG keys983 when user does not have verified GPG keys984 does not show link to public GPG keys985Profile account page986 allows resetting of feed token987 allows resetting of incoming email token988 when I delete my account989 is expected to have text "Delete account"990 does not immediately delete the account991 deletes user992 shows invalid password flash message993 does not show delete button when user owns a group994 when I change my username995 changes my username996User creates confidential merge request on issue page997 user has no private fork998 shows that user has no fork available999 user has private fork1000 create merge request in fork1001User visits the profile preferences page1002 shows correct menu item1003 User changes their syntax highlighting theme1004 updates their preference1005 User changes their default dashboard1006 creates a flash message1007 updates their preference1008 User changes their language1009 updates their preference1010 User changes whitespace in code1011 updates their preference1012Maintainer deletes protected tag1013 from the tags list page1014 deletes the tag1015 from a specific tag page1016 deletes the tag1017Display system header and footer bar1018 when authenticated1019 when system header and footer are not configured1020 behaves like system header is not configured1021 does not show system header1022 behaves like system footer is not configured1023 does not show system footer1024 when only system header is defined1025 behaves like system header is configured1026 shows system header1027 shows the correct content1028 behaves like system footer is not configured1029 does not show system footer1030 when only system footer is defined1031 behaves like system header is not configured1032 does not show system header1033 behaves like system footer is configured1034 shows system footer1035 shows the correct content1036 when system header and footer are defined1037 behaves like system header is configured1038 shows system header1039 shows the correct content1040 behaves like system footer is configured1041 shows system footer1042 shows the correct content1043 when not authenticated1044 when system header and footer are not configured1045 behaves like system header is not configured1046 does not show system header1047 behaves like system footer is not configured1048 does not show system footer1049 when only system header is defined1050 behaves like system header is configured1051 shows system header1052 shows the correct content1053 behaves like system footer is not configured1054 does not show system footer1055 when only system footer is defined1056 behaves like system header is not configured1057 does not show system header1058 behaves like system footer is configured1059 shows system footer1060 shows the correct content1061 when system header and footer are defined1062 behaves like system header is configured1063 shows system header1064 shows the correct content1065 behaves like system footer is configured1066 shows system footer1067 shows the correct content1068Projects > Snippets > User deletes a snippet1069DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1070 deletes a snippet1071Private Snippets1072 private Snippet renders for creator1073Admin::Users1074 Tabs1075 links to the Users tab1076 links to the Cohorts tab1077 redirects legacy route1078 Cohorts tab content1079 shows users count per month1080 prompt user about registration features1081 does not render registration features CTA when service ping is enabled1082 with no license and service ping disabled1083 renders registration features CTA1084Snippets tab on a user profile1085 when the user has snippets1086 pagination1087 behaves like paginated snippets1088 is limited to 20 items per page1089 clicking on the link to the second page1090 shows the remaining snippets1091 list content1092 contains only internal and public snippets of a user when a user is logged in1093 contains only public snippets of a user when a user is not logged in1094GFM autocomplete1095 new milestone page1096 behaves like displays autocomplete menu for all entities1097 autocompletes all available entities1098 update milestone page1099 behaves like displays autocomplete menu for all entities1100 autocompletes all available entities1101Projects > Settings > User changes avatar1102 saves the new avatar1103 with an avatar already set1104/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 nil1105 is possible to remove the avatar1106Dashboard Group1107 defaults sort dropdown to last created1108 creates new group1109Projects > Show > User sees README1110 shows the project README1111 obeying robots.txt1112 does not block the requests necessary to load the project README1113Registration enabled callout1114 when "Sign-up enabled" setting is `true`1115 when an admin is logged in1116 displays callout on admin and dashboard pages and root page1117 does not display callout on pages other than root, admin, or dashboard1118 when callout is dismissed1119 does not display callout1120 when a non-admin is logged in1121 does not display callout1122Search group member1123 renders member users1124Projects > Files > User wants to add a Dockerfile file1125 user can pick a Dockerfile file from the dropdown1126AdditionalEmailToExistingAccount1127 add secondary email associated with account1128 verifies confirmation of additional email1129 accepts any pending invites for an email confirmation1130Upload a design through graphQL1131 behaves like handling file uploads1132 with object storage disabled1133 behaves like for a design upload through graphQL1134 creates proper objects1135 is expected to eq 2001136read-only message1137 when database is read-only1138 behaves like Read-only instance1139 shows read-only banner1140 when database is in read-write mode1141 behaves like Read-write instance1142 does not show read-only banner1143User password1144 send password reset1145 when recaptcha is enabled1146 renders recaptcha1147 when recaptcha is not enabled1148 does not render recaptcha1149Knapsack report was generated. Preview:1150{1151 "spec/features/security/project/internal_access_spec.rb": 330.079376742,1152 "spec/features/projects/environments/environments_spec.rb": 209.60386105900034,1153 "spec/features/projects/files/user_edits_files_spec.rb": 160.60450624999794,1154 "spec/features/group_variables_spec.rb": 112.17677023099895,1155 "spec/features/protected_tags_spec.rb": 88.66495700900123,1156 "spec/features/project_variables_spec.rb": 82.07479121600045,1157 "spec/features/issues/user_creates_branch_and_merge_request_spec.rb": 75.46469329699903,1158 "spec/features/groups/show_spec.rb": 55.22979489700083,1159 "spec/features/groups/container_registry_spec.rb": 55.817655956001545,1160 "spec/features/clusters/cluster_health_dashboard_spec.rb": 40.06599231600194,1161 "spec/features/merge_requests/user_sorts_merge_requests_spec.rb": 34.67110441300247,1162 "spec/features/profiles/account_spec.rb": 30.103032736002206,1163 "spec/features/users/show_spec.rb": 20.946035084001778,1164 "spec/features/profile_spec.rb": 24.96922700399955,1165 "spec/features/issues/user_creates_confidential_merge_request_spec.rb": 16.388517945000785,1166 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 19.502670382997167,1167 "spec/features/tags/maintainer_deletes_protected_tag_spec.rb": 15.525553216000844,1168 "spec/features/display_system_header_and_footer_bar_spec.rb": 10.851877933997457,1169 "spec/features/projects/snippets/user_deletes_snippet_spec.rb": 16.861609392999526,1170 "spec/features/snippets/private_snippets_spec.rb": 11.932364769996639,1171 "spec/features/admin/admin_users_spec.rb": 11.245258214999922,1172 "spec/features/users/snippets_spec.rb": 9.10554780899838,1173 "spec/features/projects/milestones/gfm_autocomplete_spec.rb": 9.856839725001919,1174 "spec/features/projects/settings/user_changes_avatar_spec.rb": 7.590688879001391,1175 "spec/features/dashboard/group_spec.rb": 7.669191527002113,1176 "spec/features/projects/show/user_sees_readme_spec.rb": 7.307280542998342,1177 "spec/features/callouts/registration_enabled_spec.rb": 5.6161671390000265,1178 "spec/features/groups/members/search_members_spec.rb": 5.346780758998648,1179 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 4.301289278002514,1180 "spec/features/users/add_email_to_existing_account_spec.rb": 2.2476893089988152,1181 "spec/features/file_uploads/graphql_add_design_spec.rb": 2.4155486339986965,1182 "spec/features/read_only_spec.rb": 1.0162753560034616,1183 "spec/features/users/password_spec.rb": 0.56888034299845461184}1185Knapsack global time execution for tests: 24m 45s1186Pending: (Failures listed here are expected and do not affect your suite's status)1187 1) Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job1188 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1189 # ./spec/features/projects/environments/environments_spec.rb:3421190 2) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list adds a new CI variable1191 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1192 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:101193 3) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to unmasked1194 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1195 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:391196 4) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list prevents a variable to be added if no values are provided when a variable is set to masked1197 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1198 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:1721199 5) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected1200 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1201 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2511202 6) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is false defaults to unprotected1203 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1204 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2711205Finished in 24 minutes 50 seconds (files took 1 minute 16.89 seconds to load)1206602 examples, 0 failures, 6 pending1207Failed to write to log, write log/workhorse-test.log: file already closed1208RSpec exited with 0.1209No examples to retry, congrats!1211Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1212Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1214Uploading artifacts...1215coverage/: found 5 matching files and directories 1216crystalball/: found 2 matching files and directories 1217deprecations/: found 8 matching files and directories 1218knapsack/: found 3 matching files and directories 1219rspec/: found 9 matching files and directories 1220WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1221log/*.log: found 18 matching files and directories 1222WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2658553505/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1223WARNING: Retrying... context=artifacts-uploader error=request redirected1224Uploading artifacts as "archive" to coordinator... 201 Created id=2658553505 responseStatus=201 Created token=i-VEjv6K1225Uploading artifacts...1226rspec/junit_rspec.xml: found 1 matching files and directories 1227WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2658553505/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1228WARNING: Retrying... context=artifacts-uploader error=request redirected1229Uploading artifacts as "junit" to coordinator... 201 Created id=2658553505 responseStatus=201 Created token=i-VEjv6K1231Job succeeded