rspec-all frontend_fixture 5/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1670494676-d63d4884...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: 163372, done. 25remote: Counting objects: 100% (163372/163372), done. 26remote: Compressing objects: 100% (94785/94785), done. 27remote: Total 163372 (delta 84810), reused 119124 (delta 63094), pack-reused 0 28Receiving objects: 100% (163372/163372), 121.93 MiB | 29.82 MiB/s, done.29Resolving deltas: 100% (84810/84810), done.31 * [new ref] refs/pipelines/716916172 -> refs/pipelines/71691617232Checking out 8f189ac6 as refs/merge-requests/106378/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 41Successfully extracted cache43Downloading artifacts for compile-test-assets (3443740837)...44Downloading artifacts from coordinator... ok id=3443740837 responseStatus=200 OK token=ss431yrk45Downloading artifacts for retrieve-tests-metadata (3443740854)...46Downloading artifacts from coordinator... ok id=3443740854 responseStatus=200 OK token=ss431yrk47Downloading artifacts for setup-test-env (3443740841)...48Downloading artifacts from coordinator... ok id=3443740841 responseStatus=200 OK token=ss431yrk50Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...51$ echo $FOSS_ONLY52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh685Using decomposed database config (config/database.yml.decomposed-postgresql)686$ setup_db_user_only687CREATE ROLE688GRANT689==> 'setup_db_user_only' succeeded in 0 seconds.690$ bundle exec rake db:drop db:create db:schema:load db:migrate691Dropped database 'gitlabhq_test'692Dropped database 'gitlabhq_test_ci'693Dropped database 'gitlabhq_geo_test'694Created database 'gitlabhq_test'695Created database 'gitlabhq_test_ci'696Created database 'gitlabhq_geo_test'697==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 52 seconds.698$ setup_db_praefect699SELECT pg_catalog.set_config('search_path', '', false);700CREATE DATABASE praefect_test ENCODING 'UTF8';701==> 'setup_db_praefect' succeeded in 0 seconds.702$ run_timed_command "gem install knapsack --no-document"703$ gem install knapsack --no-document704Successfully installed knapsack-4.0.07051 gem installed706==> 'gem install knapsack --no-document' succeeded in 1 seconds.707$ run_timed_command "scripts/gitaly-test-spawn"708$ scripts/gitaly-test-spawn709find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory710find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory711find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory712find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory713find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory714find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory715find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory716Don't run Bundler as root. Bundler can ask for sudo if it is needed, and717installing your bundle as root will break this application for all non-root718users on this machine.719Using abstract_type 0.0.7720Using concurrent-ruby 1.1.10721Using i18n 1.12.0722Using minitest 5.16.3723Using tzinfo 2.0.5724Using zeitwerk 2.6.0725Using activesupport 6.1.6.1726Using builder 3.2.4727Using erubi 1.11.0728Using mini_portile2 2.8.0729Using racc 1.6.0730Using nokogiri 1.13.8 (x86_64-linux)731Using rails-dom-testing 2.0.3732Using crass 1.0.6733Using loofah 2.19.0734Using rails-html-sanitizer 1.4.3735Using actionview 6.1.6.1736Using rack 2.2.4737Using rack-test 2.0.2738Using actionpack 6.1.6.1739Using ice_nine 0.11.2740Using thread_safe 0.3.6741Using memoizable 0.4.2742Using adamantium 0.2.0743Using public_suffix 4.0.7744Using addressable 2.8.0745Using ast 2.4.2746Using binding_ninja 0.2.3747Using bundler 2.3.15748Using coderay 1.1.2749Using equalizer 0.0.11750Using concord 0.1.5751Using diff-lcs 1.3752Using dotenv 2.7.6753Using factory_bot 5.0.2754Using multipart-post 2.1.1755Using faraday 1.0.1756Using ffi 1.15.5757Using google-protobuf 3.21.10 (x86_64-linux)758Using googleapis-common-protos-types 1.4.0759Using grpc 1.42.0 (x86_64-linux)760Using gitaly 15.5.0761Using opentracing 0.5.0762Using thrift 0.17.0763Using jaeger-client 1.1.0764Using pg_query 2.2.0765Using redis 4.8.0766Using gitlab-labkit 0.29.0767Using rubyzip 2.3.2768Using thor 1.1.0769Using tomlrb 2.0.1770Using with_env 1.1.0771Using rexml 3.2.5772Using xml-simple 1.1.9773Using gitlab-license_finder 6.14.2.1774Using gitlab-markup 1.7.1775Using sawyer 0.8.2776Using octokit 4.20.0777Using reverse_markdown 1.4.0778Using rugged 1.2.0779Using licensee 9.15.2780Using method_source 0.9.2781Using msgpack 1.3.3782Using optimist 3.0.1783Using parallel 1.19.2784Using parser 3.0.3.2785Using procto 0.0.3786Using unparser 0.4.7787Using proc_to_ast 0.1.0788Using pry 0.12.2789Using rainbow 3.0.0790Using rbtrace 0.4.14791Using regexp_parser 1.8.1792Using rspec-support 3.8.0793Using rspec-core 3.8.0794Using rspec-expectations 3.8.3795Using rspec-mocks 3.8.0796Using rspec 3.8.0797Using rspec-parameterized 0.4.2798Using rubocop-ast 0.2.0799Using ruby-progressbar 1.10.1800Using unicode-display_width 1.7.0801Using rubocop 0.86.0802Using sentry-raven 3.0.4803Using timecop 0.9.1804Bundle complete! 18 Gemfile dependencies, 85 gems now installed.805Gems in the groups 'production' and 'development' were not installed.806Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`807Checking gitaly-ruby Gemfile...808Checking gitaly-ruby bundle...809The Gemfile's dependencies are satisfied810Trying to connect to gitaly: ............................................. OK811Trying to connect to gitaly2: ......................................................... OK812Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK813==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.814$ source ./scripts/rspec_helpers.sh815$ rspec_paralellized_job816SKIP_FLAKY_TESTS_AUTOMATICALLY: true817RETRY_FAILED_TESTS_IN_NEW_PROCESS: true818KNAPSACK_GENERATE_REPORT: true819FLAKY_RSPEC_GENERATE_REPORT: true820KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb821KNAPSACK_LOG_LEVEL: debug822KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_5_5_report.json823FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json824FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_5_5_report.json825NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_5_5_report.json826SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_5_5_report.txt827RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_5_5_report.txt828CRYSTALBALL: 829Knapsack report generator started!830==> Starting Gitaly set up...831==> Starting GitLab Elasticsearch Indexer set up...832Test environment set up in 0.805342769 seconds833Analytics, Value streams: test stage (JavaScript fixtures)834 Groups::Analytics::CycleAnalytics::StagesController835 analytics/value_stream_analytics/stages/test/records.json836 analytics/value_stream_analytics/stages/test/median.json837 analytics/value_stream_analytics/stages/test/count.json838Analytics, Value streams: code stage (JavaScript fixtures)839 Groups::Analytics::CycleAnalytics::StagesController840 analytics/value_stream_analytics/stages/code/records.json841 analytics/value_stream_analytics/stages/code/median.json842 analytics/value_stream_analytics/stages/code/count.json843Analytics (JavaScript fixtures)844 Groups::Analytics::CycleAnalytics::SummaryController845 analytics/metrics/value_stream_analytics/summary.json846 analytics/metrics/value_stream_analytics/time_summary.json847Raw files (JavaScript fixtures)848 blob/notebook/basic.json849 blob/notebook/markdown-table.json850 blob/notebook/worksheets.json851 blob/notebook/math.json852 blob/pdf/test.pdf853 blob/text/README.md854 blob/images/logo-white.png855 blob/binary/Gemfile.zip856Runner (JavaScript fixtures)857 as admin GraphQL::Query858 all_runners.query.graphql859 graphql/ci/runner/list/all_runners.query.graphql.json860 graphql/ci/runner/list/all_runners.query.graphql.paginated.json861 all_runners_count.query.graphql862 graphql/ci/runner/list/all_runners_count.query.graphql.json863 runner.query.graphql864 graphql/ci/runner/show/runner.query.graphql.json865 graphql/ci/runner/show/runner.query.graphql.with_group.json866 runner_projects.query.graphql867 graphql/ci/runner/show/runner_projects.query.graphql.json868 runner_jobs.query.graphql869 graphql/ci/runner/show/runner_jobs.query.graphql.json870 runner_form.query.graphql871 graphql/ci/runner/edit/runner_form.query.graphql.json872 as group owner GraphQL::Query873 group_runners.query.graphql874 graphql/ci/runner/list/group_runners.query.graphql.json875 graphql/ci/runner/list/group_runners.query.graphql.paginated.json876 group_runners_count.query.graphql877 graphql/ci/runner/list/group_runners_count.query.graphql.json878Admin::ApplicationSettingsController (JavaScript fixtures)879 application_settings/accounts_and_limit.html880 application_settings/usage.html881Projects::PipelinesController (JavaScript fixtures)882 pipelines/pipelines.json883 pipelines/test_report.json884Groups::SamlProvidersController (JavaScript fixtures)885 groups/saml_providers/show.html886Epics (JavaScript fixtures)887 EpicPresenter (JavaScript fixtures)888 epic/mock_meta.json889 IssuablesHelper (JavaScript fixtures)890 epic/mock_data.json891Admin::AbuseReportsController (JavaScript fixtures)892 abuse_reports/abuse_reports_list.html893Groups (JavaScript fixtures)894 GroupsController (JavaScript fixtures)895 groups/edit.html896Admin::UsersController (JavaScript fixtures)897 admin/users/new_with_internal_user_regex.html898GraphQL::Query899 ee/graphql/issuable/popover/queries/issue.query.graphql.json900Projects::AutocompleteSourcesController (JavaScript fixtures)901 autocomplete_sources/labels.json902Knapsack report was generated. Preview:903{904 "ee/spec/frontend/fixtures/analytics/value_streams_test_stage.rb": 52.28074750399992,905 "ee/spec/frontend/fixtures/analytics/value_streams_code_stage.rb": 48.75936409399992,906 "ee/spec/frontend/fixtures/analytics/metrics.rb": 23.871518789999982,907 "spec/frontend/fixtures/raw.rb": 7.25636812599987,908 "spec/frontend/fixtures/runner.rb": 6.2814728939999895,909 "spec/frontend/fixtures/application_settings.rb": 6.4867287719998785,910 "spec/frontend/fixtures/pipelines.rb": 5.664040653999791,911 "ee/spec/frontend/fixtures/saml_providers.rb": 2.4462185639999916,912 "ee/spec/frontend/fixtures/epic.rb": 2.6605264719999013,913 "spec/frontend/fixtures/abuse_reports.rb": 2.100303629000109,914 "spec/frontend/fixtures/groups.rb": 2.536786283000083,915 "spec/frontend/fixtures/admin_users.rb": 2.0018906790000983,916 "ee/spec/frontend/fixtures/issues.rb": 1.338588585000025,917 "spec/frontend/fixtures/autocomplete_sources.rb": 1.457488463000118918}919Knapsack global time execution for tests: 02m 45s920Finished in 2 minutes 48.9 seconds (files took 1 minute 31.27 seconds to load)92139 examples, 0 failures922[TEST PROF INFO] Time spent in factories: 00:34.315 (16.78% of total time)923RSpec exited with 0.924No examples to retry, congrats!926Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy927Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy929Uploading artifacts...930tmp/tests/frontend/: found 74 matching files and directories 931knapsack/: found 3 matching files and directories 932WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory 933WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443740868/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com934WARNING: Retrying... context=artifacts-uploader error=request redirected935Uploading artifacts as "archive" to coordinator... 201 Created id=3443740868 responseStatus=201 Created token=ss431yrk937Job succeeded