rspec-all frontend_fixture 3/5
Passed Started
by
@afontaine

Andrew Fontaine
1Running with gitlab-runner 14.8.0~beta.44.g57df0d52 (57df0d52)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.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:5f203a01a42fd3f2a6f58198d32ecc5ef622581814673e984e8499bb2c0e0f59 for postgres:12 with digest postgres@sha256:ed97ef00029e0df606e9d8c9fba68b1ef5d023dbacc84178b441312282178123 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...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-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:60eb8210f0d0cca3dd17c64f368de20c8220b351d9eb9542b82c81fb52b8f15b 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-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:6e2d707482065c1155419b61b5c6b70fd017768904730dc0697e06c1f7663c30 ...18Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1644869079-8fbe570c...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: 116715, done. 25remote: Counting objects: 100% (116715/116715), done. 26remote: Compressing objects: 100% (78717/78717), done. 27remote: Total 116715 (delta 51197), reused 79175 (delta 33358), pack-reused 0 28Receiving objects: 100% (116715/116715), 112.94 MiB | 28.93 MiB/s, done.29Resolving deltas: 100% (51197/51197), done.31 * [new ref] 7bb0d54a07985215aac62bb9b65d58d080f3b908 -> refs/pipelines/47085653032 * [new branch] master -> origin/master33Checking out 7bb0d54a as master...34Skipping Git submodules setup36Checking cache for ruby-gems-v2-9...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-v2-9...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2092390313)...44Downloading artifacts from coordinator... ok id=2092390313 responseStatus=200 OK token=CHR-7vd445Downloading artifacts for retrieve-tests-metadata (2092390322)...46Downloading artifacts from coordinator... ok id=2092390322 responseStatus=200 OK token=RzwtzX-p47Downloading artifacts for setup-test-env (2092390318)...48Downloading artifacts from coordinator... ok id=2092390318 responseStatus=200 OK token=aV_fWhzN50Using docker image sha256:60eb8210f0d0cca3dd17c64f368de20c8220b351d9eb9542b82c81fb52b8f15b 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-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:6e2d707482065c1155419b61b5c6b70fd017768904730dc0697e06c1f7663c30 ...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.sh57Successfully installed bundler-2.3.6581 gem installed59Bundler version 2.3.660production:development61Settings are listed in order of priority. The top value will be used.62clean63Set for the current user (/root/.bundle/config): true64install_flags65Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"66path67Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"68without69Set via BUNDLE_WITHOUT: [:production, :development]70$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check71Don't run Bundler as root. Bundler can ask for sudo if it is needed, and72installing your bundle as root will break this application for all non-root73users on this machine.74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 9 seconds.76$ bundle pristine pg77Installing pg 1.2.3 with native extensions78==> 'bundle pristine pg' succeeded in 14 seconds.79$ setup_db_user_only80CREATE ROLE81GRANT82==> 'setup_db_user_only' succeeded in 0 seconds.83$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee84Dropped database 'gitlabhq_test'85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_test'87Created database 'gitlabhq_geo_test'88DEPRECATION 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)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 43 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory100find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory101find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102Don't run Bundler as root. Bundler can ask for sudo if it is needed, and103installing your bundle as root will break this application for all non-root104users on this machine.105Using abstract_type 0.0.7106Using concurrent-ruby 1.1.9107Using i18n 1.8.11108Using minitest 5.15.0109Using tzinfo 2.0.4110Using zeitwerk 2.5.3111Using activesupport 6.1.4.4112Using builder 3.2.4113Using erubi 1.10.0114Using mini_portile2 2.6.1115Using racc 1.6.0116Using nokogiri 1.12.5 (x86_64-linux)117Using rails-dom-testing 2.0.3118Using crass 1.0.6119Using loofah 2.13.0120Using rails-html-sanitizer 1.4.2121Using actionview 6.1.4.4122Using rack 2.2.3123Using rack-test 1.1.0124Using actionpack 6.1.4.4125Using ice_nine 0.11.2126Using thread_safe 0.3.6127Using memoizable 0.4.2128Using adamantium 0.2.0129Using public_suffix 4.0.6130Using addressable 2.7.0131Using ast 2.4.2132Using binding_ninja 0.2.3133Using bundler 2.1.4134Using charlock_holmes 0.7.7135Using coderay 1.1.2136Using equalizer 0.0.11137Using concord 0.1.5138Using diff-lcs 1.3139Using dotenv 2.7.6140Using escape_utils 1.2.1141Using factory_bot 5.0.2142Using multipart-post 2.1.1143Using faraday 1.0.1144Using ffi 1.15.3145Using json 2.6.1146Using gemojione 3.3.0147Using mini_mime 1.0.2148Using rugged 1.2.0149Using github-linguist 7.12.1150Using github-markup 1.7.0151Using mime-types-data 3.2020.1104152Using mime-types 3.3.1153Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1154Using rouge 3.27.0155Using sanitize 6.0.0156Using stringex 2.8.5157Using gitlab-gollum-lib 4.2.7.10.gitlab.2158Using google-protobuf 3.19.1 (x86_64-linux)159Using googleapis-common-protos-types 1.3.0160Using grpc 1.42.0 (x86_64-linux)161Using opentracing 0.5.0162Using thrift 0.15.0163Using jaeger-client 1.1.0164Using pg_query 2.1.1165Using redis 4.4.0166Using gitlab-labkit 0.21.2167Using rubyzip 2.3.2168Using thor 1.1.0169Using tomlrb 2.0.1170Using with_env 1.1.0171Using rexml 3.2.5172Using xml-simple 1.1.9173Using gitlab-license_finder 6.14.2.1174Using gitlab-markup 1.7.1175Using grpc-tools 1.42.0176Using sawyer 0.8.2177Using octokit 4.20.0178Using reverse_markdown 1.4.0179Using licensee 9.14.1180Using method_source 0.9.2181Using msgpack 1.3.3182Using optimist 3.0.1183Using parallel 1.19.2184Using parser 3.0.3.2185Using procto 0.0.3186Using unparser 0.4.7187Using proc_to_ast 0.1.0188Using pry 0.12.2189Using rainbow 3.0.0190Using rbtrace 0.4.14191Using rdoc 6.3.2192Using regexp_parser 1.8.1193Using rspec-support 3.8.0194Using rspec-core 3.8.0195Using rspec-expectations 3.8.3196Using rspec-mocks 3.8.0197Using rspec 3.8.0198Using rspec-parameterized 0.4.2199Using rubocop-ast 0.2.0200Using ruby-progressbar 1.10.1201Using unicode-display_width 1.7.0202Using rubocop 0.86.0203Using sentry-raven 3.0.4204Using timecop 0.9.1205Bundle complete! 22 Gemfile dependencies, 100 gems now installed.206Gems in the groups production and development were not installed.207Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`208Checking gitaly-ruby Gemfile...209Checking gitaly-ruby bundle...210The Gemfile's dependencies are satisfied211Trying to connect to gitaly: ................................................. OK212Trying to connect to gitaly2: .................................................................. OK213Trying to connect to praefect: .......... OK214==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.215$ source ./scripts/rspec_helpers.sh216$ rspec_paralellized_job217SKIP_FLAKY_TESTS_AUTOMATICALLY: true218RETRY_FAILED_TESTS_IN_NEW_PROCESS: false219KNAPSACK_GENERATE_REPORT: true220FLAKY_RSPEC_GENERATE_REPORT: true221KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb222KNAPSACK_LOG_LEVEL: debug223KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_3_5_report.json224FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json225FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_3_5_report.json226NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_3_5_report.json227SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_3_5_report.txt228RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_3_5_report.txt229CRYSTALBALL: 230Knapsack report generator started!231==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.055608795 seconds...232Test environment set up in 1.474273601 seconds233Analytics (JavaScript fixtures)234 Groups::Analytics::CycleAnalytics::StagesController235 analytics/value_stream_analytics/stages.json236 analytics/value_stream_analytics/stages/label-based-stage/records.json237 analytics/value_stream_analytics/stages/label-based-stage/median.json238 analytics/value_stream_analytics/stages/label-based-stage/count.json239Analytics, Value streams: review stage (JavaScript fixtures)240 Groups::Analytics::CycleAnalytics::StagesController241 analytics/value_stream_analytics/stages/review/records.json242 analytics/value_stream_analytics/stages/review/median.json243 analytics/value_stream_analytics/stages/review/count.json244Projects (JavaScript fixtures)245 ProjectsController (JavaScript fixtures)246 projects/overview.html247 projects/edit.html248 GraphQL::Query249 access token projects query250 graphql/projects/access_tokens/get_projects.query.graphql.json251Raw files (JavaScript fixtures)252 blob/notebook/basic.json253 blob/notebook/markdown-table.json254 blob/notebook/worksheets.json255 blob/notebook/math.json256 blob/pdf/test.pdf257 blob/text/README.md258 blob/images/logo-white.png259 blob/binary/Gemfile.zip260Analytics (JavaScript fixtures)261 Groups::Analytics::TasksByTypeController262 analytics/charts/type_of_work/tasks_by_type.json263Projects::MergeRequestsController (JavaScript fixtures in EE context)264 ee/merge_requests/merge_request_with_multiple_assignees_feature.html265Groups (JavaScript fixtures)266 GroupsController (JavaScript fixtures)267 groups/edit.html268API::MergeRequests (JavaScript fixtures)269 api/merge_requests/get.json270 api/merge_requests/versions.json271 api/merge_requests/changes.json272SearchController (JavaScript fixtures)273 search/show.html274 search within a project275 search/blob_search_result.html276Commit (JavaScript fixtures)277 Projects::CommitController (JavaScript fixtures)278 commit/show.html279 API::Commits (JavaScript fixtures)280 api/commits/commit.json281MetricsDashboard (JavaScript fixtures)282 metrics_dashboard/environment_metrics_dashboard.json283Projects::AutocompleteSourcesController (JavaScript fixtures)284 autocomplete_sources/labels.json285Knapsack report was generated. Preview:286{287 "ee/spec/frontend/fixtures/analytics/value_streams.rb": 103.48091482500013,288 "ee/spec/frontend/fixtures/analytics/value_streams_review_stage.rb": 78.03404806199978,289 "spec/frontend/fixtures/projects.rb": 9.613734012999885,290 "spec/frontend/fixtures/raw.rb": 4.7140240990001985,291 "ee/spec/frontend/fixtures/analytics/charts.rb": 5.368095423000341,292 "ee/spec/frontend/fixtures/merge_requests.rb": 3.272699205999743,293 "spec/frontend/fixtures/groups.rb": 1.6823637530001179,294 "spec/frontend/fixtures/api_merge_requests.rb": 3.165406145000361,295 "spec/frontend/fixtures/search.rb": 1.6490441869996175,296 "spec/frontend/fixtures/commit.rb": 2.121028115000172,297 "spec/frontend/fixtures/metrics_dashboard.rb": 1.2202167939999526,298 "spec/frontend/fixtures/autocomplete_sources.rb": 1.0594871779999266299}300Knapsack global time execution for tests: 03m 35s301Finished in 3 minutes 38.5 seconds (files took 59.04 seconds to load)30230 examples, 0 failures303RSpec exited with 0.304No examples to retry, congrats!306Not uploading cache ruby-gems-v2-9 due to policy307Not uploading cache gitaly-ruby-gems-v2-9 due to policy309Uploading artifacts...310tmp/tests/frontend/: found 59 matching files and directories 311knapsack/: found 3 matching files and directories 312WARNING: crystalball/: no matching files 313Uploading artifacts as "archive" to coordinator... 201 Created id=2092390325 responseStatus=201 Created token=FLDrm4Ge315Job succeeded