rspec-all frontend_fixture 1/5
Passed Started
by
@mwoolf
Max Woolf
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)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.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:34c44820e60f494e1559bdea8f2b0eb5619bbc57a994ebb31f7d526da51356d6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:49a3c3782def290d9f2cd6a3d317363184f5a73cd3ba5f465c6916aca94644f6 ...18Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1657109830-5abcaf4b...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: 105656, done. 25remote: Counting objects: 100% (105656/105656), done. 26remote: Compressing objects: 100% (75924/75924), done. 27remote: Total 105656 (delta 40856), reused 67955 (delta 25743), pack-reused 0 28Receiving objects: 100% (105656/105656), 103.98 MiB | 30.76 MiB/s, done.29Resolving deltas: 100% (40856/40856), done.31 * [new ref] refs/pipelines/581337618 -> refs/pipelines/58133761832Checking out e4b447a9 as refs/merge-requests/91869/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2685191903)...44Downloading artifacts from coordinator... ok id=2685191903 responseStatus=200 OK token=sXAVtubz45Downloading artifacts for retrieve-tests-metadata (2685191987)...46Downloading artifacts from coordinator... ok id=2685191987 responseStatus=200 OK token=sXAVtubz47Downloading artifacts for setup-test-env (2685191949)...48Downloading artifacts from coordinator... ok id=2685191949 responseStatus=200 OK token=sXAVtubz50Using docker image sha256:34c44820e60f494e1559bdea8f2b0eb5619bbc57a994ebb31f7d526da51356d6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:49a3c3782def290d9f2cd6a3d317363184f5a73cd3ba5f465c6916aca94644f6 ...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.sh573.2.3358Bundler version 2.2.3359Successfully installed bundler-2.3.15601 gem installed61production:development62Settings are listed in order of priority. The top value will be used.63clean64Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true65frozen66Set via BUNDLE_FROZEN: true67install_flags68Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"69path70Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"71without72Set via BUNDLE_WITHOUT: [:production, :development]73$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check74Don't run Bundler as root. Bundler can ask for sudo if it is needed, and75installing your bundle as root will break this application for all non-root76users on this machine.77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.79$ bundle pristine pg80Installing pg 1.3.5 with native extensions81==> 'bundle pristine pg' succeeded in 10 seconds.82Using decomposed database config (config/database.yml.decomposed-postgresql)83$ setup_db_user_only84CREATE ROLE85GRANT86==> 'setup_db_user_only' succeeded in 0 seconds.87$ bundle exec rake db:drop db:create db:schema:load db:migrate88Dropped database 'gitlabhq_test'89Dropped database 'gitlabhq_test_ci'90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_test'92Created database 'gitlabhq_test_ci'93Created database 'gitlabhq_geo_test'94==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 45 seconds.95$ setup_db_praefect96SELECT pg_catalog.set_config('search_path', '', false);97CREATE DATABASE praefect_test ENCODING 'UTF8';98==> 'setup_db_praefect' succeeded in 0 seconds.99$ run_timed_command "gem install knapsack --no-document"100$ gem install knapsack --no-document101Successfully installed knapsack-4.0.01021 gem installed103==> 'gem install knapsack --no-document' succeeded in 1 seconds.104$ run_timed_command "scripts/gitaly-test-spawn"105$ scripts/gitaly-test-spawn106find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory107Don't run Bundler as root. Bundler can ask for sudo if it is needed, and108installing your bundle as root will break this application for all non-root109users on this machine.110Using abstract_type 0.0.7111Using concurrent-ruby 1.1.10112Using i18n 1.10.0113Using minitest 5.15.0114Using tzinfo 2.0.4115Using zeitwerk 2.5.4116Using activesupport 6.1.4.7117Using builder 3.2.4118Using erubi 1.10.0119Using mini_portile2 2.8.0120Using racc 1.6.0121Using nokogiri 1.13.6 (x86_64-linux)122Using rails-dom-testing 2.0.3123Using crass 1.0.6124Using loofah 2.16.0125Using rails-html-sanitizer 1.4.2126Using actionview 6.1.4.7127Using rack 2.2.3128Using rack-test 1.1.0129Using actionpack 6.1.4.7130Using ice_nine 0.11.2131Using thread_safe 0.3.6132Using memoizable 0.4.2133Using adamantium 0.2.0134Using public_suffix 4.0.6135Using addressable 2.7.0136Using ast 2.4.2137Using binding_ninja 0.2.3138Using bundler 2.3.15139Using charlock_holmes 0.7.7140Using coderay 1.1.2141Using equalizer 0.0.11142Using concord 0.1.5143Using diff-lcs 1.3144Using dotenv 2.7.6145Using escape_utils 1.2.1146Using factory_bot 5.0.2147Using multipart-post 2.1.1148Using faraday 1.0.1149Using ffi 1.15.3150Using json 2.5.1151Using gemojione 3.3.0152Using mini_mime 1.0.2153Using rugged 1.2.0154Using github-linguist 7.12.1155Using github-markup 1.7.0156Using mime-types-data 3.2020.1104157Using mime-types 3.3.1158Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1159Using rouge 3.27.0160Using sanitize 6.0.0161Using stringex 2.8.5162Using gitlab-gollum-lib 4.2.7.10.gitlab.2163Using google-protobuf 3.19.1 (x86_64-linux)164Using googleapis-common-protos-types 1.3.0165Using grpc 1.42.0 (x86_64-linux)166Using opentracing 0.5.0167Using thrift 0.15.0168Using jaeger-client 1.1.0169Using pg_query 2.1.1170Using redis 4.4.0171Using gitlab-labkit 0.23.0172Using rubyzip 2.3.2173Using thor 1.1.0174Using tomlrb 2.0.1175Using with_env 1.1.0176Using rexml 3.2.5177Using xml-simple 1.1.9178Using gitlab-license_finder 6.14.2.1179Using gitlab-markup 1.7.1180Using grpc-tools 1.42.0181Using sawyer 0.8.2182Using octokit 4.20.0183Using reverse_markdown 1.4.0184Using licensee 9.14.1185Using method_source 0.9.2186Using msgpack 1.3.3187Using optimist 3.0.1188Using parallel 1.19.2189Using parser 3.0.3.2190Using procto 0.0.3191Using unparser 0.4.7192Using proc_to_ast 0.1.0193Using pry 0.12.2194Using rainbow 3.0.0195Using rbtrace 0.4.14196Using rdoc 6.3.2197Using regexp_parser 1.8.1198Using rspec-support 3.8.0199Using rspec-core 3.8.0200Using rspec-expectations 3.8.3201Using rspec-mocks 3.8.0202Using rspec 3.8.0203Using rspec-parameterized 0.4.2204Using rubocop-ast 0.2.0205Using ruby-progressbar 1.10.1206Using unicode-display_width 1.7.0207Using rubocop 0.86.0208Using sentry-raven 3.0.4209Using timecop 0.9.1210Bundle complete! 22 Gemfile dependencies, 100 gems now installed.211Gems in the groups 'production' and 'development' were not installed.212Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`213Checking gitaly-ruby Gemfile...214Checking gitaly-ruby bundle...215The Gemfile's dependencies are satisfied216Trying to connect to gitaly: .............................................. OK217Trying to connect to gitaly2: ............................................................ OK218Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK219==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.220$ source ./scripts/rspec_helpers.sh221$ rspec_paralellized_job222SKIP_FLAKY_TESTS_AUTOMATICALLY: true223RETRY_FAILED_TESTS_IN_NEW_PROCESS: true224KNAPSACK_GENERATE_REPORT: true225FLAKY_RSPEC_GENERATE_REPORT: true226KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb227KNAPSACK_LOG_LEVEL: debug228KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_1_5_report.json229FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json230FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_1_5_report.json231NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_1_5_report.json232SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_1_5_report.txt233RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_1_5_report.txt234CRYSTALBALL: 235Knapsack report generator started!236DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call237/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here238 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)239Test environment set up in 0.526320416 seconds240Analytics (JavaScript fixtures)241 Projects::Analytics::CycleAnalytics::StagesController242 projects/analytics/value_stream_analytics/stages.json243 Projects::CycleAnalytics::EventsController244 projects/analytics/value_stream_analytics/events/issue.json245 projects/analytics/value_stream_analytics/events/plan.json246 projects/analytics/value_stream_analytics/events/code.json247 projects/analytics/value_stream_analytics/events/test.json248 projects/analytics/value_stream_analytics/events/review.json249 projects/analytics/value_stream_analytics/events/staging.json250 Projects::Analytics::CycleAnalytics::SummaryController251 projects/analytics/value_stream_analytics/summary.json252Knapsack report was generated. Preview:253{254 "spec/frontend/fixtures/analytics.rb": 211.78740509255}256Knapsack global time execution for tests: 03m 31s257Finished in 3 minutes 35.2 seconds (files took 1 minute 18.3 seconds to load)2588 examples, 0 failures259RSpec exited with 0.260No examples to retry, congrats!262Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy263Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy265Uploading artifacts...266tmp/tests/frontend/: found 14 matching files and directories 267knapsack/: found 3 matching files and directories 268WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory 269WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2685191996/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com270WARNING: Retrying... context=artifacts-uploader error=request redirected271Uploading artifacts as "archive" to coordinator... 201 Created id=2685191996 responseStatus=201 Created token=sXAVtubz273Job succeeded