rspec unit pg12 minimal 15/22
Passed Started
by
@mwoolf
Max Woolf
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:34c44820e60f494e1559bdea8f2b0eb5619bbc57a994ebb31f7d526da51356d6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:49a3c3782def290d9f2cd6a3d317363184f5a73cd3ba5f465c6916aca94644f6 ...18Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1657109213-d950bd2f...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: 105656, done. 25remote: Counting objects: 100% (105656/105656), done. 26remote: Compressing objects: 100% (75924/75924), done. 27remote: Total 105656 (delta 40856), reused 67955 (delta 25743), pack-reused 0 28Receiving objects: 100% (105656/105656), 103.98 MiB | 31.29 MiB/s, done.29Resolving deltas: 100% (40856/40856), done.31 * [new ref] refs/pipelines/581337618 -> refs/pipelines/58133761832Checking out e4b447a9 as refs/merge-requests/91869/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2685191903)...44Downloading artifacts from coordinator... ok id=2685191903 responseStatus=200 OK token=r9qzqpfY45Downloading artifacts for detect-tests (2685191976)...46Downloading artifacts from coordinator... ok id=2685191976 responseStatus=200 OK token=r9qzqpfY47Downloading artifacts for retrieve-tests-metadata (2685191987)...48Downloading artifacts from coordinator... ok id=2685191987 responseStatus=200 OK token=r9qzqpfY49Downloading artifacts for setup-test-env (2685191949)...50Downloading artifacts from coordinator... ok id=2685191949 responseStatus=200 OK token=r9qzqpfY52Using docker image sha256:34c44820e60f494e1559bdea8f2b0eb5619bbc57a994ebb31f7d526da51356d6 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:49a3c3782def290d9f2cd6a3d317363184f5a73cd3ba5f465c6916aca94644f6 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 10 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 38 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ....................................... OK219Trying to connect to gitaly2: .............................................................. OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{bin,channels,config,db,dependencies,elastic,elastic_integration,experiments,events,factories,finders,frontend,graphql,haml_lint,helpers,initializers,lib,metrics_server,models,policies,presenters,rack_servers,replicators,routing,rubocop,scripts,serializers,services,sidekiq,sidekiq_cluster,spam,support_specs,tasks,uploaders,validators,views,workers,tooling,components}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_unit_pg12_minimal_15_22_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_unit_pg12_minimal_15_22_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_unit_pg12_minimal_15_22_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_unit_pg12_minimal_15_22_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_unit_pg12_minimal_15_22_report.txt236CRYSTALBALL: 237Knapsack node specs:238spec/db/migration_spec.rb239spec/models/environment_spec.rb240spec/services/merge_requests/create_from_issue_service_spec.rb241spec/models/namespace/traversal_hierarchy_spec.rb242spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb243spec/uploaders/design_management/design_v432x230_uploader_spec.rb244spec/lib/gitlab/background_migration/migrate_merge_request_diff_commit_users_spec.rb245spec/models/milestone_spec.rb246spec/services/auto_merge/base_service_spec.rb247spec/routing/project_routing_spec.rb248spec/lib/gitlab/auth/o_auth/user_spec.rb249spec/services/boards/issues/move_service_spec.rb250spec/lib/gitlab/rack_attack/request_spec.rb251spec/models/design_management/design_at_version_spec.rb252spec/serializers/ci/job_entity_spec.rb253spec/models/integrations/teamcity_spec.rb254spec/lib/gitlab/ssh_public_key_spec.rb255spec/services/projects/unlink_fork_service_spec.rb256spec/lib/gitlab/contributions_calendar_spec.rb257spec/finders/merge_request_target_project_finder_spec.rb258spec/models/protected_branch_spec.rb259spec/lib/gitlab/url_blocker_spec.rb260spec/serializers/member_entity_spec.rb261spec/services/clusters/kubernetes/create_or_update_service_account_service_spec.rb262spec/lib/gitlab/git/tree_spec.rb263spec/models/clusters/clusters_hierarchy_spec.rb264spec/models/list_spec.rb265spec/lib/gitlab/background_migration/backfill_draft_status_on_merge_requests_with_corrected_regex_spec.rb266spec/lib/gitlab/prometheus_client_spec.rb267spec/lib/gitlab/background_migration/migrate_personal_namespace_project_maintainer_to_owner_spec.rb268spec/lib/gitlab/ci/ansi2json/style_spec.rb269spec/lib/gitlab/group_search_results_spec.rb270spec/lib/gitlab/ci/reports/security/vulnerability_reports_comparer_spec.rb271spec/finders/releases_finder_spec.rb272spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb273spec/models/generic_commit_status_spec.rb274spec/services/issues/build_service_spec.rb275spec/helpers/notes_helper_spec.rb276spec/workers/projects/after_import_worker_spec.rb277spec/lib/atlassian/jira_connect/client_spec.rb278spec/lib/gitlab/background_migration/populate_container_repository_migration_plan_spec.rb279spec/presenters/projects/settings/deploy_keys_presenter_spec.rb280spec/finders/fork_projects_finder_spec.rb281spec/models/personal_access_token_spec.rb282spec/lib/gitlab/background_migration/batched_migration_job_spec.rb283spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb284spec/presenters/clusters/cluster_presenter_spec.rb285spec/services/environments/auto_stop_service_spec.rb286spec/services/incident_management/timeline_events/create_service_spec.rb287spec/models/protectable_dropdown_spec.rb288spec/lib/banzai/filter/sanitization_filter_spec.rb289spec/lib/bulk_imports/projects/pipelines/design_bundle_pipeline_spec.rb290spec/finders/joined_groups_finder_spec.rb291spec/lib/gitlab/runtime_spec.rb292spec/services/namespaces/package_settings/update_service_spec.rb293spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb294spec/models/dependency_proxy/blob_spec.rb295spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb296spec/workers/repository_check/batch_worker_spec.rb297spec/models/concerns/schedulable_spec.rb298spec/graphql/mutations/dependency_proxy/image_ttl_group_policy/update_spec.rb299spec/lib/banzai/filter/issuable_reference_expansion_filter_spec.rb300spec/finders/security/security_jobs_finder_spec.rb301spec/helpers/ci/pipelines_helper_spec.rb302spec/services/users/create_service_spec.rb303spec/lib/gitlab/api_authentication/token_resolver_spec.rb304spec/services/deployments/create_for_build_service_spec.rb305spec/lib/sidebars/projects/menus/settings_menu_spec.rb306spec/initializers/lograge_spec.rb307spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb308spec/services/clusters/destroy_service_spec.rb309spec/services/users/authorized_build_service_spec.rb310spec/lib/gitlab/slash_commands/issue_comment_spec.rb311spec/lib/gitlab/pagination/keyset/iterator_spec.rb312spec/models/integrations/ewm_spec.rb313spec/services/projects/move_project_authorizations_service_spec.rb314spec/presenters/label_presenter_spec.rb315spec/finders/sentry_issue_finder_spec.rb316spec/services/error_tracking/list_projects_service_spec.rb317spec/workers/integrations/create_external_cross_reference_worker_spec.rb318spec/models/namespace_setting_spec.rb319spec/presenters/packages/conan/package_presenter_spec.rb320spec/workers/x509_issuer_crl_check_worker_spec.rb321spec/models/ci/running_build_spec.rb322spec/helpers/award_emoji_helper_spec.rb323spec/lib/gitlab/utils/override_spec.rb324spec/lib/gitlab/hook_data/user_builder_spec.rb325spec/workers/users/deactivate_dormant_users_worker_spec.rb326spec/services/integrations/propagate_service_spec.rb327spec/lib/mattermost/session_spec.rb328spec/serializers/diff_file_metadata_entity_spec.rb329spec/lib/gitlab/ci/config/entry/service_spec.rb330spec/lib/gitlab/git/keep_around_spec.rb331spec/models/integrations/shimo_spec.rb332spec/finders/security/license_compliance_jobs_finder_spec.rb333spec/graphql/types/query_type_spec.rb334spec/graphql/mutations/incident_management/timeline_event/update_spec.rb335spec/sidekiq_cluster/sidekiq_cluster_spec.rb336spec/lib/gitlab/ci/reports/accessibility_reports_spec.rb337spec/views/notify/pipeline_failed_email.text.erb_spec.rb338spec/lib/gitlab/ci/templates/5_minute_production_app_ci_yaml_spec.rb339spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb340spec/lib/banzai/filter/inline_cluster_metrics_filter_spec.rb341spec/services/branches/validate_new_service_spec.rb342spec/finders/groups/projects_requiring_authorizations_refresh/on_transfer_finder_spec.rb343spec/lib/api/entities/project_spec.rb344spec/graphql/resolvers/board_resolver_spec.rb345spec/graphql/mutations/timelogs/delete_spec.rb346spec/lib/gitlab/git/conflict/parser_spec.rb347spec/services/snippets/update_repository_storage_service_spec.rb348spec/lib/bitbucket/representation/pull_request_comment_spec.rb349spec/finders/merge_request/metrics_finder_spec.rb350spec/lib/banzai/reference_parser/mentioned_project_parser_spec.rb351spec/graphql/resolvers/users/group_count_resolver_spec.rb352spec/tasks/rubocop_rake_spec.rb353spec/lib/gitlab/api_authentication/builder_spec.rb354spec/models/bulk_import_spec.rb355spec/services/packages/create_package_file_service_spec.rb356spec/lib/gitlab/template/metrics_dashboard_template_spec.rb357spec/services/security/ci_configuration/container_scanning_create_service_spec.rb358spec/lib/gitlab/git/patches/commit_patches_spec.rb359spec/lib/gitlab/ci/config/external/file/template_spec.rb360spec/services/security/ci_configuration/secret_detection_create_service_spec.rb361spec/lib/gitlab/health_checks/db_check_spec.rb362spec/lib/constraints/project_url_constrainer_spec.rb363spec/finders/prometheus_metrics_finder_spec.rb364spec/lib/gitlab/diff/file_collection/merge_request_diff_base_spec.rb365spec/helpers/snippets_helper_spec.rb366spec/rubocop/cop/active_model_errors_direct_manipulation_spec.rb367spec/services/ci/pipelines/add_job_service_spec.rb368spec/serializers/integrations/field_entity_spec.rb369spec/views/profiles/preferences/show.html.haml_spec.rb370spec/lib/sidebars/groups/menus/group_information_menu_spec.rb371spec/lib/gitlab/import_export/lfs_saver_spec.rb372spec/helpers/lazy_image_tag_helper_spec.rb373spec/lib/gitlab/sidekiq_middleware/size_limiter/client_spec.rb374spec/lib/gitlab/pages_spec.rb375spec/services/resource_events/change_milestone_service_spec.rb376spec/models/preloaders/users_max_access_level_in_projects_preloader_spec.rb377spec/services/system_notes/incidents_service_spec.rb378spec/lib/gitlab/database/partitioning/single_numeric_list_partition_spec.rb379spec/models/ci/deleted_object_spec.rb380spec/services/projects/repository_languages_service_spec.rb381spec/workers/gitlab/jira_import/stage/start_import_worker_spec.rb382spec/graphql/resolvers/kas/agent_configurations_resolver_spec.rb383spec/services/groups/participants_service_spec.rb384spec/models/webauthn_registration_spec.rb385spec/lib/gitlab/email/attachment_uploader_spec.rb386spec/models/spam_log_spec.rb387spec/workers/ci/retry_pipeline_worker_spec.rb388spec/policies/terraform/state_policy_spec.rb389spec/models/context_commits_diff_spec.rb390spec/support_specs/graphql/arguments_spec.rb391spec/lib/gitlab/dependency_linker/package_json_linker_spec.rb392spec/models/alert_management/alert_assignee_spec.rb393spec/rubocop/cop/gitlab/avoid_feature_category_not_owned_spec.rbKnapsack report generator started!394DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call395/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here396 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)397Run options: exclude {:quarantine=>true, :level=>"migration"}398Test environment set up in 0.458762413 seconds399Gitlab::Pagination::CursorBasedKeyset400 .available_for_type?401 returns true for Group402 return false for other types of relations403 .available?404 with order-by name asc405 returns true for Group406 return false for other types of relations407 with other order-by columns408 returns false for Group409 return false for other types of relations410Knapsack report was generated. Preview:411{412 "spec/lib/gitlab/pagination/cursor_based_keyset_spec.rb": 0.5611355340001865413}414Knapsack global time execution for tests: 0.5611355340001865s415Finished in 3.87 seconds (files took 1 minute 3.39 seconds to load)4166 examples, 0 failures417RSpec exited with 0.418No examples to retry, congrats!420Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy421Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy423Uploading artifacts...424coverage/: found 5 matching files and directories 425crystalball/: found 2 matching files and directories 426WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 427knapsack/: found 3 matching files and directories 428rspec/: found 8 matching files and directories 429WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 430log/*.log: found 14 matching files and directories 431WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2685192143/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com432WARNING: Retrying... context=artifacts-uploader error=request redirected433Uploading artifacts as "archive" to coordinator... 201 Created id=2685192143 responseStatus=201 Created token=r9qzqpfY434Uploading artifacts...435rspec/junit_rspec.xml: found 1 matching files and directories 436WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2685192143/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com437WARNING: Retrying... context=artifacts-uploader error=request redirected438Uploading artifacts as "junit" to coordinator... 201 Created id=2685192143 responseStatus=201 Created token=r9qzqpfY440Job succeeded