rspec integration pg12 minimal 8/10
Passed Started
by
@mwoolf
Max Woolf
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)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-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-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1657109169-0d407cb5...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 | 32.96 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...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-14 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2685191903)...44Downloading artifacts from coordinator... ok id=2685191903 responseStatus=200 OK token=fTieNqtv45Downloading artifacts for detect-tests (2685191976)...46Downloading artifacts from coordinator... ok id=2685191976 responseStatus=200 OK token=fTieNqtv47Downloading artifacts for retrieve-tests-metadata (2685191987)...48Downloading artifacts from coordinator... ok id=2685191987 responseStatus=200 OK token=fTieNqtv49Downloading artifacts for setup-test-env (2685191949)...50Downloading artifacts from coordinator... ok id=2685191949 responseStatus=200 OK token=fTieNqtv52Using 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 11 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/{commands,controllers,mailers,requests}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_integration_pg12_minimal_8_10_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_integration_pg12_minimal_8_10_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_integration_pg12_minimal_8_10_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_integration_pg12_minimal_8_10_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_integration_pg12_minimal_8_10_report.txt236CRYSTALBALL: 237Knapsack node specs:238spec/requests/api/members_spec.rb239spec/requests/api/releases_spec.rb240spec/controllers/projects/pipelines_controller_spec.rb241spec/requests/api/composer_packages_spec.rb242spec/requests/projects/cycle_analytics_events_spec.rb243spec/controllers/projects_controller_spec.rb244spec/requests/api/graphql/merge_request/merge_request_spec.rb245spec/requests/ide_controller_spec.rb246spec/requests/api/debian_project_packages_spec.rb247spec/requests/api/terraform/state_spec.rb248spec/requests/api/v3/github_spec.rb249spec/mailers/emails/merge_requests_spec.rb250spec/requests/api/pages/internal_access_spec.rb251spec/requests/api/deploy_tokens_spec.rb252spec/requests/groups/email_campaigns_controller_spec.rb253spec/controllers/projects/discussions_controller_spec.rb254spec/controllers/projects/feature_flags_controller_spec.rb255spec/requests/api/access_requests_spec.rb256spec/controllers/projects/mirrors_controller_spec.rb257spec/controllers/snippets/notes_controller_spec.rb258spec/requests/api/resource_label_events_spec.rb259spec/controllers/admin/integrations_controller_spec.rb260spec/requests/api/namespaces_spec.rb261spec/requests/api/suggestions_spec.rb262spec/requests/api/graphql/packages/package_spec.rb263spec/requests/api/graphql_spec.rb264spec/controllers/graphql_controller_spec.rb265spec/requests/projects_controller_spec.rb266spec/controllers/projects/performance_monitoring/dashboards_controller_spec.rb267spec/requests/groups/crm/organizations_controller_spec.rb268spec/requests/api/graphql/mutations/container_repository/destroy_spec.rb269spec/requests/api/internal/pages_spec.rb270spec/controllers/groups/variables_controller_spec.rb271spec/controllers/concerns/product_analytics_tracking_spec.rb272spec/controllers/projects/tags/releases_controller_spec.rb273spec/controllers/import/bitbucket_server_controller_spec.rb274spec/requests/api/graphql/project/milestones_spec.rb275spec/requests/api/resource_state_events_spec.rb276spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb277spec/controllers/concerns/controller_with_cross_project_access_check_spec.rb278spec/requests/api/graphql/group/group_members_spec.rb279spec/controllers/projects/refs_controller_spec.rb280spec/requests/api/graphql/project/issue/design_collection/version_spec.rb281spec/requests/api/graphql/mutations/boards/destroy_spec.rb282spec/requests/api/error_tracking/client_keys_spec.rb283spec/requests/dashboard/projects_controller_spec.rb284spec/controllers/groups/imports_controller_spec.rb285spec/requests/api/graphql/boards/board_list_query_spec.rb286spec/controllers/metrics_controller_spec.rb287spec/requests/api/graphql/mutations/packages/destroy_spec.rb288spec/requests/api/graphql/mutations/merge_requests/accept_spec.rb289spec/requests/api/graphql/project/alert_management/alert_status_counts_spec.rb290spec/requests/api/import_github_spec.rb291spec/requests/groups/harbor/repositories_controller_spec.rb292spec/controllers/admin/application_settings/appearances_controller_spec.rb293spec/requests/api/graphql/mutations/boards/create_spec.rb294spec/requests/mailgun/webhooks_controller_spec.rb295spec/controllers/projects/import/jira_controller_spec.rb296spec/controllers/concerns/project_unauthorized_spec.rb297spec/requests/api/graphql/mutations/clusters/agent_tokens/agent_tokens/create_spec.rb298spec/controllers/projects/terraform_controller_spec.rb299spec/requests/api/graphql/project/terraform/state_spec.rb300spec/requests/api/graphql/project/issue/designs/notes_spec.rb301spec/controllers/projects/usage_quotas_controller_spec.rb302spec/requests/api/graphql/mutations/todos/restore_many_spec.rb303spec/controllers/projects/error_tracking/stack_traces_controller_spec.rb304spec/requests/api/graphql/mutations/incident_management/timeline_event/destroy_spec.rb305spec/controllers/projects/analytics/cycle_analytics/summary_controller_spec.rb306spec/requests/api/graphql/mutations/boards/lists/create_spec.rb307spec/controllers/admin/usage_trends_controller_spec.rb308spec/controllers/concerns/page_limiter_spec.rb309spec/requests/api/graphql/mutations/incident_management/timeline_event/update_spec.rb310spec/controllers/concerns/spammable_actions/captcha_check/json_format_actions_support_spec.rb311spec/requests/api/project_statistics_spec.rb312spec/controllers/jira_connect/branches_controller_spec.rb313spec/controllers/admin/cohorts_controller_spec.rb314spec/requests/api/graphql/mutations/ci/pipeline_retry_spec.rb315spec/requests/whats_new_controller_spec.rb316spec/controllers/users/callouts_controller_spec.rb317spec/requests/api/graphql/mutations/dependency_proxy/image_ttl_group_policy/update_spec.rb318spec/controllers/profiles/avatars_controller_spec.rb319spec/mailers/email_rejection_mailer_spec.rb320Filter specs:321spec/lib/gitlab/pagination/cursor_based_keyset_spec.rb322ee/spec/requests/api/audit_events_spec.rb323ee/spec/requests/api/groups_spec.rb324ee/spec/features/groups/group_settings_spec.rb325ee/spec/features/groups/members/manage_groups_spec.rb326ee/spec/features/projects/members/manage_groups_spec.rb327ee/spec/features/admin/admin_dev_ops_reports_spec.rb328ee/spec/features/admin/admin_sends_notification_spec.rb329ee/spec/features/admin/admin_audit_logs_spec.rb330ee/spec/features/merge_request/user_sets_approvers_spec.rb331ee/spec/features/search/elastic/group_search_spec.rb332spec/requests/api/groups_spec.rb333spec/requests/api/api_spec.rb334spec/features/groups/members/manage_groups_spec.rb335spec/features/groups/settings/ci_cd_spec.rb336spec/features/dashboard/milestones_spec.rb337spec/features/dashboard/todos/todos_filtering_spec.rb338spec/features/projects/members/manage_groups_spec.rb339spec/features/search/user_uses_search_filters_spec.rb340spec/requests/api/projects_spec.rb341spec/lib/api/helpers/pagination_strategies_spec.rb342Running specs:343No tests to run on this node, exiting.344RSpec exited with 0.345No examples to retry, congrats!347Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy348Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy350Uploading artifacts...351WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory 352crystalball/: found 2 matching files and directories 353WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 354knapsack/: found 3 matching files and directories 355rspec/: found 6 matching files and directories 356WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 357log/*.log: found 14 matching files and directories 358WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2685192189/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com359WARNING: Retrying... context=artifacts-uploader error=request redirected360Uploading artifacts as "archive" to coordinator... 201 Created id=2685192189 responseStatus=201 Created token=fTieNqtv361Uploading artifacts...362WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 363ERROR: No files to upload 365Job succeeded