rspec-all frontend_fixture 5/5
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on blue-2.shared-gitlab-org.runners-manager.gitlab.com/default NL4gfoBe3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-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:84353f33e1def62bd8dfb09b10761c4ce651f5e5475e1ec53d5c918e29d96744 for postgres:12 with digest postgres@sha256:7984919d5b1d8bd22539118c671555b50cd3bb5fbc568645a49f61e5ab94b8f9 ...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:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...18Running on runner-nl4gfobe-project-278964-concurrent-0 via runner-nl4gfobe-shared-gitlab-org-1643990995-5c5c1f7f...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: 119975, done. 25remote: Counting objects: 100% (119975/119975), done. 26remote: Compressing objects: 100% (79457/79457), done.27remote: Total 119975 (delta 54354), reused 82008 (delta 35960), pack-reused 0 28Receiving objects: 100% (119975/119975), 113.03 MiB | 31.27 MiB/s, done.29Resolving deltas: 100% (54354/54354), done.31 * [new ref] 075476b823110142086f2b93d474f8349e99b4a0 -> refs/pipelines/46383679932 * [new branch] master -> origin/master33Checking out 075476b8 as master...34Skipping Git submodules setup36Checking cache for ruby-gems-v1-9...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-v1-9...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2055931272)...44Downloading artifacts from coordinator... ok id=2055931272 responseStatus=200 OK token=zXasY4gr45Downloading artifacts for retrieve-tests-metadata (2055931281)...46Downloading artifacts from coordinator... ok id=2055931281 responseStatus=200 OK token=HLyRKusZ47Downloading artifacts for setup-test-env (2055931275)...48Downloading artifacts from coordinator... ok id=2055931275 responseStatus=200 OK token=K6p64DvG50Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...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 8 seconds.76$ bundle pristine pg77Installing pg 1.2.3 with native extensions78==> 'bundle pristine pg' succeeded in 13 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 33 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 13 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_5_5_report.json224FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json225FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_5_5_report.json226NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_5_5_report.json227SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_5_5_report.txt228RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_5_5_report.txt229CRYSTALBALL: 230Knapsack node specs:231ee/spec/frontend/fixtures/analytics/value_streams_review_stage.rb232ee/spec/frontend/fixtures/analytics/value_streams_plan_stage.rb233spec/frontend/fixtures/projects.rb234ee/spec/frontend/fixtures/analytics/charts.rb235spec/frontend/fixtures/blob.rb236spec/frontend/fixtures/application_settings.rb237ee/spec/frontend/fixtures/saml_providers.rb238spec/frontend/fixtures/snippet.rb239spec/frontend/fixtures/todos.rb240spec/frontend/fixtures/branches.rb241spec/frontend/fixtures/tags.rb242spec/frontend/fixtures/autocomplete_sources.rb243ee/spec/frontend/fixtures/codequality_report.rb244Filter specs:245Running specs:246Running all node tests without filter247ee/spec/frontend/fixtures/analytics/value_streams_review_stage.rb248ee/spec/frontend/fixtures/analytics/value_streams_plan_stage.rb249spec/frontend/fixtures/projects.rb250ee/spec/frontend/fixtures/analytics/charts.rb251spec/frontend/fixtures/blob.rb252spec/frontend/fixtures/application_settings.rb253ee/spec/frontend/fixtures/saml_providers.rb254spec/frontend/fixtures/snippet.rb255spec/frontend/fixtures/todos.rb256spec/frontend/fixtures/branches.rb257spec/frontend/fixtures/tags.rb258spec/frontend/fixtures/autocomplete_sources.rb259ee/spec/frontend/fixtures/codequality_report.rb260Running all node tests without filter261Running all node tests without filter262Knapsack report generator started!263==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.059604677 seconds...264Test environment set up in 0.696520786 seconds265Analytics, Value streams: review stage (JavaScript fixtures)266 Groups::Analytics::CycleAnalytics::StagesController267 analytics/value_stream_analytics/stages/review/records.json268 analytics/value_stream_analytics/stages/review/median.json269 analytics/value_stream_analytics/stages/review/count.json270Analytics, Value streams: plan stage (JavaScript fixtures)271 Groups::Analytics::CycleAnalytics::StagesController272 analytics/value_stream_analytics/stages/plan/records.json273 analytics/value_stream_analytics/stages/plan/median.json274 analytics/value_stream_analytics/stages/plan/count.json275Projects (JavaScript fixtures)276 ProjectsController (JavaScript fixtures)277 projects/overview.html278 projects/edit.html279 GraphQL::Query280 access token projects query281 graphql/projects/access_tokens/get_projects.query.graphql.json282Analytics (JavaScript fixtures)283 Groups::Analytics::TasksByTypeController284 analytics/charts/type_of_work/tasks_by_type.json285Projects::BlobController (JavaScript fixtures)286 blob/show.html287 blob/show_readme.html288Admin::ApplicationSettingsController (JavaScript fixtures)289 application_settings/accounts_and_limit.html290 application_settings/usage.html291Groups::SamlProvidersController (JavaScript fixtures)292 groups/saml_providers/show.html293SnippetsController (JavaScript fixtures)294 snippets/show.html295Todos (JavaScript fixtures)296 Dashboard::TodosController (JavaScript fixtures)297 todos/todos.html298 Projects::TodosController (JavaScript fixtures)299 todos/todos.json300Branches (JavaScript fixtures)301 Projects::BranchesController (JavaScript fixtures)302 branches/new_branch.html303 API::Branches (JavaScript fixtures)304 api/branches/branches.json305Tags (JavaScript fixtures)306 API::Tags (JavaScript fixtures)307 api/tags/tags.json308Projects::AutocompleteSourcesController (JavaScript fixtures)309 autocomplete_sources/labels.json310Code Quality Report (GraphQL fixtures)311 GraphQL::Query312 graphql/codequality_report/graphql/queries/get_code_quality_violations.query.graphql.json313Knapsack report was generated. Preview:314{315 "ee/spec/frontend/fixtures/analytics/value_streams_review_stage.rb": 82.70221438699991,316 "ee/spec/frontend/fixtures/analytics/value_streams_plan_stage.rb": 75.1392093530003,317 "spec/frontend/fixtures/projects.rb": 8.958154264999848,318 "ee/spec/frontend/fixtures/analytics/charts.rb": 5.845489771999837,319 "spec/frontend/fixtures/blob.rb": 5.1425163359999715,320 "spec/frontend/fixtures/application_settings.rb": 4.721987703000195,321 "ee/spec/frontend/fixtures/saml_providers.rb": 2.200269101000231,322 "spec/frontend/fixtures/snippet.rb": 1.5906513099998847,323 "spec/frontend/fixtures/todos.rb": 3.0566177369996694,324 "spec/frontend/fixtures/branches.rb": 3.514429258000291,325 "spec/frontend/fixtures/tags.rb": 0.6920403359999909,326 "spec/frontend/fixtures/autocomplete_sources.rb": 1.2722151799998755,327 "ee/spec/frontend/fixtures/codequality_report.rb": 1.0396004839999478328}329Knapsack global time execution for tests: 03m 15s330Finished in 3 minutes 17.9 seconds (files took 54.1 seconds to load)33123 examples, 0 failures332RSpec exited with 0.333No examples to retry, congrats!335Not uploading cache ruby-gems-v1-9 due to policy336Not uploading cache gitaly-ruby-gems-v1-9 due to policy338Uploading artifacts...339tmp/tests/frontend/: found 50 matching files and directories 340knapsack/: found 3 matching files and directories 341WARNING: crystalball/: no matching files 342Uploading artifacts as "archive" to coordinator... 201 Created id=2055931295 responseStatus=201 Created token=GgLrtb47344Job succeeded