rspec-all frontend_fixture 5/7
Passed Started
by
@mbobin
Marius Bobin
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt, system ID: s_130a96ce9e653 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-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1684163981-f0da8058...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...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-3.0-16 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_jeyf844Downloading artifacts for retrieve-tests-metadata (4287782976)...45Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4287782976 responseStatus=200 OK token=64_jeyf846Downloading artifacts for setup-test-env (4287782967)...47Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4287782967 responseStatus=200 OK token=64_jeyf849Using 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 command731INFO: 'tmp/tests/frontend' does not exist.732$ run_timed_command "gem install knapsack --no-document"733$ gem install knapsack --no-document734Successfully installed knapsack-4.0.07351 gem installed736==> 'gem install knapsack --no-document' succeeded in 1 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_5_7_report.json751FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json752FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-all_frontend_fixture_5_7_report.json753NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-all_frontend_fixture_5_7_report.json754SKIPPED_TESTS_REPORT_PATH: rspec/skipped_tests_rspec-all_frontend_fixture_5_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 3.420440804 seconds762Analytics, Value streams: issue stage (JavaScript fixtures)763 Groups::Analytics::CycleAnalytics::StagesController764 analytics/value_stream_analytics/stages/issue/records.json765 analytics/value_stream_analytics/stages/issue/median.json766 analytics/value_stream_analytics/stages/issue/count.json767Jobs (JavaScript fixtures)768 Projects::JobsController769 jobs/delayed.json770 GraphQL::Query771 behaves like graphql queries772 graphql/jobs/get_jobs.query.graphql.json773 with non default fixtures774 graphql/jobs/get_jobs.query.graphql.as_guest.json775 graphql/jobs/get_jobs.query.graphql.paginated.json776 graphql/jobs/get_jobs.query.graphql.empty.json777 behaves like graphql queries778 graphql/jobs/get_jobs_count.query.graphql.json779 behaves like graphql queries780 graphql/jobs/get_all_jobs.query.graphql.json781 with non default fixtures782 graphql/jobs/get_all_jobs.query.graphql.as_guest.json783 graphql/jobs/get_all_jobs.query.graphql.paginated.json784 graphql/jobs/get_all_jobs.query.graphql.empty.json785 behaves like graphql queries786 graphql/jobs/get_cancelable_jobs_count.query.graphql.json787 behaves like graphql queries788 graphql/jobs/get_all_jobs_count.query.graphql.json789Pipeline schedules (JavaScript fixtures)790 Projects::PipelineSchedulesController791 pipeline_schedules/edit.html792 pipeline_schedules/edit_with_variables.html793 GraphQL::Query794 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.json795 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.as_guest.json796 graphql/pipeline_schedules/get_pipeline_schedules.query.graphql.take_ownership.json797Projects::PipelinesController (JavaScript fixtures)798 pipelines/pipelines.json799 pipelines/test_report.json800 GraphQL::Query801 graphql/pipelines/get_pipeline_actions.query.graphql.json802Analytics (JavaScript fixtures)803 Groups::Analytics::TasksByTypeController804 analytics/charts/type_of_work/tasks_by_type.json805Projects JSON endpoints (JavaScript fixtures)806 Projects::FindFileController (JavaScript fixtures)807 projects_json/files.json808 Projects::CommitController (JavaScript fixtures)809 projects_json/pipelines_empty.json810Commit (JavaScript fixtures)811 Projects::CommitController (JavaScript fixtures)812 commit/show.html813 API::Commits (JavaScript fixtures)814 api/commits/commit.json815API::DeployKeys (JavaScript fixtures)816 api/deploy_keys/index.json817 behaves like GET request permissions for admin mode818 behaves like when admin819 behaves like makes request820 returns821 behaves like makes request822 returns823 behaves like when user824 returns825 behaves like makes request826 returns827Deployments (JavaScript fixtures)828 # order random829 GraphQL::Query830 graphql/environments/graphql/queries/deployment.query.graphql.json831WebAuthn832 SessionsController (JavaScript fixtures)833 webauthn/authenticate.html834 Profiles::TwoFactorAuthsController (JavaScript fixtures)835DEPRECATION 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/card_component.html.haml:2)836 webauthn/register.html837TimeZoneHelper (JavaScript fixtures)838 timezones/short.json839 timezones/abbr.json840 timezones/full.json841Runner Instructions (JavaScript fixtures)842 # order random843 GraphQL::Query844 get_runner_platforms.query.graphql845 graphql/runner_instructions/get_runner_platforms.query.graphql.json846 get_runner_setup.query.graphql847 graphql/runner_instructions/get_runner_setup.query.graphql.json848 graphql/runner_instructions/get_runner_setup.query.graphql.windows.json849Knapsack report was generated. Preview:850{851 "ee/spec/frontend/fixtures/analytics/value_streams_issue_stage.rb": 66.83458673200039,852 "spec/frontend/fixtures/jobs.rb": 36.059280714000124,853 "spec/frontend/fixtures/pipeline_schedules.rb": 12.552788094999414,854 "spec/frontend/fixtures/pipelines.rb": 9.105959691999487,855 "ee/spec/frontend/fixtures/analytics/charts.rb": 6.345994003999294,856 "spec/frontend/fixtures/projects_json.rb": 3.169966765999561,857 "spec/frontend/fixtures/commit.rb": 4.400490613000329,858 "spec/frontend/fixtures/api_deploy_keys.rb": 2.228637035000247,859 "ee/spec/frontend/fixtures/deployments.rb": 2.4952092020002965,860 "spec/frontend/fixtures/webauthn.rb": 1.9659629790003237,861 "spec/frontend/fixtures/timezones.rb": 0.7971498890001385,862 "spec/frontend/fixtures/runner_instructions.rb": 0.6055840090002675863}864Knapsack global time execution for tests: 02m 26s865Finished in 2 minutes 32.9 seconds (files took 56.2 seconds to load)86642 examples, 0 failures867Randomized with seed 27853868[TEST PROF INFO] Time spent in factories: 00:58.109 (37.52% of total time)869RSpec exited with 0.870No examples to retry, congrats!872Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy874Uploading artifacts...875tmp/tests/frontend/: found 65 matching artifact files and directories 876knapsack/: found 4 matching artifact files and directories 877WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 878WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4287783021/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com879WARNING: Retrying... context=artifacts-uploader error=request redirected880Uploading artifacts as "archive" to coordinator... 201 Created id=4287783021 responseStatus=201 Created token=64_jeyf8882Job succeeded