rspec-ee unit pg12 minimal 2/16
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)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-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f2f1f275f1a1dff86079a737d24a925772f06910c3559b43f32ef6b0dd23b152 for postgres:12 with digest postgres@sha256:a2405cf650dd888788953bf3f69cbe9c8af99fd0e325122eb903707d1d16b162 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:648aa889c697d1745a25a82475ee0df2c22ffe74dc3b7e11d2785b7738f1bcaa for redis:6.0-alpine with digest redis@sha256:4af27048227d6f68911c0098f56fff75d2e0af41d424536a571c604a5a2aa85f ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling 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-103-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-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.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...21Running on runner-x5qihukw-project-33734915-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1661278146-68f3ab4d...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/26Created fresh repository.27Checking out d612f34e as feature/api-avatar-removal...28Skipping Git submodules setup29$ git remote set-url origin "${CI_REPOSITORY_URL}"31Checking cache for ruby-gems-debian-bullseye-ruby-2.7-non_protected...32WARNING: file does not exist 33Failed to extract cache34Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected...35WARNING: file does not exist 36Failed to extract cache38Downloading artifacts for compile-test-assets (2923578873)...39Downloading artifacts from coordinator... ok id=2923578873 responseStatus=200 OK token=k1yryU7i40Downloading artifacts for detect-tests (2923578882)...41Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=k1yryU7i42Downloading artifacts for retrieve-tests-metadata (2923578890)...43Downloading artifacts from coordinator... ok id=2923578890 responseStatus=200 OK token=k1yryU7i44Downloading artifacts for setup-test-env (2923578879)...45Downloading artifacts from coordinator... ok id=2923578879 responseStatus=200 OK token=k1yryU7i47Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-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.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...48$ echo $FOSS_ONLY49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh543.2.3355Bundler version 2.2.3356Successfully installed bundler-2.3.15571 gem installed58production:development59Settings are listed in order of priority. The top value will be used.60clean61Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): true62frozen63Set via BUNDLE_FROZEN: true64install_flags65Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"66path67Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"68without69Set via BUNDLE_WITHOUT: [:production, :development]70$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check71Don't run Bundler as root. Bundler can ask for sudo if it is needed, and72installing your bundle as root will break this application for all non-root73users on this machine.74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 363 seconds.76$ bundle pristine pg77Installing pg 1.4.1 with native extensions78==> 'bundle pristine pg' succeeded in 9 seconds.79Using decomposed database config (config/database.yml.decomposed-postgresql)80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:schema:load db:migrate85Dropped database 'gitlabhq_test'86Dropped database 'gitlabhq_test_ci'87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_test'89Created database 'gitlabhq_test_ci'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 38 seconds.92$ setup_db_praefect93SELECT pg_catalog.set_config('search_path', '', false);94CREATE DATABASE praefect_test ENCODING 'UTF8';95==> 'setup_db_praefect' succeeded in 0 seconds.96$ run_timed_command "gem install knapsack --no-document"97$ gem install knapsack --no-document98Successfully installed knapsack-4.0.0991 gem installed100==> 'gem install knapsack --no-document' succeeded in 1 seconds.101$ run_timed_command "scripts/gitaly-test-spawn"102$ scripts/gitaly-test-spawn103find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory107find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory108find: ‘/builds/gitlab-org-forks/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.112Fetching gem metadata from https://rubygems.org/...........113Fetching concurrent-ruby 1.1.10114Fetching zeitwerk 2.6.0115Fetching abstract_type 0.0.7116Fetching minitest 5.16.2117Installing abstract_type 0.0.7118Installing zeitwerk 2.6.0119Installing minitest 5.16.2120Fetching builder 3.2.4121Installing concurrent-ruby 1.1.10122Fetching erubi 1.10.0123Fetching mini_portile2 2.8.0124Installing builder 3.2.4125Installing erubi 1.10.0126Fetching racc 1.6.0127Fetching crass 1.0.6128Installing mini_portile2 2.8.0129Fetching rack 2.2.4130Fetching ice_nine 0.11.2131Installing racc 1.6.0 with native extensions132Installing crass 1.0.6133Installing ice_nine 0.11.2134Installing rack 2.2.4135Fetching thread_safe 0.3.6136Fetching public_suffix 4.0.7137Fetching ast 2.4.2138Installing thread_safe 0.3.6139Installing ast 2.4.2140Installing public_suffix 4.0.7141Fetching binding_ninja 0.2.3142Using bundler 2.3.15143Fetching charlock_holmes 0.7.7144Fetching coderay 1.1.2145Installing charlock_holmes 0.7.7 with native extensions146Installing binding_ninja 0.2.3 with native extensions147Installing coderay 1.1.2148Fetching equalizer 0.0.11149Installing equalizer 0.0.11150Fetching diff-lcs 1.3151Installing diff-lcs 1.3152Fetching dotenv 2.7.6153Installing dotenv 2.7.6154Fetching escape_utils 1.2.2155Installing escape_utils 1.2.2 with native extensions156Fetching multipart-post 2.1.1157Installing multipart-post 2.1.1158Fetching ffi 1.15.5159Installing ffi 1.15.5 with native extensions160Fetching json 2.5.1161Installing json 2.5.1 with native extensions162Fetching mini_mime 1.1.2163Installing mini_mime 1.1.2164Fetching rugged 1.2.0165Installing rugged 1.2.0 with native extensions166Fetching github-markup 1.7.0167Installing github-markup 1.7.0168Fetching mime-types-data 3.2020.1104169Installing mime-types-data 3.2020.1104170Fetching rouge 3.30.0171Installing rouge 3.30.0172Fetching stringex 2.8.5173Installing stringex 2.8.5174Fetching google-protobuf 3.21.3 (x86_64-linux)175Fetching opentracing 0.5.0176Installing opentracing 0.5.0177Installing google-protobuf 3.21.3 (x86_64-linux)178Fetching thrift 0.15.0179Installing thrift 0.15.0 with native extensions180Fetching redis 4.4.0181Installing redis 4.4.0182Fetching rubyzip 2.3.2183Installing rubyzip 2.3.2184Fetching thor 1.1.0185Installing thor 1.1.0186Fetching tomlrb 2.0.1187Installing tomlrb 2.0.1188Fetching with_env 1.1.0189Installing with_env 1.1.0190Fetching rexml 3.2.5191Installing rexml 3.2.5192Fetching gitlab-markup 1.7.1193Installing gitlab-markup 1.7.1194Fetching grpc-tools 1.42.0195Installing grpc-tools 1.42.0196Fetching method_source 0.9.2197Installing method_source 0.9.2198Fetching msgpack 1.3.3199Installing msgpack 1.3.3 with native extensions200Fetching optimist 3.0.1201Installing optimist 3.0.1202Fetching parallel 1.19.2203Installing parallel 1.19.2204Fetching procto 0.0.3205Installing procto 0.0.3206Fetching rainbow 3.0.0207Installing rainbow 3.0.0208Fetching rdoc 6.3.2209Installing rdoc 6.3.2210Fetching regexp_parser 1.8.1211Installing regexp_parser 1.8.1212Fetching rspec-support 3.8.0213Installing rspec-support 3.8.0214Fetching ruby-progressbar 1.10.1215Installing ruby-progressbar 1.10.1216Fetching unicode-display_width 1.7.0217Installing unicode-display_width 1.7.0218Fetching timecop 0.9.1219Installing timecop 0.9.1220Fetching i18n 1.12.0221Installing i18n 1.12.0222Fetching tzinfo 2.0.5223Installing tzinfo 2.0.5224Fetching rack-test 1.1.0225Installing rack-test 1.1.0226Fetching memoizable 0.4.2227Installing memoizable 0.4.2228Fetching parser 3.0.3.2229Installing parser 3.0.3.2230Fetching addressable 2.8.0231Installing addressable 2.8.0232Fetching faraday 1.0.1233Installing faraday 1.0.1234Fetching nokogiri 1.13.8 (x86_64-linux)235Installing nokogiri 1.13.8 (x86_64-linux)236Fetching mime-types 3.3.1237Installing mime-types 3.3.1238Fetching gemojione 3.3.0239Installing gemojione 3.3.0240Fetching googleapis-common-protos-types 1.3.0241Installing googleapis-common-protos-types 1.3.0242Fetching pg_query 2.1.3243Installing pg_query 2.1.3 with native extensions244Fetching xml-simple 1.1.9245Installing xml-simple 1.1.9246Fetching pry 0.12.2247Installing pry 0.12.2248Fetching jaeger-client 1.1.0249Installing jaeger-client 1.1.0250Fetching rspec-core 3.8.0251Installing rspec-core 3.8.0252Fetching rspec-expectations 3.8.3253Installing rspec-expectations 3.8.3254Fetching rspec-mocks 3.8.0255Installing rspec-mocks 3.8.0256Fetching activesupport 6.1.6.1257Installing activesupport 6.1.6.1258Fetching adamantium 0.2.0259Installing adamantium 0.2.0260Fetching rubocop-ast 0.2.0261Installing rubocop-ast 0.2.0262Fetching sawyer 0.8.2263Installing sawyer 0.8.2264Fetching sentry-raven 3.0.4265Installing sentry-raven 3.0.4266Fetching loofah 2.18.0267Installing loofah 2.18.0268Fetching sanitize 6.0.0269Installing sanitize 6.0.0270Fetching reverse_markdown 1.4.0271Installing reverse_markdown 1.4.0272Fetching grpc 1.42.0 (x86_64-linux)273Installing grpc 1.42.0 (x86_64-linux)274Fetching gitlab-license_finder 6.14.2.1275Installing gitlab-license_finder 6.14.2.1276Fetching rspec 3.8.0277Installing rspec 3.8.0278Fetching rails-dom-testing 2.0.3279Fetching factory_bot 5.0.2280Installing rails-dom-testing 2.0.3281Fetching concord 0.1.5282Installing factory_bot 5.0.2283Installing concord 0.1.5284Fetching rubocop 0.86.0285Fetching octokit 4.20.0286Installing octokit 4.20.0287Installing rubocop 0.86.0288Fetching rails-html-sanitizer 1.4.3289Installing rails-html-sanitizer 1.4.3290Fetching rbtrace 0.4.14291Installing rbtrace 0.4.14 with native extensions292Fetching unparser 0.4.7293Installing unparser 0.4.7294Fetching actionview 6.1.6.1295Installing actionview 6.1.6.1296Fetching proc_to_ast 0.1.0297Installing proc_to_ast 0.1.0298Fetching actionpack 6.1.6.1299Installing actionpack 6.1.6.1300Fetching rspec-parameterized 0.4.2301Installing rspec-parameterized 0.4.2302Fetching gitlab-labkit 0.23.0303Installing gitlab-labkit 0.23.0304Fetching github-linguist 7.20.0305Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1306Fetching licensee 9.15.2307Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1308Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2309Installing licensee 9.15.2310Installing gitlab-gollum-lib 4.2.7.10.gitlab.2311Installing github-linguist 7.20.0 with native extensions312Bundle complete! 22 Gemfile dependencies, 100 gems now installed.313Gems in the groups 'production' and 'development' were not installed.314Bundled gems are installed into `/builds/gitlab-org-forks/gitlab/vendor/gitaly-ruby`315Post-install message from rubyzip:316RubyZip 3.0 is coming!317**********************318The public API of some Rubyzip classes has been modernized to use named319parameters for optional arguments. Please check your usage of the320following classes:321 * `Zip::File`322 * `Zip::Entry`323 * `Zip::InputStream`324 * `Zip::OutputStream`325Please ensure that your Gemfiles and .gemspecs are suitably restrictive326to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).327See https://github.com/rubyzip/rubyzip for details. The Changelog also328lists other enhancements and bugfixes that have been implemented since329version 2.3.0.330Checking gitaly-ruby Gemfile...331Checking gitaly-ruby bundle...332The Gemfile's dependencies are satisfied333Trying to connect to gitaly: ......................................... OK334Trying to connect to gitaly2: ............................................................ OK335Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK336==> 'scripts/gitaly-test-spawn' succeeded in 113 seconds.337$ source ./scripts/rspec_helpers.sh338$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"339SKIP_FLAKY_TESTS_AUTOMATICALLY: true340RETRY_FAILED_TESTS_IN_NEW_PROCESS: true341KNAPSACK_GENERATE_REPORT: true342FLAKY_RSPEC_GENERATE_REPORT: true343KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{bin,channels,config,db,dependencies,elastic,elastic_integration,experiments,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.rb344KNAPSACK_LOG_LEVEL: debug345KNAPSACK_REPORT_PATH: knapsack/rspec-ee_unit_pg12_minimal_2_16_report.json346FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json347FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_unit_pg12_minimal_2_16_report.json348NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_unit_pg12_minimal_2_16_report.json349SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_unit_pg12_minimal_2_16_report.txt350RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_unit_pg12_minimal_2_16_report.txt351CRYSTALBALL: 352Knapsack node specs:353ee/spec/services/search/project_service_spec.rb354ee/spec/finders/iterations_finder_spec.rb355ee/spec/lib/ee/audit/project_changes_auditor_spec.rb356ee/spec/services/projects/create_service_spec.rb357ee/spec/elastic/migrate/20220118150500_delete_orphaned_commits_spec.rb358ee/spec/helpers/projects_helper_spec.rb359ee/spec/workers/geo/verification_state_backfill_worker_spec.rb360ee/spec/serializers/member_entity_spec.rb361ee/spec/graphql/resolvers/geo/ci_secure_file_registries_resolver_spec.rb362ee/spec/lib/ee/gitlab/background_migration/purge_stale_security_scans_spec.rb363ee/spec/lib/gitlab/ci/templates/secure_binaries_ci_yaml_spec.rb364ee/spec/lib/gitlab/ci/templates/dast_latest_gitlab_ci_yaml_spec.rb365ee/spec/services/security/vulnerability_counting_service_spec.rb366ee/spec/services/users/abuse/excessive_projects_download_ban_service_spec.rb367ee/spec/serializers/epic_note_entity_spec.rb368ee/spec/helpers/vulnerabilities_helper_spec.rb369ee/spec/lib/gitlab/contribution_analytics/data_collector_spec.rb370ee/spec/lib/gitlab/analytics/cycle_analytics/request_params_spec.rb371ee/spec/graphql/mutations/dast/profiles/update_spec.rb372ee/spec/services/ci/trigger_downstream_subscription_service_spec.rb373ee/spec/services/security/auto_fix_service_spec.rb374ee/spec/workers/scan_security_report_secrets_worker_spec.rb375ee/spec/services/ee/todos/destroy/entity_leave_service_spec.rb376ee/spec/services/geo/repository_destroy_service_spec.rb377ee/spec/lib/gitlab/auth/saml/user_spec.rb378ee/spec/services/group_saml/group_managed_accounts/transfer_membership_service_spec.rb379ee/spec/models/ee/event_spec.rb380ee/spec/helpers/ee/gitlab_routing_helper_spec.rb381ee/spec/services/iterations/create_service_spec.rb382ee/spec/models/ee/personal_access_token_spec.rb383ee/spec/graphql/mutations/epics/add_issue_spec.rb384ee/spec/services/geo/hashed_storage_migration_service_spec.rb385ee/spec/services/software_license_policies/create_service_spec.rb386ee/spec/models/issuable_metric_image_spec.rb387ee/spec/helpers/ee/learn_gitlab_helper_spec.rb388ee/spec/workers/geo/repositories_clean_up_worker_spec.rb389ee/spec/services/ci/pipeline_trigger_service_spec.rb390ee/spec/services/ee/merge_requests/post_merge_service_spec.rb391ee/spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_label_removed_spec.rb392ee/spec/graphql/resolvers/boards/board_list_epics_resolver_spec.rb393ee/spec/services/app_sec/dast/scanner_profiles/destroy_service_spec.rb394ee/spec/models/gitlab_subscriptions/features_spec.rb395ee/spec/services/user_permissions/export_service_spec.rb396ee/spec/services/epic_issues/list_service_spec.rb397ee/spec/services/geo/move_repository_service_spec.rb398ee/spec/helpers/ee/geo_helper_spec.rb399ee/spec/lib/gitlab/geo/oauth/logout_state_spec.rb400ee/spec/workers/geo/repository_verification/secondary/single_worker_spec.rb401ee/spec/lib/ee/gitlab/scim/params_parser_spec.rb402ee/spec/graphql/mutations/incident_management/escalation_policy/update_spec.rb403ee/spec/services/compliance_management/frameworks/update_service_spec.rb404ee/spec/graphql/mutations/epics/update_spec.rb405ee/spec/services/app_sec/dast/site_validations/find_or_create_service_spec.rb406ee/spec/lib/gitlab/ingestion/bulk_insertable_task_spec.rb407ee/spec/components/namespaces/storage/limit_alert_component_spec.rb408ee/spec/lib/ee/gitlab/analytics/cycle_analytics/base_query_builder_spec.rb409ee/spec/workers/personal_access_tokens/instance/policy_worker_spec.rb410ee/spec/workers/vulnerability_exports/export_worker_spec.rb411ee/spec/serializers/ee/note_entity_spec.rb412ee/spec/helpers/groups/feature_discovery_moments_helper_spec.rb413ee/spec/lib/ee/sidebars/groups/menus/issues_menu_spec.rb414ee/spec/services/iterations/roll_over_issues_service_spec.rb415ee/spec/lib/gitlab/geo/log_cursor/events/repository_deleted_event_spec.rb416ee/spec/serializers/productivity_analytics_merge_request_entity_spec.rb417ee/spec/lib/gitlab/checks/changes_access_spec.rb418ee/spec/lib/gitlab/vulnerabilities/base_vulnerability_spec.rb419ee/spec/services/issue_feature_flags/list_service_spec.rb420ee/spec/lib/ee/api/helpers_spec.rb421ee/spec/components/namespaces/free_user_cap/preview_usage_quota_alert_component_spec.rb422ee/spec/services/ee/notes/destroy_service_spec.rb423ee/spec/services/app_sec/dast/site_validations/revoke_service_spec.rb424ee/spec/policies/incident_management/oncall_rotation_policy_spec.rb425ee/spec/lib/system_check/geo/authorized_keys_check_spec.rb426ee/spec/views/layouts/header/_ee_subscribable_banner.html.haml_spec.rb427ee/spec/finders/gpg_keys_finder_spec.rb428ee/spec/graphql/resolvers/incident_management/escalation_policies_resolver_spec.rb429ee/spec/lib/gitlab/auth/group_saml/membership_enforcer_spec.rb430ee/spec/workers/geo/repository_verification/primary/single_worker_spec.rb431ee/spec/graphql/mutations/boards/epic_boards/update_spec.rb432ee/spec/views/layouts/header/_current_user_dropdown.html.haml_spec.rb433ee/spec/workers/geo/batch/project_registry_scheduler_worker_spec.rb434ee/spec/models/integrations/github/remote_project_spec.rb435ee/spec/services/ee/projects/deploy_tokens/destroy_service_spec.rb436ee/spec/services/geo/blob_upload_service_spec.rb437ee/spec/lib/gitlab/geo/log_cursor/events/hashed_storage_attachments_event_spec.rb438ee/spec/graphql/types/app_sec/fuzzing/coverage/corpus_type_spec.rb439ee/spec/lib/gitlab/ci/reports/security/locations/cluster_image_scanning_spec.rb440ee/spec/services/ci/minutes/reset_usage_service_spec.rb441ee/spec/services/security/security_orchestration_policies/fetch_policy_service_spec.rb442ee/spec/lib/gitlab/return_to_location_spec.rb443ee/spec/services/ee/terraform/states/destroy_service_spec.rb444ee/spec/lib/gitlab/ci/yaml_processor_spec.rb445ee/spec/services/ee/protected_branches/destroy_service_spec.rb446ee/spec/services/analytics/cycle_analytics/stages/list_service_spec.rb447ee/spec/services/vulnerability_scanners/list_service_spec.rb448ee/spec/services/group_saml/saml_provider/update_service_spec.rb449ee/spec/models/project_team_spec.rb450ee/spec/models/analytics/cycle_analytics/group_value_stream_spec.rb451ee/spec/workers/compliance_management/merge_requests/compliance_violations_worker_spec.rb452ee/spec/lib/ee/api/entities/vulnerability_spec.rb453ee/spec/lib/gitlab/usage/metrics/instrumentations/count_event_streaming_destinations_metric_spec.rb454ee/spec/helpers/ee/blob_helper_spec.rb455ee/spec/views/admin/groups/_form.html.haml_spec.rb456ee/spec/finders/licenses_finder_spec.rb457ee/spec/policies/award_emoji_policy_spec.rb458ee/spec/policies/approval_project_rule_policy_spec.rb459ee/spec/services/geo/repository_renamed_event_store_spec.rb460ee/spec/policies/security/scan_policy_spec.rb461ee/spec/services/ee/design_management/delete_designs_service_spec.rb462ee/spec/models/ee/incident_management/project_incident_management_setting_spec.rb463ee/spec/workers/geo/reverification_batch_worker_spec.rb464ee/spec/lib/audit/changes_spec.rb465ee/spec/workers/security/track_secure_scans_worker_spec.rb466ee/spec/helpers/ee/releases_helper_spec.rb467ee/spec/workers/ci/sync_reports_to_report_approval_rules_worker_spec.rb468ee/spec/services/epics/related_epic_links/list_service_spec.rb469ee/spec/lib/gitlab/import_export/group/group_and_descendants_repo_restorer_spec.rb470ee/spec/services/projects/enable_deploy_key_service_spec.rb471ee/spec/views/shared/billings/_billing_plan_actions.html.haml_spec.rb472ee/spec/views/admin/application_settings/_git_abuse_rate_limit.html.haml_spec.rb473ee/spec/services/ci/minutes/additional_packs/create_service_spec.rb474ee/spec/models/ee/users_statistics_spec.rb475ee/spec/services/geo/repository_registry_removal_service_spec.rb476ee/spec/lib/gitlab/ci/config/entry/vault/engine_spec.rb477ee/spec/workers/geo/secondary_usage_data_cron_worker_spec.rb478ee/spec/views/layouts/header/_new_dropdown.haml_spec.rb479ee/spec/lib/elastic/latest/project_wiki_instance_proxy_spec.rb480ee/spec/finders/boards/epic_boards_finder_spec.rb481ee/spec/models/ee/resource_state_event_spec.rb482ee/spec/services/security/security_orchestration_policies/scan_pipeline_service_spec.rb483ee/spec/serializers/integrations/field_entity_spec.rb484ee/spec/graphql/types/dast/profile_branch_type_spec.rb485ee/spec/lib/api/entities/deployments/approval_summary_spec.rb486ee/spec/lib/gitlab/auth/group_saml/response_check_spec.rb487ee/spec/models/namespaces/free_user_cap/preview_spec.rb488ee/spec/lib/gitlab/analytics/cycle_analytics/aggregated/data_for_duration_chart_spec.rb489ee/spec/views/compliance_management/compliance_framework/_compliance_framework_badge.html.haml_spec.rb490ee/spec/models/board_assignee_spec.rb491ee/spec/helpers/analytics/code_review_helper_spec.rb492ee/spec/lib/ee/gitlab/snippet_search_results_spec.rb493ee/spec/routing/projects/security/configuration_controller_routing_spec.rb494ee/spec/graphql/types/incident_management/oncall_participant_type_spec.rb495ee/spec/models/ee/user_highest_role_spec.rb496ee/spec/graphql/ee/types/boards/board_issue_input_type_spec.rb497ee/spec/graphql/types/geo/pipeline_artifact_registry_type_spec.rb498ee/spec/models/analytics/language_trend/repository_language_spec.rb499ee/spec/lib/gitlab/ci/reports/metrics/report_spec.rb500ee/spec/services/keys/last_used_service_spec.rb501ee/spec/models/geo/event_log_state_spec.rb502ee/spec/lib/ee/api/entities/ci/minutes/additional_pack_spec.rb503ee/spec/workers/projects/disable_legacy_open_source_license_for_inactive_projects_worker_spec.rb504ee/spec/serializers/evidences/evidence_entity_spec.rb505ee/spec/lib/gitlab/analytics/cycle_analytics/summary/base_dora_summary_spec.rb506ee/spec/graphql/types/security/training_url_type_spec.rb507ee/spec/models/protected_branch/required_code_owners_section_spec.rb508ee/spec/graphql/types/vulnerability/issue_link_type_enum_spec.rb509ee/spec/factories/lfs_object_spec.rb510Filter specs:511spec/requests/api/projects_spec.rb512ee/spec/requests/api/projects_spec.rb513spec/frontend/fixtures/api_projects.rb514spec/requests/api/helpers_spec.rb515spec/requests/api/pages/public_access_spec.rb516spec/requests/api/pages/internal_access_spec.rb517spec/requests/api/pages/private_access_spec.rb518spec/requests/rack_attack_global_spec.rb519spec/features/projects/settings/user_manages_project_members_spec.rb520spec/features/projects/members/manage_groups_spec.rb521spec/features/projects/fork_spec.rb522spec/features/search/user_searches_for_code_spec.rb523spec/features/search/user_searches_for_milestones_spec.rb524spec/features/search/user_searches_for_wiki_pages_spec.rb525spec/features/search/user_searches_for_issues_spec.rb526spec/features/search/user_searches_for_merge_requests_spec.rb527spec/features/search/user_uses_search_filters_spec.rb528spec/features/dashboard/issues_spec.rb529spec/features/dashboard/todos/todos_filtering_spec.rb530spec/features/dashboard/milestones_spec.rb531spec/features/dashboard/merge_requests_spec.rb532spec/features/issues/user_creates_branch_and_merge_request_spec.rb533spec/features/issues/user_creates_confidential_merge_request_spec.rb534spec/features/file_uploads/attachment_spec.rb535ee/spec/requests/api/audit_events_spec.rb536ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb537ee/spec/features/merge_request/user_sets_approvers_spec.rb538ee/spec/features/groups/settings/user_configures_insights_spec.rb539ee/spec/features/groups/group_settings_spec.rb540ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb541ee/spec/features/projects/members/manage_groups_spec.rb542ee/spec/features/admin/admin_sends_notification_spec.rb543ee/spec/features/admin/admin_settings_spec.rb544ee/spec/features/admin/admin_audit_logs_spec.rb545Running specs:546No tests to run on this node, exiting.547RSpec exited with 0.548No examples to retry, congrats!550Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy551Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy553Uploading artifacts...554WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory 555crystalball/: found 2 matching files and directories 556WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 557knapsack/: found 3 matching files and directories 558rspec/: found 6 matching files and directories 559WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 560log/*.log: found 14 matching files and directories 561WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579163/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com562WARNING: Retrying... context=artifacts-uploader error=request redirected563Uploading artifacts as "archive" to coordinator... 201 Created id=2923579163 responseStatus=201 Created token=k1yryU7i564Uploading artifacts...565WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 566ERROR: No files to upload 568Job succeeded