rspec system pg12 1/24
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 15.3.0~beta.38.g8a5b56fa (8a5b56fa)2 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F433 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ffc079081fed116f7ec22097d3e0308ab568536216cdebf45a8cab78fe30ee8f for postgres:12 with digest postgres@sha256:ca17935b3df07cb09f6ceab07913f6fee0e5f349102fe0a7922a8969c3593ae0 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:374ca386513ad781c1aa2f52c9379052723b49ab188b8517167f0b24055518bf for redis:6.0-alpine with digest redis@sha256:8f94750b64abe7fcb118c2e6706be5e186efc54a62b80fe1d21b8d7a91c0f547 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...18Running on runner-8cwz3f43-project-278964-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1659389397-8718dbf6...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 127308, done. 25remote: Counting objects: 100% (127308/127308), done. 26remote: Compressing objects: 100% (86137/86137), done. 27remote: Total 127308 (delta 56589), reused 83753 (delta 36275), pack-reused 0 28Receiving objects: 100% (127308/127308), 114.35 MiB | 31.69 MiB/s, done.29Resolving deltas: 100% (56589/56589), done.31 * [new ref] refs/pipelines/602249477 -> refs/pipelines/60224947732Checking out a33057a2 as refs/merge-requests/93624/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2799740965)...44Downloading artifacts from coordinator... ok id=2799740965 responseStatus=200 OK token=eKA_wcNY45Downloading artifacts for detect-tests (2799740974)...46Downloading artifacts from coordinator... ok id=2799740974 responseStatus=200 OK token=eKA_wcNY47Downloading artifacts for retrieve-tests-metadata (2799740978)...48Downloading artifacts from coordinator... ok id=2799740978 responseStatus=200 OK token=eKA_wcNY49Downloading artifacts for setup-test-env (2799740970)...50Downloading artifacts from coordinator... ok id=2799740970 responseStatus=200 OK token=eKA_wcNY52Using docker image sha256:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.81$ bundle pristine pg82Installing pg 1.4.1 with native extensions83==> 'bundle pristine pg' succeeded in 10 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 38 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory110find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory113Don'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.10118Using i18n 1.12.0119Using minitest 5.16.2120Using tzinfo 2.0.5121Using zeitwerk 2.6.0122Using activesupport 6.1.6.1123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.8.0126Using racc 1.6.0127Using nokogiri 1.13.6 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.16.0131Using rails-html-sanitizer 1.4.2132Using actionview 6.1.6.1133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.6.1136Using 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.2143Using binding_ninja 0.2.3144Using bundler 2.3.15145Using 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.2152Using 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.1.2159Using rugged 1.2.0160Using github-linguist 7.20.0161Using 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.27.0166Using sanitize 6.0.0167Using stringex 2.8.5168Using gitlab-gollum-lib 4.2.7.10.gitlab.2169Using google-protobuf 3.21.3 (x86_64-linux)170Using googleapis-common-protos-types 1.3.0171Using grpc 1.42.0 (x86_64-linux)172Using opentracing 0.5.0173Using thrift 0.15.0174Using jaeger-client 1.1.0175Using pg_query 2.1.1176Using redis 4.4.0177Using gitlab-labkit 0.23.0178Using rubyzip 2.3.2179Using thor 1.1.0180Using tomlrb 2.0.1181Using with_env 1.1.0182Using rexml 3.2.5183Using xml-simple 1.1.9184Using gitlab-license_finder 6.14.2.1185Using gitlab-markup 1.7.1186Using grpc-tools 1.42.0187Using sawyer 0.8.2188Using octokit 4.20.0189Using reverse_markdown 1.4.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 3.0.3.2196Using procto 0.0.3197Using unparser 0.4.7198Using proc_to_ast 0.1.0199Using pry 0.12.2200Using rainbow 3.0.0201Using rbtrace 0.4.14202Using rdoc 6.3.2203Using regexp_parser 1.8.1204Using rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 22 Gemfile dependencies, 100 gems now installed.217Gems in the groups 'production' and 'development' were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: ............................................. OK223Trying to connect to gitaly2: ............................................................ OK224Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK225==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"228SKIP_FLAKY_TESTS_AUTOMATICALLY: true229RETRY_FAILED_TESTS_IN_NEW_PROCESS: true230KNAPSACK_GENERATE_REPORT: true231FLAKY_RSPEC_GENERATE_REPORT: true232KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb233KNAPSACK_LOG_LEVEL: debug234KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_1_24_report.json235FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json236FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_1_24_report.json237NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_1_24_report.json238SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_1_24_report.txt239RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_1_24_report.txt240CRYSTALBALL: 241Knapsack report generator started!242/builds/gitlab-org/gitlab/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb:69: warning: found `= literal' in conditional, should be ==243Run options: exclude {:quarantine=>true, :level=>"migration"}244Test environment set up in 0.570641426 seconds245Project wikis246Starting the Capybara driver server...247 behaves like User creates wiki page248 when wiki is empty249Capybara starting Puma...250* Version 5.6.4 , codename: Birdie's Version251* Min threads: 0, max threads: 4252* Listening on unix:///tmp/20220801-468-yocjji253 shows all available formats in the dropdown254 disables the submit button255DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)256 makes sure links to unknown pages work correctly257DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)258 shows non-escaped link in the pages list259 has `Create home` as a commit message260DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)261 creates a page from the home page262DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)263 creates ASCII wiki with LaTeX blocks264DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)265 creates a wiki page with Org markup266 behaves like wiki file attachments267 uploading attachments268 before uploading269 shows "Attach a file or image" button270 uploading is in progress271 cancels uploading on clicking to "Cancel" button272 shows "Attaching a file" message on uploading 1 file273 uploading is complete274 shows "Attach a file or image" button on uploading complete275 the markdown link is added to the page276 the links point to the wiki root url277 the file has been added to the wiki repository278 when wiki is not empty279 shows the emoji autocompletion dropdown280 via the `new wiki page` page281DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)282 creates a page with a single word283DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)284 creates a page with spaces in the name285DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)286 creates a page with hyphens in the name287 when a server side validation error is returned288 still displays edit form289 behaves like User deletes wiki page290 when user is the owner or maintainer291 behaves like deletes a wiki page292DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)293 deletes a page294 when user is a developer295 behaves like deletes a wiki page296DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)297 deletes a page298 behaves like User previews wiki changes299 when rendering a new wiki page300 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/project23/-/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/project24/-/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/project25/-/wikis/a-page/b-page/c-page/e/f/relative"310 when previewing an existing wiki page311 renders content with CommonMark312 does not linkify double brackets inside code blocks as expected313 behaves like relative links314 when there are no spaces or hyphens in the page name315 behaves like rewrites relative links316 is expected to have visible link "relative link 3" with href "/user1/project28/-/wikis/a/b/c/e/f/relative"317 when there are spaces in the page name318 behaves like rewrites relative links319 is expected to have visible link "relative link 3" with href "/user1/project29/-/wikis/a-page/b-page/c-page/e/f/relative"320 when there are hyphens in the page name321 behaves like rewrites relative links322 is expected to have visible link "relative link 3" with href "/user1/project30/-/wikis/a-page/b-page/c-page/e/f/relative"323 behaves like User updates wiki page324 when wiki is empty325 redirects back to the home edit page326DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)327DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)328 updates a page that has a path329 behaves like wiki file attachments330 uploading attachments331 before uploading332 shows "Attach a file or image" button333 uploading is in progress334 cancels uploading on clicking to "Cancel" button335 shows "Attaching a file" message on uploading 1 file336 uploading is complete337 shows "Attach a file or image" button on uploading complete338 the markdown link is added to the page339 the links point to the wiki root url340 the file has been added to the wiki repository341 when wiki is not empty342DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)343 updates a page344 updates the commit message as the title is changed345 correctly escapes the commit message entities346 disables the submit button347 shows the emoji autocompletion dropdown348DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)349 updates a page350 focuses on the content field351 cancels editing of a page352 behaves like wiki file attachments353 uploading attachments354 before uploading355 shows "Attach a file or image" button356 uploading is in progress357 cancels uploading on clicking to "Cancel" button358 shows "Attaching a file" message on uploading 1 file359 uploading is complete360 shows "Attach a file or image" button on uploading complete361 the markdown link is added to the page362 the links point to the wiki root url363 the file has been added to the wiki repository364 when multiple people edit the page at the same time365 preserves user changes in the wiki editor366 when using the content editor367 with feature flag on368 behaves like edits content using the content editor369 formatting bubble menu370 shows a formatting bubble menu for a regular paragraph371 does not show a formatting bubble menu for code372 code block373 applies theme classes to code blocks374 code block bubble menu375 shows a code block bubble menu for a code block376 sets code block type to "javascript" for `js`377 sets code block type to "Custom (nomnoml)" for `nomnoml`378 mermaid diagram379 renders and updates the diagram correctly in a sandboxed iframe380Skipping ./spec/features/projects/wikis_spec.rb[1:4:2:11:1:1:4:2] 'Project wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor mermaid diagram toggles the diagram when preview button is clicked' because it's flaky.381 toggles the diagram when preview button is clicked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)382 behaves like autocompletes items383 works well for issues, labels, MRs, members, etc384 when the page is in a subdir385DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)386 moves the page to the root folder387DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)388 moves the page to other dir389DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)390 remains in the same place if title has not changed391DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)392 can be moved to a different dir with a different name393DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)394 can be renamed and moved to the root folder395DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)396 squishes the title before creating the page397 behaves like wiki file attachments398 uploading attachments399 before uploading400 shows "Attach a file or image" button401 uploading is in progress402 cancels uploading on clicking to "Cancel" button403 shows "Attaching a file" message on uploading 1 file404 uploading is complete405 shows "Attach a file or image" button on uploading complete406 the markdown link is added to the page407 the links point to the wiki root url408 the file has been added to the wiki repository409 when an existing page exceeds the content size limit410DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)411 allows changing the title if the content does not change412 shows a validation error when trying to change the content413 behaves like User uses wiki shortcuts414 visit edit wiki page using "e" keyboard shortcut415 behaves like User views AsciiDoc page with includes416 when the file being included exists417 includes the file contents418 when there are multiple versions of the wiki pages419 viewing the latest version420 includes the latest content421 viewing the original version422 includes the content from the original version423 when the file being included does not exist424 outputs an error425 behaves like User views a wiki page426 opens a default wiki page427 when wiki is empty428DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)429 shows the history of a page that has a path430DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)431DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)432 shows an old version of a page433 when a page does not have history434 shows all the pages435 shows the creation page if file does not exist436 shows a file stored in a page437 is expected to have current path /wikis\/uploads\/9c2c7ae03f68a480c8736e170639d66e\/dk.png/438 when a page has history439 shows the page history440 does not show the "Edit" button441 show the diff442 links to the correct diffs443 between the current and the previous version of a page444 between two old versions of a page445 for the oldest version of a page446 when a page has special characters in its title447 preserves the special characters448 when a page has XSS in its title or content449 safely displays the page450 when a page has XSS in its message451 safely displays the message452 when page has invalid content encoding453 does not show "Edit" button454 shows error455 behaves like User views wiki pages456 ordered by title457 asc458 pages are displayed in direct order459 desc460 pages are displayed in reversed order461 ordered by created_at462 asc463 pages are displayed in direct order464 desc465 pages are displayed in reversed order466 behaves like User views wiki sidebar467 when there are some existing pages468 when there is no custom sidebar469 renders a default sidebar470DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)471 can create a custom sidebar472 when there is a custom sidebar473 renders the custom sidebar instead of the default one474DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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:151)475 can edit the custom sidebar476 when there are 15 existing pages477 shows all pages in the sidebar478 when there are more than 15 existing pages479 shows the first 15 pages in the sidebar480 behaves like User views Git access wiki page481 shows the correct clone URLs482User views issues483 when signed in as developer484 when project is public485 open issues486 shows open issues487 opens issues by label488 opens issue489 closed issues490 shows closed issues491 opens issue492 all issues493 shows all issues494 opens issue495 when project is internal496 open issues497 shows open issues498 opens issues by label499 opens issue500 closed issues501 shows closed issues502 opens issue503 all issues504 shows all issues505 opens issue506 when not signed in507 when project is public508 open issues509 shows open issues510 opens issues by label511 opens issue512 closed issues513 shows closed issues514 opens issue515 all issues516 shows all issues517 opens issue518User views diffs519 shows diffs520 hides loading spinner after load521 when in the inline view522 unfolds diffs upwards523 unfolds diffs in the middle524 unfolds diffs downwards525 unfolds diffs to the end526 when in the side-by-side view527 shows diffs in parallel528 toggles container class529 unfolds diffs upwards530 unfolds diffs in the middle531 unfolds diffs downwards532 unfolds diffs to the end533Projects > Members > Maintainer adds member with expiration date534Skipping ./spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb[1:1] 'Projects > Members > Maintainer adds member with expiration date expiration date is displayed in the members list' because it's flaky.535 expiration date is displayed in the members list (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)536 changes expiration date537 clears expiration date538Container Registry539 has a page title set540 when there are no image repositories541 list page has no container title542 list page has cli commands543 when there are image repositories544 list page has a list of images545 user removes entire container repository546 navigates to repo details547 image repo details548 shows the details breadcrumb549 shows the image title550 shows the image tags551 user removes a specific tag from container repository552 pagination navigate to the second page553 behaves like rejecting tags destruction for an importing repository on554 rejects the tag destruction operation555 with a tag missing digest556 renders the tags list correctly557 when there is a ContainerRegistry::Path::InvalidRegistryPathError558 behaves like handling feature network errors with the container registry559 displays the error message560 when there is a Faraday::Error561 behaves like handling feature network errors with the container registry562 displays the error message563 image repo details when image has no name564 renders correctly565 when there are more than 10 images566 shows pagination567 pagination goes to second page568Skipping ./spec/features/projects/container_registry_spec.rb[1:5:3] 'Container Registry when there are more than 10 images pagination is preserved after navigating back from details' because it's flaky.569 pagination is preserved after navigating back from details (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)570Project fork571 behaves like fork button on project page572 allows user to fork project from the project page573 user has exceeded personal project limit574 disables fork button on project page575 behaves like create fork page576 forking is enabled577 enables fork button578 renders new project fork page579 forking is disabled580 render a disabled fork button581 does not render new project fork page582 forking is private583 user is not a team member584 render a disabled fork button585 does not render new project fork page586 user is a team member587 enables fork button588 renders new project fork page589 fork form590 forks the project591 shows the new forked project on the forks page592 shows the filled in info forked project on the forks page593Group merge requests page594 public access level595 group member596 is expected to have text "this is my created issuable"597 non-member598 is expected to have text "this is my created issuable"599 private access level600 group member601 is expected to have text "this is my created issuable"602 non-member603 is expected not to have text "this is my created issuable"604 archived issuable605 hides archived merge requests606 ignores archived merge request count badges in navbar607 ignores archived merge request count badges in state-filters608 when merge request assignee to user609 is expected to have text "this is my created issuable"610 group filtered search611 filters by assignee only group users612 new merge request dropdown613 shows projects only with merge requests feature enabled614 empty state with no merge requests615 shows an empty state, button to create merge request and no filters bar616 with no open merge requests617 shows an empty state, button to create merge request and filters bar618Pages edits pages settings619 when user is the owner620 when pages deployed621 renders Access pages622 does not render access control warning623 when pages are disabled in the project settings624 renders disabled warning625 when access control is enabled in gitlab settings626 renders access control warning627 when pages are public628 does not render access control warning629 when support for external domains is disabled630 renders message that support is disabled631 project settings page632 renders "Pages" tab633 when pages are disabled634 does not render "Pages" tab635 HTTPS settings636 tries to change the setting637 setting could not be updated638 tries to change the setting639 non-HTTPS domain exists640 the setting is disabled641 HTTPS pages are disabled642 the setting is unavailable643 Remove page644 when pages are deployed645 removes the pages646Discussion Lock647 when a user is a team member648 when the discussion is unlocked649 the user can lock the issue650 when the discussion is locked651 the user can unlock the issue652 the user can create a comment653 when a user is not a team member654 when the discussion is unlocked655 the user can not lock the issue656 the user can create a comment657 when the discussion is locked658 the user can not unlock the issue659 the user can not create a comment660Merge Requests > User filters by milestones661 filters by no milestone662 filters by a specific milestone663 filters by upcoming milestone664 does not show merge requests with no expiry665 with an upcoming milestone666 shows merge requests667 with a due milestone668 does not show any merge requests669Dashboard Projects670 avoids an N+1 query in dashboard index671 behaves like an autodiscoverable RSS feed with current_user's feed token672 has an RSS autodiscovery link tag with current_user's feed token673 when user has access to the project674 shows role badge675 when role changes676 displays the right role677 when last_repository_updated_at, last_activity_at and update_at are present678Skipping ./spec/features/dashboard/projects_spec.rb[1:3:1] 'Dashboard Projects when last_repository_updated_at, last_activity_at and update_at are present shows the last_repository_updated_at attribute as the update date' because it's flaky.679 shows the last_repository_updated_at attribute as the update date (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)680 shows the last_activity_at attribute as the update date681 when last_repository_updated_at and last_activity_at are missing682 shows the updated_at attribute as the update date683 when on Your projects tab684 shows all projects by default685 shows personal projects on personal projects tab686 sorts projects by most stars when sorting by most stars687 shows tabs to filter by all projects or personal688 when on Starred projects tab689 shows only starred projects690 does not show tabs to filter by all projects or personal691 with a pipeline692 shows that the last pipeline passed693 guest user of project and project has private pipelines694 behaves like hidden pipeline status695 does not show the pipeline status696 when last_pipeline is missing697 behaves like hidden pipeline status698 does not show the pipeline status699 with topics700 when project has topics701 shows project topics if exist702 when project does not have topics703 does not show project topics704 last push widget705 shows "Create merge request" button706User find project file707 navigates to find file by shortcut708 navigates to find file709 searches CHANGELOG file710 does not find file when search not exist file711 searches file by partially matches712User visits the profile preferences page713 shows correct menu item714 User changes their syntax highlighting theme715 updates their preference716 User changes their default dashboard717 creates a flash message718 updates their preference719 User changes their language720 updates their preference721 User changes whitespace in code722 updates their preference723Merge Requests > User filters724 by "approved by"725 filtering by approved-by:none726 applies the filter727 filtering by approved-by:any728 applies the filter729 filtering by approved-by:@username730 applies the filter731 filtering by an approver from a group732 applies the filter733Import/Export - project import integration test734 when selecting the namespace735/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil736 user imports an exported project successfully737 invalid project738admin manage applications739 allows user to manage applications740 when scopes are blank741 returns an error742Display system header and footer bar743 when authenticated744 when system header and footer are not configured745 behaves like system header is not configured746 does not show system header747 behaves like system footer is not configured748 does not show system footer749 when only system header is defined750 behaves like system header is configured751 shows system header752 shows the correct content753 behaves like system footer is not configured754 does not show system footer755 when only system footer is defined756 behaves like system header is not configured757 does not show system header758 behaves like system footer is configured759 shows system footer760 shows the correct content761 when system header and footer are defined762 behaves like system header is configured763 shows system header764 shows the correct content765 behaves like system footer is configured766 shows system footer767 shows the correct content768 when not authenticated769 when system header and footer are not configured770 behaves like system header is not configured771 does not show system header772 behaves like system footer is not configured773 does not show system footer774 when only system header is defined775 behaves like system header is configured776 shows system header777 shows the correct content778 behaves like system footer is not configured779 does not show system footer780 when only system footer is defined781 behaves like system header is not configured782 does not show system header783 behaves like system footer is configured784 shows system footer785 shows the correct content786 when system header and footer are defined787 behaves like system header is configured788 shows system header789 shows the correct content790 behaves like system footer is configured791 shows system footer792 shows the correct content793Projects > Snippets > User deletes a snippet794DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. 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)795 deletes a snippet796IDE merge request797 user opens merge request798New issue breadcrumb799 displays link to project issues and new issue800 links to current issue in breadcrubs801 excludes award_emoji from comment count802Alert Management index803 when a developer displays the alert list804 shows the alert page title and empty state without filtered search or alert table805 when alerts have already been created806 behaves like alert page with title, filtered search, and table807 renders correctly808 when an HTTP integration is enabled809 behaves like alert page with title, filtered search, and table810 renders correctly811 when the prometheus integration is enabled812 behaves like alert page with title, filtered search, and table813 renders correctly814User activates Pushover815 activates integration816Merge request > User toggles whitespace changes817 has a button to toggle whitespace changes818Group labels819 shows labels that belong to the group820 shows a new label button821 shows an edit label button822Project Merge Requests RSS823 when signed in824 behaves like it has an RSS button with current_user's feed token825 shows the RSS button with current_user's feed token826 behaves like an autodiscoverable RSS feed with current_user's feed token827 has an RSS autodiscovery link tag with current_user's feed token828 when signed out829 behaves like it has an RSS button without a feed token830 shows the RSS button without a feed token831 behaves like an autodiscoverable RSS feed without a feed token832 has an RSS autodiscovery link tag without a feed token833 feeds834 behaves like updates atom feed link835 for project836Sandboxed Mermaid rendering837 includes mermaid frame correctly838Projects > Settings > LFS settings839 LFS enabled setting840 for maintainer841 displays the correct elements842Create a group label843 creates a new label844Projects > Settings > External Authorization Classification Label setting845 shows the field to set a classification label846User views all merge requests847 shows all merge requests848OneTrust content security policy849 has proper Content Security Policy headers850ActionCable logging851Skipping ./spec/features/action_cable_logging_spec.rb[1:1] 'ActionCable logging adds extra context to logs' because it's flaky.852 adds extra context to logs (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)853Knapsack report was generated. Preview:854{855 "spec/features/projects/wikis_spec.rb": 670.8853567420001,856 "spec/features/issues/user_views_issues_spec.rb": 136.47311051699944,857 "spec/features/merge_request/user_views_diffs_spec.rb": 85.78620741199938,858 "spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb": 7.956092819999867,859 "spec/features/projects/container_registry_spec.rb": 87.07022377399971,860 "spec/features/projects/fork_spec.rb": 60.53692440600025,861 "spec/features/groups/merge_requests_spec.rb": 49.75873712000066,862 "spec/features/projects/pages/user_edits_settings_spec.rb": 45.92210827999952,863 "spec/features/issues/discussion_lock_spec.rb": 46.06016588100101,864 "spec/features/merge_requests/user_filters_by_milestones_spec.rb": 37.455554120999295,865 "spec/features/dashboard/projects_spec.rb": 28.538533753000593,866 "spec/features/projects/files/user_find_file_spec.rb": 32.87840234399846,867 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 23.891118145998917,868 "spec/features/merge_requests/user_filters_by_approvals_spec.rb": 25.351567071000318,869 "spec/features/projects/import_export/import_file_spec.rb": 19.12153274800039,870 "spec/features/admin/admin_manage_applications_spec.rb": 16.450310309999622,871 "spec/features/display_system_header_and_footer_bar_spec.rb": 12.159463500998754,872 "spec/features/projects/snippets/user_deletes_snippet_spec.rb": 18.14869771100166,873 "spec/features/ide/user_opens_merge_request_spec.rb": 14.022215717999643,874 "spec/features/issues/user_sees_breadcrumb_links_spec.rb": 10.741112080000676,875 "spec/features/alert_management/alert_management_list_spec.rb": 12.300857218999226,876 "spec/features/projects/integrations/user_activates_pushover_spec.rb": 9.352608590001182,877 "spec/features/merge_request/user_toggles_whitespace_changes_spec.rb": 11.26501627899961,878 "spec/features/groups/labels/index_spec.rb": 5.306141236998883,879 "spec/features/merge_requests/rss_spec.rb": 9.283869010001581,880 "spec/features/markdown/sandboxed_mermaid_spec.rb": 5.480603541000164,881 "spec/features/projects/settings/lfs_settings_spec.rb": 4.9037575160000415,882 "spec/features/groups/labels/create_spec.rb": 2.4582977969985222,883 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.6323815590003505,884 "spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 2.1205536969991954,885 "spec/features/users/one_trust_csp_spec.rb": 0.42412673699982406886}887Knapsack global time execution for tests: 24m 53s888Pending: (Failures listed here are expected and do not affect your suite's status)889 1) Project wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor mermaid diagram toggles the diagram when preview button is clicked890 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example891 # ./spec/support/shared_examples/features/content_editor_shared_examples.rb:107892 2) Projects > Members > Maintainer adds member with expiration date expiration date is displayed in the members list893 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example894 # ./spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb:24895 3) Container Registry when there are more than 10 images pagination is preserved after navigating back from details896 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example897 # ./spec/features/projects/container_registry_spec.rb:171898 4) Dashboard Projects when last_repository_updated_at, last_activity_at and update_at are present shows the last_repository_updated_at attribute as the update date899 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example900 # ./spec/features/dashboard/projects_spec.rb:50901 5) ActionCable logging adds extra context to logs902 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example903 # ./spec/features/action_cable_logging_spec.rb:14904Finished in 24 minutes 58 seconds (files took 1 minute 6.99 seconds to load)905305 examples, 0 failures, 5 pending906Failed to write to log, write log/workhorse-test.log: file already closed907RSpec exited with 0.908No examples to retry, congrats!910Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy911Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy913Uploading artifacts...914coverage/: found 5 matching files and directories 915crystalball/: found 2 matching files and directories 916deprecations/: found 14 matching files and directories 917knapsack/: found 3 matching files and directories 918rspec/: found 9 matching files and directories 919WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 920log/*.log: found 19 matching files and directories 921WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741072/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com922WARNING: Retrying... context=artifacts-uploader error=request redirected923Uploading artifacts as "archive" to coordinator... 201 Created id=2799741072 responseStatus=201 Created token=eKA_wcNY924Uploading artifacts...925rspec/junit_rspec.xml: found 1 matching files and directories 926WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741072/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com927WARNING: Retrying... context=artifacts-uploader error=request redirected928Uploading artifacts as "junit" to coordinator... 201 Created id=2799741072 responseStatus=201 Created token=eKA_wcNY930Job succeeded