rspec system pg12 24/24
Passed Started
by
@mkozono
Michael Kozono
1Running with gitlab-runner 14.10.0~beta.50.g1f2fe53e (1f2fe53e)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 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.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:19789c9e83692f61ca3314294926bb26b68068f08aab1bd207915dcbd1a629c7 for postgres:12 with digest postgres@sha256:f2765d6a2a6459578274645b4d801345060322da2ba855af3d84878be28fe923 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:131bc9ee328cff6485bae97a15d5867539c2902681d2bb30ab20117132936344 for redis:6.0-alpine with digest redis@sha256:54cd3000b43117c720f7d1ae77692b798ad8b4d54e304dbd8e49e799e77494a1 ...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:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...18Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1651158534-4d620c53...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: 100897, done. 25remote: Counting objects: 100% (100897/100897), done. 26remote: Compressing objects: 100% (72244/72244), done. 27remote: Total 100897 (delta 37991), reused 66741 (delta 24985), pack-reused 0 28Receiving objects: 100% (100897/100897), 103.82 MiB | 33.27 MiB/s, done.29Resolving deltas: 100% (37991/37991), done.31 * [new ref] refs/pipelines/527209691 -> refs/pipelines/52720969132Checking out 5267a595 as refs/merge-requests/86026/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-bullseye-9-non_protected...36WARNING: file does not exist 37Failed to extract cache38Checking cache for gitaly-ruby-gems-bullseye-9-non_protected...39WARNING: file does not exist 40Failed to extract cache42Downloading artifacts for compile-test-assets (2391235084)...43Downloading artifacts from coordinator... ok id=2391235084 responseStatus=200 OK token=L9MhdVsA44Downloading artifacts for detect-tests (2391235095)...45Downloading artifacts from coordinator... ok id=2391235095 responseStatus=200 OK token=JNCgGSBc46Downloading artifacts for retrieve-tests-metadata (2391235100)...47Downloading artifacts from coordinator... ok id=2391235100 responseStatus=200 OK token=hZHaJ1t648Downloading artifacts for setup-test-env (2391235090)...49Downloading artifacts from coordinator... ok id=2391235090 responseStatus=200 OK token=99nHhGhQ51Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...52$ echo $FOSS_ONLY53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh58Successfully installed bundler-2.3.6591 gem installed60Bundler version 2.3.661production:development62Settings are listed in order of priority. The top value will be used.63clean64Set for the current user (/root/.bundle/config): true65install_flags66Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69without70Set via BUNDLE_WITHOUT: [:production, :development]71$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check72Don't run Bundler as root. Bundler can ask for sudo if it is needed, and73installing your bundle as root will break this application for all non-root74users on this machine.75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 494 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 12 seconds.80Using decomposed database config (config/database.yml.decomposed-postgresql)81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)87DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:NewHasVariable> at app/models/concerns/ci/new_has_variable.rb:9)88DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Kubernetes> at app/models/clusters/platforms/kubernetes.rb:29)89DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Kubernetes> at app/models/clusters/platforms/kubernetes.rb:34)90DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)91DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)92DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)93DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)94DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)95DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)96DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)97DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)98DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)99DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Integration> at app/models/integration.rb:52)100DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Helm> at app/models/clusters/applications/helm.rb:12)101DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Prometheus> at app/models/clusters/applications/prometheus.rb:23)102DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)103DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)104DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)105DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from connected? at ee/lib/gitlab/geo.rb:79)106Dropped database 'gitlabhq_test'107Dropped database 'gitlabhq_test_ci'108Dropped database 'gitlabhq_geo_test'109Created database 'gitlabhq_test'110Created database 'gitlabhq_test_ci'111Created database 'gitlabhq_geo_test'112DEPRECATION 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)113Dropped database 'gitlabhq_geo_test'114Created database 'gitlabhq_geo_test'115==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 37 seconds.116$ run_timed_command "gem install knapsack --no-document"117$ gem install knapsack --no-document118Successfully installed knapsack-4.0.01191 gem installed120==> 'gem install knapsack --no-document' succeeded in 1 seconds.121$ run_timed_command "scripts/gitaly-test-spawn"122$ scripts/gitaly-test-spawn123find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory124find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory125find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory126Don't run Bundler as root. Bundler can ask for sudo if it is needed, and127installing your bundle as root will break this application for all non-root128users on this machine.129Fetching gem metadata from https://rubygems.org/...........130Fetching abstract_type 0.0.7131Fetching minitest 5.15.0132Fetching concurrent-ruby 1.1.10133Installing abstract_type 0.0.7134Installing minitest 5.15.0135Fetching zeitwerk 2.5.4136Fetching builder 3.2.4137Installing concurrent-ruby 1.1.10138Installing zeitwerk 2.5.4139Installing builder 3.2.4140Fetching erubi 1.10.0141Fetching mini_portile2 2.8.0142Installing erubi 1.10.0143Installing mini_portile2 2.8.0144Fetching racc 1.6.0145Fetching crass 1.0.6146Fetching rack 2.2.3147Installing racc 1.6.0 with native extensions148Installing crass 1.0.6149Fetching ice_nine 0.11.2150Installing rack 2.2.3151Installing ice_nine 0.11.2152Fetching thread_safe 0.3.6153Fetching public_suffix 4.0.6154Installing thread_safe 0.3.6155Installing public_suffix 4.0.6156Fetching ast 2.4.2157Fetching binding_ninja 0.2.3158Installing ast 2.4.2159Using bundler 2.1.4160Installing binding_ninja 0.2.3 with native extensions161Fetching charlock_holmes 0.7.7162Installing charlock_holmes 0.7.7 with native extensions163Fetching coderay 1.1.2164Installing coderay 1.1.2165Fetching equalizer 0.0.11166Installing equalizer 0.0.11167Fetching diff-lcs 1.3168Installing diff-lcs 1.3169Fetching dotenv 2.7.6170Installing dotenv 2.7.6171Fetching escape_utils 1.2.1172Installing escape_utils 1.2.1 with native extensions173Fetching multipart-post 2.1.1174Installing multipart-post 2.1.1175Fetching ffi 1.15.3176Installing ffi 1.15.3 with native extensions177Fetching json 2.6.1178Installing json 2.6.1 with native extensions179Fetching mini_mime 1.0.2180Installing mini_mime 1.0.2181Fetching rugged 1.2.0182Installing rugged 1.2.0 with native extensions183Fetching github-markup 1.7.0184Installing github-markup 1.7.0185Fetching mime-types-data 3.2020.1104186Installing mime-types-data 3.2020.1104187Fetching rouge 3.27.0188Installing rouge 3.27.0189Fetching stringex 2.8.5190Installing stringex 2.8.5191Fetching google-protobuf 3.19.1 (x86_64-linux)192Installing google-protobuf 3.19.1 (x86_64-linux)193Fetching opentracing 0.5.0194Installing opentracing 0.5.0195Fetching thrift 0.15.0196Installing thrift 0.15.0 with native extensions197Fetching redis 4.4.0198Installing redis 4.4.0199Fetching rubyzip 2.3.2200Installing rubyzip 2.3.2201Fetching thor 1.1.0202Installing thor 1.1.0203Fetching tomlrb 2.0.1204Installing tomlrb 2.0.1205Fetching with_env 1.1.0206Installing with_env 1.1.0207Fetching rexml 3.2.5208Installing rexml 3.2.5209Fetching gitlab-markup 1.7.1210Installing gitlab-markup 1.7.1211Fetching grpc-tools 1.42.0212Installing grpc-tools 1.42.0213Fetching method_source 0.9.2214Installing method_source 0.9.2215Fetching msgpack 1.3.3216Installing msgpack 1.3.3 with native extensions217Fetching optimist 3.0.1218Installing optimist 3.0.1219Fetching parallel 1.19.2220Installing parallel 1.19.2221Fetching procto 0.0.3222Installing procto 0.0.3223Fetching rainbow 3.0.0224Installing rainbow 3.0.0225Fetching rdoc 6.3.2226Installing rdoc 6.3.2227Fetching regexp_parser 1.8.1228Installing regexp_parser 1.8.1229Fetching rspec-support 3.8.0230Installing rspec-support 3.8.0231Fetching ruby-progressbar 1.10.1232Installing ruby-progressbar 1.10.1233Fetching unicode-display_width 1.7.0234Installing unicode-display_width 1.7.0235Fetching timecop 0.9.1236Installing timecop 0.9.1237Fetching i18n 1.10.0238Installing i18n 1.10.0239Fetching tzinfo 2.0.4240Installing tzinfo 2.0.4241Fetching rack-test 1.1.0242Installing rack-test 1.1.0243Fetching memoizable 0.4.2244Installing memoizable 0.4.2245Fetching addressable 2.7.0246Installing addressable 2.7.0247Fetching parser 3.0.3.2248Installing parser 3.0.3.2249Fetching nokogiri 1.13.3 (x86_64-linux)250Fetching faraday 1.0.1251Installing faraday 1.0.1252Fetching mime-types 3.3.1253Installing nokogiri 1.13.3 (x86_64-linux)254Installing mime-types 3.3.1255Fetching googleapis-common-protos-types 1.3.0256Installing googleapis-common-protos-types 1.3.0257Fetching pg_query 2.1.1258Fetching github-linguist 7.12.1259Installing pg_query 2.1.1 with native extensions260Installing github-linguist 7.12.1 with native extensions261Fetching xml-simple 1.1.9262Installing xml-simple 1.1.9263Fetching pry 0.12.2264Installing pry 0.12.2265Fetching jaeger-client 1.1.0266Installing jaeger-client 1.1.0267Fetching rspec-core 3.8.0268Installing rspec-core 3.8.0269Fetching rspec-expectations 3.8.3270Installing rspec-expectations 3.8.3271Fetching rspec-mocks 3.8.0272Installing rspec-mocks 3.8.0273Fetching activesupport 6.1.4.7274Installing activesupport 6.1.4.7275Fetching adamantium 0.2.0276Installing adamantium 0.2.0277Fetching rubocop-ast 0.2.0278Installing rubocop-ast 0.2.0279Fetching gemojione 3.3.0280Installing gemojione 3.3.0281Fetching sawyer 0.8.2282Installing sawyer 0.8.2283Fetching sentry-raven 3.0.4284Installing sentry-raven 3.0.4285Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1286Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1287Fetching grpc 1.42.0 (x86_64-linux)288Installing grpc 1.42.0 (x86_64-linux)289Fetching loofah 2.16.0290Installing loofah 2.16.0291Fetching sanitize 6.0.0292Installing sanitize 6.0.0293Fetching reverse_markdown 1.4.0294Installing reverse_markdown 1.4.0295Fetching rbtrace 0.4.14296Installing rbtrace 0.4.14 with native extensions297Fetching gitlab-license_finder 6.14.2.1298Installing gitlab-license_finder 6.14.2.1299Fetching rspec 3.8.0300Installing rspec 3.8.0301Fetching rails-dom-testing 2.0.3302Installing rails-dom-testing 2.0.3303Fetching factory_bot 5.0.2304Installing factory_bot 5.0.2305Fetching concord 0.1.5306Installing concord 0.1.5307Fetching rubocop 0.86.0308Installing rubocop 0.86.0309Fetching octokit 4.20.0310Installing octokit 4.20.0311Fetching rails-html-sanitizer 1.4.2312Installing rails-html-sanitizer 1.4.2313Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2314Installing gitlab-gollum-lib 4.2.7.10.gitlab.2315Fetching unparser 0.4.7316Fetching licensee 9.14.1317Installing unparser 0.4.7318Installing licensee 9.14.1319Fetching actionview 6.1.4.7320Installing actionview 6.1.4.7321Fetching proc_to_ast 0.1.0322Installing proc_to_ast 0.1.0323Fetching rspec-parameterized 0.4.2324Fetching actionpack 6.1.4.7325Installing rspec-parameterized 0.4.2326Installing actionpack 6.1.4.7327Fetching gitlab-labkit 0.21.2328Installing gitlab-labkit 0.21.2329Bundle complete! 22 Gemfile dependencies, 100 gems now installed.330Gems in the groups production and development were not installed.331Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`332Post-install message from rubyzip:333RubyZip 3.0 is coming!334**********************335The public API of some Rubyzip classes has been modernized to use named336parameters for optional arguments. Please check your usage of the337following classes:338 * `Zip::File`339 * `Zip::Entry`340 * `Zip::InputStream`341 * `Zip::OutputStream`342Please ensure that your Gemfiles and .gemspecs are suitably restrictive343to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).344See https://github.com/rubyzip/rubyzip for details. The Changelog also345lists other enhancements and bugfixes that have been implemented since346version 2.3.0.347Checking gitaly-ruby Gemfile...348Checking gitaly-ruby bundle...349The Gemfile's dependencies are satisfied350Trying to connect to gitaly: .................................................... OK351Trying to connect to gitaly2: .................................................................... OK352Trying to connect to praefect: .......... OK353==> 'scripts/gitaly-test-spawn' succeeded in 152 seconds.354$ source ./scripts/rspec_helpers.sh355$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"356SKIP_FLAKY_TESTS_AUTOMATICALLY: true357RETRY_FAILED_TESTS_IN_NEW_PROCESS: true358KNAPSACK_GENERATE_REPORT: true359FLAKY_RSPEC_GENERATE_REPORT: true360KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb361KNAPSACK_LOG_LEVEL: debug362KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_24_24_report.json363FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json364FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_24_24_report.json365NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_24_24_report.json366SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_24_24_report.txt367RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_24_24_report.txt368CRYSTALBALL: 369Knapsack report generator started!370DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from connected? at ee/lib/gitlab/geo.rb:79)371DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)372DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)373Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}374==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.060450939 seconds...375Test environment set up in 0.536751583 seconds376Merge request > Batch comments377Starting the Capybara driver server...378 Feature is enabled379Capybara starting Puma...380* Version 5.6.2 , codename: Birdie's Version381* Min threads: 0, max threads: 4382* Listening on unix:///tmp/20220428-43640-1mrl1v4383 adds draft note384 publishes review385 publishes single comment386 deletes draft note387 edits draft note388 with image and file draft note389 does not show in overview390 adding single comment to review391 at first does not show `Add to review` and `Add comment now` buttons392 when review has started393 can add comment to review394 can add comment right away395 in parallel diff396 adds draft comments to both sides397 thread is unresolved398 publishes comment right away and resolves the thread399 publishes review and resolves the thread400 thread is resolved401 publishes comment right away and unresolves the thread402 publishes review and unresolves the thread403Admin::Users404 GET /admin/users405 is ok406 has users list407Skipping ./spec/features/admin/users/users_spec.rb[1:1:3] 'Admin::Users GET /admin/users clicking edit user takes us to edit page' because it's flaky.408 clicking edit user takes us to edit page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)409 user project count410 displays count of users projects411 tabs412Skipping ./spec/features/admin/users/users_spec.rb[1:1:6:1] 'Admin::Users GET /admin/users tabs has multiple tabs to filter users' because it's flaky.413 has multiple tabs to filter users (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)414 `Pending approval` tab415Skipping ./spec/features/admin/users/users_spec.rb[1:1:6:2:1] 'Admin::Users GET /admin/users tabs `Pending approval` tab shows the `Pending approval` tab' because it's flaky.416 shows the `Pending approval` tab (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)417 search and sort418Skipping ./spec/features/admin/users/users_spec.rb[1:1:7:1] 'Admin::Users GET /admin/users search and sort searches users by name' because it's flaky.419 searches users by name (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)420 sorts users by name421 sorts search results only422 searches with respect of sorting423Skipping ./spec/features/admin/users/users_spec.rb[1:1:7:5] 'Admin::Users GET /admin/users search and sort sorts users by recent last activity' because it's flaky.424 sorts users by recent last activity (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)425Skipping ./spec/features/admin/users/users_spec.rb[1:1:7:6] 'Admin::Users GET /admin/users search and sort sorts users by oldest last activity' because it's flaky.426 sorts users by oldest last activity (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)427 Two-factor Authentication filters428Skipping ./spec/features/admin/users/users_spec.rb[1:1:8:1] 'Admin::Users GET /admin/users Two-factor Authentication filters counts users who have enabled 2FA' because it's flaky.429 counts users who have enabled 2FA (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)430Skipping ./spec/features/admin/users/users_spec.rb[1:1:8:2] 'Admin::Users GET /admin/users Two-factor Authentication filters filters by users who have enabled 2FA' because it's flaky.431 filters by users who have enabled 2FA (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)432 counts users who have not enabled 2FA433 filters by users who have not enabled 2FA434 Pending approval filter435 counts users who are pending approval436 filters by users who are pending approval437 when blocking/unblocking a user438 shows confirmation and allows blocking and unblocking439 when deactivating/re-activating a user440 shows confirmation and allows deactivating and re-activating441 when a user is locked442 displays `Locked` badge next to user443 allows a user to be unlocked from the `User administration dropdown444 internal users445 when showing a `Ghost User`446 does not render actions dropdown447 when showing a `Bot User`448 does not render actions dropdown449 user group count450Skipping ./spec/features/admin/users/users_spec.rb[1:1:14:1] 'Admin::Users GET /admin/users user group count displays count of the users authorized groups' because it's flaky.451 displays count of the users authorized groups (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)452 GET /admin/users/new453 creates new user454 applies defaults to user455 creates user with valid data456 calls send mail457 sends valid email to user with email & password458 username contains spaces459 doesn't create the user and shows an error message460 with new users set to external enabled461 with regex to match internal user email address set462 automatically unchecks external for matching email463 creates an internal user464 GET /admin/users/:id/projects465 lists groups466 allows navigation to the group details467 shows the group access level468 allows group membership to be revoked469 show breadcrumbs470 is expected to have text "Edit Identity"471 GET /admin/users/:id/edit472 Update user473 shows page with new data474 changes user entry475 update username to non ascii char476 is expected to have visible css "form[action=\"/admin/users/user17\"]"477Projects > Show > Collaboration links478 with developer user479 shows all the expected links480 hides the links when the project is archived481 Web IDE link482 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false483 updates Web IDE link484 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true485 updates Web IDE link486 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false487 updates Web IDE link488 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true489 updates Web IDE link490 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true491 updates Web IDE link492 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true493 updates Web IDE link494Triggers495 when ci_pipeline_triggers_settings_vue_ui is enabled496 behaves like triggers page497 create trigger workflow498 prevents adding new trigger with no description499 adds new trigger with description500 edit trigger workflow501 click on edit trigger opens edit trigger page502 edit trigger and save503 trigger "Revoke" workflow504 button "Revoke" has correct alert505 revoke trigger506 show triggers workflow507 contains trigger description placeholder508 show "invalid" badge for trigger with owner having insufficient permissions509 do not show "Edit" or full token for not owned trigger510 show "Edit" and full token for owned trigger511 when ci_pipeline_triggers_settings_vue_ui is disabled512 behaves like triggers page513 create trigger workflow514 prevents adding new trigger with no description515 adds new trigger with description516 edit trigger workflow517 click on edit trigger opens edit trigger page518 edit trigger and save519 trigger "Revoke" workflow520 button "Revoke" has correct alert521Skipping ./spec/features/triggers_spec.rb[1:2:1:3:2] 'Triggers when ci_pipeline_triggers_settings_vue_ui is disabled behaves like triggers page trigger "Revoke" workflow revoke trigger' because it's flaky.522 revoke trigger (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)523 show triggers workflow524 contains trigger description placeholder525 show "invalid" badge for trigger with owner having insufficient permissions526 do not show "Edit" or full token for not owned trigger527 show "Edit" and full token for owned trigger528Set up Mattermost slash commands529 user visits the mattermost slash command config page530 mattermost integration is enabled531 shows the add to mattermost button532 shows an explanation if user is a member of no teams533 shows an explanation if user is a member of 1 team534 shows a disabled prefilled select if user is a member of 1 team535 has a hidden input for the prefilled value if user is a member of 1 team536 shows an explanation user is a member of multiple teams537 shows a select with team options user is a member of multiple teams538 shows an error alert with the error message if there is an error requesting teams539 enables the submit button if the required fields are provided540 disables the submit button if the required fields are not provided541 activation542 shows a help message543 shows a token placeholder544 redirects to the integrations page after saving but not activating545 redirects to the integrations page after activating546 mattermost integration is not enabled547 shows the correct trigger url548 shows a token placeholder549 stable logo url550 shows a publicly available logo551issuable templates552 user creates an issue using templates553 user selects "bug" template554 user selects "bug" template and then "no template"555 user selects "bug" template, edits description and then selects "reset template"556 user creates an issue using templates, with a prior description557 user selects "bug" template558 user creates a merge request using templates559 user selects "feature-proposal" template560 changes template561 user selects "bug" template, then updates description, then selects "feature-proposal" template, then cancels template change562 user selects "bug" template, then updates description, then selects "feature-proposal" template, then dismiss the template warning563 user selects "bug" template, then updates description, then selects "feature-proposal" template, then applies template change564 user creates a merge request from a forked project using templates565 feature proposal template566 template exists in target project567 user selects template568issuable list569 counts upvotes, downvotes and notes count for each Issue570 sorts labels alphabetically571 counts upvotes, downvotes and notes count for each Merge request572 sorts labels alphabetically573 displays a warning if counting the number of issues times out574 counts merge requests closing issues icons for each issue575Project > Members > Invite group576 displays the invite group button577 does not display the button when visiting the page not signed in578 Share with group lock579 for a project in a root group580 when the group has "Share with group lock" disabled581 the project can be shared with another group582 behaves like the project can be shared with groups583 the "Invite a group" button exists584 when the group has "Share with group lock" enabled585 behaves like the project cannot be shared with groups586 the "Invite a group" button does not exist587 for a project in a subgroup588 when the root_group has "Share with group lock" disabled589 when the subgroup has "Share with group lock" disabled590 behaves like the project can be shared with groups591 the "Invite a group" button exists592 when the subgroup has "Share with group lock" enabled593 behaves like the project cannot be shared with groups594 the "Invite a group" button does not exist595 when the root_group has "Share with group lock" enabled596 when the subgroup has "Share with group lock" disabled (parent overridden)597 behaves like the project can be shared with groups598 the "Invite a group" button exists599 when the subgroup has "Share with group lock" enabled600 behaves like the project cannot be shared with groups601 the "Invite a group" button does not exist602 setting an expiration date for a group link603Skipping ./spec/features/projects/members/invite_group_spec.rb[1:4:1] 'Project > Members > Invite group setting an expiration date for a group link the group link shows the expiration time with a warning class' because it's flaky.604 the group link shows the expiration time with a warning class (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)605 the groups dropdown606 with instance admin considerations607 when user is an admin608 shows groups where the admin has no direct membership609Skipping ./spec/features/projects/members/invite_group_spec.rb[1:5:1:1:2] 'Project > Members > Invite group the groups dropdown with instance admin considerations when user is an admin shows groups where the admin has at least guest level membership' because it's flaky.610 shows groups where the admin has at least guest level membership (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)611 when user is not an admin612 does not show groups where the user has no direct membership613 shows groups where the user has at least guest level membership614 for a project in a nested group615 does not show the groups inherited from projects616 does not show the ancestors or project group617Internal Project Snippets Access618 GET /:project_path/snippets619DEPRECATION 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 admin621DEPRECATION 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 owner623DEPRECATION 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 maintainer625DEPRECATION 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 developer627DEPRECATION 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 reporter629DEPRECATION 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 guest631DEPRECATION 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 user633 is expected to be denied for external634 is expected to be denied 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 an internal 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 denied for external656 is expected to be denied for visitor657 for a private snippet658 is allowed for admin when admin mode is enabled659 is denied for admin when admin mode is disabled660 is expected to be allowed for owner661 is expected to be allowed for maintainer662 is expected to be allowed for developer663 is expected to be allowed for reporter664 is expected to be allowed for guest665 is expected to be denied for user666 is expected to be denied for external667 is expected to be denied for visitor668 GET /:project_path/snippets/:id/raw669 for an internal snippet670 is expected to be allowed for admin671 is expected to be allowed for owner672 is expected to be allowed for maintainer673 is expected to be allowed for developer674 is expected to be allowed for reporter675 is expected to be allowed for guest676 is expected to be allowed for user677 is expected to be denied for external678 is expected to be denied for visitor679 for a private snippet680 is allowed for admin when admin mode is enabled681 is denied for admin when admin mode is disabled682 is expected to be allowed for owner683 is expected to be allowed for maintainer684 is expected to be allowed for developer685 is expected to be allowed for reporter686 is expected to be allowed for guest687 is expected to be denied for user688 is expected to be denied for external689 is expected to be denied for visitor690User changes public project visibility691 when the project has forks692 when a project is public693 behaves like changing visibility to private694 requires confirmation695 when the project is internal696 behaves like changing visibility to private697 requires confirmation698 when the visibility level is untouched699 saves without confirmation700 when the project is not forked701 behaves like does not require confirmation702 saves without confirmation703 with unlink_fork_network_upon_visibility_decrease = false704 behaves like does not require confirmation705 saves without confirmation706Reportable note on commit707 a normal note708 behaves like reportable note709 has an edit button710 has a `More actions` dropdown711 dropdown has Report and Delete links712Skipping ./spec/features/reportable_note/commit_spec.rb[1:1:1:4] 'Reportable note on commit a normal note behaves like reportable note report button links to a report page' because it's flaky.713 report button links to a report page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)714 a diff note715 behaves like reportable note716 has an edit button717 has a `More actions` dropdown718 dropdown has Report and Delete links719 report button links to a report page720Merge request > User sees suggest pipeline721 shows the suggest pipeline widget and then allows dismissal correctly722 takes the user to the pipeline editor with a pre-filled CI config file form723 when feature setting is disabled724 does not show the suggest pipeline widget725User views issue726 is expected to have header with correct id and link 1, "Description header", and "description-header"727 shows the merge request and issue actions728 behaves like page meta description729 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown730 when the project is archived731 hides the merge request and issue actions732 user status733 when showing status of the author of the issue734 behaves like showing user status735 shows the status736 when showing status of a user who commented on an issue737 behaves like showing user status738 shows the status739 when status message has an emoji740 correctly renders the emoji741Profile account page742 allows resetting of feed token743 allows resetting of incoming email token744 when I delete my account745 is expected to have text "Delete account"746 does not immediately delete the account747 deletes user748 shows invalid password flash message749DEPRECATION WARNING: Merging ("members"."access_level" != $1) and ("members"."access_level" = $1) no longer maintain both conditions, and will be replaced by the latter in Rails 6.2. To migrate to Rails 6.2's behavior, use `relation.merge(other, rewhere: true)`. (called from solo_owned_groups at /builds/gitlab-org/gitlab/app/models/user.rb:1367)750 does not show delete button when user owns a group751 when I change my username752 changes my username753Projects > Files > Project owner creates a license file754 project maintainer creates a license file manually from a template755 project maintainer creates a license file from the "Add license" link756Merge Requests > Filters generic behavior757 when filtered by a label758 state tabs759 does not change when state tabs are clicked760 clear button761 allows user to remove filtered labels762 filter dropdown763 filters by label name764Admin Broadcast Messages765 see broadcast messages list766 creates a customized broadcast banner message767 creates a customized broadcast notification message768 edit an existing broadcast message769 remove an existing broadcast message770 updates a preview of a customized broadcast banner message771 updates a preview of a customized broadcast notification message772Display system header and footer bar773 when authenticated774 when system header and footer are not configured775 behaves like system header is not configured776 does not show system header777 behaves like system footer is not configured778 does not show system footer779 when only system header is defined780 behaves like system header is configured781 shows system header782 shows the correct content783 behaves like system footer is not configured784 does not show system footer785 when only system footer is defined786 behaves like system header is not configured787 does not show system header788 behaves like system footer is configured789 shows system footer790 shows the correct content791 when system header and footer are defined792 behaves like system header is configured793 shows system header794 shows the correct content795 behaves like system footer is configured796 shows system footer797 shows the correct content798 when not authenticated799 when system header and footer are not configured800 behaves like system header is not configured801 does not show system header802 behaves like system footer is not configured803 does not show system footer804 when only system header is defined805 behaves like system header is configured806 shows system header807 shows the correct content808 behaves like system footer is not configured809 does not show system footer810 when only system footer is defined811 behaves like system header is not configured812 does not show system header813 behaves like system footer is configured814 shows system footer815 shows the correct content816 when system header and footer are defined817 behaves like system header is configured818 shows system header819 shows the correct content820 behaves like system footer is configured821 shows system footer822 shows the correct content823Projects > Snippets > User views snippets824 snippets list825DEPRECATION 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)826 shows snippets827 pagination828 behaves like paginated snippets829DEPRECATION 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)830 is limited to 20 items per page831 clicking on the link to the second page832DEPRECATION 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)833DEPRECATION 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)834 shows the remaining snippets835 filtering by visibility836 behaves like tabs with counts837DEPRECATION 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)838 shows a tab for All snippets and count839DEPRECATION 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)840 shows a tab for Private snippets and count841DEPRECATION 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)842 shows a tab for Internal snippets and count843DEPRECATION 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)844 shows a tab for Public snippets and count845 when current user is a guest846 when snippets list is empty847DEPRECATION 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)848 hides New Snippet button849 when project has snippets850DEPRECATION 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)851 hides New Snippet button852 when current user is not a guest853 when snippets list is empty854DEPRECATION 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)855 shows New Snippet button856 when project has snippets857DEPRECATION 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)858 shows New Snippet button859Project > Settings > CI/CD > Container registry tag expiration policy860 as owner861 shows available section862 saves cleanup policy submit the form863 does not save cleanup policy submit form with invalid regex864 with a project without expiration policy865 with container_expiration_policies_enable_historic_entries enabled866 displays the related section867 with container_expiration_policies_enable_historic_entries disabled868 does not display the related section869 when registry is disabled870 does not exists871 when container registry is disabled on project872 does not exists873User updates feature flag874 with a new version feature flag875 user adds a second strategy876 user toggles the flag on877Projects > Members > Group member cannot request access to their group project878 owner does not see the request access button879 maintainer does not see the request access button880 developer does not see the request access button881 reporter does not see the request access button882 guest does not see the request access button883Profile > Notifications > User changes notified_of_own_activity setting884 user opts into receiving notifications about their own activity885 user opts out of receiving notifications about their own activity886Sort labels887 sorts by title by default888 sorts by date889User activates Flowdock890 activates integration891User uploads avatar to profile892 they see their new avatar on their profile893 their new avatar is immediately visible in the header and setting sidebar894User interacts with labels895 shows the list of labels896Group label on issue897 renders link to the project issues page898Registration enabled callout899 when "Sign-up enabled" setting is `true`900 when an admin is logged in901 displays callout on admin and dashboard pages and root page902 does not display callout on pages other than root, admin, or dashboard903 when callout is dismissed904 does not display callout905 when a non-admin is logged in906 does not display callout907Issues > User resets their incoming email token908 changes incoming email address token909Commit > User view commits910 Commits List911 displays the correct number of commits per day in the header912 lists the correct number of commits913User views labels914 shows all labels915User password916 send password reset917 when recaptcha is enabled918 renders recaptcha919 when recaptcha is not enabled920 does not render recaptcha921Knapsack report was generated. Preview:922{923 "spec/features/merge_request/batch_comments_spec.rb": 216.93020327799968,924 "spec/features/admin/users/users_spec.rb": 146.39352541800054,925 "spec/features/projects/show/user_sees_collaboration_links_spec.rb": 148.8375523780005,926 "spec/features/triggers_spec.rb": 121.92778840400024,927 "spec/features/projects/integrations/user_activates_mattermost_slash_command_spec.rb": 77.39674763899984,928 "spec/features/projects/issuable_templates_spec.rb": 66.83064436699988,929 "spec/features/issuables/issuable_list_spec.rb": 47.55997901399951,930 "spec/features/projects/members/invite_group_spec.rb": 52.064597583999785,931 "spec/features/security/project/snippet/internal_access_spec.rb": 32.59179970199966,932 "spec/features/projects/user_changes_project_visibility_spec.rb": 34.55291057100021,933 "spec/features/reportable_note/commit_spec.rb": 33.20232669199959,934 "spec/features/merge_request/user_sees_suggest_pipeline_spec.rb": 28.928838277000068,935 "spec/features/issues/user_views_issue_spec.rb": 21.81451391000064,936 "spec/features/profile_spec.rb": 22.814250688000357,937 "spec/features/projects/files/project_owner_creates_license_file_spec.rb": 24.417485515000408,938 "spec/features/merge_requests/filters_generic_behavior_spec.rb": 26.084168641999895,939 "spec/features/admin/admin_broadcast_messages_spec.rb": 16.39145594599995,940 "spec/features/display_system_header_and_footer_bar_spec.rb": 8.555641224000283,941 "spec/features/projects/snippets/user_views_snippets_spec.rb": 11.07308138999997,942 "spec/features/projects/settings/registry_settings_spec.rb": 11.83867760800058,943 "spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb": 10.734596604999751,944 "spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb": 9.206162129000404,945 "spec/features/profiles/user_changes_notified_of_own_activity_spec.rb": 6.772804669999459,946 "spec/features/projects/labels/sort_labels_spec.rb": 6.990082540000003,947 "spec/features/projects/integrations/user_activates_flowdock_spec.rb": 7.291769337000005,948 "spec/features/uploads/user_uploads_avatar_to_profile_spec.rb": 4.299802896000074,949 "spec/features/projects/milestones/user_interacts_with_labels_spec.rb": 5.503820083999926,950 "spec/features/issues/group_label_sidebar_spec.rb": 4.212727735000044,951 "spec/features/callouts/registration_enabled_spec.rb": 4.875820272000055,952 "spec/features/issues/user_resets_their_incoming_email_token_spec.rb": 3.4917183349998595,953 "spec/features/commits/user_view_commits_spec.rb": 3.302822732000095,954 "spec/features/projects/labels/user_views_labels_spec.rb": 1.5481197930002963,955 "spec/features/users/password_spec.rb": 0.4169049729998733956}957Knapsack global time execution for tests: 20m 18s958Pending: (Failures listed here are expected and do not affect your suite's status)959 1) Admin::Users GET /admin/users clicking edit user takes us to edit page960 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example961 # ./spec/features/admin/users/users_spec.rb:45962 2) Admin::Users GET /admin/users tabs has multiple tabs to filter users963 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example964 # ./spec/features/admin/users/users_spec.rb:79965 3) Admin::Users GET /admin/users tabs `Pending approval` tab shows the `Pending approval` tab966 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example967 # ./spec/features/admin/users/users_spec.rb:95968 4) Admin::Users GET /admin/users search and sort searches users by name969 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example970 # ./spec/features/admin/users/users_spec.rb:108971 5) Admin::Users GET /admin/users search and sort sorts users by recent last activity972 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example973 # ./spec/features/admin/users/users_spec.rb:144974 6) Admin::Users GET /admin/users search and sort sorts users by oldest last activity975 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example976 # ./spec/features/admin/users/users_spec.rb:153977 7) Admin::Users GET /admin/users Two-factor Authentication filters counts users who have enabled 2FA978 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example979 # ./spec/features/admin/users/users_spec.rb:164980 8) Admin::Users GET /admin/users Two-factor Authentication filters filters by users who have enabled 2FA981 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example982 # ./spec/features/admin/users/users_spec.rb:174983 9) Admin::Users GET /admin/users user group count displays count of the users authorized groups984 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example985 # ./spec/features/admin/users/users_spec.rb:340986 10) Triggers when ci_pipeline_triggers_settings_vue_ui is disabled behaves like triggers page trigger "Revoke" workflow revoke trigger987 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example988 # ./spec/features/triggers_spec.rb:87989 11) Project > Members > Invite group setting an expiration date for a group link the group link shows the expiration time with a warning class990 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example991 # ./spec/features/projects/members/invite_group_spec.rb:148992 12) Project > Members > Invite group the groups dropdown with instance admin considerations when user is an admin shows groups where the admin has at least guest level membership993 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example994 # ./spec/features/projects/members/invite_group_spec.rb:184995 13) Reportable note on commit a normal note behaves like reportable note report button links to a report page996 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example997 # ./spec/support/shared_examples/features/reportable_note_shared_examples.rb:32998Finished in 20 minutes 22 seconds (files took 1 minute 14.29 seconds to load)999299 examples, 0 failures, 13 pending1000Failed to write to log, write log/workhorse-test.log: file already closed1001RSpec exited with 0.1002No examples to retry, congrats!1004Not uploading cache ruby-gems-bullseye-9-non_protected due to policy1005Not uploading cache gitaly-ruby-gems-bullseye-9-non_protected due to policy1007Uploading artifacts...1008coverage/: found 5 matching files and directories 1009crystalball/: found 2 matching files and directories 1010deprecations/: found 14 matching files and directories 1011knapsack/: found 3 matching files and directories 1012rspec/: found 9 matching files and directories 1013WARNING: tmp/capybara/: no matching files 1014log/*.log: found 18 matching files and directories 1015WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2391235472/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1016WARNING: Retrying... context=artifacts-uploader error=request redirected1017Uploading artifacts as "archive" to coordinator... 201 Created id=2391235472 responseStatus=201 Created token=eYEsSEaE1018Uploading artifacts...1019rspec/junit_rspec.xml: found 1 matching files and directories 1020WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2391235472/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1021WARNING: Retrying... context=artifacts-uploader error=request redirected1022Uploading artifacts as "junit" to coordinator... 201 Created id=2391235472 responseStatus=201 Created token=eYEsSEaE1024Job succeeded