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

Suzanne Selhorn
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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:f1a5e4852a8c335ef0f1a3aae30c39c8484660d5aa7dfd5bb8756ee473575da5 for postgres:12 with digest postgres@sha256:0854202db0b3378c46909bab43a85b01dc1b92cc44520480e47dd4fbc22714ee ...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:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d 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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...18Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1640008811-c744cc6b...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: 121839, done. 25remote: Counting objects: 100% (121839/121839), done. 26remote: Compressing objects: 100% (83159/83159), done. 27remote: Total 121839 (delta 53730), reused 83033 (delta 34037), pack-reused 0 28Receiving objects: 100% (121839/121839), 116.76 MiB | 21.14 MiB/s, done.29Resolving deltas: 100% (53730/53730), done.31 * [new ref] a97668e1c6ce02835ce25d669c0aef89f6c2c400 -> refs/pipelines/43345824232Checking out a97668e1 as refs/merge-requests/76253/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-9...36Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 37Successfully extracted cache38Checking cache for gitaly-ruby-gems-v1-9...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 40Successfully extracted cache42Downloading artifacts for compile-test-assets (1904366238)...43Downloading artifacts from coordinator... ok id=1904366238 responseStatus=200 OK token=-yEmsZHS44Downloading artifacts for retrieve-tests-metadata (1904366282)...45Downloading artifacts from coordinator... ok id=1904366282 responseStatus=200 OK token=M7L1Bvz246Downloading artifacts for setup-test-env (1904366255)...47Downloading artifacts from coordinator... ok id=1904366255 responseStatus=200 OK token=wN13kysJ49Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d 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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...50$ echo $FOSS_ONLY51$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb52$ export GOPATH=$CI_PROJECT_DIR/.go53$ mkdir -p $GOPATH54$ source scripts/utils.sh55$ source scripts/prepare_build.sh56Bundler version 2.1.457production:development58Settings are listed in order of priority. The top value will be used.59path60Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"61clean62Set for the current user (/root/.bundle/config): "true"63without64Set via BUNDLE_WITHOUT: [:production, :development]65install_flags66Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"67$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check68The Gemfile's dependencies are satisfied69==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.70$ bundle pristine pg71Installing pg 1.2.3 with native extensions72==> 'bundle pristine pg' succeeded in 10 seconds.73$ setup_db_user_only74CREATE ROLE75GRANT76==> 'setup_db_user_only' succeeded in 1 seconds.77$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee78Dropped database 'gitlabhq_test'79Dropped database 'gitlabhq_geo_test'80Created database 'gitlabhq_test'81Created database 'gitlabhq_geo_test'82DEPRECATION 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)83Dropped database 'gitlabhq_geo_test'84Created database 'gitlabhq_geo_test'85==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 32 seconds.86$ run_timed_command "gem install knapsack --no-document"87$ gem install knapsack --no-document88Successfully installed knapsack-4.0.0891 gem installed90==> 'gem install knapsack --no-document' succeeded in 0 seconds.91$ run_timed_command "scripts/gitaly-test-spawn"92$ scripts/gitaly-test-spawn93Don't run Bundler as root. Bundler can ask for sudo if it is needed, and94installing your bundle as root will break this application for all non-root95users on this machine.96Using abstract_type 0.0.797Using concurrent-ruby 1.1.998Using i18n 1.8.1099Using minitest 5.14.4100Using tzinfo 2.0.4101Using zeitwerk 2.4.2102Using activesupport 6.1.4.1103Using builder 3.2.4104Using erubi 1.10.0105Using mini_portile2 2.5.1106Using racc 1.5.2107Using nokogiri 1.11.7 (x86_64-linux)108Using rails-dom-testing 2.0.3109Using crass 1.0.6110Using loofah 2.12.0111Using rails-html-sanitizer 1.4.2112Using actionview 6.1.4.1113Using rack 2.2.3114Using rack-test 1.1.0115Using actionpack 6.1.4.1116Using ice_nine 0.11.2117Using thread_safe 0.3.6118Using memoizable 0.4.2119Using adamantium 0.2.0120Using public_suffix 4.0.6121Using addressable 2.7.0122Using ast 2.4.2123Using binding_ninja 0.2.3124Using bundler 2.1.4125Using charlock_holmes 0.7.7126Using coderay 1.1.2127Using equalizer 0.0.11128Using concord 0.1.5129Using diff-lcs 1.3130Using dotenv 2.7.6131Using escape_utils 1.2.1132Using factory_bot 5.0.2133Using multipart-post 2.1.1134Using faraday 1.0.1135Using ffi 1.15.3136Using json 2.5.1137Using gemojione 3.3.0138Using mini_mime 1.0.2139Using rugged 1.2.0140Using github-linguist 7.12.1141Using github-markup 1.7.0142Using mime-types-data 3.2020.1104143Using mime-types 3.3.1144Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1145Using rouge 3.26.0146Using nokogumbo 1.5.0147Using sanitize 4.6.6148Using stringex 2.8.5149Using gitlab-gollum-lib 4.2.7.10.gitlab.1150Using google-protobuf 3.17.3 (x86_64-linux)151Using googleapis-common-protos-types 1.1.0152Using grpc 1.30.2 (x86_64-linux)153Using opentracing 0.5.0154Using thrift 0.15.0155Using jaeger-client 1.1.0156Using pg_query 2.1.1157Using redis 4.4.0158Using gitlab-labkit 0.21.2159Using rubyzip 2.3.2160Using thor 1.1.0161Using tomlrb 2.0.1162Using with_env 1.1.0163Using rexml 3.2.4164Using xml-simple 1.1.9165Using gitlab-license_finder 6.14.2.1166Using gitlab-markup 1.7.1167Using grpc-tools 1.30.2168Using sawyer 0.8.2169Using octokit 4.20.0170Using reverse_markdown 1.4.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 3.0.3.2177Using 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 rspec-support 3.8.0186Using rspec-core 3.8.0187Using rspec-expectations 3.8.3188Using rspec-mocks 3.8.0189Using rspec 3.8.0190Using rspec-parameterized 0.4.2191Using rubocop-ast 0.2.0192Using ruby-progressbar 1.10.1193Using unicode-display_width 1.7.0194Using rubocop 0.86.0195Using sentry-raven 3.0.4196Using timecop 0.9.1197Bundle complete! 22 Gemfile dependencies, 101 gems now installed.198Gems in the groups production and development were not installed.199Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`200Checking gitaly-ruby Gemfile...201Checking gitaly-ruby bundle...202The Gemfile's dependencies are satisfied203Trying to connect to gitaly: ....................................................... OK204Trying to connect to gitaly2: ......................................................................... OK205Trying to connect to praefect: ......... OK206==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.207$ source ./scripts/rspec_helpers.sh208$ rspec_paralellized_job209KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb210SKIP_FLAKY_TESTS_AUTOMATICALLY: true211Knapsack report generator started!212==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.072123385 seconds...213Test environment set up in 0.579719459 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: review stage (JavaScript fixtures)220 Groups::Analytics::CycleAnalytics::StagesController221 analytics/value_stream_analytics/stages/review/records.json222 analytics/value_stream_analytics/stages/review/median.json223 analytics/value_stream_analytics/stages/review/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.json239Commit (JavaScript fixtures)240 Projects::CommitController (JavaScript fixtures)241 commit/show.html242 API::Commits (JavaScript fixtures)243 api/commits/commit.json244DAST profiles (GraphQL fixtures)245 GraphQL::Query246 dast_site_profiles247 basic site profiles248 graphql/security_configuration/dast_profiles/graphql/dast_site_profiles.query.graphql.basic.json249 dast_scanner_profiles250 graphql/security_configuration/dast_profiles/graphql/dast_scanner_profiles.query.graphql.basic.json251 scheduled_dast_profiles252 graphql/on_demand_scans/graphql/scheduled_dast_profiles.query.graphql.json253Projects::MergeRequestsController (JavaScript fixtures in EE context)254 ee/merge_requests/merge_request_with_multiple_assignees_feature.html255API::Projects (JavaScript fixtures)256 api/projects/get.json257 api/projects/get_empty.json258 api/projects/branches/get.json259Project Quality Summary (GraphQL fixtures)260 GraphQL::Query261 graphql/project_quality_summary/graphql/queries/get_project_quality.query.graphql.json262Projects::ServicesController (JavaScript fixtures)263 services/edit_service.html264Projects::AutocompleteSourcesController (JavaScript fixtures)265 autocomplete_sources/labels.json266API::DeployKeys (JavaScript fixtures)267 api/deploy_keys/index.json268Sessions (JavaScript fixtures)269 SessionsController (JavaScript fixtures)270 sessions/new.html271Knapsack report was generated. Preview:272{273 "ee/spec/frontend/fixtures/analytics/value_streams_code_stage.rb": 85.16860216199893,274 "ee/spec/frontend/fixtures/analytics/value_streams_review_stage.rb": 78.98240218299907,275 "spec/frontend/fixtures/startup_css.rb": 14.536092935000852,276 "spec/frontend/fixtures/autocomplete.rb": 9.015290837000066,277 "spec/frontend/fixtures/commit.rb": 4.2920620949989825,278 "ee/spec/frontend/fixtures/dast_profiles.rb": 3.907145601000593,279 "ee/spec/frontend/fixtures/merge_requests.rb": 4.664356667999527,280 "spec/frontend/fixtures/api_projects.rb": 2.5228073010002845,281 "ee/spec/frontend/fixtures/project_quality_summary.rb": 2.094928961001642,282 "spec/frontend/fixtures/services.rb": 2.1792818550002266,283 "spec/frontend/fixtures/autocomplete_sources.rb": 1.0193460369991953,284 "spec/frontend/fixtures/api_deploy_keys.rb": 1.2435243309992075,285 "spec/frontend/fixtures/sessions.rb": 0.38815795200025605286}287Knapsack global time execution for tests: 03m 30s288Finished in 3 minutes 31.8 seconds (files took 55.13 seconds to load)28928 examples, 0 failures290Mon Dec 20 16:56:42 UTC 2021292Not uploading cache ruby-gems-v1-9 due to policy293Not uploading cache gitaly-ruby-gems-v1-9 due to policy295Uploading artifacts...296tmp/tests/frontend/: found 57 matching files and directories 297knapsack/: found 3 matching files and directories 298WARNING: crystalball/: no matching files 299Uploading artifacts as "archive" to coordinator... ok id=1904366312 responseStatus=201 Created token=wXQaE4Ax301Job succeeded