rspec integration pg12 predictive 1/12
Passed Started
by
@edith007

Siddharth Asthana
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:2c278af658a7eb90a63b684437c156c2656263e0d5693df92fafcb32b75c323b for postgres:12 with digest postgres@sha256:0fb4d9249bfa87c17d53b94401981b2604a42c8c8d4cb38be0e65e82d961cb08 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:74e3e677b02d98097d49804f207dbcceca9ef495f11dbccb3ba321ee7d66147b for redis:6.0-alpine with digest redis@sha256:4dd44eb07c820fcfa30b3ee9432372ad079ee488e28202bfec74c4ae9bdeab9b ...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-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:d81ddff1dfe8451a653037f68f5d8f4c723f2dbb0ce8e92a3c8c2db42c7d9aad for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12@sha256:d78a11245a87af7904b0381647ad618b49f497477823280561aceea34a6b9665 ...18Running on runner-mf8bef5g-project-27783254-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1677661284-80af94c2...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/edith007/gitlab/.git/23Created fresh repository.24Checking out 61703a02 as detached HEAD (ref is cop-rule-rake-require-update-import)...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for ruby-gems-debian-bullseye-ruby-3.0-non_protected...29WARNING: file does not exist 30Failed to extract cache31Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-3.0-non_protected...32WARNING: file does not exist 33Failed to extract cache35Downloading artifacts for compile-test-assets (3854742239)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=3854742239 responseStatus=200 OK token=64_4iNeo37Downloading artifacts for detect-tests (3854742244)...38Downloading artifacts from coordinator... ok host=storage.googleapis.com id=3854742244 responseStatus=200 OK token=64_4iNeo39Downloading artifacts for retrieve-tests-metadata (3854742246)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=3854742246 responseStatus=200 OK token=64_4iNeo41Downloading artifacts for setup-test-env (3854742243)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=3854742243 responseStatus=200 OK token=64_4iNeo44Using docker image sha256:d81ddff1dfe8451a653037f68f5d8f4c723f2dbb0ce8e92a3c8c2db42c7d9aad for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-12@sha256:d78a11245a87af7904b0381647ad618b49f497477823280561aceea34a6b9665 ...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.sh1317Using decomposed database config (config/database.yml.decomposed-postgresql)1318Geo DB won't be set up.1319$ setup_db_user_only1320CREATE ROLE1321GRANT1322==> 'setup_db_user_only' succeeded in 0 seconds.1323$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes1324Dropped database 'gitlabhq_test'1325Dropped database 'gitlabhq_test_ci'1326Created database 'gitlabhq_test'1327Created database 'gitlabhq_test_ci'1328==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 55 seconds.1329$ setup_db_praefect1330SELECT pg_catalog.set_config('search_path', '', false);1331CREATE DATABASE praefect_test ENCODING 'UTF8';1332==> 'setup_db_praefect' succeeded in 0 seconds.1333$ source ./scripts/rspec_helpers.sh1334$ run_timed_command "gem install knapsack --no-document"1335$ gem install knapsack --no-document1336Successfully installed knapsack-4.0.013371 gem installed1338$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"1339==> 'gem install knapsack --no-document' succeeded in 1 seconds.1543$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"1544SKIP_FLAKY_TESTS_AUTOMATICALLY: false1545RETRY_FAILED_TESTS_IN_NEW_PROCESS: true1546KNAPSACK_GENERATE_REPORT: true1547FLAKY_RSPEC_GENERATE_REPORT: true1548KNAPSACK_TEST_FILE_PATTERN: spec/{commands,controllers,mailers,requests}{,/**/}*_spec.rb1549KNAPSACK_LOG_LEVEL: debug1550KNAPSACK_REPORT_PATH: knapsack/rspec_integration_pg12_predictive_1_12_report.json1551FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json1552FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_integration_pg12_predictive_1_12_report.json1553NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_integration_pg12_predictive_1_12_report.json1554SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_integration_pg12_predictive_1_12_report.txt1555CRYSTALBALL: 1556Knapsack node specs:1557spec/requests/api/npm_project_packages_spec.rb1558spec/controllers/projects/branches_controller_spec.rb1559spec/requests/api/ci/triggers_spec.rb1560spec/requests/api/helm_packages_spec.rb1561spec/requests/api/ci/runners_spec.rb1562spec/controllers/projects/pipeline_schedules_controller_spec.rb1563spec/controllers/uploads_controller_spec.rb1564spec/controllers/projects/wikis_controller_spec.rb1565spec/controllers/projects/tree_controller_spec.rb1566spec/controllers/projects/mirrors_controller_spec.rb1567spec/requests/api/admin/instance_clusters_spec.rb1568spec/controllers/registrations_controller_spec.rb1569spec/requests/api/environments_spec.rb1570spec/controllers/projects/starrers_controller_spec.rb1571spec/requests/api/graphql/mutations/notes/update/note_spec.rb1572spec/requests/api/graphql/mutations/namespace/package_settings/update_spec.rb1573spec/requests/api/events_spec.rb1574spec/commands/sidekiq_cluster/cli_spec.rb1575spec/requests/api/graphql/boards/boards_query_spec.rb1576spec/requests/api/graphql/mutations/design_management/upload_spec.rb1577spec/requests/api/boards_spec.rb1578spec/controllers/projects/deployments_controller_spec.rb1579spec/controllers/snippets/blobs_controller_spec.rb1580spec/requests/api/draft_notes_spec.rb1581spec/controllers/projects/merge_requests/content_controller_spec.rb1582spec/requests/projects/merge_requests_spec.rb1583spec/requests/groups/harbor/artifacts_controller_spec.rb1584spec/controllers/admin/projects_controller_spec.rb1585spec/mailers/devise_mailer_spec.rb1586spec/controllers/profiles/notifications_controller_spec.rb1587spec/controllers/concerns/group_tree_spec.rb1588spec/controllers/repositories/lfs_storage_controller_spec.rb1589spec/requests/projects/environments_controller_spec.rb1590spec/controllers/projects/cycle_analytics/events_controller_spec.rb1591spec/requests/api/graphql/project/fork_details_spec.rb1592spec/requests/api/graphql/user/starred_projects_query_spec.rb1593spec/requests/api/metrics/user_starred_dashboards_spec.rb1594spec/requests/api/personal_access_tokens/self_information_spec.rb1595spec/requests/api/graphql/ci/ci_cd_setting_spec.rb1596spec/requests/admin/broadcast_messages_controller_spec.rb1597spec/controllers/projects/service_desk_controller_spec.rb1598spec/requests/api/graphql/subscriptions/notes/updated_spec.rb1599spec/requests/api/graphql/namespace_query_spec.rb1600spec/requests/api/graphql/project/alert_management/alert/notes_spec.rb1601spec/requests/api/graphql/project/runners_spec.rb1602spec/controllers/groups/settings/repository_controller_spec.rb1603spec/controllers/admin/groups_controller_spec.rb1604spec/mailers/abuse_report_mailer_spec.rb1605spec/requests/api/statistics_spec.rb1606spec/requests/jira_connect/public_keys_controller_spec.rb1607spec/requests/api/usage_data_spec.rb1608spec/requests/api/graphql/project/grafana_integration_spec.rb1609spec/requests/api/graphql/mutations/jira_import/import_users_spec.rb1610spec/requests/jira_connect/subscriptions_controller_spec.rb1611spec/requests/mailgun/webhooks_controller_spec.rb1612spec/requests/api/graphql/ci/groups_spec.rb1613spec/requests/api/graphql/subscriptions/notes/deleted_spec.rb1614spec/requests/api/graphql/project/base_service_spec.rb1615spec/controllers/projects/packages/infrastructure_registry_controller_spec.rb1616spec/controllers/users/unsubscribes_controller_spec.rb1617spec/controllers/concerns/spammable_actions/akismet_mark_as_spam_action_spec.rb1618spec/requests/oauth/tokens_controller_spec.rb1619spec/requests/api/graphql/project/deployment_spec.rb1620spec/controllers/projects/web_ide_schemas_controller_spec.rb1621spec/requests/jwks_controller_spec.rb1622spec/requests/projects/work_items_spec.rb1623spec/requests/concerns/planning_hierarchy_spec.rb1624spec/requests/projects/incident_management/pagerduty_incidents_spec.rb1625spec/requests/robots_txt_spec.rb1626spec/requests/api/graphql/project/container_expiration_policy_spec.rb1627spec/controllers/profiles/avatars_controller_spec.rb1628Filter specs:1629spec/tasks/gitlab/x509/update_rake_spec.rb1630spec/tasks/import_rake_spec.rb1631Running specs:1632No tests to run on this node, exiting.1633RSpec exited with 0.1634No examples to retry, congrats!1636Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-non_protected due to policy1637Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-non_protected due to policy1639Uploading artifacts...1640WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 1641crystalball/: found 2 matching artifact files and directories 1642WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 1643knapsack/: found 3 matching artifact files and directories 1644WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 1645rspec/: found 11 matching artifact files and directories 1646WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 1647log/*.log: found 13 matching artifact files and directories 1648WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3854742524/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1649WARNING: Retrying... context=artifacts-uploader error=request redirected1650Uploading artifacts as "archive" to coordinator... 201 Created id=3854742524 responseStatus=201 Created token=64_4iNeo1651Uploading artifacts...1652WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 1653ERROR: No files to upload 1655Job succeeded