rspec-ee integration pg12 minimal 3/4
Passed Started
by
@vij
Vijay Hawoldar
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 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.33-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:58bff76313464ab65dcb0b9a2b910c815e8975d827c456ca7f46d69482956d5e for postgres:12 with digest postgres@sha256:1d098cd3c1a7b132edc5bfdd7d775ff0949104b150e31d52c0aff7bdcd25c53e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...21Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1642598292-b7e91f01...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 118964, done. 28remote: Counting objects: 100% (118964/118964), done. 29remote: Compressing objects: 100% (80209/80209), done. 30remote: Total 118964 (delta 52026), reused 82005 (delta 34147), pack-reused 0 31Receiving objects: 100% (118964/118964), 113.25 MiB | 22.35 MiB/s, done.32Resolving deltas: 100% (52026/52026), done.34 * [new ref] 9771783ff4e9d300a49511646792e174d20da510 -> refs/pipelines/45155190435Checking out 9771783f as refs/merge-requests/78560/merge...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-9...39cache.zip is up to date 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-9...42cache.zip is up to date 43Successfully extracted cache45Downloading artifacts for compile-test-assets (1992050589)...46Downloading artifacts from coordinator... ok id=1992050589 responseStatus=200 OK token=E4_csf5c47Downloading artifacts for detect-tests (1992050603)...48Downloading artifacts from coordinator... ok id=1992050603 responseStatus=200 OK token=-97cGws449Downloading artifacts for retrieve-tests-metadata (1992050615)...50Downloading artifacts from coordinator... ok id=1992050615 responseStatus=200 OK token=uhFSC3js51Downloading artifacts for setup-test-env (1992050596)...52Downloading artifacts from coordinator... ok id=1992050596 responseStatus=200 OK token=emneg44754Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...55$ echo $FOSS_ONLY56$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb57$ export GOPATH=$CI_PROJECT_DIR/.go58$ mkdir -p $GOPATH59$ source scripts/utils.sh60$ source scripts/prepare_build.sh61Bundler version 2.1.462production:development63Settings are listed in order of priority. The top value will be used.64path65Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"66clean67Set for the current user (/root/.bundle/config): "true"68without69Set via BUNDLE_WITHOUT: [:production, :development]70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73The Gemfile's dependencies are satisfied74==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.75$ bundle pristine pg76Installing pg 1.2.3 with native extensions77==> 'bundle pristine pg' succeeded in 10 seconds.78$ setup_db_user_only79CREATE ROLE80GRANT81==> 'setup_db_user_only' succeeded in 0 seconds.82$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee83Dropped database 'gitlabhq_test'84Dropped database 'gitlabhq_geo_test'85Created database 'gitlabhq_test'86Created database 'gitlabhq_geo_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 25 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-4.0.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 1 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Don't run Bundler as root. Bundler can ask for sudo if it is needed, and99installing your bundle as root will break this application for all non-root100users on this machine.101Using abstract_type 0.0.7102Using concurrent-ruby 1.1.9103Using i18n 1.8.11104Using minitest 5.15.0105Using tzinfo 2.0.4106Using zeitwerk 2.5.3107Using activesupport 6.1.4.4108Using builder 3.2.4109Using erubi 1.10.0110Using mini_portile2 2.6.1111Using racc 1.6.0112Using nokogiri 1.12.5 (x86_64-linux)113Using rails-dom-testing 2.0.3114Using crass 1.0.6115Using loofah 2.13.0116Using rails-html-sanitizer 1.4.2117Using actionview 6.1.4.4118Using rack 2.2.3119Using rack-test 1.1.0120Using actionpack 6.1.4.4121Using ice_nine 0.11.2122Using thread_safe 0.3.6123Using memoizable 0.4.2124Using adamantium 0.2.0125Using public_suffix 4.0.6126Using addressable 2.7.0127Using ast 2.4.2128Using binding_ninja 0.2.3129Using bundler 2.1.4130Using charlock_holmes 0.7.7131Using coderay 1.1.2132Using equalizer 0.0.11133Using concord 0.1.5134Using diff-lcs 1.3135Using dotenv 2.7.6136Using escape_utils 1.2.1137Using factory_bot 5.0.2138Using multipart-post 2.1.1139Using faraday 1.0.1140Using ffi 1.15.3141Using json 2.6.1142Using gemojione 3.3.0143Using mini_mime 1.0.2144Using rugged 1.2.0145Using github-linguist 7.12.1146Using github-markup 1.7.0147Using mime-types-data 3.2020.1104148Using mime-types 3.3.1149Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1150Using rouge 3.27.0151Using sanitize 6.0.0152Using stringex 2.8.5153Using gitlab-gollum-lib 4.2.7.10.gitlab.2154Using google-protobuf 3.19.1 (x86_64-linux)155Using googleapis-common-protos-types 1.3.0156Using grpc 1.42.0 (x86_64-linux)157Using opentracing 0.5.0158Using thrift 0.15.0159Using jaeger-client 1.1.0160Using pg_query 2.1.1161Using redis 4.4.0162Using gitlab-labkit 0.21.2163Using rubyzip 2.3.2164Using thor 1.1.0165Using tomlrb 2.0.1166Using with_env 1.1.0167Using rexml 3.2.5168Using xml-simple 1.1.9169Using gitlab-license_finder 6.14.2.1170Using gitlab-markup 1.7.1171Using grpc-tools 1.42.0172Using sawyer 0.8.2173Using octokit 4.20.0174Using reverse_markdown 1.4.0175Using licensee 9.14.1176Using method_source 0.9.2177Using msgpack 1.3.3178Using optimist 3.0.1179Using parallel 1.19.2180Using parser 3.0.3.2181Using procto 0.0.3182Using unparser 0.4.7183Using proc_to_ast 0.1.0184Using pry 0.12.2185Using rainbow 3.0.0186Using rbtrace 0.4.14187Using rdoc 6.3.2188Using regexp_parser 1.8.1189Using rspec-support 3.8.0190Using rspec-core 3.8.0191Using rspec-expectations 3.8.3192Using rspec-mocks 3.8.0193Using rspec 3.8.0194Using rspec-parameterized 0.4.2195Using rubocop-ast 0.2.0196Using ruby-progressbar 1.10.1197Using unicode-display_width 1.7.0198Using rubocop 0.86.0199Using sentry-raven 3.0.4200Using timecop 0.9.1201Bundle complete! 22 Gemfile dependencies, 100 gems now installed.202Gems in the groups production and development were not installed.203Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`204Checking gitaly-ruby Gemfile...205Checking gitaly-ruby bundle...206The Gemfile's dependencies are satisfied207Trying to connect to gitaly: ............................................. OK208Trying to connect to gitaly2: ................................................................ OK209Trying to connect to praefect: ......... OK210==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.211$ source ./scripts/rspec_helpers.sh212$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"213KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{commands,controllers,mailers,requests}{,/**/}*_spec.rb214SKIP_FLAKY_TESTS_AUTOMATICALLY: true215Knapsack node specs:216ee/spec/controllers/ee/search_controller_spec.rb217ee/spec/requests/api/visual_review_discussions_spec.rb218ee/spec/requests/api/scim_spec.rb219ee/spec/requests/api/groups_spec.rb220ee/spec/requests/api/notes_spec.rb221ee/spec/requests/api/issues_spec.rb222ee/spec/requests/api/protected_environments_spec.rb223ee/spec/requests/api/wikis_spec.rb224ee/spec/requests/groups_controller_spec.rb225ee/spec/controllers/boards/issues_controller_spec.rb226ee/spec/requests/api/graphql/mutations/epic_tree/reorder_spec.rb227ee/spec/requests/api/merge_request_approval_rules_spec.rb228ee/spec/requests/api/graphql/project/requirements_management/requirements_spec.rb229ee/spec/requests/api/vulnerability_exports_spec.rb230ee/spec/controllers/projects/dependencies_controller_spec.rb231ee/spec/controllers/groups/group_members_controller_spec.rb232ee/spec/requests/api/project_approval_settings_spec.rb233ee/spec/requests/api/graphql/group/epics_spec.rb234ee/spec/requests/admin/credentials_controller_spec.rb235ee/spec/controllers/groups/sso_controller_spec.rb236ee/spec/controllers/groups/epics/notes_controller_spec.rb237ee/spec/requests/projects/settings/access_tokens_controller_spec.rb238ee/spec/controllers/projects/merge_requests/creations_controller_spec.rb239ee/spec/controllers/groups/analytics/cycle_analytics/summary_controller_spec.rb240ee/spec/controllers/projects/clusters_controller_spec.rb241ee/spec/controllers/groups/insights_controller_spec.rb242ee/spec/controllers/admin/clusters_controller_spec.rb243ee/spec/controllers/oauth/geo_auth_controller_spec.rb244ee/spec/controllers/registrations/groups_controller_spec.rb245ee/spec/controllers/groups/hooks_controller_spec.rb246ee/spec/controllers/projects/security/network_policies_controller_spec.rb247ee/spec/requests/projects/on_demand_scans_controller_spec.rb248ee/spec/controllers/projects/integrations/jira/issues_controller_spec.rb249ee/spec/requests/api/graphql/boards/board_lists_query_spec.rb250ee/spec/controllers/concerns/ee/routable_actions/sso_enforcement_redirect_spec.rb251ee/spec/controllers/projects/path_locks_controller_spec.rb252ee/spec/requests/user_activity_spec.rb253ee/spec/requests/api/graphql/boards/epic_board_list_epics_query_spec.rb254ee/spec/controllers/groups/billings_controller_spec.rb255ee/spec/requests/api/graphql/iteration_spec.rb256ee/spec/requests/projects/issues_controller_spec.rb257ee/spec/requests/api/audit_events_spec.rb258ee/spec/requests/api/graphql/mutations/iterations/create_spec.rb259ee/spec/controllers/autocomplete_controller_spec.rb260ee/spec/requests/api/graphql/project/dast_profiles_spec.rb261ee/spec/controllers/groups/merge_requests_controller_spec.rb262ee/spec/requests/api/resource_iteration_events_spec.rb263ee/spec/requests/rack_attack_spec.rb264ee/spec/controllers/ee/projects/variables_controller_spec.rb265ee/spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb266ee/spec/requests/api/iterations_spec.rb267ee/spec/requests/api/graphql/project/alert_management/http_integrations_spec.rb268ee/spec/requests/projects/security/dast_scanner_profiles_controller_spec.rb269ee/spec/requests/api/experiments_spec.rb270ee/spec/controllers/groups/issues_analytics_controller_spec.rb271ee/spec/requests/api/graphql/mutations/vulnerabilities/create_external_issue_link_spec.rb272ee/spec/requests/projects/issue_feature_flags_controller_spec.rb273ee/spec/requests/api/graphql/mutations/issues/set_escalation_policy_spec.rb274ee/spec/requests/api/graphql/mutations/iterations/cadences/create_spec.rb275ee/spec/controllers/ee/projects/blob_controller_spec.rb276ee/spec/requests/api/graphql/project/dast_site_validations_spec.rb277ee/spec/requests/api/graphql/namespace/compliance_frameworks_spec.rb278ee/spec/requests/api/graphql/namespace/projects_spec.rb279ee/spec/controllers/admin/emails_controller_spec.rb280ee/spec/requests/api/graphql/mutations/incident_management/oncall_rotation/create_spec.rb281ee/spec/requests/api/graphql/project/pipeline/security_report_finding_spec.rb282ee/spec/controllers/admin/geo/settings_controller_spec.rb283ee/spec/controllers/projects/incident_management/escalation_policies_controller_spec.rb284ee/spec/requests/api/graphql/mutations/issues/promote_to_epic_spec.rb285ee/spec/requests/api/graphql/mutations/security_policy/unassign_security_policy_project_spec.rb286ee/spec/requests/api/graphql/iterations/iterations_spec.rb287ee/spec/requests/api/repositories_spec.rb288ee/spec/requests/api/graphql/mutations/security_policy/create_security_policy_project_spec.rb289ee/spec/controllers/projects/branches_controller_spec.rb290ee/spec/requests/groups/audit_events_spec.rb291ee/spec/controllers/groups/saml_group_links_controller_spec.rb292ee/spec/mailers/credentials_inventory_mailer_spec.rb293ee/spec/requests/api/graphql/project/dast_scanner_profiles_spec.rb294ee/spec/controllers/projects/analytics/cycle_analytics/summary_controller_spec.rb295ee/spec/requests/groups/clusters_controller_spec.rb296ee/spec/controllers/admin/push_rules_controller_spec.rb297ee/spec/requests/api/graphql/mutations/iterations/cadences/destroy_spec.rb298ee/spec/controllers/boards/milestones_controller_spec.rb299ee/spec/requests/api/graphql/mutations/dast/profiles/delete_spec.rb300ee/spec/requests/api/ci/runner_spec.rb301ee/spec/controllers/groups/todos_controller_spec.rb302ee/spec/requests/api/graphql/mutations/releases/update_spec.rb303ee/spec/controllers/concerns/geo_instrumentation_spec.rb304ee/spec/controllers/groups/ldap_settings_controller_spec.rb305ee/spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb306ee/spec/requests/groups/compliance_frameworks_spec.rb307ee/spec/requests/api/graphql/mutations/quality_management/test_cases/create_spec.rb308ee/spec/controllers/concerns/boards_responses_spec.rb309ee/spec/requests/api/features_spec.rb310ee/spec/mailers/emails/user_cap_spec.rb311ee/spec/requests/api/graphql/project/compliance_frameworks_spec.rb312ee/spec/controllers/groups/security/dashboard_controller_spec.rb313ee/spec/controllers/ee/root_controller_spec.rb314ee/spec/requests/api/graphql/mutations/boards/update_epic_user_preferences_spec.rb315ee/spec/requests/api/graphql/geo/geo_node_spec.rb316ee/spec/requests/callout_spec.rb317ee/spec/controllers/groups/analytics/repository_analytics_controller_spec.rb318ee/spec/requests/api/graphql/mutations/security_policy/assign_security_policy_project_spec.rb319ee/spec/controllers/projects/issue_links_controller_spec.rb320ee/spec/controllers/profiles/billings_controller_spec.rb321ee/spec/requests/admin/geo/nodes_controller_spec.rb322ee/spec/requests/api/graphql/mutations/analytics/devops_adoption/enabled_namespaces/enable_spec.rb323ee/spec/controllers/admin/dashboard_controller_spec.rb324ee/spec/controllers/ee/admin/sessions_controller_spec.rb325ee/spec/controllers/projects/security/scanned_resources_controller_spec.rb326ee/spec/controllers/ee/profiles/preferences_controller_spec.rb327ee/spec/requests/api/v3/github_spec.rb328ee/spec/requests/jwt_controller_spec.rb329ee/spec/controllers/profiles/usage_quotas_controller_spec.rb330ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/destroy_spec.rb331ee/spec/mailers/license_mailer_spec.rb332ee/spec/controllers/ee/omniauth_callbacks_controller_spec.rb333ee/spec/requests/groups/contribution_analytics_spec.rb334ee/spec/controllers/sitemap_controller_spec.rb335ee/spec/controllers/oauth/applications_controller_spec.rb336ee/spec/controllers/profiles/keys_controller_spec.rb337ee/spec/requests/search_controller_spec.rb338Filter specs:339spec/db/schema_spec.rb340Running specs:341No tests to run on this node, exiting.342Wed Jan 19 14:49:22 UTC 2022344Not uploading cache ruby-gems-v1-9 due to policy345Not uploading cache gitaly-ruby-gems-v1-9 due to policy347Uploading artifacts...348WARNING: coverage/: no matching files 349crystalball/: found 2 matching files and directories 350WARNING: deprecations/: no matching files 351knapsack/: found 3 matching files and directories 352rspec_flaky/: found 4 matching files and directories 353rspec_profiling/: found 1 matching files and directories 354WARNING: tmp/capybara/: no matching files 355tmp/memory_test/: found 1 matching files and directories 356log/*.log: found 13 matching files and directories 357Uploading artifacts as "archive" to coordinator... 201 Created id=1992050941 responseStatus=201 Created token=DkD1GQcz358Uploading artifacts...359WARNING: junit_rspec.xml: no matching files 360ERROR: No files to upload 362Job succeeded