rspec-all frontend_fixture 4/7
Passed Started
by
@mbobin
Marius Bobin
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org rpvz2FF9, system ID: s_d704414ba02a3 feature flags: FF_NETWORK_PER_BUILD:true, 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-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 ...8Authenticating with credentials from job payload (GitLab Registry)9Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 ...10Using docker image sha256:73740c557807c4bc5d692f263c0e35454270600da4b22bbe952331411426c8b5 for registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:3174001f839c42e299ac06a42f8ded446edfcb33b0eb820874749a3f53eb799c ...11Starting service redis:6.2-alpine ...12Pulling docker image redis:6.2-alpine ...13Using docker image sha256:85fd7bd884b6493c8eb6f4dffbe5406d97cce56aff84f1580a5eb5b9d841f158 for redis:6.2-alpine with digest redis@sha256:87c44d5d9f472e767c8737f4130c765d77bdc95c7472d6427cfc9d4632f12da6 ...14Waiting for services to be up and running (timeout 30 seconds)...15Authenticating with credentials from job payload (GitLab Registry)16Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...17Using docker image sha256:e2241823d5bdc5e6df7c49ebc7b24c52db10bbb41407a5256c7f2d24ff464f7f for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13@sha256:f20112d766000374a74ca341735b93b35180b88d806027d821aa8800d0522906 ...19Running on runner-rpvz2ff9-project-278964-concurrent-0 via runner-rpvz2ff9-private-1684160958-73c1c837...21$ eval "$CI_PRE_CLONE_SCRIPT"22Fetching changes with git depth set to 20...23Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/24Created fresh repository.25remote: Enumerating objects: 172010, done. 26remote: Counting objects: 100% (172010/172010), done. 27remote: Compressing objects: 100% (114149/114149), done. 28remote: Total 172010 (delta 83677), reused 113010 (delta 51255), pack-reused 0 29Receiving objects: 100% (172010/172010), 133.76 MiB | 25.40 MiB/s, done.30Resolving deltas: 100% (83677/83677), done.32 * [new ref] refs/pipelines/867893948 -> refs/pipelines/86789394833 * [new branch] master -> origin/master34Checking out 70965bdb as detached HEAD (ref is master)...35Skipping Git submodules setup36$ git remote set-url origin "${CI_REPOSITORY_URL}"38Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...39cache.zip is up to date 40Successfully extracted cache42Downloading artifacts for compile-test-assets (4287782955)...43Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4287782955 responseStatus=200 OK token=64_WezQf44Downloading artifacts for retrieve-tests-metadata (4287782976)...45Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4287782976 responseStatus=200 OK token=64_WezQf46Downloading artifacts for setup-test-env (4287782967)...47Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4287782967 responseStatus=200 OK token=64_WezQf49Using docker image sha256:e2241823d5bdc5e6df7c49ebc7b24c52db10bbb41407a5256c7f2d24ff464f7f for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-rust-1.65-node-16.14-postgresql-13@sha256:f20112d766000374a74ca341735b93b35180b88d806027d821aa8800d0522906 ...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.sh711Using decomposed database config (config/database.yml.decomposed-postgresql)712Geo DB won't be set up.713Embedding DB won't be set up.729$ source scripts/gitlab_component_helpers.sh730$ if check_fixtures_reuse; then # collapsed multi-line command731$ run_timed_command "gem install knapsack --no-document"732INFO: 'tmp/tests/frontend' does not exist.733$ gem install knapsack --no-document734Successfully installed knapsack-4.0.07351 gem installed736==> 'gem install knapsack --no-document' succeeded in 0 seconds.737$ section_start "gitaly-test-spawn" "Spawning Gitaly"; scripts/gitaly-test-spawn; section_end "gitaly-test-spawn";742$ source ./scripts/rspec_helpers.sh743$ rspec_paralellized_job744SKIP_FLAKY_TESTS_AUTOMATICALLY: 745RETRY_FAILED_TESTS_IN_NEW_PROCESS: true746KNAPSACK_GENERATE_REPORT: true747FLAKY_RSPEC_GENERATE_REPORT: true748KNAPSACK_TEST_FILE_PATTERN: {,ee/,jh/}spec/{frontend/fixtures}{,/**/}*.rb749KNAPSACK_LOG_LEVEL: debug750KNAPSACK_REPORT_PATH: knapsack/rspec-all_frontend_fixture_4_7_report.json751FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json752FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_4_7_report.json753NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_4_7_report.json754SKIPPED_TESTS_REPORT_PATH: rspec/skipped_tests_rspec-all_frontend_fixture_4_7.txt755CRYSTALBALL: 756RSPEC_TESTS_MAPPING_ENABLED: 757RSPEC_TESTS_FILTER_FILE: 758Knapsack report generator started!759warning: parser/current is loading parser/ruby30, which recognizes 3.0.5-compliant syntax, but you are running 3.0.6.761Test environment set up in 1.935050857 seconds762Analytics, Value streams: code stage (JavaScript fixtures)763 Groups::Analytics::CycleAnalytics::StagesController764 analytics/value_stream_analytics/stages/code/records.json765 analytics/value_stream_analytics/stages/code/median.json766 analytics/value_stream_analytics/stages/code/count.json767Analytics (JavaScript fixtures)768 Groups::Analytics::CycleAnalytics::SummaryController769 analytics/metrics/value_stream_analytics/summary.json770 analytics/metrics/value_stream_analytics/time_summary.json771Projects (JavaScript fixtures)772 ProjectsController (JavaScript fixtures)773DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)774DEPRECATION WARNING: Setting a slot with `#actions` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_actions` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)775DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)776DEPRECATION WARNING: Setting a slot with `#actions` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_actions` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)777 projects/overview.html778DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)779DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)780DEPRECATION WARNING: Setting a slot with `#title` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_title` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/banner_component.html.haml:2)781 projects/edit.html782 GraphQL::Query783 access token projects query784 graphql/projects/access_tokens/get_projects.query.graphql.json785 Storage786 GraphQL::Query787 project storage statistics query788 graphql/usage_quotas/storage/project_storage.query.graphql.json789Projects::MergeRequests::DiffsController (JavaScript fixtures)790 merge_request_diffs/with_commit.json791 merge_request_diffs/diffs_metadata.json792 merge_request_diffs/diffs_batch.json793DORA Metrics (JavaScript fixtures)794 API::Dora::Metrics795 deployment frequency796 behaves like dora metric fixtures797 api/dora/metrics/daily_deployment_frequency_for_last_week.json798 api/dora/metrics/daily_deployment_frequency_for_last_month.json799 api/dora/metrics/daily_deployment_frequency_for_last_90_days.json800 api/dora/metrics/daily_deployment_frequency_for_last_180_days.json801 lead time802 behaves like dora metric fixtures803 api/dora/metrics/daily_lead_time_for_changes_for_last_week.json804 api/dora/metrics/daily_lead_time_for_changes_for_last_month.json805 api/dora/metrics/daily_lead_time_for_changes_for_last_90_days.json806 api/dora/metrics/daily_lead_time_for_changes_for_last_180_days.json807 time to restore service808 behaves like dora metric fixtures809 api/dora/metrics/daily_time_to_restore_service_for_last_week.json810 api/dora/metrics/daily_time_to_restore_service_for_last_month.json811 api/dora/metrics/daily_time_to_restore_service_for_last_90_days.json812 api/dora/metrics/daily_time_to_restore_service_for_last_180_days.json813 change failure rate814 behaves like dora metric fixtures815 api/dora/metrics/daily_change_failure_rate_for_last_week.json816 api/dora/metrics/daily_change_failure_rate_for_last_month.json817 api/dora/metrics/daily_change_failure_rate_for_last_90_days.json818 api/dora/metrics/daily_change_failure_rate_for_last_180_days.json819Jobs (JavaScript fixtures)820 API::Projects821 transfer_locations822 api/projects/transfer_locations_page_1.json823 api/projects/transfer_locations_page_2.json824 API::Groups825 transfer_locations826 api/groups/transfer_locations.json827 GraphQL::Query828 graphql/projects/settings/current_user_namespace.query.graphql.json829Project Quality Summary (GraphQL fixtures)830 GraphQL::Query831 graphql/project_quality_summary/graphql/queries/get_project_quality.query.graphql.json832Epics (JavaScript fixtures)833 EpicPresenter (JavaScript fixtures)834 epic/mock_meta.json835 IssuablesHelper (JavaScript fixtures)836 epic/mock_data.json837SearchController (JavaScript fixtures)838 search/show.html839 search within a project840 search/blob_search_result.html841Groups (JavaScript fixtures)842 GroupsController (JavaScript fixtures)843DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)844DEPRECATION WARNING: Setting a slot with `#body` is deprecated and will be removed from ViewComponent 3.0.0 (use `#with_body` to set the slot instead) (called from call at /builds/gitlab-org/gitlab/app/components/pajamas/alert_component.html.haml:13)845 groups/edit.html846Job Artifacts (GraphQL fixtures)847 # order random848 GraphQL::Query849 graphql/ci/artifacts/graphql/queries/get_job_artifacts.query.graphql.json850Tags (JavaScript fixtures)851 API::Tags (JavaScript fixtures)852 api/tags/tags.json853Knapsack report was generated. Preview:854{855 "ee/spec/frontend/fixtures/analytics/value_streams_code_stage.rb": 49.121240013000715,856 "ee/spec/frontend/fixtures/analytics/metrics.rb": 23.007518648999394,857 "spec/frontend/fixtures/projects.rb": 13.747717579000891,858 "spec/frontend/fixtures/merge_requests_diffs.rb": 4.931397262998871,859 "ee/spec/frontend/fixtures/dora/metrics.rb": 5.078439824999805,860 "spec/frontend/fixtures/namespaces.rb": 2.560978430999967,861 "ee/spec/frontend/fixtures/project_quality_summary.rb": 2.49158345899923,862 "ee/spec/frontend/fixtures/epic.rb": 2.5103479270001117,863 "spec/frontend/fixtures/search.rb": 3.5133183050002117,864 "spec/frontend/fixtures/groups.rb": 2.159374500000922,865 "spec/frontend/fixtures/job_artifacts.rb": 1.8080213110006298,866 "spec/frontend/fixtures/tags.rb": 1.190525306001291867}868Knapsack global time execution for tests: 01m 52s869Finished in 1 minute 56.63 seconds (files took 40.49 seconds to load)87040 examples, 0 failures871Randomized with seed 31888872[TEST PROF INFO] Time spent in factories: 00:28.054 (23.81% of total time)873RSpec exited with 0.874No examples to retry, congrats!876Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy878Uploading artifacts...879tmp/tests/frontend/: found 72 matching artifact files and directories 880knapsack/: found 4 matching artifact files and directories 881WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 882WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4287783017/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com883WARNING: Retrying... context=artifacts-uploader error=request redirected884Uploading artifacts as "archive" to coordinator... 201 Created id=4287783017 responseStatus=201 Created token=64_WezQf886Job succeeded