rspec system pg12 10/24
Passed Started
by
@nmilojevic1
Nikola Milojevic
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org ae3bfce23 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:65e488c552d36b6482a7d5e044925962024fe816a7d797f7c0a153ac842b9aab ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...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.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1626793456-587ad519...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 17% |***** | 65.2M 0:00:04 ETA25gitlab.tar.gz 85% |*************************** | 320M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 373M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 237, done. 33remote: Counting objects: 100% (159/159), done. 34remote: Compressing objects: 100% (60/60), done. 35remote: Total 77 (delta 58), reused 33 (delta 16), pack-reused 0 37 * [new ref] 3f8443f21d8eddb0895bed8fa7e421d67e3ceb67 -> refs/pipelines/34006139438Checking out 3f8443f2 as refs/merge-requests/66303/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 46Successfully extracted cache48Downloading artifacts for compile-test-assets (1438603774)...49Downloading artifacts from coordinator... ok id=1438603774 responseStatus=200 OK token=Svohix8M50Downloading artifacts for detect-tests (1438603822)...51Downloading artifacts from coordinator... ok id=1438603822 responseStatus=200 OK token=LarsiAVB52Downloading artifacts for retrieve-tests-metadata (1438603852)...53Downloading artifacts from coordinator... ok id=1438603852 responseStatus=200 OK token=g4UyPkUe54Downloading artifacts for setup-test-env (1438603789)...55Downloading artifacts from coordinator... ok id=1438603789 responseStatus=200 OK token=X7g2JayV57Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464production:development65Settings are listed in order of priority. The top value will be used.66path67Set for the current user (/root/.bundle/config): "vendor"68clean69Set for the current user (/root/.bundle/config): "true"70without71Set via BUNDLE_WITHOUT: [:production, :development]72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 9 seconds.80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee85Dropped database 'gitlabhq_test'86Created database 'gitlabhq_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-3.1.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 0 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Settings are listed in order of priority. The top value will be used.99jobs100Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4101retry102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3103path104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"105deployment106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true107without108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]109Set via BUNDLE_WITHOUT: [:production, :development]110app_config111Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"112gemfile113Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.9119Using i18n 1.8.10120Using minitest 5.14.4121Using tzinfo 2.0.4122Using zeitwerk 2.4.2123Using activesupport 6.1.3.2124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.5.1127Using racc 1.5.2128Using nokogiri 1.11.5 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.10.0132Using rails-html-sanitizer 1.3.0133Using actionview 6.1.3.2134Using rack 2.2.3135Using rack-test 1.1.0136Using actionpack 6.1.3.2137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.6142Using addressable 2.7.0143Using ast 2.4.1144Using binding_ninja 0.2.3145Using bundler 2.1.4146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.1153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.3157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.0.2160Using rugged 1.1.0161Using github-linguist 7.12.1162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.26.0167Using nokogumbo 1.5.0168Using sanitize 4.6.6169Using stringex 2.8.5170Using gitlab-gollum-lib 4.2.7.10.gitlab.1171Using google-protobuf 3.17.3 (x86_64-linux)172Using googleapis-common-protos-types 1.1.0173Using grpc 1.38.0 (x86_64-linux)174Using opentracing 0.5.0175Using thrift 0.14.1176Using jaeger-client 1.1.0177Using pg_query 2.1.0178Using redis 4.2.5179Using gitlab-labkit 0.20.0180Using gitlab-markup 1.7.1181Using grpc-tools 1.38.0182Using sawyer 0.8.2183Using octokit 4.20.0184Using reverse_markdown 1.4.0185Using thor 1.1.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 2.7.2.0192Using 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.2.0199Using regexp_parser 1.8.1200Using rexml 3.2.4201Using rspec-support 3.8.0202Using rspec-core 3.8.0203Using rspec-expectations 3.8.3204Using rspec-mocks 3.8.0205Using rspec 3.8.0206Using rspec-parameterized 0.4.2207Using rubocop-ast 0.2.0208Using ruby-progressbar 1.10.1209Using unicode-display_width 1.7.0210Using rubocop 0.86.0211Using sentry-raven 3.0.4212Using timecop 0.9.1213Bundle complete! 21 Gemfile dependencies, 96 gems now installed.214Gems in the groups production and development were not installed.215Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`216Checking gitaly-ruby Gemfile...217Checking gitaly-ruby bundle...218The Gemfile's dependencies are satisfied219Trying to connect to gitaly: ....... OK220Trying to connect to gitaly2: ............. OK221Trying to connect to praefect: .... OK222==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.223$ source ./scripts/rspec_helpers.sh224$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226Knapsack report generator started!227Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}228==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.056892493 seconds...229Test environment set up in 0.61043749 seconds230Public Project Access231 Project should be public232 #public?233 is expected to be truthy234 GET /:project_path235DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)236DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)237DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)238DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)239 is expected to be allowed for admin240 is expected to be allowed for owner241 is expected to be allowed for maintainer242 is expected to be allowed for developer243 is expected to be allowed for reporter244 is expected to be allowed for guest245 is expected to be allowed for user246 is expected to be allowed for external247 is expected to be allowed for visitor248 GET /:project_path/-/tree/master249 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 allowed for external257 is expected to be allowed for visitor258 GET /:project_path/-/commits/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 allowed for external267 is expected to be allowed for visitor268 GET /:project_path/-/commit/:sha269DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)270DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)271DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)272DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)273 is expected to be allowed for admin274 is expected to be allowed for owner275 is expected to be allowed for maintainer276 is expected to be allowed for developer277 is expected to be allowed for reporter278 is expected to be allowed for guest279 is expected to be allowed for user280 is expected to be allowed for external281 is expected to be allowed for visitor282 GET /:project_path/-/compare283 is expected to be allowed for admin284 is expected to be allowed for owner285 is expected to be allowed for maintainer286 is expected to be allowed for developer287 is expected to be allowed for reporter288 is expected to be allowed for guest289 is expected to be allowed for user290 is expected to be allowed for external291 is expected to be allowed for visitor292 GET /:project_path/-/project_members293 is expected to be allowed for admin294 is expected to be allowed for owner295 is expected to be allowed for maintainer296 is expected to be allowed for developer297 is expected to be allowed for reporter298 is expected to be allowed for guest299 is expected to be allowed for user300 is expected to be allowed for visitor301 is expected to be allowed for external302 GET /:project_path/-/settings/ci_cd303 is allowed for admin when admin mode is enabled304 is denied for admin when admin mode is disabled305 is expected to be allowed for owner306 is expected to be allowed for maintainer307 is expected to be denied for developer308 is expected to be denied for reporter309 is expected to be denied for guest310 is expected to be denied for user311 is expected to be denied for visitor312 is expected to be denied for external313 GET /:project_path/-/settings/repository314 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 visitor323 is expected to be denied for external324 GET /:project_path/pipelines325 is expected to be allowed for admin326 is expected to be allowed for owner327 is expected to be allowed for maintainer328 is expected to be allowed for developer329 is expected to be allowed for reporter330 is expected to be allowed for guest331 is expected to be allowed for user332 is expected to be allowed for external333 is expected to be allowed for visitor334 GET /:project_path/pipelines/:id335 is expected to be allowed for admin336 is expected to be allowed for owner337 is expected to be allowed for maintainer338 is expected to be allowed for developer339 is expected to be allowed for reporter340 is expected to be allowed for guest341 is expected to be allowed for user342 is expected to be allowed for external343 is expected to be allowed for visitor344 GET /:project_path/builds345 when allowed for public346 is expected to be allowed for admin347 is expected to be allowed for owner348 is expected to be allowed for maintainer349 is expected to be allowed for developer350 is expected to be allowed for reporter351 is expected to be allowed for guest352 is expected to be allowed for user353 is expected to be allowed for external354 is expected to be allowed for visitor355 when disallowed for public356 is allowed for admin when admin mode is enabled357 is denied for admin when admin mode is disabled358 is expected to be allowed for owner359 is expected to be allowed for maintainer360 is expected to be allowed for developer361 is expected to be allowed for reporter362 is expected to be denied for guest363 is expected to be denied for user364 is expected to be denied for external365 is expected to be denied for visitor366 GET /:project_path/builds/:id367 when allowed for public368 is expected to be allowed for admin369 is expected to be allowed for owner370 is expected to be allowed for maintainer371 is expected to be allowed for developer372 is expected to be allowed for reporter373 is expected to be allowed for guest374 is expected to be allowed for user375 is expected to be allowed for external376 is expected to be allowed for visitor377 when disallowed for public378 is allowed for admin when admin mode is enabled379 is denied for admin when admin mode is disabled380 is expected to be allowed for owner381 is expected to be allowed for maintainer382 is expected to be allowed for developer383 is expected to be allowed for reporter384 is expected to be denied for guest385 is expected to be denied for user386 is expected to be denied for external387 is expected to be denied for visitor388 GET /:project_path/builds/:id/trace389 when allowed for public390 is expected to be allowed for admin391 is expected to be allowed for owner392 is expected to be allowed for maintainer393 is expected to be allowed for developer394 is expected to be allowed for reporter395 is expected to be allowed for guest396 is expected to be allowed for user397 is expected to be allowed for external398 is expected to be allowed for visitor399 when disallowed for public400 is allowed for admin when admin mode is enabled401 is denied for admin when admin mode is disabled402 is expected to be allowed for owner403 is expected to be allowed for maintainer404 is expected to be allowed for developer405 is expected to be allowed for reporter406 is expected to be denied for guest407 is expected to be denied for user408 is expected to be denied for external409 is expected to be denied for visitor410 GET /:project_path/pipeline_schedules411 is allowed for admin when admin mode is enabled412 is allowed for admin when admin mode is disabled413 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 allowed for external420 is expected to be allowed for visitor421 GET /:project_path/-/environments422 is allowed for admin when admin mode is enabled423 is allowed 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 allowed for reporter428 is expected to be allowed for guest429 is expected to be allowed for user430 is expected to be allowed for external431 is expected to be allowed for visitor432 GET /:project_path/-/environments/:id433 is allowed for admin when admin mode is enabled434 is allowed for admin when admin mode is disabled435 is expected to be allowed for owner436 is expected to be allowed for maintainer437 is expected to be allowed for developer438 is expected to be allowed for reporter439 is expected to be allowed for guest440 is expected to be allowed for user441 is expected to be allowed for external442 is expected to be allowed for visitor443 GET /:project_path/-/environments/:id/deployments444 is allowed for admin when admin mode is enabled445 is allowed for admin when admin mode is disabled446 is expected to be allowed for owner447 is expected to be allowed for maintainer448 is expected to be allowed for developer449 is expected to be allowed for reporter450 is expected to be allowed for guest451 is expected to be allowed for user452 is expected to be allowed for external453 is expected to be allowed for visitor454 GET /:project_path/-/environments/new455 is allowed for admin when admin mode is enabled456 is denied for admin when admin mode is disabled457 is expected to be allowed for owner458 is expected to be allowed for maintainer459 is expected to be allowed for developer460 is expected to be denied for reporter461 is expected to be denied for guest462 is expected to be denied for user463 is expected to be denied for external464 is expected to be denied for visitor465 GET /:project_path/-/blob466 is expected to be allowed for admin467 is expected to be allowed for owner468 is expected to be allowed for maintainer469 is expected to be allowed for developer470 is expected to be allowed for reporter471 is expected to be allowed for guest472 is expected to be allowed for user473 is expected to be allowed for visitor474 GET /:project_path/edit475DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)476DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)477 is allowed for admin when admin mode is enabled478 is denied for admin when admin mode is disabled479 is expected to be allowed for owner480 is expected to be allowed for maintainer481 is expected to be denied for developer482 is expected to be denied for reporter483 is expected to be denied for guest484 is expected to be denied for user485 is expected to be denied for external486 is expected to be denied for visitor487 GET /:project_path/deploy_keys488 is allowed for admin when admin mode is enabled489 is denied for admin when admin mode is disabled490 is expected to be allowed for owner491 is expected to be allowed for maintainer492 is expected to be denied for developer493 is expected to be denied for reporter494 is expected to be denied for guest495 is expected to be denied for user496 is expected to be denied for external497 is expected to be denied for visitor498 GET /:project_path/issues499 is expected to be allowed for admin500 is expected to be allowed for owner501 is expected to be allowed for maintainer502 is expected to be allowed for developer503 is expected to be allowed for reporter504 is expected to be allowed for guest505 is expected to be allowed for user506 is expected to be allowed for external507 is expected to be allowed for visitor508 GET /:project_path/issues/:id/edit509 is allowed for admin when admin mode is enabled510 is denied for admin when admin mode is disabled511 is expected to be allowed for owner512 is expected to be allowed for maintainer513 is expected to be allowed for developer514 is expected to be allowed for reporter515 is expected to be denied for guest516 is expected to be denied for user517 is expected to be denied for external518 is expected to be denied for visitor519 GET /:project_path/snippets520DEPRECATION 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)521 is expected to be allowed for admin522DEPRECATION 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)523 is expected to be allowed for owner524DEPRECATION 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)525 is expected to be allowed for maintainer526DEPRECATION 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)527 is expected to be allowed for developer528DEPRECATION 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)529 is expected to be allowed for reporter530DEPRECATION 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)531 is expected to be allowed for guest532DEPRECATION 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)533 is expected to be allowed for user534DEPRECATION 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)535 is expected to be allowed for external536DEPRECATION 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)537 is expected to be allowed for visitor538 GET /:project_path/snippets/new539 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/-/merge_requests550 is expected to be allowed for admin551 is expected to be allowed for owner552 is expected to be allowed for maintainer553 is expected to be allowed for developer554 is expected to be allowed for reporter555 is expected to be allowed for guest556 is expected to be allowed for user557 is expected to be allowed for external558 is expected to be allowed for visitor559 GET /:project_path/-/merge_requests/new560 is allowed for admin when admin mode is enabled561 is denied for admin when admin mode is disabled562 is expected to be allowed for owner563 is expected to be allowed for maintainer564 is expected to be allowed for developer565 is expected to be denied for reporter566 is expected to be denied for guest567 is expected to be denied for user568 is expected to be denied for external569 is expected to be denied for visitor570 GET /:project_path/-/branches571 is expected to be allowed for admin572 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 allowed for external579 is expected to be allowed for visitor580 GET /:project_path/-/tags581 is expected to be allowed for admin582 is expected to be allowed for owner583 is expected to be allowed for maintainer584 is expected to be allowed for developer585 is expected to be allowed for reporter586 is expected to be allowed for guest587 is expected to be allowed for user588 is expected to be allowed for external589 is expected to be allowed for visitor590 GET /:project_path/-/settings/integrations591 is allowed for admin when admin mode is enabled592 is denied for admin when admin mode is disabled593 is expected to be allowed for owner594 is expected to be allowed for maintainer595 is expected to be denied for developer596 is expected to be denied for reporter597 is expected to be denied for guest598 is expected to be denied for user599 is expected to be denied for external600 is expected to be denied for visitor601 GET /:project_path/container_registry602 is expected to be allowed for admin603 is expected to be allowed for owner604 is expected to be allowed for maintainer605 is expected to be allowed for developer606 is expected to be allowed for reporter607 is expected to be allowed for guest608 is expected to be allowed for user609 is expected to be allowed for external610 is expected to be allowed for visitor611Merge request > User resolves conflicts612Starting the Capybara driver server...613 can be resolved in the UI614 the conflicts are resolvable615Capybara starting Puma...616* Version 5.3.2 , codename: Sweetnighter617* Min threads: 0, max threads: 4618* Listening on unix:///tmp/20210720-350-6vxp7x619 shows a link to the conflict resolution page620 in Inline view mode621 conflicts are resolved in Interactive mode622 conflicts are resolved in Edit inline mode623 in Parallel view mode624 conflicts are resolved in Interactive mode625 conflicts are resolved in Edit inline mode626 the conflict contain markers627 conflicts can not be resolved in Interactive mode628 conflicts are resolved in Edit inline mode (PENDING: Temporarily skipped with xit)629 with malicious branch name630 renders bad name without xss issues631 when the conflicts contain a large file632 does not show a link to the conflict resolution page633 shows an error if the conflicts page is visited directly634 when the conflicts contain a binary file635 does not show a link to the conflict resolution page636 shows an error if the conflicts page is visited directly637 when the conflicts contain a file edited in one branch and deleted in another638 does not show a link to the conflict resolution page639 shows an error if the conflicts page is visited directly640 when the conflicts contain a non-UTF-8 file641 does not show a link to the conflict resolution page642 shows an error if the conflicts page is visited directly643New project644 with combined_menu feature flag on645 behaves like combined_menu: feature flag examples646 as a user647DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)648DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)649DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)650DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)651 shows a message if multiple levels are restricted652 shows a message if all levels are restricted653 as an admin654 shows "New project" page655 manifest import option656 has Manifest file657 Visibility level selector658 sets selector to Private659 saves visibility level 0 on validation error660 sets selector to Internal661 saves visibility level 10 on validation error662 sets selector to Public663 saves visibility level 20 on validation error664 when group visibility is private but default is internal665 when admin mode is enabled666 has private selected667 when admin mode is disabled668 is not allowed669 when group visibility is public but user requests private670 when admin mode is enabled671 has private selected672 when admin mode is disabled673 is not allowed674 Readme selector675 shows the initialize with Readme checkbox on "Blank project" tab676 does not show the initialize with Readme checkbox on "Create from template" tab677 does not show the initialize with Readme checkbox on "Import project" tab678 Namespace selector679 with user namespace680 selects the user namespace681 with group namespace682 selects the group namespace683 with subgroup namespace684 selects the group namespace685 when changing namespaces dynamically686 enables the correct visibility options687 Import project options688 from git repository url, "Repo by URL"689 does not autocomplete sensitive git repo URL690 shows import instructions691 reports error if repo URL does not end with .git692 keeps "Import project" tab open after form validation error693 from GitHub694 shows import instructions695 from manifest file696 shows import instructions697 Namespace selector698 with group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level699 selects the group namespace700 with combined_menu feature flag off701 behaves like combined_menu: feature flag examples702 as a user703 shows a message if multiple levels are restricted704 shows a message if all levels are restricted705 as an admin706 shows "New project" page707 manifest import option708 has Manifest file709 Visibility level selector710 sets selector to Private711 saves visibility level 0 on validation error712 sets selector to Internal713 saves visibility level 10 on validation error714 sets selector to Public715 saves visibility level 20 on validation error716 when group visibility is private but default is internal717 when admin mode is enabled718 has private selected719 when admin mode is disabled720 is not allowed721 when group visibility is public but user requests private722 when admin mode is enabled723 has private selected724 when admin mode is disabled725 is not allowed726 Readme selector727 shows the initialize with Readme checkbox on "Blank project" tab728 does not show the initialize with Readme checkbox on "Create from template" tab729 does not show the initialize with Readme checkbox on "Import project" tab730 Namespace selector731 with user namespace732 selects the user namespace733 with group namespace734 selects the group namespace735 with subgroup namespace736 selects the group namespace737 when changing namespaces dynamically738 enables the correct visibility options739 Import project options740 from git repository url, "Repo by URL"741 does not autocomplete sensitive git repo URL742 shows import instructions743 reports error if repo URL does not end with .git744 keeps "Import project" tab open after form validation error745 from GitHub746 shows import instructions747 from manifest file748 shows import instructions749 Namespace selector750 with group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level751 selects the group namespace752User squashes a merge request753 when the MR has only one commit754 accepts the merge request without issuing a squash request755 when squash is enabled on merge request creation756 shows the squash checkbox as checked757 when accepting with squash checked758 squashes the commits into a single commit, and adds a merge commit759 when accepting and unchecking squash760 accepts the merge request without squashing761 when squash is not enabled on merge request creation762 shows the squash checkbox as unchecked763 when accepting and checking squash764 squashes the commits into a single commit, and adds a merge commit765 when accepting with squash unchecked766 accepts the merge request without squashing767Environment768 environment details page769 shows environment name770 without auto-stop771 does not show auto-stop text772 does not show auto-stop button773 with auto-stop774 shows auto stop info775 shows auto stop button776 allows user to cancel auto stop777 without deployments778 does not show deployments779 with deployments780 when there is no related deployable781 does show deployment SHA782 when there is a successful deployment783 does show deployments784 when there is a running deployment785 does show deployments786 when there is a failed deployment787 does show deployments788 with related deployable present789 does show build name790 shows the re-deploy button791 with manual action792 when user has ability to trigger deployment793 does show a play button794 does allow to play manual action795 when user has no ability to trigger a deployment796 does not show a play button797 with external_url798 does show an external link button799 with terminal800 when user configured kubernetes from CI/CD > Clusters801 for project maintainer802 shows the terminal button803 web terminal804 displays a web terminal805 for developer806 does not show terminal button807 when environment is available808 with stop action809 when user has ability to stop environment810 allows to stop environment811 when user has no ability to stop environment812 does not allow to stop environment813 for reporter814 does not show stop button815 when environment is stopped816 does not show stop button817 environment folders818 when folder name contains special charaters819 renders a correct environment folder820 auto-close environment when branch is deleted821 user visits environment page822 user deletes the branch with running environment823 when the feature flag :delete_branch_confirmation_modals is disabled824 user deletes the branch with running environment825New/edit issue826 new issue827DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)828DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)829 allows user to create new issue830 correctly updates the dropdown toggle when removing a label831 clears label search input field when a label is selected832 correctly updates the selected user when changing assignee833 description has autocomplete834 shorten users API pagination limit835 displays selected users even if they are not part of the original API call836 single assignee837 unselects other assignees when unassigned is selected838 toggles assign to me when current user is selected and unselected839 milestone840 escapes milestone841 edit issue842 allows user to update issue843 description has autocomplete844 inline edit845 opens inline edit form with shortcut846 sub-group project847 creates project label from dropdown848Projects > User sees sidebar849 on different viewports850 with a extra small viewport851 behaves like has a mobile nav-sidebar852 has a hidden nav-sidebar on load853 can expand the nav-sidebar854 with a small size viewport855 behaves like has a mobile nav-sidebar856 has a hidden nav-sidebar on load857 can expand the nav-sidebar858 with medium size viewport859 behaves like has a collapsed nav sidebar860 has a collapsed desktop nav-sidebar on load861 can expand the nav-sidebar862 with viewport size 1199px863 behaves like has a collapsed nav sidebar864 has a collapsed desktop nav-sidebar on load865 can expand the nav-sidebar866 with a extra large viewport867 behaves like has a expanded nav sidebar868 has a expanded desktop nav-sidebar on load869 can collapse the nav-sidebar870 as owner871 when snippets are disabled872 does not display a "Snippets" link873 as anonymous874 project landing page875 does not show the project file list landing page, but the activity876 shows the wiki when enabled877 shows the issues when enabled878 shows the wiki when wiki and issues are enabled879 as guest880 shows allowed tabs only881 shows build tab if builds are public882 does not show fork button883 does not show clone path884 project landing page885 does not show the project file list landing page886 shows the project activity when issues and wiki are disabled887 shows the wiki when enabled888 shows the issues when enabled889Projects > Snippets > User comments on a snippet890 leaves a comment on a snippet891 has autocomplete892 has zen mode893User edits Release894 renders the breadcrumbs895 renders the edit Release form896 does not update the Release when "Cancel" is clicked897 updates the Release when "Save changes" is clicked898 does not affect the asset link899 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter900 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter901 redirects to the dedicated Release page when "Save changes" is clicked902Internal references903 when referencing to open issue904 from private project905 from merge request906 when user has access to private project907 shows references908 when referencing to open merge request909 from private project910 from merge request911 when user has access to private project912 shows references913Group Badges914 shows a list of badges915 adding a badge916 user can preview a badge917 is expected to eq "http://127.0.0.1:39407/group23/project105/badges/master/pipeline.svg"918 editing a badge919 form is shown when clicking edit button in list920 updates a badge when submitting the edit form921 deleting a badge922 shows a modal when deleting a badge923 deletes a badge when confirming the modal924User views issue925 is expected to have header with correct id and link 1, "Description header", and "description-header"926 shows the merge request and issue actions927 behaves like page meta description928 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown929 when the project is archived930 hides the merge request and issue actions931 user status932 when showing status of the author of the issue933 behaves like showing user status934 shows the status935 when showing status of a user who commented on an issue936 behaves like showing user status937 shows the status938 when status message has an emoji939 correctly renders the emoji940Populate new pipeline CI variables with url params941 var[key1]=value1 populates env_var variable correctly942 file_var[key2]=value2 populates file variable correctly943Admin Broadcast Messages944unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.945unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.946unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.947 see broadcast messages list948 creates a customized broadcast banner message949 creates a customized broadcast notification message950 edit an existing broadcast message951 remove an existing broadcast message952 updates a preview of a customized broadcast banner message953 updates a preview of a customized broadcast notification message954Service Desk Setting955DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)956DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)957DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)958DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)959 shows activation checkbox960 when service_desk_email is disabled961 shows incoming email but not project name suffix after activating962 when service_desk_email is enabled963 allows setting of custom address suffix964 issue description templates965 behaves like issue description templates from current project only966 loads issue description templates from the project only967Public Snippets968 unauthenticated user should see public snippets969 unauthenticated user should see raw public snippets970Merge request > User sees check out branch modal971 shows the check out branch modal972 closes the check out branch modal with the close action973User removes labels974 when one label975 removes label976 when many labels977 removes all labels978Merge request > User resolves Work in Progress979 when there is active pipeline for merge request980 retains merge request data after clicking Resolve WIP status981Dashboard Archived Project982 renders non archived projects983 renders all projects984 renders only archived projects985 searches archived projects986Dashboard > User sorts todos987 sort options988 sorts with oldest created todos first989 sorts with newest created todos first990 sorts by label priority991 issues and merge requests992 doesn't mix issues and merge requests label priorities993Project > Commit > View user status994 status for the commit author995 behaves like showing user status996 shows the status997 status for a comment on the commit998 behaves like showing user status999 shows the status1000 status for a diff note on the commit1001 behaves like showing user status1002 shows the status1003Projects > Show > Redirects1004 shows public project page1005 redirects to sign in page when project is private1006 redirects to sign in page when project does not exist1007 redirects to public project page after signing in1008 redirects to private project page after sign in1009 when signed in1010 returns 404 status when project does not exist1011 returns 404 when project is private1012Admin::Projects1013 GET /admin/projects1014 is expected to be denied for user1015 is expected to be denied for visitor1016 when admin mode is enabled1017 is expected to be allowed for admin1018 when admin mode is disabled1019 is expected to be denied for admin1020 GET /admin/users1021 is expected to be denied for user1022 is expected to be denied for visitor1023 when admin mode is enabled1024 is expected to be allowed for admin1025 when admin mode is disabled1026 is expected to be denied for admin1027 GET /admin/hooks1028 is expected to be denied for user1029 is expected to be denied for visitor1030 when admin mode is enabled1031 is expected to be allowed for admin1032 when admin mode is disabled1033 is expected to be denied for admin1034User visits their profile1035 shows correct menu item1036 shows profile info1037 when user has groups1038 shows user groups1039Milestones sorting1040 visit project milestones and sort by due_date_asc1041Blob shortcuts1042 On a file(blob)1043 pressing "y"1044 redirects to permalink with commit sha1045 maintains fragment hash when redirecting1046User views merged merge request from deleted fork1047 correctly shows the merge request1048User visits the authentication log1049 when user signed in1050 shows correct menu item1051 when user has activity1052 shows user activity1053User edits feature flag user list1054 prefills the edit form with the list name1055View error details page1056 with current user as project guest1057 renders not found1058Knapsack report was generated. Preview:1059{1060 "spec/features/security/project/public_access_spec.rb": 176.17541158,1061 "spec/features/merge_request/user_resolves_conflicts_spec.rb": 113.22058455300004,1062 "spec/features/projects/new_project_spec.rb": 69.01014562099999,1063 "spec/features/merge_request/user_squashes_merge_request_spec.rb": 62.31214572600004,1064 "spec/features/projects/environments/environment_spec.rb": 42.55358083700003,1065 "spec/features/issues/form_spec.rb": 38.92968681000002,1066 "spec/features/projects/user_sees_sidebar_spec.rb": 28.45837201100005,1067 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 29.292324924000013,1068 "spec/features/projects/releases/user_views_edit_release_spec.rb": 23.528472429999965,1069 "spec/features/issuables/markdown_references/internal_references_spec.rb": 20.586250417999963,1070 "spec/features/groups/settings/group_badges_spec.rb": 17.107921690000012,1071 "spec/features/issues/user_views_issue_spec.rb": 14.146791545000042,1072 "spec/features/populate_new_pipeline_vars_with_params_spec.rb": 15.649069151999925,1073 "spec/features/admin/admin_broadcast_messages_spec.rb": 11.99589688399999,1074 "spec/features/projects/settings/service_desk_setting_spec.rb": 11.918167858999936,1075 "spec/features/snippets/public_snippets_spec.rb": 9.572364716000038,1076 "spec/features/merge_request/user_sees_check_out_branch_modal_spec.rb": 9.734655583000063,1077 "spec/features/projects/labels/user_removes_labels_spec.rb": 8.385077302000013,1078 "spec/features/merge_request/user_resolves_wip_mr_spec.rb": 6.234267960000011,1079 "spec/features/dashboard/archived_projects_spec.rb": 7.245120989000043,1080 "spec/features/dashboard/todos/todos_sorting_spec.rb": 5.851573196000004,1081 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 6.224295071999904,1082 "spec/features/projects/show/redirects_spec.rb": 4.112355701999945,1083 "spec/features/security/admin_access_spec.rb": 3.896177144000035,1084 "spec/features/profiles/user_visits_profile_spec.rb": 5.191073367999934,1085 "spec/features/projects/milestones/milestones_sorting_spec.rb": 3.1968434840000555,1086 "spec/features/projects/blobs/shortcuts_blob_spec.rb": 2.8256991179999886,1087 "spec/features/merge_request/user_views_merge_request_from_deleted_fork_spec.rb": 1.9163365749999457,1088 "spec/features/profiles/user_visits_profile_authentication_log_spec.rb": 1.8944545090000702,1089 "spec/features/projects/feature_flag_user_lists/user_edits_feature_flag_user_list_spec.rb": 1.6961331459999656,1090 "spec/features/error_tracking/user_sees_error_details_spec.rb": 1.11929649199998951091}1092Knapsack global time execution for tests: 12m 33s1093Pending: (Failures listed here are expected and do not affect your suite's status)1094 1) Merge request > User resolves conflicts can be resolved in the UI the conflict contain markers conflicts are resolved in Edit inline mode1095 # Temporarily skipped with xit1096 # ./spec/features/merge_request/user_resolves_conflicts_spec.rb:1411097Finished in 12 minutes 36 seconds (files took 48.43 seconds to load)1098553 examples, 0 failures, 1 pending1099Failed to write to log, write log/workhorse-test.log: file already closed1100Tue 20 Jul 2021 03:21:14 PM UTC1102Not uploading cache ruby-gems-v1-4 due to policy1103Not uploading cache gitaly-ruby-gems-v1-4 due to policy1105Uploading artifacts...1106coverage/: found 5 matching files and directories 1107WARNING: crystalball/: no matching files 1108deprecations/: found 11 matching files and directories 1109knapsack/: found 3 matching files and directories 1110rspec_flaky/: found 4 matching files and directories 1111rspec_profiling/: found 1 matching files and directories 1112WARNING: tmp/capybara/: no matching files 1113tmp/memory_test/: found 2 matching files and directories 1114log/*.log: found 17 matching files and directories 1115Uploading artifacts as "archive" to coordinator... ok id=1438604191 responseStatus=201 Created token=o5YduC4y1116Uploading artifacts...1117junit_rspec.xml: found 1 matching files and directories 1118Uploading artifacts as "junit" to coordinator... ok id=1438604191 responseStatus=201 Created token=o5YduC4y1120Job succeeded