rspec system pg12 1/24
Passed Started
by
@jannik_lehmann

Jannik Lehmann
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 9538b0ab3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.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:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...18Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1632944251-a1920ea7...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 23% |******* | 79.6M 0:00:03 ETA25gitlab.tar.gz 89% |**************************** | 308M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 344M 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: 504, done. 33remote: Counting objects: 100% (297/297), done. 34remote: Compressing objects: 100% (137/137), done. 35remote: Total 161 (delta 112), reused 55 (delta 24), pack-reused 0 36Receiving objects: 100% (161/161), 18.59 KiB | 6.20 MiB/s, done.37Resolving deltas: 100% (112/112), completed with 55 local objects.39 * [new ref] ec564e93aecae71f62b0ed076dceb9ea006567fa -> refs/pipelines/37972286640Checking out ec564e93 as refs/merge-requests/70901/merge...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1635435084)...51Downloading artifacts from coordinator... ok id=1635435084 responseStatus=200 OK token=NHSkoXRs52Downloading artifacts for detect-tests (1635435100)...53Downloading artifacts from coordinator... ok id=1635435100 responseStatus=200 OK token=RoFXfzTZ54Downloading artifacts for retrieve-tests-metadata (1635435106)...55Downloading artifacts from coordinator... ok id=1635435106 responseStatus=200 OK token=z-tsJcTd56Downloading artifacts for setup-test-env (1635435091)...57Downloading artifacts from coordinator... ok id=1635435091 responseStatus=200 OK token=2xj78vhx59Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...60$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb61$ export GOPATH=$CI_PROJECT_DIR/.go62$ mkdir -p $GOPATH63$ source scripts/utils.sh64$ source scripts/prepare_build.sh65Bundler version 2.1.466production:development67Settings are listed in order of priority. The top value will be used.68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70clean71Set for the current user (/root/.bundle/config): "true"72without73Set via BUNDLE_WITHOUT: [:production, :development]74install_flags75Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 16 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 0 seconds.86$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee87Dropped database 'gitlabhq_test'88Created database 'gitlabhq_test'89DEPRECATION 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)90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_geo_test'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 132 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 1 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Settings are listed in order of priority. The top value will be used.101jobs102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4103retry104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3105path106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"107deployment108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true109without110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]111Set via BUNDLE_WITHOUT: [:production, :development]112app_config113Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"114gemfile115Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"116Don't run Bundler as root. Bundler can ask for sudo if it is needed, and117installing your bundle as root will break this application for all non-root118users on this machine.119Using abstract_type 0.0.7120Using concurrent-ruby 1.1.9121Using i18n 1.8.10122Using minitest 5.14.4123Using tzinfo 2.0.4124Using zeitwerk 2.4.2125Using activesupport 6.1.3.2126Using builder 3.2.4127Using erubi 1.10.0128Using mini_portile2 2.5.1129Using racc 1.5.2130Using nokogiri 1.11.7 (x86_64-linux)131Using rails-dom-testing 2.0.3132Using crass 1.0.6133Using loofah 2.10.0134Using rails-html-sanitizer 1.3.0135Using actionview 6.1.3.2136Using rack 2.2.3137Using rack-test 1.1.0138Using actionpack 6.1.3.2139Using ice_nine 0.11.2140Using thread_safe 0.3.6141Using memoizable 0.4.2142Using adamantium 0.2.0143Using public_suffix 4.0.6144Using addressable 2.7.0145Using ast 2.4.1146Using binding_ninja 0.2.3147Using bundler 2.1.4148Using charlock_holmes 0.7.7149Using coderay 1.1.2150Using equalizer 0.0.11151Using concord 0.1.5152Using diff-lcs 1.3153Using dotenv 2.7.6154Using escape_utils 1.2.1155Using factory_bot 5.0.2156Using multipart-post 2.1.1157Using faraday 1.0.1158Using ffi 1.15.3159Using json 2.5.1160Using gemojione 3.3.0161Using mini_mime 1.0.2162Using rugged 1.1.0163Using github-linguist 7.12.1164Using github-markup 1.7.0165Using mime-types-data 3.2020.1104166Using mime-types 3.3.1167Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1168Using rouge 3.26.0169Using nokogumbo 1.5.0170Using sanitize 4.6.6171Using stringex 2.8.5172Using gitlab-gollum-lib 4.2.7.10.gitlab.1173Using google-protobuf 3.17.3 (x86_64-linux)174Using googleapis-common-protos-types 1.1.0175Using grpc 1.30.2 (x86_64-linux)176Using opentracing 0.5.0177Using thrift 0.14.1178Using jaeger-client 1.1.0179Using pg_query 2.1.0180Using redis 4.2.5181Using gitlab-labkit 0.20.0182Using gitlab-markup 1.7.1183Using grpc-tools 1.30.2184Using sawyer 0.8.2185Using octokit 4.20.0186Using reverse_markdown 1.4.0187Using thor 1.1.0188Using licensee 9.14.1189Using method_source 0.9.2190Using msgpack 1.3.3191Using optimist 3.0.1192Using parallel 1.19.2193Using parser 2.7.2.0194Using procto 0.0.3195Using unparser 0.4.7196Using proc_to_ast 0.1.0197Using pry 0.12.2198Using rainbow 3.0.0199Using rbtrace 0.4.14200Using rdoc 6.3.2201Using regexp_parser 1.8.1202Using rexml 3.2.4203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 21 Gemfile dependencies, 96 gems now installed.216Gems in the groups production and development were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: .................................................. OK222Trying to connect to gitaly2: ..................................................................... OK223Trying to connect to praefect: ......... OK224==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"227KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb228Knapsack report generator started!229Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}230==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.088532675 seconds...231Test environment set up in 0.72730056 seconds232Issues > User uses quick actions233Starting the Capybara driver server...234DEPRECATION 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)235DEPRECATION 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)236 issuable common quick actions237 behaves like close quick action238 new issue239Capybara starting Puma...240* Version 5.3.2 , codename: Sweetnighter241* Min threads: 0, max threads: 4242* Listening on unix:///tmp/20210929-442-10rfy1o243DEPRECATION 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)244DEPRECATION 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)245DEPRECATION 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)246DEPRECATION 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)247 creates the issue and interprets close quick action accordingly248 post note to existing issue249 creates the note and interprets the close quick action accordingly250 when current user cannot close issue251DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.252To achieve the same use:253 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)254 does not close the issue255 preview of note on issue256 explains close quick action257 behaves like issuable time tracker258 renders the sidebar component empty state259DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.260To achieve the same use:261 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)262 updates the sidebar component when estimate is added263DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.264To achieve the same use:265 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)266 updates the sidebar component when spent is added267DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.268To achieve the same use:269 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)270DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.271To achieve the same use:272 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)273 shows the comparison when estimate and spent are added274DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.275To achieve the same use:276 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)277DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.278To achieve the same use:279 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)280 updates the sidebar component when estimate is removed281DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.282To achieve the same use:283 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)284DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.285To achieve the same use:286 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)287 updates the sidebar component when spent is removed288 shows the help state when icon is clicked289DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.290To achieve the same use:291 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)292DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.293To achieve the same use:294 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)295 shows the time tracking report when link is clicked296 hides the help state when close icon is clicked297 displays the correct help url298 issue-only commands299 behaves like create_merge_request quick action300 create a merge request starting from an issue301DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.302To achieve the same use:303 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)304 doesn't create a merge request when the branch name is invalid305DEPRECATION 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 doesn't create a merge request when a branch with that name already exists309DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.310To achieve the same use:311 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)312 creates a new merge request using issue iid and title as branch name when the branch name is empty313DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.314To achieve the same use:315 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)316 creates a merge request using the given branch name317 behaves like move quick action318 move the issue to another project319 when the project is valid320DEPRECATION 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 moves the issue324 when the project is valid but the user not authorized325DEPRECATION 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 move the issue329 when the project is invalid330DEPRECATION 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 does not move the issue334 when the user issues multiple commands335 applies multiple commands with move command in the end336 behaves like applies the commands to issues in both projects, target and source337DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.338To achieve the same use:339 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)340 applies quick actions341 applies multiple commands with move command in the begining342 behaves like applies the commands to issues in both projects, target and source343DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.344To achieve the same use:345 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)346 applies quick actions347 when editing comments348 moves the issue after quickcommand note was updated349 deletes the note if it was updated to just contain a command350 behaves like zoom quick actions351 /zoom352 without zoom_meetings353DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.354To achieve the same use:355 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)356 adds a Zoom link357DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.358To achieve the same use:359 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)360 cannot add invalid zoom link361 with "removed" zoom meeting362DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.363To achieve the same use:364 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)365 adds a Zoom link366 with "added" zoom meeting367DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.368To achieve the same use:369 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)370 skips addition silently371 /remove_zoom372 with added zoom meeting373DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.374To achieve the same use:375 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)376 removes last Zoom link377 behaves like clone quick action378 clone the issue to another project379 when no target is given380DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.381To achieve the same use:382 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)383 clones the issue in the current project384 when the project is valid385DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.386To achieve the same use:387 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)388 clones the issue389 when cloning with notes390DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.391To achieve the same use:392 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)393 clones the issue with all notes394DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.395To achieve the same use:396 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)397 returns an error if the params are malformed398 when the project is valid but the user not authorized399DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.400To achieve the same use:401 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)402 does not clone the issue403 when the project is invalid404DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.405To achieve the same use:406 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)407 does not clone the issue408 when the user issues multiple commands409 applies multiple commands with clone command in the end410 behaves like applies the commands to issues in both projects, target and source411DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.412To achieve the same use:413 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)414 applies quick actions415 applies multiple commands with clone command in the begining416 behaves like applies the commands to issues in both projects, target and source417DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.418To achieve the same use:419 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)420 applies quick actions421 when editing comments422 clones the issue after quickcommand note was updated423 deletes the note if it was updated to just contain a command424Merge request > User merges when pipeline succeeds425 when there is active pipeline for merge request426 enabling Merge when pipeline succeeds427 when enabled immediately428 behaves like Merge when pipeline succeeds activator429 activates the Merge when pipeline succeeds feature430 when enabled after it was previously canceled431 behaves like Merge when pipeline succeeds activator432 activates the Merge when pipeline succeeds feature433 when it was enabled and then canceled434 behaves like Merge when pipeline succeeds activator435 activates the Merge when pipeline succeeds feature436 when merge when pipeline succeeds is enabled437 allows to cancel the automatic merge438 allows to delete source branch439 when pipeline succeeds440 merges merge request441 view merge request with MWPS enabled but automatically merge fails442 shows information about the merge error443 view merge request with MWPS enabled but automatically merge fails444 shows information about the merge error445 when pipeline is not active446 does not allow to enable merge when pipeline succeeds447Merge request > User edits MR448 non-fork merge request449 behaves like an editable merge request450 updates merge request451 description has autocomplete452 description has quick action autocomplete453 has class js-quick-submit in form454 warns about version conflict455 preserves description textarea height456 when "Remove source branch" is set457 allows to unselect "Remove source branch"458 for a forked project459 behaves like an editable merge request460 updates merge request461 description has autocomplete462 description has quick action autocomplete463 has class js-quick-submit in form464 warns about version conflict465 preserves description textarea height466 when "Remove source branch" is set467 allows to unselect "Remove source branch"468issuable templates469 user creates an issue using templates470 user selects "bug" template471 user selects "bug" template and then "no template"472 user selects "bug" template, edits description and then selects "reset template"473 user creates an issue using templates, with a prior description474 user selects "bug" template475 user creates a merge request using templates476 user selects "feature-proposal" template477 changes template478 user selects "bug" template, then updates description, then selects "feature-proposal" template, then cancels template change479 user selects "bug" template, then updates description, then selects "feature-proposal" template, then dismiss the template warning480 user selects "bug" template, then updates description, then selects "feature-proposal" template, then applies template change481 user creates a merge request from a forked project using templates482 feature proposal template483 template exists in target project484 user selects template485Projects tree486 renders tree table without errors487 renders tree table for a subtree without errors488 renders tree table with non-ASCII filenames without errors489 with a tree that contains pathspec characters490 renders tree table without errors491 gravatar disabled492 renders last commit493 for signed commit494 displays a GPG badge495 on a directory that has not changed recently496 displays a GPG badge497 LFS498 renders LFS badge on blob item499 web IDE500 opens folder in IDE501 for subgroups502 renders tree table without errors503 for signed commit504 displays a GPG badge505User creates snippet506 authenticated user creates a snippet507 uploads a file when dragging into textarea508 validation fails for the first time509 previews a snippet with file510 when the git operation fails511 renders the new page and displays the error512 when snippets default visibility level is restricted513 creates a snippet using the lowest available visibility level as default514 behaves like personal snippet with references515 when using references to resources516 behaves like handles resource links517 with access to the resource518 converts the reference to a link519 without access to the resource520 does not convert the reference to a link521 when using links to resources522 behaves like handles resource links523 with access to the resource524 converts the reference to a link525 without access to the resource526 does not convert the reference to a link527Issue Detail528 when user displays the issue529 shows the issue530 when user displays the issue as an incident531 does not show design management532 when issue description has emojis533 renders gl-emoji tag534 when edited by a user who is later deleted535 shows the issue536 user updates `issue_type` via the issue type dropdown537 when an issue `issue_type` is edited by a signed in user538DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)539 routes the user to the incident details page when the `issue_type` is set to incident540 when an incident `issue_type` is edited by a signed in user541 routes the user to the issue details page when the `issue_type` is set to issue542Sort Issuable List543 for merge requests544 default sort order545 in the "merge requests" tab546 is "last created"547 in the "merge requests / open" tab548 is "created date"549 in the "merge requests / merged" tab550 is "last updated"551 in the "merge requests / closed" tab552 is "last updated"553 in the "merge requests / all" tab554 is "created date"555 custom sorting556 supports sorting in asc and desc order557 for issues558 default sort order559 in the "issues" tab560 is "created date"561 in the "issues / open" tab562 is "created date"563 in the "issues / closed" tab564 is "last updated"565 in the "issues / all" tab566 is "created date"567 when the sort in the URL is created_date568 shows the sort order as created date569 custom sorting570 supports sorting in asc and desc order571Multiple issue updating from issues#index572 status573 sets to closed574 sets to open575 assignee576 updates to current user577 updates to unassigned578 milestone579 updates milestone580 sets to no milestone581Recent searches582 searching adds to recent searches583 visiting URL with search params adds to recent searches584 saved recent searches are restored last on the list585 searches are scoped to projects586 clicking item fills search input587 clear recent searches button, clears recent searches588 shows flash error when failed to parse saved history589 on tablet/mobile screen590 shows only the history icon in the dropdown591 on PC screen592 shows only the Recent searches text in the dropdown593Projects > Settings > Pipelines settings594 for developer595 to be disallowed to view596 for maintainer597 be allowed to change598 updates auto_cancel_pending_pipelines599 updates forward_deployment_enabled600 Auto DevOps601 when auto devops is turned on instance-wide602 auto devops is on by default and can be manually turned off603 when auto devops is not turned on instance-wide604 auto devops is off by default and can be manually turned on605 when auto devops is turned on group level606 renders group enabled badge607 when auto devops is turned on group parent level608 renders group enabled badge609 runners registration token610 has a registration token611 reload registration token612 changes registration token613Merge Request Discussion Lock614 when a user is a team member615 when the discussion is unlocked616 the user can lock the merge_request617 when the discussion is locked618 the user can unlock the merge_request619 when a user is not a team member620 when the discussion is unlocked621 the user can not lock the merge_request622 when the discussion is locked623 the user can not unlock the merge_request624Service Desk Setting625DEPRECATION 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)626DEPRECATION 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)627DEPRECATION 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)628DEPRECATION 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)629 shows activation checkbox630 when service_desk_email is disabled631 shows incoming email but not project name suffix after activating632 when service_desk_email is enabled633 allows setting of custom address suffix634 issue description templates635 behaves like issue description templates from current project only636 loads issue description templates from the project only637Projects > Snippets > User deletes a snippet638DEPRECATION 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)639 deletes a snippet640Projects > Activity > User sees design Activity641 the project is public642 behaves like being able to see design activity643 shows the design comment action in the activity page644 allows filtering out the design events645 allows filtering in the design events646 the project is private647 behaves like being able to see design activity648 shows the design comment action in the activity page649 allows filtering out the design events650 allows filtering in the design events651Promotions652 for service desk653 when service desk is not supported654DEPRECATION 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)655DEPRECATION 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)656 appears in project edit page657 does not show when cookie is set658 when service desk is supported659 does not show promotion660Issue Sidebar on Mobile661 mobile sidebar on merge requests662 behaves like issue sidebar stays collapsed on mobile663 keeps the sidebar collapsed664 mobile sidebar on issues665 behaves like issue sidebar stays collapsed on mobile666 keeps the sidebar collapsed667Project issue boards sidebar milestones668 milestone669 adds a milestone670 removes a milestone671Issue markdown toolbar672 doesn't include first new line when adding bold673 doesn't include first new line when adding underline674Merge request > User marks merge request as draft675 toggles draft status676Merge request > User resolves Work in Progress677 when there is active pipeline for merge request678 retains merge request data after clicking Resolve WIP status679Comment sort direction680 on issue page681 saves sort order682User activates PivotalTracker683 activates service684Logout/Sign out685 sign out redirects to sign in page686 sign out does not show signed out flash notice687 on a read-only instance688 sign out redirects to sign in page689User filters issues690 allows filtering by issues with no specified assignee691 allows filtering by a specified assignee692User interacts with labels693DEPRECATION 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)694DEPRECATION 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)695DEPRECATION 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)696DEPRECATION 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)697DEPRECATION 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)698 shows the list of labels699User views diff by commit700 shows full commit description by default701Upload a git lfs object702 behaves like handling file uploads703 with object storage disabled704 behaves like for a git lfs object705 is expected to change `LfsObject.count` by 1706 is expected to eq 200707Upload a design through graphQL708 behaves like handling file uploads709 with object storage disabled710 behaves like for a design upload through graphQL711 creates proper objects712 is expected to eq 200713User views all merge requests714 shows all merge requests715Multi Select Issue716 with lists717 moves multiple issues to another list (PENDING: Temporarily skipped with xcontext)718 maintains order when moved (PENDING: Temporarily skipped with xcontext)719 move issues in the same list (PENDING: Temporarily skipped with xcontext)720Knapsack report was generated. Preview:721{722 "spec/features/issues/user_uses_quick_actions_spec.rb": 395.94154501899993,723 "spec/features/merge_request/user_merges_when_pipeline_succeeds_spec.rb": 88.54059714999948,724 "spec/features/merge_request/user_edits_mr_spec.rb": 64.75775345700004,725 "spec/features/projects/issuable_templates_spec.rb": 51.90058881999994,726 "spec/features/projects/tree/tree_show_spec.rb": 41.682300980000036,727 "spec/features/snippets/user_creates_snippet_spec.rb": 42.19212479899943,728 "spec/features/issues/issue_detail_spec.rb": 33.9992391830001,729 "spec/features/issuables/sorting_list_spec.rb": 25.304332628999873,730 "spec/features/issues/user_bulk_edits_issues_spec.rb": 25.56676468400019,731 "spec/features/issues/filtered_search/recent_searches_spec.rb": 20.575039651000225,732 "spec/features/projects/settings/pipelines_settings_spec.rb": 17.363172938999924,733 "spec/features/merge_request/merge_request_discussion_lock_spec.rb": 20.036082144999455,734 "spec/features/projects/settings/service_desk_setting_spec.rb": 14.899262611999802,735 "spec/features/projects/snippets/user_deletes_snippet_spec.rb": 12.096389233999616,736 "spec/features/projects/activity/user_sees_design_activity_spec.rb": 11.911815284999648,737 "spec/features/promotion_spec.rb": 8.6928711139999,738 "spec/features/issuables/user_sees_sidebar_spec.rb": 8.637263487000382,739 "spec/features/boards/sidebar_milestones_spec.rb": 9.950621056999807,740 "spec/features/issues/markdown_toolbar_spec.rb": 7.426295792000019,741 "spec/features/merge_request/user_marks_merge_request_as_draft_spec.rb": 7.227329784000176,742 "spec/features/merge_request/user_resolves_wip_mr_spec.rb": 6.536824286999945,743 "spec/features/issues/user_sorts_issue_comments_spec.rb": 6.087188294999578,744 "spec/features/projects/integrations/user_activates_pivotaltracker_spec.rb": 7.097834862000127,745 "spec/features/users/logout_spec.rb": 5.193209089999982,746 "spec/features/issues/user_filters_issues_spec.rb": 3.940146016999279,747 "spec/features/projects/milestones/user_interacts_with_labels_spec.rb": 3.861315731999639,748 "spec/features/merge_request/user_views_diffs_commit_spec.rb": 3.711962090999805,749 "spec/features/file_uploads/git_lfs_spec.rb": 1.094143871999222,750 "spec/features/file_uploads/graphql_add_design_spec.rb": 1.7492855220007186,751 "spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 1.535433256000033752}753Knapsack global time execution for tests: 15m 49s754Pending: (Failures listed here are expected and do not affect your suite's status)755 1) Multi Select Issue with lists moves multiple issues to another list756 # Temporarily skipped with xcontext757 # ./spec/features/boards/multi_select_spec.rb:68758 2) Multi Select Issue with lists maintains order when moved759 # Temporarily skipped with xcontext760 # ./spec/features/boards/multi_select_spec.rb:81761 3) Multi Select Issue with lists move issues in the same list762 # Temporarily skipped with xcontext763 # ./spec/features/boards/multi_select_spec.rb:97764Finished in 15 minutes 51 seconds (files took 58.32 seconds to load)765179 examples, 0 failures, 3 pending766Failed to write to log, write log/workhorse-test.log: file already closed767Wed 29 Sep 2021 09:33:02 PM UTC769Not uploading cache ruby-gems-v1-4 due to policy770Not uploading cache gitaly-ruby-gems-v1-4 due to policy772Uploading artifacts...773coverage/: found 5 matching files and directories 774WARNING: crystalball/: no matching files 775deprecations/: found 23 matching files and directories 776knapsack/: found 3 matching files and directories 777rspec_flaky/: found 4 matching files and directories 778rspec_profiling/: found 1 matching files and directories 779WARNING: tmp/capybara/: no matching files 780tmp/memory_test/: found 2 matching files and directories 781log/*.log: found 16 matching files and directories 782Uploading artifacts as "archive" to coordinator... ok id=1635435179 responseStatus=201 Created token=wKYcBaFj783Uploading artifacts...784junit_rspec.xml: found 1 matching files and directories 785Uploading artifacts as "junit" to coordinator... ok id=1635435179 responseStatus=201 Created token=wKYcBaFj787Job succeeded