rspec system pg12 7/24
Passed Started
by
@sselhorn

Suzanne Selhorn
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f1a5e4852a8c335ef0f1a3aae30c39c8484660d5aa7dfd5bb8756ee473575da5 for postgres:12 with digest postgres@sha256:0854202db0b3378c46909bab43a85b01dc1b92cc44520480e47dd4fbc22714ee ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...18Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1640015255-688a872f...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: 121839, done. 25remote: Counting objects: 100% (121839/121839), done. 26remote: Compressing objects: 100% (83159/83159), done. 27remote: Total 121839 (delta 53730), reused 83033 (delta 34037), pack-reused 0 28Receiving objects: 100% (121839/121839), 116.76 MiB | 30.00 MiB/s, done.29Resolving deltas: 100% (53730/53730), done.31 * [new ref] a97668e1c6ce02835ce25d669c0aef89f6c2c400 -> refs/pipelines/43345824232Checking out a97668e1 as refs/merge-requests/76253/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-9...36cache.zip is up to date 37Successfully extracted cache38Checking cache for gitaly-ruby-gems-v1-9...39cache.zip is up to date 40Successfully extracted cache42Downloading artifacts for compile-test-assets (1904366238)...43Downloading artifacts from coordinator... ok id=1904366238 responseStatus=200 OK token=-yEmsZHS44Downloading artifacts for detect-tests (1904366266)...45Downloading artifacts from coordinator... ok id=1904366266 responseStatus=200 OK token=9stx6yy246Downloading artifacts for retrieve-tests-metadata (1904366282)...47Downloading artifacts from coordinator... ok id=1904366282 responseStatus=200 OK token=M7L1Bvz248Downloading artifacts for setup-test-env (1904366255)...49Downloading artifacts from coordinator... ok id=1904366255 responseStatus=200 OK token=wN13kysJ51Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...52$ echo $FOSS_ONLY53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh58Bundler version 2.1.459production:development60Settings are listed in order of priority. The top value will be used.61path62Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"63clean64Set for the current user (/root/.bundle/config): "true"65without66Set via BUNDLE_WITHOUT: [:production, :development]67install_flags68Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"69$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check70The Gemfile's dependencies are satisfied71==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.72$ bundle pristine pg73Installing pg 1.2.3 with native extensions74==> 'bundle pristine pg' succeeded in 9 seconds.75$ setup_db_user_only76CREATE ROLE77GRANT78==> 'setup_db_user_only' succeeded in 0 seconds.79$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee80Dropped database 'gitlabhq_test'81Dropped database 'gitlabhq_geo_test'82Created database 'gitlabhq_test'83Created database 'gitlabhq_geo_test'84DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_geo_test'87==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 25 seconds.88$ run_timed_command "gem install knapsack --no-document"89$ gem install knapsack --no-document90Successfully installed knapsack-4.0.0911 gem installed92==> 'gem install knapsack --no-document' succeeded in 0 seconds.93$ run_timed_command "scripts/gitaly-test-spawn"94$ scripts/gitaly-test-spawn95Don't run Bundler as root. Bundler can ask for sudo if it is needed, and96installing your bundle as root will break this application for all non-root97users on this machine.98Using abstract_type 0.0.799Using concurrent-ruby 1.1.9100Using i18n 1.8.10101Using minitest 5.14.4102Using tzinfo 2.0.4103Using zeitwerk 2.4.2104Using activesupport 6.1.4.1105Using builder 3.2.4106Using erubi 1.10.0107Using mini_portile2 2.5.1108Using racc 1.5.2109Using nokogiri 1.11.7 (x86_64-linux)110Using rails-dom-testing 2.0.3111Using crass 1.0.6112Using loofah 2.12.0113Using rails-html-sanitizer 1.4.2114Using actionview 6.1.4.1115Using rack 2.2.3116Using rack-test 1.1.0117Using actionpack 6.1.4.1118Using ice_nine 0.11.2119Using thread_safe 0.3.6120Using memoizable 0.4.2121Using adamantium 0.2.0122Using public_suffix 4.0.6123Using addressable 2.7.0124Using ast 2.4.2125Using binding_ninja 0.2.3126Using bundler 2.1.4127Using charlock_holmes 0.7.7128Using coderay 1.1.2129Using equalizer 0.0.11130Using concord 0.1.5131Using diff-lcs 1.3132Using dotenv 2.7.6133Using escape_utils 1.2.1134Using factory_bot 5.0.2135Using multipart-post 2.1.1136Using faraday 1.0.1137Using ffi 1.15.3138Using json 2.5.1139Using gemojione 3.3.0140Using mini_mime 1.0.2141Using rugged 1.2.0142Using github-linguist 7.12.1143Using github-markup 1.7.0144Using mime-types-data 3.2020.1104145Using mime-types 3.3.1146Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1147Using rouge 3.26.0148Using nokogumbo 1.5.0149Using sanitize 4.6.6150Using stringex 2.8.5151Using gitlab-gollum-lib 4.2.7.10.gitlab.1152Using google-protobuf 3.17.3 (x86_64-linux)153Using googleapis-common-protos-types 1.1.0154Using grpc 1.30.2 (x86_64-linux)155Using opentracing 0.5.0156Using thrift 0.15.0157Using jaeger-client 1.1.0158Using pg_query 2.1.1159Using redis 4.4.0160Using gitlab-labkit 0.21.2161Using rubyzip 2.3.2162Using thor 1.1.0163Using tomlrb 2.0.1164Using with_env 1.1.0165Using rexml 3.2.4166Using xml-simple 1.1.9167Using gitlab-license_finder 6.14.2.1168Using gitlab-markup 1.7.1169Using grpc-tools 1.30.2170Using sawyer 0.8.2171Using octokit 4.20.0172Using reverse_markdown 1.4.0173Using licensee 9.14.1174Using method_source 0.9.2175Using msgpack 1.3.3176Using optimist 3.0.1177Using parallel 1.19.2178Using parser 3.0.3.2179Using procto 0.0.3180Using unparser 0.4.7181Using proc_to_ast 0.1.0182Using pry 0.12.2183Using rainbow 3.0.0184Using rbtrace 0.4.14185Using rdoc 6.3.2186Using regexp_parser 1.8.1187Using rspec-support 3.8.0188Using rspec-core 3.8.0189Using rspec-expectations 3.8.3190Using rspec-mocks 3.8.0191Using rspec 3.8.0192Using rspec-parameterized 0.4.2193Using rubocop-ast 0.2.0194Using ruby-progressbar 1.10.1195Using unicode-display_width 1.7.0196Using rubocop 0.86.0197Using sentry-raven 3.0.4198Using timecop 0.9.1199Bundle complete! 22 Gemfile dependencies, 101 gems now installed.200Gems in the groups production and development were not installed.201Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`202Checking gitaly-ruby Gemfile...203Checking gitaly-ruby bundle...204The Gemfile's dependencies are satisfied205Trying to connect to gitaly: ......................................... OK206Trying to connect to gitaly2: ............................................................ OK207Trying to connect to praefect: ........ OK208==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.209$ source ./scripts/rspec_helpers.sh210$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"211KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb212SKIP_FLAKY_TESTS_AUTOMATICALLY: true213Knapsack report generator started!214Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}215==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.038326217 seconds...216Test environment set up in 0.433486874 seconds217Internal Project Access218 Project should be internal219 #internal?220 is expected to be truthy221 GET /:project_path222 is expected to be allowed for admin223 is expected to be allowed for owner224 is expected to be allowed for maintainer225 is expected to be allowed for developer226 is expected to be allowed for reporter227 is expected to be allowed for guest228 is expected to be allowed for user229 is expected to be denied for external230 is expected to be denied for visitor231 GET /:project_path/-/tree/master232 is expected to be allowed for admin233 is expected to be allowed for owner234 is expected to be allowed for maintainer235 is expected to be allowed for developer236 is expected to be allowed for reporter237 is expected to be allowed for guest238 is expected to be allowed for user239 is expected to be denied for external240 is expected to be denied for visitor241 GET /:project_path/-/commits/master242 is expected to be allowed for admin243 is expected to be allowed for owner244 is expected to be allowed for maintainer245 is expected to be allowed for developer246 is expected to be allowed for reporter247 is expected to be allowed for guest248 is expected to be allowed for user249 is expected to be denied for external250 is expected to be denied for visitor251 GET /:project_path/-/commit/:sha252 is expected to be allowed for admin253 is expected to be allowed for owner254 is expected to be allowed for maintainer255 is expected to be allowed for developer256 is expected to be allowed for reporter257 is expected to be allowed for guest258 is expected to be allowed for user259 is expected to be denied for external260 is expected to be denied for visitor261 GET /:project_path/-/compare262 is expected to be allowed for admin263 is expected to be allowed for owner264 is expected to be allowed for maintainer265 is expected to be allowed for developer266 is expected to be allowed for reporter267 is expected to be allowed for guest268 is expected to be allowed for user269 is expected to be denied for external270 is expected to be denied for visitor271 GET /:project_path/-/project_members272 is expected to be allowed for admin273 is expected to be allowed for owner274 is expected to be allowed for maintainer275 is expected to be allowed for developer276 is expected to be allowed for reporter277 is expected to be allowed for guest278 is expected to be allowed for user279 is expected to be denied for visitor280 is expected to be denied for external281 GET /:project_path/-/settings/ci_cd282 is allowed for admin when admin mode is enabled283 is denied for admin when admin mode is disabled284 is expected to be allowed for owner285 is expected to be allowed for maintainer286 is expected to be denied for developer287 is expected to be denied for reporter288 is expected to be denied for guest289 is expected to be denied for user290 is expected to be denied for visitor291 is expected to be denied for external292 GET /:project_path/-/settings/repository293 is allowed for admin when admin mode is enabled294 is denied for admin when admin mode is disabled295 is expected to be allowed for owner296 is expected to be allowed for maintainer297 is expected to be denied for developer298 is expected to be denied for reporter299 is expected to be denied for guest300 is expected to be denied for user301 is expected to be denied for visitor302 is expected to be denied for external303 GET /:project_path/-/blob304 is expected to be allowed for admin305 is expected to be allowed for owner306 is expected to be allowed for maintainer307 is expected to be allowed for developer308 is expected to be allowed for reporter309 is expected to be allowed for guest310 is expected to be allowed for user311 is expected to be denied for external312 is expected to be denied for visitor313 GET /:project_path/edit314 is allowed for admin when admin mode is enabled315 is denied for admin when admin mode is disabled316 is expected to be allowed for owner317 is expected to be allowed for maintainer318 is expected to be denied for developer319 is expected to be denied for reporter320 is expected to be denied for guest321 is expected to be denied for user322 is expected to be denied for external323 is expected to be denied for visitor324 GET /:project_path/deploy_keys325 is allowed for admin when admin mode is enabled326 is denied for admin when admin mode is disabled327 is expected to be allowed for owner328 is expected to be allowed for maintainer329 is expected to be denied for developer330 is expected to be denied for reporter331 is expected to be denied for guest332 is expected to be denied for user333 is expected to be denied for external334 is expected to be denied for visitor335 GET /:project_path/issues336 is expected to be allowed for admin337 is expected to be allowed for owner338 is expected to be allowed for maintainer339 is expected to be allowed for developer340 is expected to be allowed for reporter341 is expected to be allowed for guest342 is expected to be allowed for user343 is expected to be denied for external344 is expected to be denied for visitor345 GET /:project_path/issues/:id/edit346 is allowed for admin when admin mode is enabled347 is denied for admin when admin mode is disabled348 is expected to be allowed for owner349 is expected to be allowed for maintainer350 is expected to be allowed for developer351 is expected to be allowed for reporter352 is expected to be denied for guest353 is expected to be denied for user354 is expected to be denied for external355 is expected to be denied for visitor356 GET /:project_path/snippets357DEPRECATION 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)358 is expected to be allowed for admin359DEPRECATION 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)360 is expected to be allowed for owner361DEPRECATION 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)362 is expected to be allowed for maintainer363DEPRECATION 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)364 is expected to be allowed for developer365DEPRECATION 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)366 is expected to be allowed for reporter367DEPRECATION 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)368 is expected to be allowed for guest369DEPRECATION 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)370 is expected to be allowed for user371 is expected to be denied for external372 is expected to be denied for visitor373 GET /:project_path/snippets/new374 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/-/merge_requests385 is expected to be allowed for admin386 is expected to be allowed for owner387 is expected to be allowed for maintainer388 is expected to be allowed for developer389 is expected to be allowed for reporter390 is expected to be allowed for guest391 is expected to be allowed for user392 is expected to be denied for external393 is expected to be denied for visitor394 GET /:project_path/-/merge_requests/new395 is allowed for admin when admin mode is enabled396 is denied for admin when admin mode is disabled397 is expected to be allowed for owner398 is expected to be allowed for maintainer399 is expected to be allowed for developer400 is expected to be denied for reporter401 is expected to be denied for guest402 is expected to be denied for user403 is expected to be denied for external404 is expected to be denied for visitor405 GET /:project_path/-/branches406 is expected to be allowed for admin407 is expected to be allowed for owner408 is expected to be allowed for maintainer409 is expected to be allowed for developer410 is expected to be allowed for reporter411 is expected to be allowed for guest412 is expected to be allowed for user413 is expected to be denied for external414 is expected to be denied for visitor415 GET /:project_path/-/tags416 is expected to be allowed for admin417 is expected to be allowed for owner418 is expected to be allowed for maintainer419 is expected to be allowed for developer420 is expected to be allowed for reporter421 is expected to be allowed for guest422 is expected to be allowed for user423 is expected to be denied for external424 is expected to be denied for visitor425 GET /:project_path/-/settings/integrations426 is allowed for admin when admin mode is enabled427 is denied for admin when admin mode is disabled428 is expected to be allowed for owner429 is expected to be allowed for maintainer430 is expected to be denied for developer431 is expected to be denied for reporter432 is expected to be denied for guest433 is expected to be denied for user434 is expected to be denied for external435 is expected to be denied for visitor436 GET /:project_path/pipelines437DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)438DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)439 is expected to be allowed for admin440DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)441DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)442 is expected to be allowed for owner443DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)444DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)445 is expected to be allowed for maintainer446DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)447DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)448 is expected to be allowed for developer449DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)450DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)451 is expected to be allowed for reporter452DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)453DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)454 is expected to be allowed for guest455DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:319)456DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:332)457 is expected to be allowed for user458 is expected to be denied for external459 is expected to be denied for visitor460 GET /:project_path/pipelines/:id461 is expected to be allowed for admin462 is expected to be allowed for owner463 is expected to be allowed for maintainer464 is expected to be allowed for developer465 is expected to be allowed for reporter466 is expected to be allowed for guest467 is expected to be allowed for user468 is expected to be denied for external469 is expected to be denied for visitor470 GET /:project_path/builds471 when allowed for public and internal472 is expected to be allowed for admin473 is expected to be allowed for owner474 is expected to be allowed for maintainer475 is expected to be allowed for developer476 is expected to be allowed for reporter477 is expected to be allowed for guest478 is expected to be allowed for user479 is expected to be denied for external480 is expected to be denied for visitor481 when disallowed for public and internal482 is allowed for admin when admin mode is enabled483 is denied for admin when admin mode is disabled484 is expected to be allowed for owner485 is expected to be allowed for maintainer486 is expected to be allowed for developer487 is expected to be allowed for reporter488 is expected to be denied for guest489 is expected to be denied for user490 is expected to be denied for external491 is expected to be denied for visitor492 GET /:project_path/builds/:id493 when allowed for public and internal494 is expected to be allowed for admin495 is expected to be allowed for owner496 is expected to be allowed for maintainer497 is expected to be allowed for developer498 is expected to be allowed for reporter499 is expected to be allowed for guest500 is expected to be allowed for user501 is expected to be denied for external502 is expected to be denied for visitor503 when disallowed for public and internal504 is allowed for admin when admin mode is enabled505 is denied for admin when admin mode is disabled506 is expected to be allowed for owner507 is expected to be allowed for maintainer508 is expected to be allowed for developer509 is expected to be allowed for reporter510 is expected to be denied for guest511 is expected to be denied for user512 is expected to be denied for external513 is expected to be denied for visitor514 GET /:project_path/builds/:id/trace515 when allowed for public and internal516 is expected to be allowed for admin517 is expected to be allowed for owner518 is expected to be allowed for maintainer519 is expected to be allowed for developer520 is expected to be allowed for reporter521 is expected to be allowed for guest522 is expected to be allowed for user523 is expected to be denied for external524 is expected to be denied for visitor525 when disallowed for public and internal526 is allowed for admin when admin mode is enabled527 is denied for admin when admin mode is disabled528 is expected to be allowed for owner529 is expected to be allowed for maintainer530 is expected to be allowed for developer531 is expected to be allowed for reporter532 is expected to be denied for guest533 is expected to be denied for user534 is expected to be denied for external535 is expected to be denied for visitor536 GET /:project_path/pipeline_schedules537 is allowed for admin when admin mode is enabled538 is allowed for admin when admin mode is disabled539 is expected to be allowed for owner540 is expected to be allowed for maintainer541 is expected to be allowed for developer542 is expected to be allowed for reporter543 is expected to be allowed for guest544 is expected to be allowed for user545 is expected to be denied for external546 is expected to be denied for visitor547 GET /:project_path/-/environments548 is allowed for admin when admin mode is enabled549 is allowed for admin when admin mode is disabled550 is expected to be allowed for owner551 is expected to be allowed for maintainer552 is expected to be allowed for developer553 is expected to be allowed for reporter554 is expected to be allowed for guest555 is expected to be allowed for user556 is expected to be denied for external557 is expected to be denied for visitor558 GET /:project_path/-/environments/:id559 is allowed for admin when admin mode is enabled560 is allowed for admin when admin mode is disabled561 is expected to be allowed for owner562 is expected to be allowed for maintainer563 is expected to be allowed for developer564 is expected to be allowed for reporter565 is expected to be allowed for guest566 is expected to be allowed for user567 is expected to be denied for external568 is expected to be denied for visitor569 GET /:project_path/-/environments/:id/deployments570 is allowed for admin when admin mode is enabled571 is allowed for admin when admin mode is disabled572 is expected to be allowed for owner573 is expected to be allowed for maintainer574 is expected to be allowed for developer575 is expected to be allowed for reporter576 is expected to be allowed for guest577 is expected to be allowed for user578 is expected to be denied for external579 is expected to be denied for visitor580 GET /:project_path/-/environments/new581 is allowed for admin when admin mode is enabled582 is denied for admin when admin mode is disabled583 is expected to be allowed for owner584 is expected to be allowed for maintainer585 is expected to be allowed for developer586 is expected to be denied for reporter587 is expected to be denied for guest588 is expected to be denied for user589 is expected to be denied for external590 is expected to be denied for visitor591 GET /:project_path/container_registry592 is expected to be allowed for admin593 is expected to be allowed for owner594 is expected to be allowed for maintainer595 is expected to be allowed for developer596 is expected to be allowed for reporter597 is expected to be allowed for guest598 is expected to be allowed for user599 is expected to be denied for external600 is expected to be denied for visitor601User activates issue tracker602Starting the Capybara driver server...603 behaves like external issue tracker activation604 user sets and activates the Service605 when the connection test succeeds606Capybara starting Puma...607* Version 5.5.2 , codename: Zawgyi608* Min threads: 0, max threads: 4609* Listening on unix:///tmp/20211220-446-1nyut8f610 activates the service611 shows the link in the menu612 when the connection test fails613 activates the service614 user disables the service615 saves but does not activate the service616 does not show the external tracker link in the menu617 behaves like external issue tracker activation618 user sets and activates the Service619 when the connection test succeeds620 activates the service621 shows the link in the menu622 when the connection test fails623 activates the service624 user disables the service625 saves but does not activate the service626 does not show the external tracker link in the menu627 behaves like external issue tracker activation628 user sets and activates the Service629 when the connection test succeeds630 activates the service631 shows the link in the menu632 when the connection test fails633 activates the service634 user disables the service635 saves but does not activate the service636 does not show the external tracker link in the menu637 behaves like external issue tracker activation638 user sets and activates the Service639 when the connection test succeeds640 activates the service641 shows the link in the menu642 when the connection test fails643 activates the service644 user disables the service645 saves but does not activate the service646 does not show the external tracker link in the menu647 behaves like external issue tracker activation648 user sets and activates the Service649 when the connection test succeeds650 activates the service651 shows the link in the menu652 when the connection test fails653 activates the service654 user disables the service655 saves but does not activate the service656 does not show the external tracker link in the menu657User uses shortcuts658 disabling shortcuts659 can disable shortcuts from help menu660 re-enables shortcuts661 when navigating to the Project pages662 redirects to the project page663 redirects to the activity page664 when navigating to the Repository pages665 redirects to the repository files page666 redirects to the repository commits page667 redirects to the repository graph page668 redirects to the repository charts page669 when navigating to the Issues pages670 redirects to the issues list page671 redirects to the issue board page672 redirects to the new issue page673 when navigating to the Merge Requests pages674 redirects to the merge requests page675 when navigating to the CI/CD pages676 redirects to the Jobs page677 when navigating to the Deployments page678 redirects to the Environments page679 when navigating to the Monitor pages680 redirects to the Metrics page681 when navigating to the Infrastructure pages682 redirects to the Kubernetes page683 when navigating to the Snippets pages684DEPRECATION 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)685 redirects to the snippets page686 when navigating to the Wiki pages687 redirects to the wiki page688User comments on a diff689 single suggestion note690 hides suggestion popover691 suggestion is presented692 allows suggestions in replies693 suggestion is appliable694 applying suggestions in batches695 can add and remove suggestions from a batch696 multi-line suggestions697 suggestion is appliable698 resolves discussion when applied699User edits a merge request700 Squash commits701 override MR setting if "Required" is saved702 recovers MR squash setting if "Required" is not saved703 does not override MR squash setting if "Do not allow" is saved704 displays "Required in this project" for "Required" project setting squash option705 does not display message for "Allow" project setting squash option706 does not display message for "Encourage" project setting squash option707 is hidden for "Do not allow" project setting squash option708 changing target branch709 allows user to change target branch710 merged merge request711 does not allow user to change target branch712Cherry-pick Commits713 when clicking cherry-pick from the dropdown for a commit on pipelines tab714 launches the modal form715 when starting from the commit tab716 when cherry-picking a commit717 is expected to have text "The commit has been successfully cherry-picked into master."718 when cherry-picking a merge commit719 is expected to have text "The commit has been successfully cherry-picked into master."720 when cherry-picking a commit that was previously cherry-picked721Skipping ./spec/features/projects/commit/cherry_pick_spec.rb[1:2:3:1] 'Cherry-pick Commits when starting from the commit tab when cherry-picking a commit that was previously cherry-picked ' because it's flaky.722 example at ./spec/features/projects/commit/cherry_pick_spec.rb:52 (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)723 when cherry-picking a commit in a new merge request724 is expected to have text "From cherry-pick-7d3b0f7c into master"725 when I cherry-picking a commit from a different branch726 is expected to have text "The commit has been successfully cherry-picked into feature."727 when the project is archived728 does not show the cherry-pick button729issue header730 when user has permission to update731 within the issue actions dropdown menu732 shows the "New issue", "Report abuse", and "Delete issue" items733 when the issue is open734 has a "Close issue" button735 when the issue is closed736 has a "Reopen issue" button737 when the issue is closed and locked738 does not have a "Reopen issue" button739 when the current user is the issue author740 does not show "Report abuse" link in dropdown741 when user is admin and the project is set up for spam742 within the issue actions dropdown menu743 has "Submit as spam" item744 when user does not have permission to update745 within the issue actions dropdown menu746 only shows the "New issue" and "Report abuse" items747 when the issue is open748 does not have a "Close issue" button749 when the issue is closed750 does not have a "Reopen issue" button751 when the issue is closed and locked752 does not have a "Reopen issue" button753 when the current user is the issue author754 does not show "Report abuse" link in dropdown755Projects > Members > Sorting756 sorts by account by default757 sorts by max role ascending758 sorts by max role descending759 sorts by access granted ascending760 sorts by access granted descending761 sorts by account ascending762 sorts by account descending763 sorts by last sign-in ascending764 sorts by last sign-in descending765Groups > Members > Manage members766 update user to owner level767 add user to group768 do not disclose email addresses769 remove user from group770 add yourself to group when already an owner771Skipping ./spec/features/groups/members/manage_members_spec.rb[1:9] 'Groups > Members > Manage members invite user to group' because it's flaky.772 invite user to group (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)773 when Invite Members modal is enabled774 behaves like includes the correct Invite link775 includes either the form or the modal trigger776 behaves like includes the correct Invite link777 includes either the form or the modal trigger778 when Invite Members modal is disabled779 behaves like includes the correct Invite link780 includes either the form or the modal trigger781 behaves like includes the correct Invite link782 includes either the form or the modal trigger783 when Invite Members modal is disabled784 do not disclose email addresses785 when user is a guest786 does not include a button on the members page list to manage or remove the existing member787 behaves like does not include either invite modal or either invite form788 does not include either of the invite members or invite group modal buttons789 does not include either of the invite users or invite group forms790 when user is a guest and the :invite_members_group_modal feature flag is disabled791 does not include a button on the members page list to manage or remove the existing member792 behaves like does not include either invite modal or either invite form793 does not include either of the invite members or invite group modal buttons794 does not include either of the invite users or invite group forms795Contributions Calendar796 calendar day selection797 displays calendar798 select calendar day799 displays calendar day activities800 select another calendar day801 displays different calendar day activities802 deselect calendar day803 hides calendar day activities804 calendar daily activities805 1 issue creation calendar activity806 behaves like a day with activity807 displays calendar activity square for 1 contribution808 issue title is shown on activity page809 displays calendar activity log810 1 comment calendar activity811 behaves like a day with activity812 displays calendar activity square for 1 contribution813 10 calendar activities814 behaves like a day with activity815 displays calendar activity square for 1 contribution816 calendar activity on two days817 displays calendar activity squares for both days818 displays calendar activity square for yesterday819 displays calendar activity square for today820 on smaller screens821 size xs822 behaves like hidden activity calendar823 hides the activity calender824User searches for merge requests825 does not show top right search form826 finds a merge request827 sorts by created date828 when search times out829 renders timeout information830 sets tab count to 0831 when on a project page832 finds a merge request833Dropdown emoji834 when user not logged in835 behavior836 does not open when the search bar has my-reaction=837 when user loggged in838 behavior839 opens when the search bar has my-reaction=840 loads all the emojis when opened841 shows the most populated emoji at top of dropdown842User follows pipeline suggest nudge spec when feature is enabled843 viewing the new blob page844 when the page is loaded from the link using the suggest_gitlab_ci_yml param845 pre-fills .gitlab-ci.yml for file name846 chooses the .gitlab-ci.yml Template Type847 displays suggest_gitlab_ci_yml popover848 sets the commit cookie when the Commit button is clicked849 when the page is visited without the param850 does not pre-fill .gitlab-ci.yml for file name851 does not choose the .gitlab-ci.yml Template Type852 does not display suggest_gitlab_ci_yml popover853User views diffs file-by-file854 shows diffs file-by-file855Group Packages & Registries settings856 when packges feature is disabled on the group857 the menu item is not visible858 renders 404 when navigating to page859 when packages feature is enabled on the group860 the menu item is visible861 has a page title set862 sidebar menu is open863 has a Package Registry section864 automatically saves changes to the server865 shows an error on wrong regex866 in a sub group867 works correctly868User creates feature flag869 user creates a flag enabled for user ids870 user creates a flag with default environment scopes871 removes the correct strategy when a strategy is deleted872Admin Mode Logout873 disable removes admin mode and redirects to root page874 disable shows flash notice875 on a read-only instance876 disable removes admin mode and redirects to root page877User deletes branch878 deletes branch879 when the feature flag :delete_branch_confirmation_modals is disabled880 deletes branch881User deletes snippet882DEPRECATION 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)883 deletes the snippet884ActionCable logging885 adds extra context to logs886Profile > Chat887 uses authorization link888 clicks authorize889 goes to list of chat names and see chat account890 second use of link is denied891 clicks deny892 goes to list of chat names and do not see chat account893 second use of link is denied894 visits chat accounts895 sees chat user896 removes chat account897User activates Packagist898 activates service899User views diffs file-by-file900 shows diffs file-by-file901Subgroup Issuables902 shows the full subgroup title when issues index page is empty903 shows the full subgroup title when merge requests index page is empty904Projects > Settings > Packages905 Packages enabled in config906 displays the packages toggle button907 Packages disabled in config908 does not show up in UI909New issue breadcrumb910 displays link to project issues and new issue911 links to current issue in breadcrubs912 excludes award_emoji from comment count913Balsamiq file blob914 displays Balsamiq file content915View error index page916 with error tracking settings disabled917 renders call to action918 with current user as project guest919 renders not found920Snippets921 when the project has snippets922 behaves like paginated snippets923DEPRECATION 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)924 is limited to 20 items per page925 clicking on the link to the second page926DEPRECATION 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)927DEPRECATION 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)928 shows the remaining snippets929 rendering engine930 renders Vue application931Upload a group export archive932 behaves like handling file uploads933 with object storage disabled934 behaves like for a group export archive935 is expected to change `Group.count` by 1936 is expected to eq 202937Admin browse spam logs938 browse spam logs939Knapsack report was generated. Preview:940{941 "spec/features/security/project/internal_access_spec.rb": 213.04236162400002,942 "spec/features/projects/services/user_activates_issue_tracker_spec.rb": 120.62102246599989,943 "spec/features/projects/user_uses_shortcuts_spec.rb": 79.15551398599928,944 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 61.52205265900011,945 "spec/features/merge_request/user_edits_merge_request_spec.rb": 51.877541967999605,946 "spec/features/projects/commit/cherry_pick_spec.rb": 41.38220671599993,947 "spec/features/issues/issue_header_spec.rb": 39.07510720499977,948 "spec/features/projects/members/sorting_spec.rb": 26.662512595999942,949 "spec/features/groups/members/manage_members_spec.rb": 30.820506011999896,950 "spec/features/calendar_spec.rb": 25.85643838499982,951 "spec/features/search/user_searches_for_merge_requests_spec.rb": 21.686027090000607,952 "spec/features/issues/filtered_search/dropdown_emoji_spec.rb": 21.480263002000356,953 "spec/features/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 17.60127548699984,954 "spec/features/merge_request/user_views_auto_expanding_diff_spec.rb": 16.254496354000366,955 "spec/features/groups/settings/packages_and_registries_spec.rb": 17.67854527899999,956 "spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 12.515854884999499,957 "spec/features/admin/admin_mode/logout_spec.rb": 11.794019758000104,958 "spec/features/projects/branches/user_deletes_branch_spec.rb": 9.182176794000043,959 "spec/features/snippets/user_deletes_snippet_spec.rb": 9.412394760999632,960 "spec/features/action_cable_logging_spec.rb": 10.086368053000115,961 "spec/features/profiles/chat_names_spec.rb": 6.697414876999574,962 "spec/features/projects/services/user_activates_packagist_spec.rb": 5.1241436780001095,963 "spec/features/merge_request/user_views_diffs_file_by_file_spec.rb": 6.548570283000117,964 "spec/features/projects/sub_group_issuables_spec.rb": 4.398736981999718,965 "spec/features/projects/settings/packages_settings_spec.rb": 5.291034152000066,966 "spec/features/issues/user_sees_breadcrumb_links_spec.rb": 4.050996177000343,967 "spec/features/projects/blobs/balsamiq_spec.rb": 3.7655027459995836,968 "spec/features/error_tracking/user_sees_error_index_spec.rb": 2.592748305999521,969 "spec/features/snippets_spec.rb": 3.19273785400037,970 "spec/features/file_uploads/group_import_spec.rb": 1.1523430119996192,971 "spec/features/admin/admin_browse_spam_logs_spec.rb": 1.2253948050001782972}973Knapsack global time execution for tests: 14m 41s974Pending: (Failures listed here are expected and do not affect your suite's status)975 1) Cherry-pick Commits when starting from the commit tab when cherry-picking a commit that was previously cherry-picked 976 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example977 # ./spec/features/projects/commit/cherry_pick_spec.rb:52978 2) Groups > Members > Manage members invite user to group979 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example980 # ./spec/features/groups/members/manage_members_spec.rb:173981Finished in 14 minutes 43 seconds (files took 37.68 seconds to load)982499 examples, 0 failures, 2 pending983Failed to write to log, write log/workhorse-test.log: file already closed984Mon Dec 20 17:07:15 UTC 2021986Not uploading cache ruby-gems-v1-9 due to policy987Not uploading cache gitaly-ruby-gems-v1-9 due to policy989Uploading artifacts...990coverage/: found 5 matching files and directories 991crystalball/: found 2 matching files and directories 992deprecations/: found 14 matching files and directories 993knapsack/: found 3 matching files and directories 994rspec_flaky/: found 5 matching files and directories 995rspec_profiling/: found 1 matching files and directories 996WARNING: tmp/capybara/: no matching files 997tmp/memory_test/: found 2 matching files and directories 998log/*.log: found 18 matching files and directories 999Uploading artifacts as "archive" to coordinator... ok id=1904366694 responseStatus=201 Created token=gMmDS3bw1000Uploading artifacts...1001junit_rspec.xml: found 1 matching files and directories 1002Uploading artifacts as "junit" to coordinator... ok id=1904366694 responseStatus=201 Created token=gMmDS3bw1004Job succeeded