rspec-ee system pg12 geo
Passed Started
by
@alexkalderimis

Alex Kalderimis
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on docker-auto-scale-com 9538b0ab3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:91d892a67245e889ee058993bb08077e9980b16e08991c8b172adadee015594f for postgres:12 with digest postgres@sha256:5afbf72bfdb224f9ad3b29dd570747b4752ab2e81e9c25145847004f8a350e60 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...21Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1631644558-53c42a81...23$ eval "$CI_PRE_CLONE_SCRIPT"24Downloading archived master...25Connecting to storage.googleapis.com (172.217.193.128:443)26saving to '/tmp/gitlab.tar.gz'27gitlab.tar.gz 29% |********* | 99.0M 0:00:02 ETA28gitlab.tar.gz 62% |******************* | 212M 0:00:01 ETA29gitlab.tar.gz 100% |********************************| 341M 0:00:00 ETA30'/tmp/gitlab.tar.gz' saved31Extracting tarball into /builds/gitlab-org/gitlab...32Fetching changes with git depth set to 20...33Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/34Created fresh repository.35remote: Enumerating objects: 53, done. 36remote: Counting objects: 100% (47/47), done. 37remote: Compressing objects: 100% (21/21), done. 38remote: Total 29 (delta 22), reused 12 (delta 8), pack-reused 0 40 * [new ref] 7818fd5200fa647737976e6f87724e1b0d1a58fe -> refs/pipelines/37074602841Checking out 7818fd52 as refs/merge-requests/69982/merge...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-4...48cache.zip is up to date 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1590280839)...52Downloading artifacts from coordinator... ok id=1590280839 responseStatus=200 OK token=Vk-pyboB53Downloading artifacts for detect-tests (1590280857)...54Downloading artifacts from coordinator... ok id=1590280857 responseStatus=200 OK token=B5P4yR8855Downloading artifacts for retrieve-tests-metadata (1590280864)...56Downloading artifacts from coordinator... ok id=1590280864 responseStatus=200 OK token=Er-hZnZL57Downloading artifacts for setup-test-env (1590280847)...58Downloading artifacts from coordinator... ok id=1590280847 responseStatus=200 OK token=N-Q5DksJ60Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...61$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb62$ export GOPATH=$CI_PROJECT_DIR/.go63$ mkdir -p $GOPATH64$ source scripts/utils.sh65$ source scripts/prepare_build.sh66Bundler version 2.1.467production:development68Settings are listed in order of priority. The top value will be used.69path70Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"71clean72Set for the current user (/root/.bundle/config): "true"73without74Set via BUNDLE_WITHOUT: [:production, :development]75install_flags76Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"77$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check78The Gemfile's dependencies are satisfied79==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.80$ bundle pristine pg81Installing pg 1.2.3 with native extensions82==> 'bundle pristine pg' succeeded in 11 seconds.83$ setup_db_user_only84CREATE ROLE85GRANT86==> 'setup_db_user_only' succeeded in 0 seconds.87$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee88Dropped database 'gitlabhq_test'89Created database 'gitlabhq_test'90DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)91Dropped database 'gitlabhq_geo_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.94$ run_timed_command "gem install knapsack --no-document"95$ gem install knapsack --no-document96Successfully installed knapsack-4.0.0971 gem installed98==> 'gem install knapsack --no-document' succeeded in 1 seconds.99$ run_timed_command "scripts/gitaly-test-spawn"100$ scripts/gitaly-test-spawn101Settings are listed in order of priority. The top value will be used.102jobs103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4104retry105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3106path107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"108deployment109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true110without111Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]112Set via BUNDLE_WITHOUT: [:production, :development]113app_config114Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"115gemfile116Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"117Don't run Bundler as root. Bundler can ask for sudo if it is needed, and118installing your bundle as root will break this application for all non-root119users on this machine.120Using abstract_type 0.0.7121Using concurrent-ruby 1.1.9122Using i18n 1.8.10123Using minitest 5.14.4124Using tzinfo 2.0.4125Using zeitwerk 2.4.2126Using activesupport 6.1.3.2127Using builder 3.2.4128Using erubi 1.10.0129Using mini_portile2 2.5.1130Using racc 1.5.2131Using nokogiri 1.11.7 (x86_64-linux)132Using rails-dom-testing 2.0.3133Using crass 1.0.6134Using loofah 2.10.0135Using rails-html-sanitizer 1.3.0136Using actionview 6.1.3.2137Using rack 2.2.3138Using rack-test 1.1.0139Using actionpack 6.1.3.2140Using ice_nine 0.11.2141Using thread_safe 0.3.6142Using memoizable 0.4.2143Using adamantium 0.2.0144Using public_suffix 4.0.6145Using addressable 2.7.0146Using ast 2.4.1147Using binding_ninja 0.2.3148Using bundler 2.1.4149Using charlock_holmes 0.7.7150Using coderay 1.1.2151Using equalizer 0.0.11152Using concord 0.1.5153Using diff-lcs 1.3154Using dotenv 2.7.6155Using escape_utils 1.2.1156Using factory_bot 5.0.2157Using multipart-post 2.1.1158Using faraday 1.0.1159Using ffi 1.15.3160Using json 2.5.1161Using gemojione 3.3.0162Using mini_mime 1.0.2163Using rugged 1.1.0164Using github-linguist 7.12.1165Using github-markup 1.7.0166Using mime-types-data 3.2020.1104167Using mime-types 3.3.1168Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1169Using rouge 3.26.0170Using nokogumbo 1.5.0171Using sanitize 4.6.6172Using stringex 2.8.5173Using gitlab-gollum-lib 4.2.7.10.gitlab.1174Using google-protobuf 3.17.3 (x86_64-linux)175Using googleapis-common-protos-types 1.1.0176Using grpc 1.30.2 (x86_64-linux)177Using opentracing 0.5.0178Using thrift 0.14.1179Using jaeger-client 1.1.0180Using pg_query 2.1.0181Using redis 4.2.5182Using gitlab-labkit 0.20.0183Using gitlab-markup 1.7.1184Using grpc-tools 1.30.2185Using sawyer 0.8.2186Using octokit 4.20.0187Using reverse_markdown 1.4.0188Using thor 1.1.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 2.7.2.0195Using procto 0.0.3196Using unparser 0.4.7197Using proc_to_ast 0.1.0198Using pry 0.12.2199Using rainbow 3.0.0200Using rbtrace 0.4.14201Using rdoc 6.3.2202Using regexp_parser 1.8.1203Using rexml 3.2.4204Using rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 21 Gemfile dependencies, 96 gems now installed.217Gems in the groups production and development were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: .................................................... OK223Trying to connect to gitaly2: .......................................................................... OK224Trying to connect to praefect: .......... OK225==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_paralellized_job "--tag ~quarantine --tag geo"228KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb229Knapsack node specs:230ee/spec/features/groups/analytics/cycle_analytics/multiple_value_streams_spec.rb231ee/spec/features/groups/wikis_spec.rb232ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb233ee/spec/features/protected_branches_spec.rb234ee/spec/features/boards/scoped_issue_board_spec.rb235ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb236ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb237ee/spec/features/admin/geo/admin_geo_projects_spec.rb238ee/spec/features/billings/billing_plans_spec.rb239ee/spec/features/projects/new_project_spec.rb240ee/spec/features/search/elastic/global_search_spec.rb241ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb242ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb243ee/spec/features/boards/swimlanes/epics_swimlanes_drag_drop_spec.rb244ee/spec/features/search/elastic/project_search_spec.rb245ee/spec/features/promotion_spec.rb246ee/spec/features/admin/admin_settings_spec.rb247ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb248ee/spec/features/admin/geo/admin_geo_uploads_spec.rb249ee/spec/features/epic_boards/epic_boards_spec.rb250ee/spec/features/boards/user_visits_board_spec.rb251ee/spec/features/merge_request/user_sets_approvers_spec.rb252ee/spec/features/groups/group_roadmap_spec.rb253ee/spec/features/boards/sidebar_spec.rb254ee/spec/features/search/elastic/snippet_search_spec.rb255ee/spec/features/protected_tags_spec.rb256ee/spec/features/epics/epics_list_spec.rb257ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb258ee/spec/features/epics/epic_issues_spec.rb259ee/spec/features/projects/pipelines/pipeline_spec.rb260ee/spec/features/search/elastic/group_search_spec.rb261ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb262ee/spec/features/issues/related_issues_spec.rb263ee/spec/features/boards/boards_spec.rb264ee/spec/features/projects/wiki/user_views_wiki_empty_spec.rb265ee/spec/features/issues/epic_in_issue_sidebar_spec.rb266ee/spec/features/issues/issue_sidebar_spec.rb267ee/spec/features/epics/epic_show_spec.rb268ee/spec/features/projects/requirements_management/requirements_list_spec.rb269ee/spec/features/projects/mirror_spec.rb270ee/spec/features/admin/admin_audit_logs_spec.rb271ee/spec/features/issues/user_bulk_edits_issues_spec.rb272ee/spec/features/boards/swimlanes/epics_swimlanes_filtering_spec.rb273ee/spec/features/projects/settings/disable_merge_trains_setting_spec.rb274ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb275ee/spec/features/admin/geo/admin_geo_nodes_spec.rb276ee/spec/features/admin/admin_dev_ops_report_spec.rb277ee/spec/features/groups/group_settings_spec.rb278ee/spec/features/epics/gfm_autocomplete_spec.rb279ee/spec/features/projects/settings/issues_settings_spec.rb280ee/spec/features/epic_boards/epic_boards_sidebar_spec.rb281ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb282ee/spec/features/admin/admin_users_spec.rb283ee/spec/features/boards/group_boards/multiple_boards_spec.rb284ee/spec/features/epics/update_epic_spec.rb285ee/spec/features/security/project/internal_access_spec.rb286ee/spec/features/projects/audit_events_spec.rb287ee/spec/features/security/project/public_access_spec.rb288ee/spec/features/issues/user_uses_quick_actions_spec.rb289ee/spec/features/ci_shared_runner_warnings_spec.rb290ee/spec/features/epics/referencing_epics_spec.rb291ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb292ee/spec/features/admin/geo/admin_geo_replication_nav_spec.rb293ee/spec/features/admin/licenses/admin_uploads_license_spec.rb294ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb295ee/spec/features/security/project/private_access_spec.rb296ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb297ee/spec/features/projects/custom_projects_template_spec.rb298ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb299ee/spec/features/groups/seat_usage/seat_usage_spec.rb300ee/spec/features/projects/environments/environments_spec.rb301ee/spec/features/billings/extend_reactivate_trial_spec.rb302ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb303ee/spec/features/groups/usage_quotas_spec.rb304ee/spec/features/boards/user_adds_lists_to_board_spec.rb305ee/spec/features/merge_request/user_edits_merge_request_blocking_mrs_spec.rb306ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb307ee/spec/features/labels_hierarchy_spec.rb308ee/spec/features/groups/saml_providers_spec.rb309ee/spec/features/projects/quality/test_case_show_spec.rb310ee/spec/features/projects/settings/merge_requests_settings_spec.rb311ee/spec/features/projects/path_locks_spec.rb312ee/spec/features/groups/iterations/user_views_iteration_spec.rb313ee/spec/features/projects/members/invite_group_and_members_spec.rb314ee/spec/features/admin/admin_credentials_inventory_spec.rb315ee/spec/features/projects/iterations/user_views_iteration_spec.rb316ee/spec/features/discussion_comments/epic_spec.rb317ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb318ee/spec/features/search/user_searches_for_epics_spec.rb319ee/spec/features/merge_request/user_sees_approval_widget_spec.rb320ee/spec/features/projects/settings/protected_environments_spec.rb321ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb322ee/spec/features/epics/issue_promotion_spec.rb323ee/spec/features/epics/filtered_search/visual_tokens_spec.rb324ee/spec/features/issues/form_spec.rb325ee/spec/features/projects/issues/user_creates_issue_spec.rb326ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb327ee/spec/features/projects/push_rules_spec.rb328ee/spec/features/markdown/metrics_spec.rb329ee/spec/features/registrations/welcome_spec.rb330ee/spec/features/ide/user_opens_ide_spec.rb331ee/spec/features/groups/iterations/user_edits_iteration_spec.rb332ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb333ee/spec/features/merge_request/user_approves_with_password_spec.rb334ee/spec/features/projects/services/user_activates_github_spec.rb335ee/spec/features/projects/quality/test_case_list_spec.rb336ee/spec/features/merge_request/user_edits_multiple_reviewers_mr_spec.rb337ee/spec/features/trials/select_namespace_spec.rb338ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb339ee/spec/features/groups/audit_events_spec.rb340ee/spec/features/merge_request/user_sets_approval_rules_spec.rb341ee/spec/features/account_recovery_regular_check_spec.rb342ee/spec/features/users/login_spec.rb343ee/spec/features/issues/move_issue_resource_weight_events_spec.rb344ee/spec/features/ide/user_commits_changes_spec.rb345ee/spec/features/admin/admin_dashboard_spec.rb346ee/spec/features/projects/cluster_agents_spec.rb347ee/spec/features/groups/group_overview_spec.rb348ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb349ee/spec/features/epic_boards/multiple_epic_boards_spec.rb350ee/spec/features/projects/settings/user_manages_members_spec.rb351ee/spec/features/issues/gfm_autocomplete_ee_spec.rb352ee/spec/features/epics/epic_labels_spec.rb353ee/spec/features/boards/boards_licensed_features_spec.rb354ee/spec/features/projects/insights_spec.rb355ee/spec/features/groups/groups_security_credentials_spec.rb356ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb357ee/spec/features/groups/members/override_ldap_memberships_spec.rb358ee/spec/features/ci_shared_runner_settings_spec.rb359ee/spec/features/profiles/account_spec.rb360ee/spec/features/merge_request/user_sees_merge_widget_spec.rb361ee/spec/features/issues/issue_actions_spec.rb362ee/spec/features/groups/billing_spec.rb363ee/spec/features/projects/user_applies_custom_file_template_spec.rb364ee/spec/features/groups/push_rules_spec.rb365ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb366ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb367ee/spec/features/security/group/internal_access_spec.rb368ee/spec/features/merge_request/user_creates_merge_request_spec.rb369ee/spec/features/security/group/private_access_spec.rb370ee/spec/features/merge_request/user_merges_immediately_spec.rb371ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb372ee/spec/features/groups/insights_spec.rb373ee/spec/features/analytics/code_analytics_spec.rb374ee/spec/features/registrations/trial_during_signup_flow_spec.rb375ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb376ee/spec/features/security/group/public_access_spec.rb377ee/spec/features/groups/analytics/ci_cd_analytics_spec.rb378ee/spec/features/projects/integrations/user_activates_jira_spec.rb379ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb380ee/spec/features/trials/show_trial_banner_spec.rb381ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb382ee/spec/features/groups/ldap_group_links_spec.rb383ee/spec/features/groups/saml_enforcement_spec.rb384ee/spec/features/merge_request/user_creates_merge_request_with_blocking_mrs_spec.rb385ee/spec/features/epics/user_uses_quick_actions_spec.rb386ee/spec/features/discussion_comments/epic_quick_actions_spec.rb387ee/spec/features/projects/milestones/milestone_spec.rb388ee/spec/features/projects/active_tabs_spec.rb389ee/spec/features/admin/groups/admin_changes_plan_spec.rb390ee/spec/features/groups/hooks/user_tests_hooks_spec.rb391ee/spec/features/profiles/usage_quotas_spec.rb392ee/spec/features/merge_requests/user_resets_approvers_spec.rb393ee/spec/features/groups/iterations/iterations_list_spec.rb394ee/spec/features/burndown_charts_spec.rb395ee/spec/features/groups/navbar_spec.rb396ee/spec/features/projects/security/dast_site_profiles_spec.rb397ee/spec/features/boards/new_issue_spec.rb398ee/spec/features/groups/active_tabs_spec.rb399ee/spec/features/groups/members/leave_group_spec.rb400ee/spec/features/merge_request/user_edits_multiple_assignees_mr_spec.rb401ee/spec/features/groups/members/list_members_spec.rb402ee/spec/features/projects/quality/test_case_create_spec.rb403ee/spec/features/projects/view_blob_with_code_owners_spec.rb404ee/spec/features/groups/wiki/user_views_wiki_empty_spec.rb405ee/spec/features/dashboards/groups_spec.rb406ee/spec/features/epics/delete_epic_spec.rb407ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb408ee/spec/features/projects/security/dast_scanner_profiles_spec.rb409ee/spec/features/issues/filtered_search/filter_issues_epic_spec.rb410ee/spec/features/admin/admin_interacts_with_push_rules_spec.rb411ee/spec/features/signup_spec.rb412ee/spec/features/projects/settings/user_manages_merge_pipelines_spec.rb413ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb414ee/spec/features/oncall_schedules/user_creates_schedule_spec.rb415ee/spec/features/issues/filtered_search/dropdown_epic_spec.rb416ee/spec/features/registrations/combined_registration_spec.rb417ee/spec/features/groups/iterations/user_edits_iteration_cadence_spec.rb418ee/spec/features/dashboards/merge_requests_spec.rb419ee/spec/features/epics/shortcuts_epic_spec.rb420ee/spec/features/merge_request/user_uses_slash_commands_spec.rb421ee/spec/features/dashboards/activity_spec.rb422ee/spec/features/trial_registrations/signup_spec.rb423ee/spec/features/groups/settings/user_searches_in_settings_spec.rb424ee/spec/features/admin/admin_merge_requests_approvals_spec.rb425ee/spec/features/projects/settings/auto_rollback_spec.rb426ee/spec/features/projects/security/user_views_security_configuration_spec.rb427ee/spec/features/projects/navbar_spec.rb428ee/spec/features/geo_node_spec.rb429ee/spec/features/subscriptions/groups/edit_spec.rb430ee/spec/features/dashboards/issues_spec.rb431ee/spec/features/dashboards/todos_spec.rb432ee/spec/features/trials/capture_lead_spec.rb433ee/spec/features/dashboards/operations_spec.rb434ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb435ee/spec/features/groups/security/compliance_dashboards_spec.rb436ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb437ee/spec/features/projects/kerberos_clone_instructions_spec.rb438ee/spec/features/billings/qrtly_reconciliation_alert_spec.rb439ee/spec/features/projects/licenses/maintainer_views_policies_spec.rb440ee/spec/features/projects/members/member_is_removed_from_project_spec.rb441ee/spec/features/epics/todo_spec.rb442ee/spec/features/projects/show_project_spec.rb443ee/spec/features/projects/jobs_spec.rb444ee/spec/features/groups/sso_spec.rb445ee/spec/features/groups/settings/user_configures_insights_spec.rb446ee/spec/features/admin/admin_emails_spec.rb447ee/spec/features/groups/iterations/user_views_iteration_cadence_spec.rb448ee/spec/features/security/project/snippet/public_access_spec.rb449ee/spec/features/projects_spec.rb450ee/spec/features/subscriptions_spec.rb451ee/spec/features/admin/admin_sends_notification_spec.rb452ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb453ee/spec/features/groups/issues_spec.rb454ee/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb455ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb456ee/spec/features/dashboards/projects_spec.rb457ee/spec/features/boards/group_boards/board_deletion_spec.rb458ee/spec/features/clusters/create_agent_spec.rb459ee/spec/features/burnup_charts_spec.rb460ee/spec/features/security/dashboard_access_spec.rb461ee/spec/features/groups/ldap_settings_spec.rb462ee/spec/features/issues/resource_weight_events_spec.rb463ee/spec/features/groups/scim_token_spec.rb464ee/spec/features/groups/contribution_analytics_spec.rb465ee/spec/features/operations_nav_link_spec.rb466ee/spec/features/clusters/cluster_detail_page_spec.rb467ee/spec/features/groups/iteration_spec.rb468ee/spec/features/projects/settings/slack_application_spec.rb469ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb470ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb471ee/spec/features/projects/iterations/iterations_list_spec.rb472ee/spec/features/groups/group_page_with_external_authorization_service_spec.rb473ee/spec/features/projects/settings/push_rules_settings_spec.rb474ee/spec/features/projects/settings/user_manages_approval_settings_spec.rb475ee/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb476ee/spec/features/integrations/jira/jira_issues_list_spec.rb477ee/spec/features/merge_request/sidebar_spec.rb478ee/spec/features/security/project/snippet/internal_access_spec.rb479ee/spec/features/groups/analytics/productivity_analytics_spec.rb480ee/spec/features/projects/iterations/iteration_cadences_list_spec.rb481ee/spec/features/invites_spec.rb482ee/spec/features/security/profile_access_spec.rb483ee/spec/features/issues/filtered_search/dropdown_weight_spec.rb484ee/spec/features/issues/blocking_issues_spec.rb485ee/spec/features/security/project/snippet/private_access_spec.rb486ee/spec/features/admin/admin_show_new_user_signups_cap_alert_spec.rb487ee/spec/features/issues/user_edits_issue_spec.rb488ee/spec/features/projects/releases/user_views_release_spec.rb489ee/spec/features/projects/members/member_leaves_project_spec.rb490ee/spec/features/issues/user_views_issues_spec.rb491ee/spec/features/groups/saml_group_links_spec.rb492ee/spec/features/ci/ci_minutes_spec.rb493ee/spec/features/projects/new_project_from_template_spec.rb494ee/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb495ee/spec/features/projects/settings/user_manages_merge_requests_template_spec.rb496ee/spec/features/groups/new_spec.rb497ee/spec/features/projects/settings/user_manages_issues_template_spec.rb498ee/spec/features/issues/user_sees_empty_state_spec.rb499ee/spec/features/groups/hooks/user_edits_hooks_spec.rb500ee/spec/features/profiles/billing_spec.rb501ee/spec/features/users/signup_spec.rb502ee/spec/features/security/admin_access_spec.rb503ee/spec/features/groups/group_projects_spec.rb504ee/spec/features/read_only_spec.rb505ee/spec/features/issues/sub_nav_ee_spec.rb506ee/spec/features/groups/hooks/user_adds_hook_spec.rb507ee/spec/features/analytics/group_analytics_spec.rb508ee/spec/features/groups/hooks/user_views_hooks_spec.rb509ee/spec/features/markdown/markdown_spec.rb510ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb511ee/spec/features/projects/issues/viewing_relocated_issues_spec.rb512ee/spec/features/trial_registrations/signin_spec.rb513ee/spec/features/merge_request/user_approves_spec.rb514Filter specs:515Running specs:516Running all node tests without filter517ee/spec/features/groups/analytics/cycle_analytics/multiple_value_streams_spec.rb518ee/spec/features/groups/wikis_spec.rb519ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb520ee/spec/features/protected_branches_spec.rb521ee/spec/features/boards/scoped_issue_board_spec.rb522ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb523ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb524ee/spec/features/admin/geo/admin_geo_projects_spec.rb525ee/spec/features/billings/billing_plans_spec.rb526ee/spec/features/projects/new_project_spec.rb527ee/spec/features/search/elastic/global_search_spec.rb528ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb529ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb530ee/spec/features/boards/swimlanes/epics_swimlanes_drag_drop_spec.rb531ee/spec/features/search/elastic/project_search_spec.rb532ee/spec/features/promotion_spec.rb533ee/spec/features/admin/admin_settings_spec.rb534ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb535ee/spec/features/admin/geo/admin_geo_uploads_spec.rb536ee/spec/features/epic_boards/epic_boards_spec.rb537ee/spec/features/boards/user_visits_board_spec.rb538ee/spec/features/merge_request/user_sets_approvers_spec.rb539ee/spec/features/groups/group_roadmap_spec.rb540ee/spec/features/boards/sidebar_spec.rb541ee/spec/features/search/elastic/snippet_search_spec.rb542ee/spec/features/protected_tags_spec.rb543ee/spec/features/epics/epics_list_spec.rb544ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb545ee/spec/features/epics/epic_issues_spec.rb546ee/spec/features/projects/pipelines/pipeline_spec.rb547ee/spec/features/search/elastic/group_search_spec.rb548ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb549ee/spec/features/issues/related_issues_spec.rb550ee/spec/features/boards/boards_spec.rb551ee/spec/features/projects/wiki/user_views_wiki_empty_spec.rb552ee/spec/features/issues/epic_in_issue_sidebar_spec.rb553ee/spec/features/issues/issue_sidebar_spec.rb554ee/spec/features/epics/epic_show_spec.rb555ee/spec/features/projects/requirements_management/requirements_list_spec.rb556ee/spec/features/projects/mirror_spec.rb557ee/spec/features/admin/admin_audit_logs_spec.rb558ee/spec/features/issues/user_bulk_edits_issues_spec.rb559ee/spec/features/boards/swimlanes/epics_swimlanes_filtering_spec.rb560ee/spec/features/projects/settings/disable_merge_trains_setting_spec.rb561ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb562ee/spec/features/admin/geo/admin_geo_nodes_spec.rb563ee/spec/features/admin/admin_dev_ops_report_spec.rb564ee/spec/features/groups/group_settings_spec.rb565ee/spec/features/epics/gfm_autocomplete_spec.rb566ee/spec/features/projects/settings/issues_settings_spec.rb567ee/spec/features/epic_boards/epic_boards_sidebar_spec.rb568ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb569ee/spec/features/admin/admin_users_spec.rb570ee/spec/features/boards/group_boards/multiple_boards_spec.rb571ee/spec/features/epics/update_epic_spec.rb572ee/spec/features/security/project/internal_access_spec.rb573ee/spec/features/projects/audit_events_spec.rb574ee/spec/features/security/project/public_access_spec.rb575ee/spec/features/issues/user_uses_quick_actions_spec.rb576ee/spec/features/ci_shared_runner_warnings_spec.rb577ee/spec/features/epics/referencing_epics_spec.rb578ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb579ee/spec/features/admin/geo/admin_geo_replication_nav_spec.rb580ee/spec/features/admin/licenses/admin_uploads_license_spec.rb581ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb582ee/spec/features/security/project/private_access_spec.rb583ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb584ee/spec/features/projects/custom_projects_template_spec.rb585ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb586ee/spec/features/groups/seat_usage/seat_usage_spec.rb587ee/spec/features/projects/environments/environments_spec.rb588ee/spec/features/billings/extend_reactivate_trial_spec.rb589ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb590ee/spec/features/groups/usage_quotas_spec.rb591ee/spec/features/boards/user_adds_lists_to_board_spec.rb592ee/spec/features/merge_request/user_edits_merge_request_blocking_mrs_spec.rb593ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb594ee/spec/features/labels_hierarchy_spec.rb595ee/spec/features/groups/saml_providers_spec.rb596ee/spec/features/projects/quality/test_case_show_spec.rb597ee/spec/features/projects/settings/merge_requests_settings_spec.rb598ee/spec/features/projects/path_locks_spec.rb599ee/spec/features/groups/iterations/user_views_iteration_spec.rb600ee/spec/features/projects/members/invite_group_and_members_spec.rb601ee/spec/features/admin/admin_credentials_inventory_spec.rb602ee/spec/features/projects/iterations/user_views_iteration_spec.rb603ee/spec/features/discussion_comments/epic_spec.rb604ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb605ee/spec/features/search/user_searches_for_epics_spec.rb606ee/spec/features/merge_request/user_sees_approval_widget_spec.rb607ee/spec/features/projects/settings/protected_environments_spec.rb608ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb609ee/spec/features/epics/issue_promotion_spec.rb610ee/spec/features/epics/filtered_search/visual_tokens_spec.rb611ee/spec/features/issues/form_spec.rb612ee/spec/features/projects/issues/user_creates_issue_spec.rb613ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb614ee/spec/features/projects/push_rules_spec.rb615ee/spec/features/markdown/metrics_spec.rb616ee/spec/features/registrations/welcome_spec.rb617ee/spec/features/ide/user_opens_ide_spec.rb618ee/spec/features/groups/iterations/user_edits_iteration_spec.rb619ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb620ee/spec/features/merge_request/user_approves_with_password_spec.rb621ee/spec/features/projects/services/user_activates_github_spec.rb622ee/spec/features/projects/quality/test_case_list_spec.rb623ee/spec/features/merge_request/user_edits_multiple_reviewers_mr_spec.rb624ee/spec/features/trials/select_namespace_spec.rb625ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb626ee/spec/features/groups/audit_events_spec.rb627ee/spec/features/merge_request/user_sets_approval_rules_spec.rb628ee/spec/features/account_recovery_regular_check_spec.rb629ee/spec/features/users/login_spec.rb630ee/spec/features/issues/move_issue_resource_weight_events_spec.rb631ee/spec/features/ide/user_commits_changes_spec.rb632ee/spec/features/admin/admin_dashboard_spec.rb633ee/spec/features/projects/cluster_agents_spec.rb634ee/spec/features/groups/group_overview_spec.rb635ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb636ee/spec/features/epic_boards/multiple_epic_boards_spec.rb637ee/spec/features/projects/settings/user_manages_members_spec.rb638ee/spec/features/issues/gfm_autocomplete_ee_spec.rb639ee/spec/features/epics/epic_labels_spec.rb640ee/spec/features/boards/boards_licensed_features_spec.rb641ee/spec/features/projects/insights_spec.rb642ee/spec/features/groups/groups_security_credentials_spec.rb643ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb644ee/spec/features/groups/members/override_ldap_memberships_spec.rb645ee/spec/features/ci_shared_runner_settings_spec.rb646ee/spec/features/profiles/account_spec.rb647ee/spec/features/merge_request/user_sees_merge_widget_spec.rb648ee/spec/features/issues/issue_actions_spec.rb649ee/spec/features/groups/billing_spec.rb650ee/spec/features/projects/user_applies_custom_file_template_spec.rb651ee/spec/features/groups/push_rules_spec.rb652ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb653ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb654ee/spec/features/security/group/internal_access_spec.rb655ee/spec/features/merge_request/user_creates_merge_request_spec.rb656ee/spec/features/security/group/private_access_spec.rb657ee/spec/features/merge_request/user_merges_immediately_spec.rb658ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb659ee/spec/features/groups/insights_spec.rb660ee/spec/features/analytics/code_analytics_spec.rb661ee/spec/features/registrations/trial_during_signup_flow_spec.rb662ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb663ee/spec/features/security/group/public_access_spec.rb664ee/spec/features/groups/analytics/ci_cd_analytics_spec.rb665ee/spec/features/projects/integrations/user_activates_jira_spec.rb666ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb667ee/spec/features/trials/show_trial_banner_spec.rbKnapsack report generator started!668Run options:669 include {:geo=>true}670 exclude {:quarantine=>true}671==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.045189233 seconds...672Test environment set up in 1.041319612 seconds673admin Geo Projects674Starting the Capybara driver server...675DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)676DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)677 visiting geo projects initial page678Capybara starting Puma...679* Version 5.3.2 , codename: Sweetnighter680* Min threads: 0, max threads: 4681* Listening on unix:///tmp/20210914-435-1kq88oe682DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)683DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)684unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.685unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.686unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.687 shows all projects in the registry688 searching for a geo project689 filters out projects with the search term690 with no registries691 shows empty state692 clicking on a specific dropdown option in geo projects page693 shows filter specific projects694 searching for a geo project695 finds the project with the same name696 filters out project that matches with search but shouldnt be in the view697 visiting geo synced projects page698 behaves like shows filter specific projects and correct labels699 shows filter specific projects700 visiting geo pending synced projects page701 behaves like shows filter specific projects and correct labels702 shows filter specific projects703 visiting geo failed sync projects page704 behaves like shows filter specific projects and correct labels705 shows filter specific projects706 remove an orphaned Tracking Entry707 removes an existing Geo Project708 Resync all709 opens confirm modal and then fires job to resync all projects710 Reverify all711 opens confirm modal and then fires job to reverify all projects712admin Geo Uploads713 visiting geo uploads initial page714 shows all uploads in the registry715 searching for a geo upload716 filters out uploads with the search term717 with no registries718 shows empty state719 remove an orphaned Tracking Entry720 removes an existing Geo Upload721admin Geo Nodes722 index723 shows all public Geo Nodes and Add site link724 hashed storage warnings725 without hashed storage enabled726 shows a dismissable warning to enable hashed storage727 with hashed storage enabled728 with all projects in hashed storage729 does not show any hashed storage warning730 with at least one project in legacy storage731 shows a dismissable warning to migrate to hashed storage732 node form fields733 when primary renders only primary fields734 when secondary renders only secondary fields735 create a new Geo Node736 creates a new Geo Node737 includes Geo Nodes in breadcrumbs738 update an existing Geo Node739 updates an existing Geo Node740 includes Geo Nodes in breadcrumbs741 remove an existing Geo Node742 removes an existing Geo Node743 with no Geo Nodes744 hides the New Node button745 shows Discover GitLab Geo746admin Geo Sidebar747 visiting geo nodes748 behaves like active sidebar link749 has active class750 visiting geo settings751 behaves like active sidebar link752 has active class753 on secondary754 visiting geo projects755 behaves like active sidebar link756 has active class757 visiting geo designs758 behaves like active sidebar link759 has active class760 visiting geo uploads761 behaves like active sidebar link762 has active class763 visiting geo replicables764 behaves like active sidebar link765 has active class766 behaves like active sidebar link767 has active class768 behaves like active sidebar link769 has active class770 behaves like active sidebar link771 has active class772 behaves like active sidebar link773 has active class774 behaves like active sidebar link775 has active class776 behaves like active sidebar link777 has active class778 behaves like active sidebar link779 has active class780admin Geo Replication Nav781 visit admin/geo/replication/projects782 behaves like active sidebar link783 has active class784 visit admin/geo/replication/uploads785 behaves like active sidebar link786 has active class787 visit admin/geo/replication/designs788 behaves like active sidebar link789 has active class790 visit admin/geo/replication/*791 displays enable replicator replication details nav links792 behaves like active sidebar link793 has active class794 behaves like active sidebar link795 has active class796 behaves like active sidebar link797 has active class798 behaves like active sidebar link799 has active class800 behaves like active sidebar link801 has active class802 behaves like active sidebar link803 has active class804 behaves like active sidebar link805 has active class806 behaves like active sidebar link807 has active class808GEO Nodes809 Geo Secondary Node810 showing Flash Info Message811 on dashboard812 on project overview813 Primary Geo Node814 Geo Nodes admin screen815 has a 'Replication details' button on listed secondary geo nodes pointing to correct URL816Geo read-only message817 when on a Geo secondary818 behaves like Read-only instance819 shows read-only banner820 when in maintenance mode821 behaves like Read-only instance822 shows read-only banner823Knapsack report was generated. Preview:824{825 "ee/spec/features/admin/geo/admin_geo_projects_spec.rb": 140.78708218499924,826 "ee/spec/features/admin/geo/admin_geo_uploads_spec.rb": 76.60096311100006,827 "ee/spec/features/admin/geo/admin_geo_nodes_spec.rb": 45.234772136000174,828 "ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb": 34.02517328700014,829 "ee/spec/features/admin/geo/admin_geo_replication_nav_spec.rb": 30.68033258000014,830 "ee/spec/features/geo_node_spec.rb": 5.817460631000358,831 "ee/spec/features/read_only_spec.rb": 1.0140152690000832832}833Knapsack global time execution for tests: 05m 34s834Finished in 5 minutes 37 seconds (files took 1 minute 0.6 seconds to load)83559 examples, 0 failures836Failed to write to log, write log/workhorse-test.log: file already closed837Tue 14 Sep 2021 08:21:14 PM UTC839Not uploading cache ruby-gems-v1-4 due to policy840Not uploading cache gitaly-ruby-gems-v1-4 due to policy842Uploading artifacts...843coverage/: found 5 matching files and directories 844WARNING: crystalball/: no matching files 845deprecations/: found 7 matching files and directories 846knapsack/: found 3 matching files and directories 847rspec_flaky/: found 4 matching files and directories 848rspec_profiling/: found 1 matching files and directories 849WARNING: tmp/capybara/: no matching files 850tmp/memory_test/: found 2 matching files and directories 851log/*.log: found 15 matching files and directories 852Uploading artifacts as "archive" to coordinator... ok id=1590281145 responseStatus=201 Created token=QCCVTn74853Uploading artifacts...854junit_rspec.xml: found 1 matching files and directories 855WARNING: Uploading artifacts as "junit" to coordinator... failed id=1590281145 responseStatus=502 Bad Gateway status=502 token=QCCVTn74856WARNING: Retrying... context=artifacts-uploader error=invalid argument857WARNING: Uploading artifacts as "junit" to coordinator... failed id=1590281145 responseStatus=502 Bad Gateway status=502 token=QCCVTn74858WARNING: Retrying... context=artifacts-uploader error=invalid argument859Uploading artifacts as "junit" to coordinator... ok id=1590281145 responseStatus=201 Created token=QCCVTn74861Job succeeded