rspec-all frontend_fixture 2/5
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1667780520-a3ba4035...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: 119894, done. 25remote: Counting objects: 100% (119894/119894), done. 26remote: Compressing objects: 100% (78952/78952), done. 27remote: Total 119894 (delta 50153), reused 83076 (delta 36611), pack-reused 0 28Receiving objects: 100% (119894/119894), 110.17 MiB | 31.82 MiB/s, done.29Resolving deltas: 100% (50153/50153), done.31 * [new ref] refs/pipelines/687019226 -> refs/pipelines/68701922632 * [new branch] master -> origin/master33Checking out a134b2ce as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3281613120)...45Downloading artifacts from coordinator... ok id=3281613120 responseStatus=200 OK token=_sowgv7x46Downloading artifacts for retrieve-tests-metadata (3281613152)...47Downloading artifacts from coordinator... ok id=3281613152 responseStatus=200 OK token=_sowgv7x48Downloading artifacts for setup-test-env (3281613137)...49Downloading artifacts from coordinator... ok id=3281613137 responseStatus=200 OK token=_sowgv7x51Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...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.sh674Using decomposed database config (config/database.yml.decomposed-postgresql)675$ setup_db_user_only676CREATE ROLE677GRANT678==> 'setup_db_user_only' succeeded in 0 seconds.679$ bundle exec rake db:drop db:create db:schema:load db:migrate680Dropped database 'gitlabhq_test'681Dropped database 'gitlabhq_test_ci'682Dropped database 'gitlabhq_geo_test'683Created database 'gitlabhq_test'684Created database 'gitlabhq_test_ci'685Created database 'gitlabhq_geo_test'686==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 43 seconds.687$ setup_db_praefect688SELECT pg_catalog.set_config('search_path', '', false);689CREATE DATABASE praefect_test ENCODING 'UTF8';690==> 'setup_db_praefect' succeeded in 0 seconds.691$ run_timed_command "gem install knapsack --no-document"692$ gem install knapsack --no-document693Successfully installed knapsack-4.0.06941 gem installed695==> 'gem install knapsack --no-document' succeeded in 1 seconds.696$ run_timed_command "scripts/gitaly-test-spawn"697$ scripts/gitaly-test-spawn698find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory699find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory700find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory701find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory702find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory703find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory704find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory705Don't run Bundler as root. Bundler can ask for sudo if it is needed, and706installing your bundle as root will break this application for all non-root707users on this machine.708Using abstract_type 0.0.7709Using concurrent-ruby 1.1.10710Using i18n 1.12.0711Using minitest 5.16.3712Using tzinfo 2.0.5713Using zeitwerk 2.6.0714Using activesupport 6.1.6.1715Using builder 3.2.4716Using erubi 1.11.0717Using mini_portile2 2.8.0718Using racc 1.6.0719Using nokogiri 1.13.8 (x86_64-linux)720Using rails-dom-testing 2.0.3721Using crass 1.0.6722Using loofah 2.19.0723Using rails-html-sanitizer 1.4.3724Using actionview 6.1.6.1725Using rack 2.2.4726Using rack-test 2.0.2727Using actionpack 6.1.6.1728Using ice_nine 0.11.2729Using thread_safe 0.3.6730Using memoizable 0.4.2731Using adamantium 0.2.0732Using public_suffix 4.0.7733Using addressable 2.8.0734Using ast 2.4.2735Using binding_ninja 0.2.3736Using bundler 2.3.15737Using charlock_holmes 0.7.7738Using coderay 1.1.2739Using equalizer 0.0.11740Using concord 0.1.5741Using diff-lcs 1.3742Using dotenv 2.7.6743Using escape_utils 1.2.2744Using factory_bot 5.0.2745Using multipart-post 2.1.1746Using faraday 1.0.1747Using ffi 1.15.5748Using google-protobuf 3.21.9 (x86_64-linux)749Using googleapis-common-protos-types 1.4.0750Using grpc 1.42.0 (x86_64-linux)751Using gitaly 15.5.0752Using mini_mime 1.1.2753Using rugged 1.2.0754Using github-linguist 7.20.0755Using opentracing 0.5.0756Using thrift 0.17.0757Using jaeger-client 1.1.0758Using pg_query 2.2.0759Using redis 4.7.1760Using gitlab-labkit 0.28.0761Using rubyzip 2.3.2762Using thor 1.1.0763Using tomlrb 2.0.1764Using with_env 1.1.0765Using rexml 3.2.5766Using xml-simple 1.1.9767Using gitlab-license_finder 6.14.2.1768Using gitlab-markup 1.7.1769Using sawyer 0.8.2770Using octokit 4.20.0771Using reverse_markdown 1.4.0772Using licensee 9.15.2773Using method_source 0.9.2774Using msgpack 1.3.3775Using optimist 3.0.1776Using parallel 1.19.2777Using parser 3.0.3.2778Using procto 0.0.3779Using unparser 0.4.7780Using proc_to_ast 0.1.0781Using pry 0.12.2782Using rainbow 3.0.0783Using rbtrace 0.4.14784Using regexp_parser 1.8.1785Using rspec-support 3.8.0786Using rspec-core 3.8.0787Using rspec-expectations 3.8.3788Using rspec-mocks 3.8.0789Using rspec 3.8.0790Using rspec-parameterized 0.4.2791Using rubocop-ast 0.2.0792Using ruby-progressbar 1.10.1793Using unicode-display_width 1.7.0794Using rubocop 0.86.0795Using sentry-raven 3.0.4796Using timecop 0.9.1797Bundle complete! 18 Gemfile dependencies, 89 gems now installed.798Gems in the groups 'production' and 'development' were not installed.799Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`800Checking gitaly-ruby Gemfile...801Checking gitaly-ruby bundle...802The Gemfile's dependencies are satisfied803Trying to connect to gitaly: ....................................................... OK804Trying to connect to gitaly2: .................................................................. OK805Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK806==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.807$ source ./scripts/rspec_helpers.sh808$ rspec_paralellized_job809SKIP_FLAKY_TESTS_AUTOMATICALLY: true810RETRY_FAILED_TESTS_IN_NEW_PROCESS: true811KNAPSACK_GENERATE_REPORT: true812FLAKY_RSPEC_GENERATE_REPORT: true813KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb814KNAPSACK_LOG_LEVEL: debug815KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_2_5_report.json816FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json817FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_2_5_report.json818NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_2_5_report.json819SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_2_5_report.txt820RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_2_5_report.txt821CRYSTALBALL: 822Knapsack report generator started!823Test environment set up in 0.904174999 seconds824Analytics (JavaScript fixtures)825 Groups::Analytics::CycleAnalytics::StagesController826 analytics/value_stream_analytics/stages.json827 analytics/value_stream_analytics/stages/label-based-stage/records.json828 analytics/value_stream_analytics/stages/label-based-stage/median.json829 analytics/value_stream_analytics/stages/label-based-stage/count.json830Projects::MergeRequestsController (JavaScript fixtures)831 merge_requests/merge_request_with_single_assignee_feature.html832 merge_requests/merge_request_of_current_user.html833 merge_requests/merge_request_with_task_list.html834 merge_requests/diff_comment.html835 merge_requests/diff_discussion.json836 merge_requests/resolved_diff_discussion.json837 merge_requests/merge_request_list.html838 with image diff839 merge_requests/image_diff_discussion.json840 with mentions841 merge_requests/merge_request_with_mentions.html842 GraphQL::Query843 merge request in state readyToMerge query844 graphql/merge_requests/states/ready_to_merge.query.graphql.json845Projects (JavaScript fixtures)846 ProjectsController (JavaScript fixtures)847 projects/overview.html848 projects/edit.html849 GraphQL::Query850 access token projects query851 graphql/projects/access_tokens/get_projects.query.graphql.json852Pipeline schedules (JavaScript fixtures)853 Projects::PipelineSchedulesController854 pipeline_schedules/edit.html855 pipeline_schedules/edit_with_variables.html856 GraphQL::Query857 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.json858 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.as_guest.json859 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.take_ownership.json860Analytics (JavaScript fixtures)861 Groups::Analytics::TasksByTypeController862 analytics/charts/type_of_work/tasks_by_type.json863Releases (JavaScript fixtures)864 API::Releases865 api/releases/release.json866 GraphQL::Query867 graphql/releases/graphql/queries/all_releases.query.graphql.json868 graphql/releases/graphql/queries/one_release.query.graphql.json869 graphql/releases/graphql/queries/one_release_for_editing.query.graphql.json870Todos (JavaScript fixtures)871 Dashboard::TodosController (JavaScript fixtures)872 todos/todos.html873 Projects::TodosController (JavaScript fixtures)874 todos/todos.json875On-call Schedules (GraphQL fixtures)876 # order random877 GraphQL::Query878 graphql/oncall_schedules/graphql/queries/get_oncall_schedules_with_rotations_shifts.query.graphql.json879Groups (JavaScript fixtures)880 GroupsController (JavaScript fixtures)881 groups/edit.html882Projects::Settings::IntegrationsController (JavaScript fixtures)883 settings/integrations/edit.html884Jobs (JavaScript fixtures)885 API::Projects886 transfer_locations887 api/projects/transfer_locations_page_1.json888 api/projects/transfer_locations_page_2.json889 GraphQL::Query890 graphql/projects/settings/current_user_namespace.query.graphql.json891Admin::AbuseReportsController (JavaScript fixtures)892 abuse_reports/abuse_reports_list.html893DevOps Adoption (GraphQL fixtures)894 GraphQL::Query895 graphql/analytics/devops_reports/devops_adoption/graphql/queries/devops_adoption_enabled_namespaces.query.graphql.json896 graphql/analytics/devops_reports/devops_adoption/graphql/queries/devops_adoption_overview_chart.query.graphql.json897Sessions (JavaScript fixtures)898 SessionsController (JavaScript fixtures)899 sessions/new.html900GlTabsBehavior (JavaScript fixtures)901 tabs/tabs.html902Knapsack report was generated. Preview:903{904 "ee/spec/frontend/fixtures/analytics/value_streams.rb": 80.53003973999967,905 "spec/frontend/fixtures/merge_requests.rb": 41.183347841999876,906 "spec/frontend/fixtures/projects.rb": 9.394259178000084,907 "spec/frontend/fixtures/pipeline_schedules.rb": 9.66017384099996,908 "ee/spec/frontend/fixtures/analytics/charts.rb": 7.061495044000367,909 "spec/frontend/fixtures/releases.rb": 5.067500828999982,910 "spec/frontend/fixtures/todos.rb": 2.7795467949999875,911 "ee/spec/frontend/fixtures/oncall_schedule.rb": 3.154075699000259,912 "spec/frontend/fixtures/groups.rb": 2.6150047239998457,913 "spec/frontend/fixtures/integrations.rb": 2.94761276600002,914 "spec/frontend/fixtures/namespaces.rb": 2.581951300000128,915 "spec/frontend/fixtures/abuse_reports.rb": 2.1628282749998107,916 "ee/spec/frontend/fixtures/analytics/devops_reports/devops_adoption/enabled_namespaces.rb": 1.6010044750000816,917 "spec/frontend/fixtures/sessions.rb": 0.7243137010000282,918 "spec/frontend/fixtures/tabs.rb": 0.42489072400030636919}920Knapsack global time execution for tests: 02m 51s921Finished in 2 minutes 55.5 seconds (files took 51.38 seconds to load)92240 examples, 0 failures923Randomized with seed 16637924[TEST PROF INFO] Time spent in factories: 00:51.737 (29.18% of total time)925RSpec exited with 0.926No examples to retry, congrats!928Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy929Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy931Uploading artifacts...932tmp/tests/frontend/: found 79 matching files and directories 933knapsack/: found 3 matching files and directories 934WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory 935WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613169/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com936WARNING: Retrying... context=artifacts-uploader error=request redirected937Uploading artifacts as "archive" to coordinator... 201 Created id=3281613169 responseStatus=201 Created token=_sowgv7x939Job succeeded