rspec integration pg12 minimal 7/10
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 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 ...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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using 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 ...18Running on runner-8zcxmppt-project-33734915-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1661278159-879313e1...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/23Created fresh repository.24Checking out d612f34e as feature/api-avatar-removal...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for ruby-gems-debian-bullseye-ruby-2.7-non_protected...29WARNING: file does not exist 30Failed to extract cache31Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected...32WARNING: file does not exist 33Failed to extract cache35Downloading artifacts for compile-test-assets (2923578873)...36Downloading artifacts from coordinator... ok id=2923578873 responseStatus=200 OK token=2UXwNdKJ37Downloading artifacts for detect-tests (2923578882)...38Downloading artifacts for retrieve-tests-metadata (2923578890)...39Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=2UXwNdKJ40Downloading artifacts from coordinator... ok id=2923578890 responseStatus=200 OK token=2UXwNdKJ41Downloading artifacts for setup-test-env (2923578879)...42Downloading artifacts from coordinator... ok id=2923578879 responseStatus=200 OK token=2UXwNdKJ44Using 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 ...45$ echo $FOSS_ONLY46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh513.2.3352Bundler version 2.2.3353Successfully installed bundler-2.3.15541 gem installed55production:development56Settings are listed in order of priority. The top value will be used.57clean58Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): true59frozen60Set via BUNDLE_FROZEN: true61install_flags62Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"63path64Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"65without66Set via BUNDLE_WITHOUT: [:production, :development]67$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check68Don't run Bundler as root. Bundler can ask for sudo if it is needed, and69installing your bundle as root will break this application for all non-root70users on this machine.71The Gemfile's dependencies are satisfied72==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 373 seconds.73$ bundle pristine pg74Installing pg 1.4.1 with native extensions75==> 'bundle pristine pg' succeeded in 9 seconds.76Using decomposed database config (config/database.yml.decomposed-postgresql)77$ setup_db_user_only78CREATE ROLE79GRANT80==> 'setup_db_user_only' succeeded in 1 seconds.81$ bundle exec rake db:drop db:create db:schema:load db:migrate82Dropped database 'gitlabhq_test'83Dropped database 'gitlabhq_test_ci'84Dropped database 'gitlabhq_geo_test'85Created database 'gitlabhq_test'86Created database 'gitlabhq_test_ci'87Created database 'gitlabhq_geo_test'88==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 44 seconds.89$ setup_db_praefect90SELECT pg_catalog.set_config('search_path', '', false);91CREATE DATABASE praefect_test ENCODING 'UTF8';92==> 'setup_db_praefect' succeeded in 0 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 1 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory101find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory103find: ‘/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 directory106Don't run Bundler as root. Bundler can ask for sudo if it is needed, and107installing your bundle as root will break this application for all non-root108users on this machine.109Fetching gem metadata from https://rubygems.org/...........110Fetching concurrent-ruby 1.1.10111Fetching zeitwerk 2.6.0112Fetching abstract_type 0.0.7113Fetching minitest 5.16.2114Installing abstract_type 0.0.7115Installing minitest 5.16.2116Installing zeitwerk 2.6.0117Installing concurrent-ruby 1.1.10118Fetching builder 3.2.4119Fetching erubi 1.10.0120Fetching mini_portile2 2.8.0121Installing erubi 1.10.0122Fetching racc 1.6.0123Installing builder 3.2.4124Installing mini_portile2 2.8.0125Fetching crass 1.0.6126Fetching rack 2.2.4127Fetching ice_nine 0.11.2128Installing crass 1.0.6129Fetching thread_safe 0.3.6130Installing racc 1.6.0 with native extensions131Installing ice_nine 0.11.2132Installing rack 2.2.4133Installing thread_safe 0.3.6134Fetching public_suffix 4.0.7135Fetching ast 2.4.2136Fetching binding_ninja 0.2.3137Installing public_suffix 4.0.7138Installing ast 2.4.2139Installing binding_ninja 0.2.3 with native extensions140Using bundler 2.3.15141Fetching charlock_holmes 0.7.7142Fetching coderay 1.1.2143Installing charlock_holmes 0.7.7 with native extensions144Installing coderay 1.1.2145Fetching equalizer 0.0.11146Installing equalizer 0.0.11147Fetching diff-lcs 1.3148Installing diff-lcs 1.3149Fetching dotenv 2.7.6150Installing dotenv 2.7.6151Fetching escape_utils 1.2.2152Installing escape_utils 1.2.2 with native extensions153Fetching multipart-post 2.1.1154Installing multipart-post 2.1.1155Fetching ffi 1.15.5156Installing ffi 1.15.5 with native extensions157Fetching json 2.5.1158Installing json 2.5.1 with native extensions159Fetching mini_mime 1.1.2160Installing mini_mime 1.1.2161Fetching rugged 1.2.0162Installing rugged 1.2.0 with native extensions163Fetching github-markup 1.7.0164Installing github-markup 1.7.0165Fetching mime-types-data 3.2020.1104166Installing mime-types-data 3.2020.1104167Fetching rouge 3.30.0168Installing rouge 3.30.0169Fetching stringex 2.8.5170Installing stringex 2.8.5171Fetching google-protobuf 3.21.3 (x86_64-linux)172Installing google-protobuf 3.21.3 (x86_64-linux)173Fetching opentracing 0.5.0174Installing opentracing 0.5.0175Fetching thrift 0.15.0176Installing thrift 0.15.0 with native extensions177Fetching redis 4.4.0178Installing redis 4.4.0179Fetching rubyzip 2.3.2180Installing rubyzip 2.3.2181Fetching thor 1.1.0182Installing thor 1.1.0183Fetching tomlrb 2.0.1184Installing tomlrb 2.0.1185Fetching with_env 1.1.0186Installing with_env 1.1.0187Fetching rexml 3.2.5188Installing rexml 3.2.5189Fetching gitlab-markup 1.7.1190Installing gitlab-markup 1.7.1191Fetching grpc-tools 1.42.0192Installing grpc-tools 1.42.0193Fetching method_source 0.9.2194Installing method_source 0.9.2195Fetching msgpack 1.3.3196Installing msgpack 1.3.3 with native extensions197Fetching optimist 3.0.1198Installing optimist 3.0.1199Fetching parallel 1.19.2200Installing parallel 1.19.2201Fetching procto 0.0.3202Installing procto 0.0.3203Fetching rainbow 3.0.0204Installing rainbow 3.0.0205Fetching rdoc 6.3.2206Installing rdoc 6.3.2207Fetching regexp_parser 1.8.1208Installing regexp_parser 1.8.1209Fetching rspec-support 3.8.0210Installing rspec-support 3.8.0211Fetching ruby-progressbar 1.10.1212Installing ruby-progressbar 1.10.1213Fetching unicode-display_width 1.7.0214Installing unicode-display_width 1.7.0215Fetching timecop 0.9.1216Installing timecop 0.9.1217Fetching i18n 1.12.0218Installing i18n 1.12.0219Fetching tzinfo 2.0.5220Installing tzinfo 2.0.5221Fetching memoizable 0.4.2222Installing memoizable 0.4.2223Fetching rack-test 1.1.0224Installing rack-test 1.1.0225Fetching parser 3.0.3.2226Installing parser 3.0.3.2227Fetching addressable 2.8.0228Installing addressable 2.8.0229Fetching faraday 1.0.1230Installing faraday 1.0.1231Fetching nokogiri 1.13.8 (x86_64-linux)232Installing nokogiri 1.13.8 (x86_64-linux)233Fetching mime-types 3.3.1234Installing mime-types 3.3.1235Fetching googleapis-common-protos-types 1.3.0236Installing googleapis-common-protos-types 1.3.0237Fetching pg_query 2.1.3238Installing pg_query 2.1.3 with native extensions239Fetching gemojione 3.3.0240Installing gemojione 3.3.0241Fetching xml-simple 1.1.9242Installing xml-simple 1.1.9243Fetching pry 0.12.2244Installing pry 0.12.2245Fetching jaeger-client 1.1.0246Installing jaeger-client 1.1.0247Fetching rspec-core 3.8.0248Installing rspec-core 3.8.0249Fetching rspec-expectations 3.8.3250Installing rspec-expectations 3.8.3251Fetching rspec-mocks 3.8.0252Installing rspec-mocks 3.8.0253Fetching activesupport 6.1.6.1254Installing activesupport 6.1.6.1255Fetching adamantium 0.2.0256Installing adamantium 0.2.0257Fetching rubocop-ast 0.2.0258Installing rubocop-ast 0.2.0259Fetching sawyer 0.8.2260Installing sawyer 0.8.2261Fetching sentry-raven 3.0.4262Installing sentry-raven 3.0.4263Fetching loofah 2.18.0264Installing loofah 2.18.0265Fetching sanitize 6.0.0266Installing sanitize 6.0.0267Fetching reverse_markdown 1.4.0268Installing reverse_markdown 1.4.0269Fetching grpc 1.42.0 (x86_64-linux)270Installing grpc 1.42.0 (x86_64-linux)271Fetching gitlab-license_finder 6.14.2.1272Installing gitlab-license_finder 6.14.2.1273Fetching rspec 3.8.0274Installing rspec 3.8.0275Fetching rails-dom-testing 2.0.3276Installing rails-dom-testing 2.0.3277Fetching factory_bot 5.0.2278Installing factory_bot 5.0.2279Fetching concord 0.1.5280Installing concord 0.1.5281Fetching rubocop 0.86.0282Installing rubocop 0.86.0283Fetching octokit 4.20.0284Installing octokit 4.20.0285Fetching rails-html-sanitizer 1.4.3286Installing rails-html-sanitizer 1.4.3287Fetching rbtrace 0.4.14288Fetching unparser 0.4.7289Installing rbtrace 0.4.14 with native extensions290Installing unparser 0.4.7291Fetching actionview 6.1.6.1292Installing actionview 6.1.6.1293Fetching proc_to_ast 0.1.0294Installing proc_to_ast 0.1.0295Fetching actionpack 6.1.6.1296Installing actionpack 6.1.6.1297Fetching rspec-parameterized 0.4.2298Installing rspec-parameterized 0.4.2299Fetching gitlab-labkit 0.23.0300Installing gitlab-labkit 0.23.0301Fetching github-linguist 7.20.0302Fetching licensee 9.15.2303Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1304Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1305Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2306Installing gitlab-gollum-lib 4.2.7.10.gitlab.2307Installing licensee 9.15.2308Installing github-linguist 7.20.0 with native extensions309Bundle complete! 22 Gemfile dependencies, 100 gems now installed.310Gems in the groups 'production' and 'development' were not installed.311Bundled gems are installed into `/builds/gitlab-org-forks/gitlab/vendor/gitaly-ruby`312Post-install message from rubyzip:313RubyZip 3.0 is coming!314**********************315The public API of some Rubyzip classes has been modernized to use named316parameters for optional arguments. Please check your usage of the317following classes:318 * `Zip::File`319 * `Zip::Entry`320 * `Zip::InputStream`321 * `Zip::OutputStream`322Please ensure that your Gemfiles and .gemspecs are suitably restrictive323to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).324See https://github.com/rubyzip/rubyzip for details. The Changelog also325lists other enhancements and bugfixes that have been implemented since326version 2.3.0.327Checking gitaly-ruby Gemfile...328Checking gitaly-ruby bundle...329The Gemfile's dependencies are satisfied330Trying to connect to gitaly: ................................................ OK331Trying to connect to gitaly2: ............................................................... OK332Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK333==> 'scripts/gitaly-test-spawn' succeeded in 116 seconds.334$ source ./scripts/rspec_helpers.sh335$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"336SKIP_FLAKY_TESTS_AUTOMATICALLY: true337RETRY_FAILED_TESTS_IN_NEW_PROCESS: true338KNAPSACK_GENERATE_REPORT: true339FLAKY_RSPEC_GENERATE_REPORT: true340KNAPSACK_TEST_FILE_PATTERN: spec/{commands,controllers,mailers,requests}{,/**/}*_spec.rb341KNAPSACK_LOG_LEVEL: debug342KNAPSACK_REPORT_PATH: knapsack/rspec_integration_pg12_minimal_7_10_report.json343FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json344FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_integration_pg12_minimal_7_10_report.json345NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_integration_pg12_minimal_7_10_report.json346SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_integration_pg12_minimal_7_10_report.txt347RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_integration_pg12_minimal_7_10_report.txt348CRYSTALBALL: 349Knapsack node specs:350spec/requests/api/nuget_group_packages_spec.rb351spec/requests/api/maven_packages_spec.rb352spec/requests/api/users_spec.rb353spec/requests/api/notes_spec.rb354spec/requests/api/generic_packages_spec.rb355spec/requests/api/issues/get_group_issues_spec.rb356spec/requests/api/members_spec.rb357spec/requests/api/snippets_spec.rb358spec/requests/api/terraform/state_spec.rb359spec/controllers/projects/pipeline_schedules_controller_spec.rb360spec/controllers/projects/blob_controller_spec.rb361spec/requests/api/group_labels_spec.rb362spec/mailers/emails/merge_requests_spec.rb363spec/controllers/application_controller_spec.rb364spec/controllers/groups/dependency_proxy_for_containers_controller_spec.rb365spec/controllers/projects/commits_controller_spec.rb366spec/requests/api/graphql/namespace/projects_spec.rb367spec/requests/api/usage_data_queries_spec.rb368spec/requests/projects/settings/access_tokens_controller_spec.rb369spec/controllers/projects/web_ide_terminals_controller_spec.rb370spec/requests/api/admin/instance_clusters_spec.rb371spec/requests/api/resource_label_events_spec.rb372spec/requests/api/resource_milestone_events_spec.rb373spec/requests/api/graphql/mutations/award_emojis/toggle_spec.rb374spec/controllers/oauth/applications_controller_spec.rb375spec/requests/api/task_completion_status_spec.rb376spec/requests/api/feature_flags_spec.rb377spec/requests/verifies_with_email_spec.rb378spec/controllers/projects/badges_controller_spec.rb379spec/controllers/projects/design_management/designs/resized_image_controller_spec.rb380spec/requests/projects/google_cloud/service_accounts_controller_spec.rb381spec/requests/api/graphql/group/dependency_proxy_manifests_spec.rb382spec/controllers/projects/pipelines/tests_controller_spec.rb383spec/requests/api/graphql/mutations/notes/update/note_spec.rb384spec/requests/api/graphql/mutations/design_management/upload_spec.rb385spec/mailers/emails/issues_spec.rb386spec/requests/api/graphql/mutations/merge_requests/set_locked_spec.rb387spec/controllers/explore/snippets_controller_spec.rb388spec/requests/api/graphql/project/milestones_spec.rb389spec/requests/api/ci/runners_reset_registration_token_spec.rb390spec/controllers/jira_connect/subscriptions_controller_spec.rb391spec/requests/api/graphql/group/dependency_proxy_image_ttl_policy_spec.rb392spec/requests/api/graphql/mutations/jira_import/start_spec.rb393spec/requests/api/version_spec.rb394spec/requests/api/error_tracking/collector_spec.rb395spec/requests/api/templates_spec.rb396spec/controllers/concerns/controller_with_cross_project_access_check_spec.rb397spec/controllers/import/fogbugz_controller_spec.rb398spec/requests/api/graphql/mutations/merge_requests/create_spec.rb399spec/requests/api/graphql/ci/job_spec.rb400spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb401spec/requests/api/graphql/project/cluster_agents_spec.rb402spec/requests/projects/merge_requests/creations_spec.rb403spec/controllers/concerns/internal_redirect_spec.rb404spec/requests/api/graphql/ci/stages_spec.rb405spec/controllers/concerns/checks_collaboration_spec.rb406spec/controllers/projects/error_tracking/stack_traces_controller_spec.rb407spec/controllers/dashboard/groups_controller_spec.rb408spec/controllers/projects/mattermosts_controller_spec.rb409spec/requests/api/admin/plan_limits_spec.rb410spec/controllers/passwords_controller_spec.rb411spec/requests/api/graphql/project/deployment_spec.rb412spec/requests/product_analytics/collector_app_attack_spec.rb413spec/requests/api/graphql/group/recent_issue_boards_query_spec.rb414spec/controllers/projects/product_analytics_controller_spec.rb415spec/requests/api/graphql/mutations/merge_requests/set_subscription_spec.rb416spec/requests/oauth/tokens_controller_spec.rb417spec/requests/api/graphql/mutations/notes/reposition_image_diff_note_spec.rb418spec/requests/api/internal/mail_room_spec.rb419spec/requests/jira_connect/oauth_application_ids_controller_spec.rb420spec/requests/api/graphql/ci/application_setting_spec.rb421spec/controllers/every_controller_spec.rb422spec/requests/api/admin/batched_background_migrations_spec.rb423spec/controllers/projects/analytics/cycle_analytics/value_streams_controller_spec.rb424spec/requests/api/graphql/mutations/boards/lists/create_spec.rb425spec/controllers/projects/group_links_controller_spec.rb426spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb427spec/requests/users/namespace_callouts_spec.rb428spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb429spec/controllers/concerns/boards_responses_spec.rb430spec/controllers/users/callouts_controller_spec.rb431spec/requests/import/url_controller_spec.rb432spec/controllers/profiles/webauthn_registrations_controller_spec.rb433spec/controllers/concerns/harbor/tag_spec.rb434Filter specs:435spec/requests/api/projects_spec.rb436ee/spec/requests/api/projects_spec.rb437spec/frontend/fixtures/api_projects.rb438spec/requests/api/helpers_spec.rb439spec/requests/api/pages/public_access_spec.rb440spec/requests/api/pages/internal_access_spec.rb441spec/requests/api/pages/private_access_spec.rb442spec/requests/rack_attack_global_spec.rb443spec/features/projects/settings/user_manages_project_members_spec.rb444spec/features/projects/members/manage_groups_spec.rb445spec/features/projects/fork_spec.rb446spec/features/search/user_searches_for_code_spec.rb447spec/features/search/user_searches_for_milestones_spec.rb448spec/features/search/user_searches_for_wiki_pages_spec.rb449spec/features/search/user_searches_for_issues_spec.rb450spec/features/search/user_searches_for_merge_requests_spec.rb451spec/features/search/user_uses_search_filters_spec.rb452spec/features/dashboard/issues_spec.rb453spec/features/dashboard/todos/todos_filtering_spec.rb454spec/features/dashboard/milestones_spec.rb455spec/features/dashboard/merge_requests_spec.rb456spec/features/issues/user_creates_branch_and_merge_request_spec.rb457spec/features/issues/user_creates_confidential_merge_request_spec.rb458spec/features/file_uploads/attachment_spec.rb459ee/spec/requests/api/audit_events_spec.rb460ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb461ee/spec/features/merge_request/user_sets_approvers_spec.rb462ee/spec/features/groups/settings/user_configures_insights_spec.rb463ee/spec/features/groups/group_settings_spec.rb464ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb465ee/spec/features/projects/members/manage_groups_spec.rb466ee/spec/features/admin/admin_sends_notification_spec.rb467ee/spec/features/admin/admin_settings_spec.rb468ee/spec/features/admin/admin_audit_logs_spec.rb469Running specs:470No tests to run on this node, exiting.471RSpec exited with 0.472No examples to retry, congrats!474Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy475Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy477Uploading artifacts...478WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory 479crystalball/: found 2 matching files and directories 480WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 481knapsack/: found 3 matching files and directories 482rspec/: found 6 matching files and directories 483WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 484log/*.log: found 14 matching files and directories 485WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579118/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com486WARNING: Retrying... context=artifacts-uploader error=request redirected487Uploading artifacts as "archive" to coordinator... 201 Created id=2923579118 responseStatus=201 Created token=2UXwNdKJ488Uploading artifacts...489WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 490ERROR: No files to upload 492Job succeeded