rspec system pg12 23/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 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:14566088fc000f09db0a67b267f7de82a1a1a0d45d6a0a023ab580b084be62a8 for postgres:12 with digest postgres@sha256:1cb8f7fc2e6745ef577640de1c9fde04ff9498a7e0d067f1b8e6890ad4ba5073 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:add8cf2f542a4bb4070fad4dd7bb73933a804a0ff57dd611f7be76ffeb4a8ae2 for redis:5.0-alpine with digest redis@sha256:5dbc2c85e636c0aea692972a2eac934ba4f04e9bb6578bc47aa35d28482b2f60 ...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-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1629291057-fcf804f2...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.204.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 56% |****************** | 196M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 347M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 33 * [new ref] 46bb9dc7a79a016d7bc25d076e151617a34eacba -> refs/pipelines/35523861734 * [new branch] master -> origin/master35Checking out 46bb9dc7 as master...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-4...39cache.zip is up to date 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache45Downloading artifacts for compile-test-assets (1513592614)...46Downloading artifacts from coordinator... ok id=1513592614 responseStatus=200 OK token=md4EeJ-G47Downloading artifacts for retrieve-tests-metadata (1513592671)...48Downloading artifacts from coordinator... ok id=1513592671 responseStatus=200 OK token=ff8B4HT949Downloading artifacts for setup-test-env (1513592645)...50Downloading artifacts from coordinator... ok id=1513592645 responseStatus=200 OK token=ANgKL-4k52Using 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 ...53$ [ "$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): "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 10 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'81Created database 'gitlabhq_test'82DEPRECATION 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)83Dropped database 'gitlabhq_geo_test'84Created database 'gitlabhq_geo_test'85==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 27 seconds.86$ run_timed_command "gem install knapsack --no-document"87$ gem install knapsack --no-document88Successfully installed knapsack-4.0.0891 gem installed90==> 'gem install knapsack --no-document' succeeded in 1 seconds.91$ run_timed_command "scripts/gitaly-test-spawn"92$ scripts/gitaly-test-spawn93Settings are listed in order of priority. The top value will be used.94jobs95Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 496retry97Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 398path99Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"100deployment101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true102without103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]104Set via BUNDLE_WITHOUT: [:production, :development]105app_config106Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"107gemfile108Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.9114Using i18n 1.8.10115Using minitest 5.14.4116Using tzinfo 2.0.4117Using zeitwerk 2.4.2118Using activesupport 6.1.3.2119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.5.1122Using racc 1.5.2123Using nokogiri 1.11.5 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.10.0127Using rails-html-sanitizer 1.3.0128Using actionview 6.1.3.2129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.3.2132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.1139Using binding_ninja 0.2.3140Using bundler 2.1.4141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.1.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.26.0162Using nokogumbo 1.5.0163Using sanitize 4.6.6164Using stringex 2.8.5165Using gitlab-gollum-lib 4.2.7.10.gitlab.1166Using google-protobuf 3.17.3 (x86_64-linux)167Using googleapis-common-protos-types 1.1.0168Using grpc 1.38.0 (x86_64-linux)169Using opentracing 0.5.0170Using thrift 0.14.1171Using jaeger-client 1.1.0172Using pg_query 2.1.0173Using redis 4.2.5174Using gitlab-labkit 0.20.0175Using gitlab-markup 1.7.1176Using grpc-tools 1.38.0177Using sawyer 0.8.2178Using octokit 4.20.0179Using reverse_markdown 1.4.0180Using thor 1.1.0181Using licensee 9.14.1182Using method_source 0.9.2183Using msgpack 1.3.3184Using optimist 3.0.1185Using parallel 1.19.2186Using parser 2.7.2.0187Using procto 0.0.3188Using unparser 0.4.7189Using proc_to_ast 0.1.0190Using pry 0.12.2191Using rainbow 3.0.0192Using rbtrace 0.4.14193Using rdoc 6.3.2194Using regexp_parser 1.8.1195Using rexml 3.2.4196Using rspec-support 3.8.0197Using rspec-core 3.8.0198Using rspec-expectations 3.8.3199Using rspec-mocks 3.8.0200Using rspec 3.8.0201Using rspec-parameterized 0.4.2202Using rubocop-ast 0.2.0203Using ruby-progressbar 1.10.1204Using unicode-display_width 1.7.0205Using rubocop 0.86.0206Using sentry-raven 3.0.4207Using timecop 0.9.1208Bundle complete! 21 Gemfile dependencies, 96 gems now installed.209Gems in the groups production and development were not installed.210Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`211Checking gitaly-ruby Gemfile...212Checking gitaly-ruby bundle...213The Gemfile's dependencies are satisfied214Trying to connect to gitaly: ...... OK215Trying to connect to gitaly2: .............. OK216Trying to connect to praefect: ...... OK217==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.218$ source ./scripts/rspec_helpers.sh219$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"220KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb221Knapsack report generator started!222Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}223==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.082024099 seconds...224Test environment set up in 1.514844632 seconds225Merge request > User uses quick actions226Starting the Capybara driver server...227DEPRECATION 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)228DEPRECATION 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)229 issuable common quick actions230 behaves like close quick action231 new merge_request232Capybara starting Puma...233* Version 5.3.2 , codename: Sweetnighter234* Min threads: 0, max threads: 4235* Listening on unix:///tmp/20210818-353-sbgoe4236DEPRECATION 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)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)238 creates the merge_request and interprets close quick action accordingly239 post note to existing merge_request240 creates the note and interprets the close quick action accordingly241 when current user cannot close merge_request242DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.243To achieve the same use:244 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)245 does not close the merge_request246 preview of note on merge_request247 explains close quick action248 behaves like issuable time tracker249 renders the sidebar component empty state250DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.251To achieve the same use:252 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)253 updates the sidebar component when estimate is added254DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.255To achieve the same use:256 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)257 updates the sidebar component when spent is added258DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.259To achieve the same use:260 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)261DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.262To achieve the same use:263 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)264 shows the comparison when estimate and spent are added265DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.266To achieve the same use:267 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)268DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.269To achieve the same use:270 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)271 updates the sidebar component when estimate is removed272DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.273To achieve the same use:274 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)275DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.276To achieve the same use:277 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)278 updates the sidebar component when spent is removed279 shows the help state when icon is clicked280DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.281To achieve the same use:282 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)283DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.284To achieve the same use:285 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)286 shows the time tracking report when link is clicked287 hides the help state when close icon is clicked288 displays the correct help url289 merge-request-only commands290 behaves like merge quick action291 when updating the description292 merges the MR293 when creating a new note294 when the current user can merge the MR295DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.296To achieve the same use:297 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)298 merges the MR299 when auto merge is available300DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.301To achieve the same use:302 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)303 schedules to merge the MR304 when the head diff changes in the meanwhile305DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.306To achieve the same use:307 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)308 does not merge the MR309 when the current user cannot merge the MR310DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.311To achieve the same use:312 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)313 does not merge the MR314 behaves like rebase quick action315 when updating the description316 rebases the MR317 ignores /merge if /rebase is specified318 when creating a new note319 when the current user can rebase the MR320DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.321To achieve the same use:322 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)323 rebase the MR324 when the merge request is closed325DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.326To achieve the same use:327 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)328 does not rebase the MR329 when a rebase is in progress330DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.331To achieve the same use:332 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)333 tells the user a rebase is in progress334 when there are conflicts in the merge request335DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.336To achieve the same use:337 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)338 does not rebase the MR339 when the current user cannot rebase the MR340DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.341To achieve the same use:342 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)343 does not rebase the MR344Protected Branches345 logged in as developer346 Delete protected branch347DEPRECATION 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)348DEPRECATION 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)349 does not allow developer to remove protected branch350 when feature flag :delete_branch_confirmation_modals is disabled351 does not allow developer to remove protected branch352 logged in as maintainer353 Delete protected branch354 removes branch after modal confirmation355 when the feature flag :delete_branch_confirmation_modals is disabled356 removes branch after modal confirmation357 logged in as admin358 explicit protected branches359unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.360unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.361unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.362DEPRECATION 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)363DEPRECATION 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)364DEPRECATION 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)365DEPRECATION 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)366 allows creating explicit protected branches367 displays the last commit on the matching branch if it exists368 displays an error message if the named branch does not exist369 wildcard protected branches370 allows creating protected branches with a wildcard371 displays the number of matching branches372 displays all the branches matching the wildcard373 access control374 allows creating protected branches that Maintainers can push to375 allows updating protected branches so that Maintainers can push to them376 allows creating protected branches that Developers + Maintainers can push to377 allows updating protected branches so that Developers + Maintainers can push to them378 allows creating protected branches that No one can push to379 allows updating protected branches so that No one can push to them380 allows creating protected branches that Maintainers can merge to381 allows updating protected branches so that Maintainers can merge to them382 allows creating protected branches that Developers + Maintainers can merge to383 allows updating protected branches so that Developers + Maintainers can merge to them384 allows creating protected branches that No one can merge to385 allows updating protected branches so that No one can merge to them386 when the users for protected branches feature is off387 when deploy keys are enabled to this project388 when only one deploy key can push389 shows all dropdown sections in the 'Allowed to push' main dropdown, with only one deploy key390 shows all sections but not deploy keys in the 'Allowed to merge' main dropdown391 shows all sections in the 'Allowed to push' update dropdown392 when no deploy key can push393 just shows all sections but not deploy keys in the 'Allowed to push' dropdown394 just shows all sections but not deploy keys in the 'Allowed to push' update dropdown395User interacts with awards396 User interacts with awards in an issue397DEPRECATION 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)398DEPRECATION 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)399 toggles a custom award emoji400 adds an award emoji by a comment401 when a project is archived402 hides the add award button403 User interacts with awards on a note404 shows the award on the note405 allows adding a vote to an award406 allows adding a new emoji407 when the project is archived408 hides the buttons for adding new emoji409 does not allow toggling existing emoji410 User interacts with awards on an issue411 logged in412 adds award to issue413 removes award from issue414 when the issue is locked415 hides the add award button416 does not allow toggling existing emoji417 logged out418 does not see award menu button419 Awards Emoji420 authorized user421 visiting an issue with a legacy award emoji that is not valid anymore422 does not shows a 500 page423 Click award emoji from issue#show424 click the thumbsdown emoji425 increments the thumbsdown emoji426 decrements the thumbsup emoji427 execute /award quick action428 toggles the emoji award on noteable (PENDING: Temporarily skipped with xit)429 unauthorized user430 has disabled emoji button431IDE user commits changes432 user updates nested files433Admin Mode Login434 with two-factor authentication435 with valid username/password436 using one-time code437DEPRECATION 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)438DEPRECATION 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)439 blocks login if we reuse the same code immediately440 not re-using codes441 allows login with valid code442 blocks login with invalid code443 allows login with invalid code, then valid code444 using backup code445 with valid code446 allows login447 invalidates the used code448 with invalid code449 blocks login450 when logging in via omniauth451 when authn_context is worth two factors452 signs user in without prompting for second factor453 when two factor authentication is required454 shows 2FA prompt after omniauth login455 when logging in via ldap456 when two factor authentication is required457 shows 2FA prompt after ldap login458Container Registry459 has a page title set460 when there are no image repositories461 list page has no container title462 list page has cli commands463 when there are image repositories464 list page has a list of images465 user removes entire container repository466 navigates to repo details467 image repo details468 shows the details breadcrumb469 shows the image title470 shows the image tags471 user removes a specific tag from container repository472 pagination navigate to the second page473 with a tag missing digest474 renders the tags list correctly475 image repo details when image has no name476 renders correctly477 when there are more than 10 images478 shows pagination479 pagination goes to second page480 pagination is preserved after navigating back from details481User searches project settings482 in general settings page483 behaves like can search settings484DEPRECATION 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)485DEPRECATION 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)486 hides unmatching sections on search487 behaves like can highlight results488 has search settings field489 highlights the search terms490 in Integrations page491 behaves like can highlight results492 has search settings field493 highlights the search terms494 in Webhooks page495 behaves like can highlight results496 has search settings field497 highlights the search terms498 in Access Tokens page499 behaves like can highlight results500 has search settings field501 highlights the search terms502 in Repository page503 behaves like can search settings504 hides unmatching sections on search505 behaves like can highlight results506 has search settings field507 highlights the search terms508 in CI/CD page509 behaves like can search settings510 hides unmatching sections on search511 behaves like can highlight results512 has search settings field513 highlights the search terms514 in Operations page515 behaves like can search settings516 hides unmatching sections on search517 behaves like can highlight results518 has search settings field519 highlights the search terms520 in Pages page521 behaves like can highlight results522 has search settings field523 highlights the search terms524Projects > Snippets > User comments on a snippet525 leaves a comment on a snippet526 has autocomplete527 has zen mode528Packages529 when feature is not available530 packages feature is disabled by config531 gives 404532 when feature is available533 when there are packages534 behaves like packages list535 shows a list of packages536 when package_details_apollo feature flag is off537 behaves like package details link538 navigates to the correct url539 behaves like package details link540 navigates to the correct url541 deleting a package542 allows you to delete a package543 behaves like shared package sorting544 behaves like correctly sorted packages list545 ordered by Type and ascending false546 behaves like packages list547 shows a list of packages548 behaves like correctly sorted packages list549 ordered by Type and ascending true550 behaves like packages list551 shows a list of packages552 behaves like correctly sorted packages list553 ordered by Name and ascending false554 behaves like packages list555 shows a list of packages556 behaves like correctly sorted packages list557 ordered by Name and ascending true558 behaves like packages list559 shows a list of packages560 behaves like correctly sorted packages list561 ordered by Version and ascending false562 behaves like packages list563 shows a list of packages564 behaves like correctly sorted packages list565 ordered by Version and ascending true566 behaves like packages list567 shows a list of packages568 behaves like correctly sorted packages list569 ordered by Published and ascending false570 behaves like packages list571 shows a list of packages572 behaves like correctly sorted packages list573 ordered by Published and ascending true574 behaves like packages list575 shows a list of packages576 behaves like when there are no packages577 displays the empty message578User can display performance bar579 when user is logged-out580 when the performance_bar feature is disabled581 behaves like performance bar cannot be displayed582 does not show the performance bar by default583 when user press `pb`584 does not show the performance bar by default585 when the performance_bar feature is enabled586 behaves like performance bar cannot be displayed587 does not show the performance bar by default588 when user press `pb`589 does not show the performance bar by default590 when user is logged-in591 when the performance_bar feature is disabled592 behaves like performance bar cannot be displayed593 does not show the performance bar by default594 when user press `pb`595 does not show the performance bar by default596 behaves like performance bar is enabled by default in development597 shows the performance bar by default598 when the performance_bar feature is enabled599 does not show Stats link by default600 behaves like performance bar is enabled by default in development601 shows the performance bar by default602 behaves like performance bar can be displayed603 does not show the performance bar by default604 when user press `pb`605 shows the performance bar606 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set607 shows Stats link608 flamegraphs609 when user has access610 renders flamegraph when requested611 when user does not have access612 renders the original page613Project milestone614 when project has enabled issues615DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_chart_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)616DEPRECATION 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)617DEPRECATION 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)618DEPRECATION 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)619DEPRECATION 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)620 shows issues tab621 shows issues stats622 shows link to browse and add issues623 when project has disabled issues624 does not show any issues under the issues tab625 hides issues stats626 hides new issue button627 does not show an informative message628 when project has an issue629 the collapsed sidebar630 shows the total MR and issue counts631 when the milestone is not associated with a release632 shows "None" in the "Releases" section633 when the sidebar is collapsed634 shows "0" in the "Releases" section635 has a tooltip that reads "Releases"636 when the milestone is associated with one release637 shows "Version 5" in the "Release" section638 when the sidebar is collapsed639 shows "1" in the "Releases" section640 has a tooltip that reads "1 release"641 when the milestone is associated with multiple releases642 shows a shortened list of releases in the "Releases" section643 when the sidebar is collapsed644 shows "6" in the "Releases" section645 has a tooltip that reads "6 releases"646Import/Export - project import integration test647 when selecting the namespace648DEPRECATION 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/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)650/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil651 user imports an exported project successfully652 invalid project653Member autocomplete654 adding a new note on a Issue655 suggests noteable author and note author656 when tribute_autocomplete feature flag is on657 adding a new note on a Issue658 suggests noteable author and note author659 adding a new note on a Merge Request660 suggests noteable author and note author661 adding a new note on a Commit662 suggests noteable author and note author663Profile account page664 when I delete my account665 is expected to have text "Delete account"666 does not immediately delete the account667 deletes user668 shows invalid password flash message669DEPRECATION WARNING: Merging ("members"."access_level" != $1) and ("members"."access_level" = $1) no longer maintain both conditions, and will be replaced by the latter in Rails 6.2. To migrate to Rails 6.2's behavior, use `relation.merge(other, rewhere: true)`. (called from solo_owned_groups at /builds/gitlab-org/gitlab/app/models/user.rb:1356)670 does not show delete button when user owns a group671 when I reset feed token672 resets feed token673 when I reset incoming email token674 resets incoming email token675 when I change my username676 changes my username677Project issue boards sidebar labels678 labels679 shows current labels when editing (PENDING: Temporarily skipped with xit)680 adds a single label681 adds a multiple labels682 removes a label683 creates project label (PENDING: Temporarily skipped with xit)684 creates project label and list (PENDING: Temporarily skipped with xit)685Merge request > User resolves outdated diff discussions686 when a discussion was resolved by a push687 shows that as automatically resolved688 does not show that for active discussions689Project > Show > User interacts with auto devops implicitly enabled banner690 when user does not have maintainer access691 when AutoDevOps is implicitly enabled692 does not display AutoDevOps implicitly enabled banner693 when user has mantainer access694 when AutoDevOps is implicitly enabled695 display AutoDevOps implicitly enabled banner696 when user dismisses the banner697 does not display AutoDevOps implicitly enabled banner698 when AutoDevOps is not implicitly enabled699 does not display AutoDevOps implicitly enabled banner700 when AutoDevOps enabled but container registry is disabled701 shows message that container registry is disabled702User browses artifacts703 when visiting old URL704 redirects to new URL705 when browsing artifacts root directory706 renders a link to the job in the breadcrumbs707 shows artifacts708 shows an artifact709 when browsing a directory with UTF-8 characters in its name710 shows correct content711 when browsing a directory with a text file712 when the project is public713 shows correct content714 when the project is private715 is expected to have visible link "doc_sample.txt" and not have visible css ".js-artifact-tree-external-icon"716 when the project is private and pages access control is enabled717 is expected to have visible link "doc_sample.txt" and have visible css ".js-artifact-tree-external-icon"718Projects > Files > Template Undo Button719 editing a matching file and applying a template720 reverts template application721 creating a non-matching file722 reverts template application723Unsubscribe links724 when logged out725 unsubscribes from the issue when visiting the link from the header726 when visiting the link from the body727 shows the unsubscribe confirmation page and redirects to root path when confirming728 shows the unsubscribe confirmation page and redirects to root path when canceling729 when logged in730 unsubscribes from the issue when visiting the link from the email body731 unsubscribes from the issue when visiting the link from the header732User activates Pushover733 activates service734Project member activity735 when a user joins the project736 presents the correct message737 when a user leaves the project738 presents the correct message739 when a users membership expires for the project740 presents the correct message741User activates Emails on push742 activates service743Sort labels744 sorts by title by default745 sorts by date746Balsamiq file blob747 displays Balsamiq file content748Group Boards749 Creates an issue750 adds an issue to the backlog751 when user is a Reporter in one of the group's projects752 allows user to move issue of project where they are a Reporter753 does not allow user to move issue of project where they are a Guest754 does not allow user to re-position lists755Projects > Files > User wants to add a .gitignore file756 user can pick a .gitignore file from the dropdown757Repository Settings > User sees revoke deploy token modal758 shows the revoke deploy token modal759Creating a new project milestone760 description has emoji autocomplete761Upload a design through graphQL762 behaves like handling file uploads763 with object storage disabled764 behaves like for a design upload through graphQL765 creates proper objects766 is expected to eq 200767Hook logs768 user reads log without getting XSS769Knapsack report was generated. Preview:770{771 "spec/features/merge_request/user_uses_quick_actions_spec.rb": 184.08722545100045,772 "spec/features/protected_branches_spec.rb": 146.550010164,773 "spec/features/issues/user_interacts_with_awards_spec.rb": 107.51244959500036,774 "spec/features/ide/user_commits_changes_spec.rb": 71.84054307499991,775 "spec/features/admin/admin_mode/login_spec.rb": 56.486761819000094,776 "spec/features/projects/container_registry_spec.rb": 45.103156656000465,777 "spec/features/projects/settings/user_searches_in_settings_spec.rb": 43.34222842200052,778 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 29.16732155599948,779 "spec/features/projects/packages_spec.rb": 28.664115194999795,780 "spec/features/user_can_display_performance_bar_spec.rb": 22.97050646400021,781 "spec/features/projects/milestones/milestone_spec.rb": 18.91109669999969,782 "spec/features/projects/import_export/import_file_spec.rb": 19.559581643000456,783 "spec/features/participants_autocomplete_spec.rb": 14.910543209000025,784 "spec/features/profile_spec.rb": 15.442586596999718,785 "spec/features/boards/sidebar_labels_spec.rb": 14.168949556999905,786 "spec/features/merge_request/user_resolves_outdated_diff_discussions_spec.rb": 12.778483158999734,787 "spec/features/projects/show/user_interacts_with_auto_devops_banner_spec.rb": 10.016484044999743,788 "spec/features/projects/artifacts/user_browses_artifacts_spec.rb": 10.898668160999478,789 "spec/features/projects/files/undo_template_spec.rb": 8.54812853599924,790 "spec/features/unsubscribe_links_spec.rb": 7.651707542000622,791 "spec/features/projects/services/user_activates_pushover_spec.rb": 5.197308009999688,792 "spec/features/dashboard/project_member_activity_index_spec.rb": 3.9563263569998526,793 "spec/features/projects/services/user_activates_emails_on_push_spec.rb": 4.658224103999601,794 "spec/features/groups/labels/sort_labels_spec.rb": 3.9493167149994406,795 "spec/features/projects/blobs/balsamiq_spec.rb": 3.6670993899997484,796 "spec/features/groups/board_spec.rb": 16.215281346000666,797 "spec/features/projects/files/gitignore_dropdown_spec.rb": 3.4067847509995772,798 "spec/features/projects/settings/user_sees_revoke_deploy_token_modal_spec.rb": 2.7268067889999656,799 "spec/features/projects/milestones/new_spec.rb": 2.1184422219994303,800 "spec/features/file_uploads/graphql_add_design_spec.rb": 1.5195182910001677,801 "spec/features/projects/hook_logs/user_reads_log_spec.rb": 1.2887914590000946802}803Knapsack global time execution for tests: 15m 17s804Pending: (Failures listed here are expected and do not affect your suite's status)805 1) User interacts with awards Awards Emoji authorized user Click award emoji from issue#show execute /award quick action toggles the emoji award on noteable806 # Temporarily skipped with xit807 # ./spec/features/issues/user_interacts_with_awards_spec.rb:299808 2) Project issue boards sidebar labels labels shows current labels when editing809 # Temporarily skipped with xit810 # ./spec/features/boards/sidebar_labels_spec.rb:32811 3) Project issue boards sidebar labels labels creates project label812 # Temporarily skipped with xit813 # ./spec/features/boards/sidebar_labels_spec.rb:128814 4) Project issue boards sidebar labels labels creates project label and list815 # Temporarily skipped with xit816 # ./spec/features/boards/sidebar_labels_spec.rb:147817Finished in 15 minutes 20 seconds (files took 52.17 seconds to load)818226 examples, 0 failures, 4 pending819Failed to write to log, write log/workhorse-test.log: file already closed820Wed 18 Aug 2021 02:33:10 PM UTC822Not uploading cache ruby-gems-v1-4 due to policy823Not uploading cache gitaly-ruby-gems-v1-4 due to policy825Uploading artifacts...826coverage/: found 5 matching files and directories 827crystalball/: found 2 matching files and directories 828deprecations/: found 26 matching files and directories 829knapsack/: found 3 matching files and directories 830rspec_flaky/: found 4 matching files and directories 831rspec_profiling/: found 1 matching files and directories 832WARNING: tmp/capybara/: no matching files 833tmp/memory_test/: found 2 matching files and directories 834log/*.log: found 17 matching files and directories 835Uploading artifacts as "archive" to coordinator... ok id=1513593034 responseStatus=201 Created token=SzuWuux1836Uploading artifacts...837junit_rspec.xml: found 1 matching files and directories 838Uploading artifacts as "junit" to coordinator... ok id=1513593034 responseStatus=201 Created token=SzuWuux1840Job succeeded