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

Dylan Griffith
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-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.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1667782940-6d9bfe07...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: 119894, done. 25remote: Counting objects: 100% (119894/119894), done. 26remote: Compressing objects: 100% (78952/78952), done. 27remote: Total 119894 (delta 50153), reused 83076 (delta 36611), pack-reused 0 28Receiving objects: 100% (119894/119894), 110.17 MiB | 35.38 MiB/s, done.29Resolving deltas: 100% (50153/50153), done.31 * [new ref] refs/pipelines/687019226 -> refs/pipelines/68701922632 * [new branch] master -> origin/master33Checking out a134b2ce as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3281613120)...45Downloading artifacts from coordinator... ok id=3281613120 responseStatus=200 OK token=n8HmztSJ46Downloading artifacts for retrieve-tests-metadata (3281613152)...47Downloading artifacts from coordinator... ok id=3281613152 responseStatus=200 OK token=n8HmztSJ48Downloading artifacts for setup-test-env (3281613137)...49Downloading artifacts from coordinator... ok id=3281613137 responseStatus=200 OK token=n8HmztSJ51Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-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.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...52$ echo $FOSS_ONLY53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh674Using decomposed database config (config/database.yml.decomposed-postgresql)675$ setup_db_user_only676CREATE ROLE677GRANT678==> 'setup_db_user_only' succeeded in 1 seconds.679$ bundle exec rake db:drop db:create db:schema:load db:migrate680Dropped database 'gitlabhq_test'681Dropped database 'gitlabhq_test_ci'682Dropped database 'gitlabhq_geo_test'683Created database 'gitlabhq_test'684Created database 'gitlabhq_test_ci'685Created database 'gitlabhq_geo_test'686==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.687$ setup_db_praefect688SELECT pg_catalog.set_config('search_path', '', false);689CREATE DATABASE praefect_test ENCODING 'UTF8';690==> 'setup_db_praefect' succeeded in 0 seconds.691$ run_timed_command "gem install knapsack --no-document"692$ gem install knapsack --no-document693Successfully installed knapsack-4.0.06941 gem installed695==> 'gem install knapsack --no-document' succeeded in 1 seconds.696$ run_timed_command "scripts/gitaly-test-spawn"697$ scripts/gitaly-test-spawn698find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory699find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory700find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory701find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory702find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory703find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory704find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory705Don't run Bundler as root. Bundler can ask for sudo if it is needed, and706installing your bundle as root will break this application for all non-root707users on this machine.708Using abstract_type 0.0.7709Using concurrent-ruby 1.1.10710Using i18n 1.12.0711Using minitest 5.16.3712Using tzinfo 2.0.5713Using zeitwerk 2.6.0714Using activesupport 6.1.6.1715Using builder 3.2.4716Using erubi 1.11.0717Using mini_portile2 2.8.0718Using racc 1.6.0719Using nokogiri 1.13.8 (x86_64-linux)720Using rails-dom-testing 2.0.3721Using crass 1.0.6722Using loofah 2.19.0723Using rails-html-sanitizer 1.4.3724Using actionview 6.1.6.1725Using rack 2.2.4726Using rack-test 2.0.2727Using actionpack 6.1.6.1728Using ice_nine 0.11.2729Using thread_safe 0.3.6730Using memoizable 0.4.2731Using adamantium 0.2.0732Using public_suffix 4.0.7733Using addressable 2.8.0734Using ast 2.4.2735Using binding_ninja 0.2.3736Using bundler 2.3.15737Using charlock_holmes 0.7.7738Using coderay 1.1.2739Using equalizer 0.0.11740Using concord 0.1.5741Using diff-lcs 1.3742Using dotenv 2.7.6743Using escape_utils 1.2.2744Using factory_bot 5.0.2745Using multipart-post 2.1.1746Using faraday 1.0.1747Using ffi 1.15.5748Using google-protobuf 3.21.9 (x86_64-linux)749Using googleapis-common-protos-types 1.4.0750Using grpc 1.42.0 (x86_64-linux)751Using gitaly 15.5.0752Using mini_mime 1.1.2753Using rugged 1.2.0754Using github-linguist 7.20.0755Using opentracing 0.5.0756Using thrift 0.17.0757Using jaeger-client 1.1.0758Using pg_query 2.2.0759Using redis 4.7.1760Using gitlab-labkit 0.28.0761Using rubyzip 2.3.2762Using thor 1.1.0763Using tomlrb 2.0.1764Using with_env 1.1.0765Using rexml 3.2.5766Using xml-simple 1.1.9767Using gitlab-license_finder 6.14.2.1768Using gitlab-markup 1.7.1769Using sawyer 0.8.2770Using octokit 4.20.0771Using reverse_markdown 1.4.0772Using licensee 9.15.2773Using method_source 0.9.2774Using msgpack 1.3.3775Using optimist 3.0.1776Using parallel 1.19.2777Using parser 3.0.3.2778Using procto 0.0.3779Using unparser 0.4.7780Using proc_to_ast 0.1.0781Using pry 0.12.2782Using rainbow 3.0.0783Using rbtrace 0.4.14784Using regexp_parser 1.8.1785Using rspec-support 3.8.0786Using rspec-core 3.8.0787Using rspec-expectations 3.8.3788Using rspec-mocks 3.8.0789Using rspec 3.8.0790Using rspec-parameterized 0.4.2791Using rubocop-ast 0.2.0792Using ruby-progressbar 1.10.1793Using unicode-display_width 1.7.0794Using rubocop 0.86.0795Using sentry-raven 3.0.4796Using timecop 0.9.1797Bundle complete! 18 Gemfile dependencies, 89 gems now installed.798Gems in the groups 'production' and 'development' were not installed.799Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`800Checking gitaly-ruby Gemfile...801Checking gitaly-ruby bundle...802The Gemfile's dependencies are satisfied803Trying to connect to gitaly: ...................................... OK804Trying to connect to gitaly2: ................................................ OK805Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK806==> 'scripts/gitaly-test-spawn' succeeded in 10 seconds.807$ source ./scripts/rspec_helpers.sh808$ rspec_paralellized_job809SKIP_FLAKY_TESTS_AUTOMATICALLY: true810RETRY_FAILED_TESTS_IN_NEW_PROCESS: true811KNAPSACK_GENERATE_REPORT: true812FLAKY_RSPEC_GENERATE_REPORT: true813KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb814KNAPSACK_LOG_LEVEL: debug815KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_3_5_report.json816FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json817FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_3_5_report.json818NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_3_5_report.json819SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-all_frontend_fixture_3_5_report.txt820RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-all_frontend_fixture_3_5_report.txt821CRYSTALBALL: 822Knapsack report generator started!823Test environment set up in 0.904537766 seconds824Analytics, Value streams: issue stage (JavaScript fixtures)825 Groups::Analytics::CycleAnalytics::StagesController826 analytics/value_stream_analytics/stages/issue/records.json827 analytics/value_stream_analytics/stages/issue/median.json828 analytics/value_stream_analytics/stages/issue/count.json829Analytics, Value streams: test stage (JavaScript fixtures)830 Groups::Analytics::CycleAnalytics::StagesController831 analytics/value_stream_analytics/stages/test/records.json832 analytics/value_stream_analytics/stages/test/median.json833 analytics/value_stream_analytics/stages/test/count.json834Projects::IssuesController (JavaScript fixtures)835 issues/new-issue.html836 issues/open-issue.html837 issues/closed-issue.html838API::Issues (JavaScript fixtures)839 issues/related_merge_requests.json840GraphQL::Query841 graphql/issuable/popover/queries/issue.query.graphql.json842Jobs (JavaScript fixtures)843 Projects::JobsController844 jobs/delayed.json845 GraphQL::Query846 graphql/jobs/get_jobs.query.graphql.json847 graphql/jobs/get_jobs.query.graphql.as_guest.json848 graphql/jobs/get_jobs.query.graphql.paginated.json849 graphql/jobs/get_jobs.query.graphql.empty.json850AutocompleteController (JavaScript fixtures)851 autocomplete/users.json852Projects::MergeRequests::DiffsController (JavaScript fixtures)853 merge_request_diffs/with_commit.json854 merge_request_diffs/diffs_metadata.json855 merge_request_diffs/diffs_batch.json856Projects::MergeRequestsController (JavaScript fixtures in EE context)857 ee/merge_requests/merge_request_with_multiple_assignees_feature.html858Commit (JavaScript fixtures)859 Projects::CommitController (JavaScript fixtures)860 commit/show.html861 API::Commits (JavaScript fixtures)862 api/commits/commit.json863Projects::Settings::IntegrationsController (JavaScript fixtures)864 integrations/prometheus/prometheus_integration.html865Namespace (JavaScript fixtures)866 # order random867 Storage868 GraphQL::Query869 for project storage statistics query870 graphql/usage_quotas/storage/namespace_storage.query.graphql.json871U2F872 SessionsController (JavaScript fixtures)873 u2f/authenticate.html874 Profiles::TwoFactorAuthsController (JavaScript fixtures)875 u2f/register.html876WebAuthn877 SessionsController (JavaScript fixtures)878 webauthn/authenticate.html879 Profiles::TwoFactorAuthsController (JavaScript fixtures)880 webauthn/register.html881Runner EE (JavaScript fixtures)882 as admin GraphQL::Query883 all_runners.query.graphql884 graphql/ci/runner/list/all_runners.query.graphql.upgrade_status.json885Tags (JavaScript fixtures)886 API::Tags (JavaScript fixtures)887 api/tags/tags.json888Knapsack report was generated. Preview:889{890 "ee/spec/frontend/fixtures/analytics/value_streams_issue_stage.rb": 43.747849884999994,891 "ee/spec/frontend/fixtures/analytics/value_streams_test_stage.rb": 39.90631263199998,892 "spec/frontend/fixtures/issues.rb": 15.68853275600003,893 "spec/frontend/fixtures/jobs.rb": 8.874766252000029,894 "spec/frontend/fixtures/autocomplete.rb": 6.100912240000071,895 "spec/frontend/fixtures/merge_requests_diffs.rb": 4.422572909999985,896 "ee/spec/frontend/fixtures/merge_requests.rb": 3.1937986909999836,897 "spec/frontend/fixtures/commit.rb": 2.2053090250000196,898 "spec/frontend/fixtures/prometheus_integration.rb": 1.7820133239999905,899 "ee/spec/frontend/fixtures/namespace.rb": 2.494761507000021,900 "spec/frontend/fixtures/u2f.rb": 1.468434564000063,901 "spec/frontend/fixtures/webauthn.rb": 1.069933548999984,902 "ee/spec/frontend/fixtures/runner.rb": 0.6481511670000373,903 "spec/frontend/fixtures/tags.rb": 0.9719587499999989904}905Knapsack global time execution for tests: 02m 12s906Finished in 2 minutes 15.4 seconds (files took 43.75 seconds to load)90731 examples, 0 failures908Randomized with seed 16597909[TEST PROF INFO] Time spent in factories: 00:32.945 (24.02% of total time)910RSpec exited with 0.911No examples to retry, congrats!913Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy914Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy916Uploading artifacts...917tmp/tests/frontend/: found 62 matching files and directories 918knapsack/: found 3 matching files and directories 919WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory 920WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613171/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com921WARNING: Retrying... context=artifacts-uploader error=request redirected922Uploading artifacts as "archive" to coordinator... 201 Created id=3281613171 responseStatus=201 Created token=n8HmztSJ924Job succeeded