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

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...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:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db 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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1635279880-eab52540...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 47% |*************** | 163M 0:00:01 ETA25gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 127042, done. 32remote: Counting objects: 100% (127042/127042), done. 33remote: Compressing objects: 100% (85632/85632), done. 34remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 35Receiving objects: 100% (127042/127042), 124.85 MiB | 30.67 MiB/s, done.36Resolving deltas: 100% (58018/58018), done.38 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215339 * [new branch] master -> origin/master40Checking out e28bf200 as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-5...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-5...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1718320136)...51Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE52Downloading artifacts for retrieve-tests-metadata (1718320147)...53Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx54Downloading artifacts for setup-test-env (1718320139)...55Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL57Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db 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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...58$ echo $FOSS_ONLY59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 13 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 1 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_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 27 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-spawn99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.9104Using i18n 1.8.10105Using minitest 5.14.4106Using tzinfo 2.0.4107Using zeitwerk 2.4.2108Using activesupport 6.1.4.1109Using builder 3.2.4110Using erubi 1.10.0111Using mini_portile2 2.5.1112Using racc 1.5.2113Using nokogiri 1.11.7 (x86_64-linux)114Using rails-dom-testing 2.0.3115Using crass 1.0.6116Using loofah 2.12.0117Using rails-html-sanitizer 1.4.2118Using actionview 6.1.4.1119Using rack 2.2.3120Using rack-test 1.1.0121Using actionpack 6.1.4.1122Using ice_nine 0.11.2123Using thread_safe 0.3.6124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.15.3142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.2.0146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.17.3 (x86_64-linux)157Using googleapis-common-protos-types 1.1.0158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.15.0161Using jaeger-client 1.1.0162Using pg_query 2.1.1163Using redis 4.4.0164Using gitlab-labkit 0.21.2165Using gitlab-markup 1.7.1166Using grpc-tools 1.30.2167Using sawyer 0.8.2168Using octokit 4.20.0169Using reverse_markdown 1.4.0170Using thor 1.1.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 2.7.2.0177Using procto 0.0.3178Using unparser 0.4.7179Using proc_to_ast 0.1.0180Using pry 0.12.2181Using rainbow 3.0.0182Using rbtrace 0.4.14183Using rdoc 6.3.2184Using regexp_parser 1.8.1185Using rexml 3.2.4186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 21 Gemfile dependencies, 96 gems now installed.199Gems in the groups production and development were not installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ............................................. OK205Trying to connect to gitaly2: .................................................................. OK206Trying to connect to praefect: ......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job210KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb211Knapsack report generator started!212==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.069208363 seconds...213Test environment set up in 0.457181584 seconds214Analytics, Value streams: code stage (JavaScript fixtures)215 Groups::Analytics::CycleAnalytics::StagesController216 analytics/value_stream_analytics/stages/code/records.json217 analytics/value_stream_analytics/stages/code/median.json218 analytics/value_stream_analytics/stages/code/count.json219Analytics, Value streams: staging stage (JavaScript fixtures)220 Groups::Analytics::CycleAnalytics::StagesController221 analytics/value_stream_analytics/stages/staging/records.json222 analytics/value_stream_analytics/stages/staging/median.json223 analytics/value_stream_analytics/stages/staging/count.json224Startup CSS fixtures225 ProjectsController (Startup CSS fixtures)226 behaves like startup css project fixtures227 startup_css/project-general.html228 startup_css/project-general-signed-out.html229 startup_css/project-general-search-ff-on.html230 ProjectsController (Startup CSS fixtures)231 behaves like startup css project fixtures232 startup_css/project-dark.html233 startup_css/project-dark-signed-out.html234 startup_css/project-dark-search-ff-on.html235 RegistrationsController (Startup CSS fixtures)236 startup_css/sign-in.html237AutocompleteController (JavaScript fixtures)238 autocomplete/users.json239Projects::PipelineSchedulesController (JavaScript fixtures)240 pipeline_schedules/edit.html241 pipeline_schedules/edit_with_variables.html242Projects::ServicesController (JavaScript fixtures)243 services/edit_service.html244Groups::SamlProvidersController (JavaScript fixtures)245 groups/saml_providers/show.html246U2F247 SessionsController (JavaScript fixtures)248 u2f/authenticate.html249 Profiles::TwoFactorAuthsController (JavaScript fixtures)250 u2f/register.html251Groups (JavaScript fixtures)252 GroupsController (JavaScript fixtures)253 groups/edit.html254Admin::AbuseReportsController (JavaScript fixtures)255 abuse_reports/abuse_reports_list.html256Projects::AutocompleteSourcesController (JavaScript fixtures)257 autocomplete_sources/labels.json258TimeZoneHelper (JavaScript fixtures)259 timezones/short.json260 timezones/full.json261Knapsack report was generated. Preview:262{263 "ee/spec/frontend/fixtures/analytics/value_streams_code_stage.rb": 75.11697812700004,264 "ee/spec/frontend/fixtures/analytics/value_streams_staging_stage.rb": 72.17466213099988,265 "spec/frontend/fixtures/startup_css.rb": 10.905375621000076,266 "spec/frontend/fixtures/autocomplete.rb": 5.537460526999894,267 "spec/frontend/fixtures/pipeline_schedules.rb": 3.7043140499999936,268 "spec/frontend/fixtures/services.rb": 1.887000541999896,269 "ee/spec/frontend/fixtures/saml_providers.rb": 1.9181172089997744,270 "spec/frontend/fixtures/u2f.rb": 1.2029640399996424,271 "spec/frontend/fixtures/groups.rb": 1.749463404999915,272 "spec/frontend/fixtures/abuse_reports.rb": 1.0920160210002905,273 "spec/frontend/fixtures/autocomplete_sources.rb": 1.0776066919997902,274 "spec/frontend/fixtures/timezones.rb": 0.1409741759998724275}276Knapsack global time execution for tests: 02m 56s277Finished in 2 minutes 58 seconds (files took 45.5 seconds to load)27825 examples, 0 failures279Tue 26 Oct 2021 09:24:37 PM UTC281Not uploading cache ruby-gems-v1-5 due to policy282Not uploading cache gitaly-ruby-gems-v1-5 due to policy284Uploading artifacts...285tmp/tests/frontend/: found 42 matching files and directories 286knapsack/: found 3 matching files and directories 287Uploading artifacts as "archive" to coordinator... ok id=1718320154 responseStatus=201 Created token=WCsxJqi2289Job succeeded