rspec system pg12 5/24
Passed Started
by
@mikolaj_wawrzyniak

Mikołaj Wawrzyniak
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on docker-auto-scale-com 1d6b581d3 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-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1629278550-925bd878...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 1% | | 4096k 0:01:25 ETA25gitlab.tar.gz 68% |********************** | 239M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 347M 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: 193, done. 33remote: Counting objects: 100% (141/141), done. 34remote: Compressing objects: 100% (55/55), done. 35remote: Total 91 (delta 78), reused 47 (delta 36), pack-reused 0 37 * [new ref] 87ccd58290a6f21a5fb92623e3970840943714e8 -> refs/pipelines/35508967238 * [new branch] master -> origin/master39Checking out 87ccd582 as master...40Skipping Git submodules setup42Checking cache for ruby-gems-v1-4...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 44Successfully extracted cache45Checking cache for gitaly-ruby-gems-v1-4...46Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 47Successfully extracted cache49Downloading artifacts for compile-test-assets (1512821856)...50Downloading artifacts from coordinator... ok id=1512821856 responseStatus=200 OK token=yv2CxeL351Downloading artifacts for retrieve-tests-metadata (1512821865)...52Downloading artifacts from coordinator... ok id=1512821865 responseStatus=200 OK token=UxJ4xnY953Downloading artifacts for setup-test-env (1512821862)...54Downloading artifacts from coordinator... ok id=1512821862 responseStatus=200 OK token=r5iGa7Zz56Using 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 ...57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh62Bundler version 2.1.463production:development64Settings are listed in order of priority. The top value will be used.65path66Set for the current user (/root/.bundle/config): "vendor"67clean68Set for the current user (/root/.bundle/config): "true"69without70Set via BUNDLE_WITHOUT: [:production, :development]71install_flags72Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"73$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.76$ bundle pristine pg77Installing pg 1.2.3 with native extensions78==> 'bundle pristine pg' succeeded in 9 seconds.79$ setup_db_user_only80CREATE ROLE81GRANT82==> 'setup_db_user_only' succeeded in 1 seconds.83$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee84Dropped database 'gitlabhq_test'85Created database 'gitlabhq_test'86DEPRECATION 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)87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_geo_test'89==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.90$ run_timed_command "gem install knapsack --no-document"91$ gem install knapsack --no-document92Successfully installed knapsack-4.0.0931 gem installed94==> 'gem install knapsack --no-document' succeeded in 0 seconds.95$ run_timed_command "scripts/gitaly-test-spawn"96$ scripts/gitaly-test-spawn97Settings are listed in order of priority. The top value will be used.98jobs99Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4100retry101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3102path103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"104deployment105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true106without107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]108Set via BUNDLE_WITHOUT: [:production, :development]109app_config110Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"111gemfile112Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"113Don't run Bundler as root. Bundler can ask for sudo if it is needed, and114installing your bundle as root will break this application for all non-root115users on this machine.116Using abstract_type 0.0.7117Using concurrent-ruby 1.1.9118Using i18n 1.8.10119Using minitest 5.14.4120Using tzinfo 2.0.4121Using zeitwerk 2.4.2122Using activesupport 6.1.3.2123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.5.1126Using racc 1.5.2127Using nokogiri 1.11.5 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.10.0131Using rails-html-sanitizer 1.3.0132Using actionview 6.1.3.2133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.3.2136Using ice_nine 0.11.2137Using thread_safe 0.3.6138Using memoizable 0.4.2139Using adamantium 0.2.0140Using public_suffix 4.0.6141Using addressable 2.7.0142Using ast 2.4.1143Using binding_ninja 0.2.3144Using bundler 2.1.4145Using charlock_holmes 0.7.7146Using coderay 1.1.2147Using equalizer 0.0.11148Using concord 0.1.5149Using diff-lcs 1.3150Using dotenv 2.7.6151Using escape_utils 1.2.1152Using factory_bot 5.0.2153Using multipart-post 2.1.1154Using faraday 1.0.1155Using ffi 1.15.3156Using json 2.5.1157Using gemojione 3.3.0158Using mini_mime 1.0.2159Using rugged 1.1.0160Using github-linguist 7.12.1161Using github-markup 1.7.0162Using mime-types-data 3.2020.1104163Using mime-types 3.3.1164Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1165Using rouge 3.26.0166Using nokogumbo 1.5.0167Using sanitize 4.6.6168Using stringex 2.8.5169Using gitlab-gollum-lib 4.2.7.10.gitlab.1170Using google-protobuf 3.17.3 (x86_64-linux)171Using googleapis-common-protos-types 1.1.0172Using grpc 1.38.0 (x86_64-linux)173Using opentracing 0.5.0174Using thrift 0.14.1175Using jaeger-client 1.1.0176Using pg_query 2.1.0177Using redis 4.2.5178Using gitlab-labkit 0.20.0179Using gitlab-markup 1.7.1180Using grpc-tools 1.38.0181Using sawyer 0.8.2182Using octokit 4.20.0183Using reverse_markdown 1.4.0184Using thor 1.1.0185Using licensee 9.14.1186Using method_source 0.9.2187Using msgpack 1.3.3188Using optimist 3.0.1189Using parallel 1.19.2190Using parser 2.7.2.0191Using procto 0.0.3192Using unparser 0.4.7193Using proc_to_ast 0.1.0194Using pry 0.12.2195Using rainbow 3.0.0196Using rbtrace 0.4.14197Using rdoc 6.3.2198Using regexp_parser 1.8.1199Using rexml 3.2.4200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 21 Gemfile dependencies, 96 gems now installed.213Gems in the groups production and development were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ....... OK219Trying to connect to gitaly2: ............. OK220Trying to connect to praefect: ..... OK221==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"224KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb225Knapsack report generator started!226Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}227==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.042996076 seconds...228Test environment set up in 0.582260001 seconds229Project wikis230 behaves like User creates wiki page231 when wiki is empty232Starting the Capybara driver server...233DEPRECATION 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)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)235Capybara starting Puma...236* Version 5.3.2 , codename: Sweetnighter237* Min threads: 0, max threads: 4238* Listening on unix:///tmp/20210818-355-184lg2q239DEPRECATION 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)240DEPRECATION 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)241 disables the submit button242DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)243 makes sure links to unknown pages work correctly244DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)245 shows non-escaped link in the pages list246 has `Create home` as a commit message247DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)248 creates a page from the home page249DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)250 creates ASCII wiki with LaTeX blocks251DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)252 creates a wiki page with Org markup253 behaves like wiki file attachments254 uploading attachments255 before uploading256 shows "Attach a file" button257 uploading is in progress2582021-08-18 10:30:38 +0000 Rack app ("POST /api/v4/projects/9/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png614988307>259 cancels uploading on clicking to "Cancel" button2602021-08-18 10:30:41 +0000 Rack app ("POST /api/v4/projects/10/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png294318678>261 shows "Attaching a file" message on uploading 1 file262 uploading is complete263 shows "Attach a file" button on uploading complete264 the markdown link is added to the page265 the links point to the wiki root url266 the file has been added to the wiki repository267 when wiki is not empty268 shows the emoji autocompletion dropdown269 via the `new wiki page` page270DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)271 creates a page with a single word272DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)273 creates a page with spaces in the name274DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)275 creates a page with hyphens in the name276 behaves like User deletes wiki page277 when user is the owner or maintainer278 behaves like deletes a wiki page279DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)280 deletes a page281 when user is a developer282 behaves like deletes a wiki page283DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)284 deletes a page285 behaves like User previews wiki changes286 when rendering a new wiki page287 behaves like relative links288 when there are no spaces or hyphens in the page name289 behaves like rewrites relative links290 is expected to have visible link "relative link 3" with href "/user1/project21/-/wikis/a/b/c/e/f/relative"291 when there are spaces in the page name292 behaves like rewrites relative links293 is expected to have visible link "relative link 3" with href "/user1/project22/-/wikis/a-page/b-page/c-page/e/f/relative"294 when there are hyphens in the page name295 behaves like rewrites relative links296 is expected to have visible link "relative link 3" with href "/user1/project23/-/wikis/a-page/b-page/c-page/e/f/relative"297 when previewing an existing wiki page298 renders content with CommonMark299 does not linkify double brackets inside code blocks as expected300 behaves like relative links301 when there are no spaces or hyphens in the page name302 behaves like rewrites relative links303 is expected to have visible link "relative link 3" with href "/user1/project26/-/wikis/a/b/c/e/f/relative"304 when there are spaces in the page name305 behaves like rewrites relative links306 is expected to have visible link "relative link 3" with href "/user1/project27/-/wikis/a-page/b-page/c-page/e/f/relative"307 when there are hyphens in the page name308 behaves like rewrites relative links309 is expected to have visible link "relative link 3" with href "/user1/project28/-/wikis/a-page/b-page/c-page/e/f/relative"310 behaves like User updates wiki page311 when wiki is empty312 redirects back to the home edit page313DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)314DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)315 updates a page that has a path316 behaves like wiki file attachments317 uploading attachments318 before uploading319 shows "Attach a file" button320 uploading is in progress3212021-08-18 10:31:42 +0000 Rack app ("POST /api/v4/projects/32/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png299106369>322 cancels uploading on clicking to "Cancel" button3232021-08-18 10:31:44 +0000 Rack app ("POST /api/v4/projects/33/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png728778924>324 shows "Attaching a file" message on uploading 1 file325 uploading is complete326 shows "Attach a file" button on uploading complete327 the markdown link is added to the page328 the links point to the wiki root url329 the file has been added to the wiki repository330 when wiki is not empty331DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)332 updates a page333 updates the commit message as the title is changed334 correctly escapes the commit message entities335 disables the submit button336 shows the emoji autocompletion dropdown337DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)338 updates a page339 focuses on the content field340 cancels editing of a page341 behaves like wiki file attachments342 uploading attachments343 before uploading344 shows "Attach a file" button345 uploading is in progress3462021-08-18 10:32:22 +0000 Rack app ("POST /api/v4/projects/47/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png592146303>347 cancels uploading on clicking to "Cancel" button3482021-08-18 10:32:25 +0000 Rack app ("POST /api/v4/projects/48/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png179048146>349 shows "Attaching a file" message on uploading 1 file350 uploading is complete351 shows "Attach a file" button on uploading complete352 the markdown link is added to the page353 the links point to the wiki root url354 the file has been added to the wiki repository355 when multiple people edit the page at the same time356 preserves user changes in the wiki editor357 when the page is in a subdir358DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)359 moves the page to the root folder360DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)361 moves the page to other dir362DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)363 remains in the same place if title has not changed364DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)365 can be moved to a different dir with a different name366DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)367 can be renamed and moved to the root folder368DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)369 squishes the title before creating the page370 behaves like wiki file attachments371 uploading attachments372 before uploading373 shows "Attach a file" button374 uploading is in progress3752021-08-18 10:32:57 +0000 Rack app ("POST /api/v4/projects/61/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png202413389>376 cancels uploading on clicking to "Cancel" button3772021-08-18 10:32:59 +0000 Rack app ("POST /api/v4/projects/62/wikis/attachments" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png990228040>378 shows "Attaching a file" message on uploading 1 file379 uploading is complete380 shows "Attach a file" button on uploading complete381 the markdown link is added to the page382 the links point to the wiki root url383 the file has been added to the wiki repository384 when an existing page exceeds the content size limit385DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)386 allows changing the title if the content does not change387 shows a validation error when trying to change the content388 behaves like User uses wiki shortcuts389 visit edit wiki page using "e" keyboard shortcut390 behaves like User views AsciiDoc page with includes391 when the file being included exists392 includes the file contents393 when there are multiple versions of the wiki pages394 viewing the latest version395 includes the latest content396 viewing the original version397 includes the content from the original version398 when the file being included does not exist399 outputs an error400 behaves like User views a wiki page401 opens a default wiki page402 when wiki is empty403DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)404 shows the history of a page that has a path405DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)406DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)407 shows an old version of a page408 when a page does not have history409 shows all the pages410 shows the creation page if file does not exist411 shows a file stored in a page412 is expected not to have visible xpath "/html"413 when a page has history414 shows the page history415 does not show the "Edit" button416 show the diff417 links to the correct diffs418 between the current and the previous version of a page419 between two old versions of a page420 for the oldest version of a page421 when a page has special characters in its title422 preserves the special characters423 when a page has XSS in its title or content424 safely displays the page425 when a page has XSS in its message426 safely displays the message427 when page has invalid content encoding428 does not show "Edit" button429 shows error430 behaves like User views wiki pages431 ordered by title432 asc433 pages are displayed in direct order434 desc435 pages are displayed in reversed order436 ordered by created_at437 asc438 pages are displayed in direct order439 desc440 pages are displayed in reversed order441 behaves like User views wiki sidebar442 when there are some existing pages443 when there is no custom sidebar444 renders a default sidebar445DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)446 can create a custom sidebar447 when there is a custom sidebar448 renders the custom sidebar instead of the default one449DEPRECATION 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 wiki_event at /builds/gitlab-org/gitlab/app/services/event_create_service.rb:124)450 can edit the custom sidebar451 when there are 15 existing pages452 shows all pages in the sidebar453 when there are more than 15 existing pages454 shows the first 15 pages in the sidebar455 behaves like User views Git access wiki page456 shows the correct clone URLs457Admin Groups458 list459unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.460unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.461unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.462 renders groups463 create a group464 creates new group465 shows the visibility level radio populated with the default value466 when entered in group name, it auto filled the group path467 auto populates the group path with the group name468 when entering in group path, group name does not change anymore469 with expected fields470 renders from as expected471 show a group472 shows the group473 has a link to the group474 has a note if one is available475 when group has open access requests476 shows access requests with link to manage access477 group edit478 shows the visibility level radio populated with the group visibility_level value479 shows the subgroup creation level dropdown populated with the group subgroup_creation_level value480 edit group path does not change group name481 adding an admin note to group without one482 editing an existing group admin note483 add user into a group484 behaves like adds user into a group485 is expected to have text "Reporter"486 behaves like adds user into a group487 is expected to have text "Reporter"488 add admin himself to a group489 adds admin a to a group as developer4911st Try error in ./spec/features/admin/admin_groups_spec.rb:241:492expected to find text "John Doe6" in "Account Source Access granted Access expires Max role Expiration No members found"493Unexpected browser console output:494http://127.0.0.1:39255/user1/project11/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808495http://127.0.0.1:39255/user1/project14/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808496http://127.0.0.1:39255/user1/project34/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808497http://127.0.0.1:39255/user1/project37/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808498http://127.0.0.1:39255/user1/project49/-/wikis/home/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808499http://127.0.0.1:39255/user1/project52/-/wikis/home/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808500http://127.0.0.1:39255/user1/project63/-/wikis/foo/bar/page_name/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808501http://127.0.0.1:39255/user1/project66/-/wikis/foo/bar/page_name/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808503RSpec::Retry: 2nd try ./spec/features/admin/admin_groups_spec.rb:241504 shared projects505 renders shared project506Thread Comments Issue507 behaves like thread comments for issue, epic and merge request508DEPRECATION 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)509DEPRECATION 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)510 clicking "Comment" will post a comment5121st Try error in ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:193:513stale element reference: element is not attached to the page document514 (Session info: headless chrome=89.0.4389.90)515 (Driver info: chromedriver=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}),platform=Linux 5.4.109+ x86_64)517RSpec::Retry: 2nd try ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:193518 clicking 'Comment & close issue' will post a comment and close the issue519 when the toggle is clicked520 has a "Comment" item (selected by default) and "Start thread" item521 closes the menu when clicking the toggle or body522 when selecting "Start thread"523 clicking 'Start thread & close issue' will post a thread and close the issue524 creating a thread525 clicking "Start thread" will post a thread and show a reply component5271st Try error in ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:280:528expected to find css ".discussion" within #<Capybara::Node::Element tag="li" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]/DIV[3]/SECTION[1]/DIV[1]/UL[1]/LI[1]"> but there were no matches530RSpec::Retry: 2nd try ./spec/support/shared_examples/features/discussion_comments_shared_example.rb:280531 can be replied to532 can be collapsed533 when opening the menu534 has "Start thread" selected535 when selecting "Comment"536 updates the submit button text and closes the dropdown537 updates the close button text538 typing does not change the close button text539 has "Comment" selected when opening the menu540 on a closed issue541 shows a 'Comment & reopen issue' button542 shows a 'Start thread & reopen issue' button when 'Start thread' is selected543Compare544 branches545 pre-populates fields546 renders additions info when click unfold diff547 filters branches548 behaves like compares branches549 compares branches550 on a read-only instance551 behaves like compares branches552 compares branches553 when project have an open merge request554 compares branches555 when commit has overflow556 displays warning557 pagination558 shows an adjusted count for changed files on this page559 shows commits list only on the first page560 tags561 compares tags562Environment563 environment details page564 with auto-stop565 shows auto stop info566 shows auto stop button567 allows user to cancel auto stop568 without deployments569 does not show deployments570 with deployments571 when there is no related deployable572DEPRECATION 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)573DEPRECATION 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)574 does show deployment SHA575 when there is a successful deployment576 does show deployments577 when there is a running deployment578 does show deployments579 when there is a failed deployment580 does show deployments581 with related deployable present582 does show build name583 shows the re-deploy button584 with manual action585 when user has ability to trigger deployment586 does show a play button587 does allow to play manual action588 when user has no ability to trigger a deployment589 does not show a play button590 with external_url591 does show an external link button592 with terminal593 when user configured kubernetes from CI/CD > Clusters594 for project maintainer595 web terminal596 displays a web terminal597 when environment is available598 with stop action599 when user has ability to stop environment600 allows to stop environment601 when user has no ability to stop environment602 does not allow to stop environment603 for reporter604 does not show stop button605 when environment is stopped606 does not show stop button607 environment folders608 when folder name contains special charaters609 renders a correct environment folder610 auto-close environment when branch is deleted611 user visits environment page612 user deletes the branch with running environment613 when the feature flag :delete_branch_confirmation_modals is disabled614 user deletes the branch with running environment615Public Project Snippets Access616 GET /:project_path/snippets617DEPRECATION 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)618 is expected to be allowed for admin619DEPRECATION 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)620 is expected to be allowed for owner621DEPRECATION 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)622 is expected to be allowed for maintainer623DEPRECATION 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)624 is expected to be allowed for developer625DEPRECATION 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)626 is expected to be allowed for reporter627DEPRECATION 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)628 is expected to be allowed for guest629DEPRECATION 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)630 is expected to be allowed for user631DEPRECATION 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)632 is expected to be allowed for external633DEPRECATION 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)634 is expected to be allowed for visitor635 GET /:project_path/snippets/new636 is allowed for admin when admin mode is enabled637 is denied for admin when admin mode is disabled638 is expected to be allowed for owner639 is expected to be allowed for maintainer640 is expected to be allowed for developer641 is expected to be allowed for reporter642 is expected to be denied for guest643 is expected to be denied for user644 is expected to be denied for external645 is expected to be denied for visitor646 GET /:project_path/snippets/:id647 for a public snippet648 is expected to be allowed for admin649 is expected to be allowed for owner650 is expected to be allowed for maintainer651 is expected to be allowed for developer652 is expected to be allowed for reporter653 is expected to be allowed for guest654 is expected to be allowed for user655 is expected to be allowed for external656 is expected to be allowed for visitor657 for an internal snippet658 is expected to be allowed for admin659 is expected to be allowed for owner660 is expected to be allowed for maintainer661 is expected to be allowed for developer662 is expected to be allowed for reporter663 is expected to be allowed for guest664 is expected to be allowed for user665 is expected to be denied for external666 is expected to be denied for visitor667 for a private snippet668 is allowed for admin when admin mode is enabled669 is denied for admin when admin mode is disabled670 is expected to be allowed for owner671 is expected to be allowed for maintainer672 is expected to be allowed for developer673 is expected to be allowed for reporter674 is expected to be allowed for guest675 is expected to be denied for user676 is expected to be denied for external677 is expected to be denied for visitor678 GET /:project_path/snippets/:id/raw679 for a public snippet680 is expected to be allowed for admin681 is expected to be allowed for owner682 is expected to be allowed for maintainer683 is expected to be allowed for developer684 is expected to be allowed for reporter685 is expected to be allowed for guest686 is expected to be allowed for user687 is expected to be allowed for external688 is expected to be allowed for visitor689 for an internal snippet690 is expected to be allowed for admin691 is expected to be allowed for owner692 is expected to be allowed for maintainer693 is expected to be allowed for developer694 is expected to be allowed for reporter695 is expected to be allowed for guest696 is expected to be allowed for user697 is expected to be denied for external698 is expected to be denied for visitor699 for a private snippet700 is allowed for admin when admin mode is enabled701 is denied for admin when admin mode is disabled702 is expected to be allowed for owner703 is expected to be allowed for maintainer704 is expected to be allowed for developer705 is expected to be allowed for reporter706 is expected to be allowed for guest707 is expected to be denied for user708 is expected to be denied for external709 is expected to be denied for visitor710issuable list711 counts upvotes, downvotes and notes count for each Issue712 sorts labels alphabetically713 counts upvotes, downvotes and notes count for each Merge request714 sorts labels alphabetically715 displays a warning if counting the number of issues times out716 counts merge requests closing issues icons for each issue717Merge request > User awards emoji718 logged in719 adds award to merge request720 removes award from merge request721 adds awards to note722 the project is archived723 does not see award menu button724 logged out725 does not see award menu button726Merge request > User assigns themselves727 logged in as a member of the project728 updates related issues729 updates updated_by730 returns user to the merge request731 when related issues are already assigned732 does not display if related issues are already assigned733 logged in as a non-member of the project734 does not show assignment link735Dashboard > Activity736 tabs737 shows Your Projects738 shows Starred Projects739 shows Followed Projects740 rss741 behaves like it has an RSS button with current_user's feed token742 shows the RSS button with current_user's feed token743 behaves like an autodiscoverable RSS feed with current_user's feed token744 has an RSS autodiscovery link tag with current_user's feed token745 event filters746 user should see all events747 user should see only pushed events748 user should see only merged events749 user should see only issues events750 user should see only comments events751 user should see only joined events752 user see selected event after page reloading753Explore Groups page754DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)755DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)756 shows groups user is member of757 filters groups758 resets search when user cleans the input759 shows non-archived projects count760 landing component761 shows a landing component762 is dismissable763 does not show persistently once dismissed764Issues > Real-time sidebar765 updates the assignee in real-time766Reportable note on snippets767 on project snippet768 behaves like reportable note769 has an edit button770 has a `More actions` dropdown771 dropdown has Report and Delete links772 report button links to a report page773Group Packages & Registries settings774 when packges feature is disabled on the group775DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)776DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)777 the menu item is not visible778 renders 404 when navigating to page779 when packages feature is enabled on the group780 the menu item is visible781 has a page title set782 sidebar menu is open783 has a Package Registry section784 automatically saves changes to the server785 shows an error on wrong regex786 in a sub group787 works correctly788Projects > Activity > User sees design Activity789 the project is public790 behaves like being able to see design activity791 shows the design comment action in the activity page792 allows filtering out the design events793 allows filtering in the design events794 the project is private795 behaves like being able to see design activity796 shows the design comment action in the activity page797 allows filtering out the design events798 allows filtering in the design events799User creates feature flag800 user creates a flag enabled for user ids801 user creates a flag with default environment scopes802 removes the correct strategy when a strategy is deleted803Profile > GPG Keys804 user sees their key805 user removes a key via the key index806 user revokes a key via the key index807 User adds a key808 saves the new key809 with multiple subkeys810Incident Management index811 when a developer displays the incident list812 behaves like create incident form813 shows the create new issue button814 when clicked shows the create issue page with the Incident type pre-selected815 when a guest displays the incident list816 behaves like create incident form817 shows the create new issue button818 when clicked shows the create issue page with the Incident type pre-selected819Issue markdown toolbar820 doesn't include first new line when adding bold821 doesn't include first new line when adding underline822Dashboard Issues Feed823 GET /issues824 atom feed825 returns 400 if no filter is used826DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)827DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)828 renders atom feed via personal access token829 renders atom feed via feed token830 renders atom feed with url parameters831 issue with basic fields832 renders issue fields833 issue with label and milestone834 renders issue label and milestone info835User activates Pushover836 activates service837Canonical link838 behaves like does not show canonical link839 is expected not to have xpath "//link[@rel=\"canonical\"]"840 behaves like shows canonical link841 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user268/project207/-/issues/1\"]"842 behaves like shows canonical link843 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user268/project207/-/issues?state=opened\"]"844 behaves like does not show canonical link845 is expected not to have xpath "//link[@rel=\"canonical\"]"846 behaves like shows canonical link847 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user268/project207\"]"848 behaves like shows canonical link849 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user268/project207?foo=bar\"]"850 behaves like shows canonical link851 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/explore/projects\"]"852GFM autocomplete loading853 does not load on project#show854 loads on new issue page855Project remote mirror856 On a project857 when last_error is present but last_update_at is not858 renders error message without timstamp859 when last_error and last_update_at are present860 renders error message with timestamp861Global search862 increases usage ping searches counter863 closes the dropdown on blur864 I search through the issues and I see pagination865 has a pagination866User filters issues867 allows filtering by issues with no specified assignee868 allows filtering by a specified assignee869User Snippets870DEPRECATION 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)871 view all of my snippets872DEPRECATION 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)873DEPRECATION 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)874 view my public snippets875DEPRECATION 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)876DEPRECATION 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)877 view my internal snippets878DEPRECATION 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)879DEPRECATION 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)880 view my private snippets881Groups > sidebar882 Package menu883 when container registry is enabled884 shows main menu885 has container registry link886 when container registry is disabled887 does not have container registry link888User edits milestone889 shows the right start date and due date890User edits labels891 updates label's title892User visits the profile account page893 shows correct menu item894User visits the profile SSH keys page895 shows correct menu item896Knapsack report was generated. Preview:897{898 "spec/features/projects/wikis_spec.rb": 257.6825783200002,899 "spec/features/admin/admin_groups_spec.rb": 104.41571780100003,900 "spec/features/discussion_comments/issue_spec.rb": 197.89080846499928,901 "spec/features/projects/compare_spec.rb": 51.138174126000195,902 "spec/features/projects/environments/environment_spec.rb": 41.18740977099969,903 "spec/features/security/project/snippet/public_access_spec.rb": 26.423825703000148,904 "spec/features/issuables/issuable_list_spec.rb": 29.961408942999697,905 "spec/features/merge_request/user_awards_emoji_spec.rb": 26.79782418600007,906 "spec/features/merge_request/user_assigns_themselves_spec.rb": 21.99289998200038,907 "spec/features/dashboard/activity_spec.rb": 16.589916506999543,908 "spec/features/explore/groups_list_spec.rb": 16.622857823999766,909 "spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb": 19.491112247000274,910 "spec/features/reportable_note/snippets_spec.rb": 20.269556081999326,911 "spec/features/groups/settings/packages_and_registries_spec.rb": 12.404345641999498,912 "spec/features/projects/activity/user_sees_design_activity_spec.rb": 11.08167302199945,913 "spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb": 11.292630382000425,914 "spec/features/profiles/gpg_keys_spec.rb": 8.702298377999796,915 "spec/features/incidents/user_creates_new_incident_spec.rb": 8.46300629199959,916 "spec/features/issues/markdown_toolbar_spec.rb": 6.4290633430000526,917 "spec/features/atom/dashboard_issues_spec.rb": 5.431055652000396,918 "spec/features/projects/services/user_activates_pushover_spec.rb": 6.607789906000107,919 "spec/features/canonical_link_spec.rb": 4.5586577680005576,920 "spec/features/projects/gfm_autocomplete_load_spec.rb": 3.982136446000368,921 "spec/features/projects/remote_mirror_spec.rb": 4.7707819339993875,922 "spec/features/global_search_spec.rb": 4.015639164000277,923 "spec/features/issues/user_filters_issues_spec.rb": 3.7034517439997217,924 "spec/features/snippets/user_snippets_spec.rb": 3.477631755999937,925 "spec/features/groups/user_sees_package_sidebar_spec.rb": 2.177902430999893,926 "spec/features/milestones/user_edits_milestone_spec.rb": 1.7009389860004376,927 "spec/features/projects/labels/user_edits_labels_spec.rb": 1.5984434870006226,928 "spec/features/profiles/user_visits_profile_account_page_spec.rb": 0.7038301119991957,929 "spec/features/profiles/user_visits_profile_ssh_keys_page_spec.rb": 0.4995977420003328930}931Knapsack global time execution for tests: 15m 32s932Finished in 15 minutes 33 seconds (files took 41.18 seconds to load)933347 examples, 0 failures934Failed to write to log, write log/workhorse-test.log: file already closed935Wed 18 Aug 2021 10:45:33 AM UTC937Not uploading cache ruby-gems-v1-4 due to policy938Not uploading cache gitaly-ruby-gems-v1-4 due to policy940Uploading artifacts...941coverage/: found 5 matching files and directories 942WARNING: crystalball/: no matching files 943deprecations/: found 28 matching files and directories 944knapsack/: found 3 matching files and directories 945rspec_flaky/: found 4 matching files and directories 946rspec_profiling/: found 1 matching files and directories 947tmp/capybara/: found 7 matching files and directories 948tmp/memory_test/: found 2 matching files and directories 949log/*.log: found 17 matching files and directories 950Uploading artifacts as "archive" to coordinator... ok id=1512821961 responseStatus=201 Created token=dWcgXhhm951Uploading artifacts...952junit_rspec.xml: found 1 matching files and directories 953Uploading artifacts as "junit" to coordinator... ok id=1512821961 responseStatus=201 Created token=dWcgXhhm955Job succeeded