rspec system pg12 minimal 16/24
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f2f1f275f1a1dff86079a737d24a925772f06910c3559b43f32ef6b0dd23b152 for postgres:12 with digest postgres@sha256:a2405cf650dd888788953bf3f69cbe9c8af99fd0e325122eb903707d1d16b162 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:648aa889c697d1745a25a82475ee0df2c22ffe74dc3b7e11d2785b7738f1bcaa for redis:6.0-alpine with digest redis@sha256:4af27048227d6f68911c0098f56fff75d2e0af41d424536a571c604a5a2aa85f ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...18Running on runner-euhiqzpr-project-33734915-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1661277830-22292e95...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/23Created fresh repository.24Checking out d612f34e as feature/api-avatar-removal...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for ruby-gems-debian-bullseye-ruby-2.7-non_protected...29WARNING: file does not exist 30Failed to extract cache31Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected...32WARNING: file does not exist 33Failed to extract cache35Downloading artifacts for compile-test-assets (2923578873)...36Downloading artifacts from coordinator... ok id=2923578873 responseStatus=200 OK token=s6VZANH737Downloading artifacts for detect-tests (2923578882)...38Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=s6VZANH739Downloading artifacts for retrieve-tests-metadata (2923578890)...40Downloading artifacts from coordinator... ok id=2923578890 responseStatus=200 OK token=s6VZANH741Downloading artifacts for setup-test-env (2923578879)...42Downloading artifacts from coordinator... ok id=2923578879 responseStatus=200 OK token=s6VZANH744Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...45$ echo $FOSS_ONLY46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh513.2.3352Bundler version 2.2.3353Successfully installed bundler-2.3.15541 gem installed55production:development56Settings are listed in order of priority. The top value will be used.57clean58Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): true59frozen60Set via BUNDLE_FROZEN: true61install_flags62Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"63path64Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"65without66Set via BUNDLE_WITHOUT: [:production, :development]67$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check68Don't run Bundler as root. Bundler can ask for sudo if it is needed, and69installing your bundle as root will break this application for all non-root70users on this machine.71The Gemfile's dependencies are satisfied72==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 435 seconds.73$ bundle pristine pg74Installing pg 1.4.1 with native extensions75==> 'bundle pristine pg' succeeded in 11 seconds.76Using decomposed database config (config/database.yml.decomposed-postgresql)77$ setup_db_user_only78CREATE ROLE79GRANT80==> 'setup_db_user_only' succeeded in 0 seconds.81$ bundle exec rake db:drop db:create db:schema:load db:migrate82Dropped database 'gitlabhq_test'83Dropped database 'gitlabhq_test_ci'84Dropped database 'gitlabhq_geo_test'85Created database 'gitlabhq_test'86Created database 'gitlabhq_test_ci'87Created database 'gitlabhq_geo_test'88==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 45 seconds.89$ setup_db_praefect90SELECT pg_catalog.set_config('search_path', '', false);91CREATE DATABASE praefect_test ENCODING 'UTF8';92$ run_timed_command "gem install knapsack --no-document"93==> 'setup_db_praefect' succeeded in 0 seconds.94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 1 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory101find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory103find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106Don't run Bundler as root. Bundler can ask for sudo if it is needed, and107installing your bundle as root will break this application for all non-root108users on this machine.109Fetching gem metadata from https://rubygems.org/...........110Fetching concurrent-ruby 1.1.10111Fetching zeitwerk 2.6.0112Fetching abstract_type 0.0.7113Fetching minitest 5.16.2114Installing abstract_type 0.0.7115Installing minitest 5.16.2116Installing zeitwerk 2.6.0117Fetching builder 3.2.4118Fetching erubi 1.10.0119Fetching mini_portile2 2.8.0120Installing concurrent-ruby 1.1.10121Installing erubi 1.10.0122Fetching racc 1.6.0123Installing builder 3.2.4124Installing mini_portile2 2.8.0125Fetching crass 1.0.6126Installing racc 1.6.0 with native extensions127Fetching rack 2.2.4128Installing crass 1.0.6129Fetching ice_nine 0.11.2130Fetching thread_safe 0.3.6131Installing ice_nine 0.11.2132Installing thread_safe 0.3.6133Fetching public_suffix 4.0.7134Fetching ast 2.4.2135Installing rack 2.2.4136Installing ast 2.4.2137Installing public_suffix 4.0.7138Fetching binding_ninja 0.2.3139Installing binding_ninja 0.2.3 with native extensions140Using bundler 2.3.15141Fetching charlock_holmes 0.7.7142Fetching coderay 1.1.2143Installing charlock_holmes 0.7.7 with native extensions144Installing coderay 1.1.2145Fetching equalizer 0.0.11146Installing equalizer 0.0.11147Fetching diff-lcs 1.3148Installing diff-lcs 1.3149Fetching dotenv 2.7.6150Installing dotenv 2.7.6151Fetching escape_utils 1.2.2152Installing escape_utils 1.2.2 with native extensions153Fetching multipart-post 2.1.1154Installing multipart-post 2.1.1155Fetching ffi 1.15.5156Installing ffi 1.15.5 with native extensions157Fetching json 2.5.1158Installing json 2.5.1 with native extensions159Fetching mini_mime 1.1.2160Installing mini_mime 1.1.2161Fetching rugged 1.2.0162Installing rugged 1.2.0 with native extensions163Fetching github-markup 1.7.0164Installing github-markup 1.7.0165Fetching mime-types-data 3.2020.1104166Fetching rouge 3.30.0167Installing mime-types-data 3.2020.1104168Installing rouge 3.30.0169Fetching stringex 2.8.5170Installing stringex 2.8.5171Fetching google-protobuf 3.21.3 (x86_64-linux)172Fetching opentracing 0.5.0173Installing opentracing 0.5.0174Fetching thrift 0.15.0175Installing google-protobuf 3.21.3 (x86_64-linux)176Installing thrift 0.15.0 with native extensions177Fetching redis 4.4.0178Installing redis 4.4.0179Fetching rubyzip 2.3.2180Installing rubyzip 2.3.2181Fetching thor 1.1.0182Installing thor 1.1.0183Fetching tomlrb 2.0.1184Installing tomlrb 2.0.1185Fetching with_env 1.1.0186Installing with_env 1.1.0187Fetching rexml 3.2.5188Installing rexml 3.2.5189Fetching gitlab-markup 1.7.1190Installing gitlab-markup 1.7.1191Fetching grpc-tools 1.42.0192Installing grpc-tools 1.42.0193Fetching method_source 0.9.2194Installing method_source 0.9.2195Fetching msgpack 1.3.3196Installing msgpack 1.3.3 with native extensions197Fetching optimist 3.0.1198Installing optimist 3.0.1199Fetching parallel 1.19.2200Installing parallel 1.19.2201Fetching procto 0.0.3202Installing procto 0.0.3203Fetching rainbow 3.0.0204Installing rainbow 3.0.0205Fetching rdoc 6.3.2206Installing rdoc 6.3.2207Fetching regexp_parser 1.8.1208Installing regexp_parser 1.8.1209Fetching rspec-support 3.8.0210Installing rspec-support 3.8.0211Fetching ruby-progressbar 1.10.1212Installing ruby-progressbar 1.10.1213Fetching unicode-display_width 1.7.0214Installing unicode-display_width 1.7.0215Fetching timecop 0.9.1216Installing timecop 0.9.1217Fetching i18n 1.12.0218Installing i18n 1.12.0219Fetching tzinfo 2.0.5220Installing tzinfo 2.0.5221Fetching memoizable 0.4.2222Installing memoizable 0.4.2223Fetching parser 3.0.3.2224Installing parser 3.0.3.2225Fetching rack-test 1.1.0226Installing rack-test 1.1.0227Fetching addressable 2.8.0228Installing addressable 2.8.0229Fetching faraday 1.0.1230Installing faraday 1.0.1231Fetching nokogiri 1.13.8 (x86_64-linux)232Installing nokogiri 1.13.8 (x86_64-linux)233Fetching gemojione 3.3.0234Fetching mime-types 3.3.1235Installing mime-types 3.3.1236Fetching googleapis-common-protos-types 1.3.0237Installing googleapis-common-protos-types 1.3.0238Installing gemojione 3.3.0239Fetching pg_query 2.1.3240Installing pg_query 2.1.3 with native extensions241Fetching xml-simple 1.1.9242Installing xml-simple 1.1.9243Fetching pry 0.12.2244Installing pry 0.12.2245Fetching jaeger-client 1.1.0246Installing jaeger-client 1.1.0247Fetching rspec-core 3.8.0248Installing rspec-core 3.8.0249Fetching rspec-expectations 3.8.3250Installing rspec-expectations 3.8.3251Fetching rspec-mocks 3.8.0252Installing rspec-mocks 3.8.0253Fetching activesupport 6.1.6.1254Installing activesupport 6.1.6.1255Fetching adamantium 0.2.0256Installing adamantium 0.2.0257Fetching rubocop-ast 0.2.0258Installing rubocop-ast 0.2.0259Fetching sawyer 0.8.2260Installing sawyer 0.8.2261Fetching sentry-raven 3.0.4262Installing sentry-raven 3.0.4263Fetching loofah 2.18.0264Installing loofah 2.18.0265Fetching sanitize 6.0.0266Installing sanitize 6.0.0267Fetching reverse_markdown 1.4.0268Installing reverse_markdown 1.4.0269Fetching grpc 1.42.0 (x86_64-linux)270Installing grpc 1.42.0 (x86_64-linux)271Fetching gitlab-license_finder 6.14.2.1272Fetching rspec 3.8.0273Installing rspec 3.8.0274Fetching rails-dom-testing 2.0.3275Installing gitlab-license_finder 6.14.2.1276Installing rails-dom-testing 2.0.3277Fetching factory_bot 5.0.2278Installing factory_bot 5.0.2279Fetching concord 0.1.5280Installing concord 0.1.5281Fetching rubocop 0.86.0282Fetching octokit 4.20.0283Installing octokit 4.20.0284Installing rubocop 0.86.0285Fetching rails-html-sanitizer 1.4.3286Installing rails-html-sanitizer 1.4.3287Fetching rbtrace 0.4.14288Installing rbtrace 0.4.14 with native extensions289Fetching unparser 0.4.7290Installing unparser 0.4.7291Fetching actionview 6.1.6.1292Installing actionview 6.1.6.1293Fetching proc_to_ast 0.1.0294Installing proc_to_ast 0.1.0295Fetching actionpack 6.1.6.1296Installing actionpack 6.1.6.1297Fetching rspec-parameterized 0.4.2298Installing rspec-parameterized 0.4.2299Fetching gitlab-labkit 0.23.0300Installing gitlab-labkit 0.23.0301Fetching github-linguist 7.20.0302Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1303Fetching licensee 9.15.2304Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1305Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2306Installing licensee 9.15.2307Installing gitlab-gollum-lib 4.2.7.10.gitlab.2308Installing github-linguist 7.20.0 with native extensions309Bundle complete! 22 Gemfile dependencies, 100 gems now installed.310Gems in the groups 'production' and 'development' were not installed.311Bundled gems are installed into `/builds/gitlab-org-forks/gitlab/vendor/gitaly-ruby`312Post-install message from rubyzip:313RubyZip 3.0 is coming!314**********************315The public API of some Rubyzip classes has been modernized to use named316parameters for optional arguments. Please check your usage of the317following classes:318 * `Zip::File`319 * `Zip::Entry`320 * `Zip::InputStream`321 * `Zip::OutputStream`322Please ensure that your Gemfiles and .gemspecs are suitably restrictive323to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).324See https://github.com/rubyzip/rubyzip for details. The Changelog also325lists other enhancements and bugfixes that have been implemented since326version 2.3.0.327Checking gitaly-ruby Gemfile...328Checking gitaly-ruby bundle...329The Gemfile's dependencies are satisfied330Trying to connect to gitaly: ....................................................... OK331Trying to connect to gitaly2: ........................................................................ OK332Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK333==> 'scripts/gitaly-test-spawn' succeeded in 140 seconds.334$ source ./scripts/rspec_helpers.sh335$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"336SKIP_FLAKY_TESTS_AUTOMATICALLY: true337RETRY_FAILED_TESTS_IN_NEW_PROCESS: true338KNAPSACK_GENERATE_REPORT: true339FLAKY_RSPEC_GENERATE_REPORT: true340KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb341KNAPSACK_LOG_LEVEL: debug342KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_minimal_16_24_report.json343FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json344FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_minimal_16_24_report.json345NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_minimal_16_24_report.json346SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_minimal_16_24_report.txt347RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_minimal_16_24_report.txt348CRYSTALBALL: 349Knapsack node specs:350spec/features/expand_collapse_diffs_spec.rb351spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb352spec/features/projects/integrations/project_integrations_spec.rb353spec/features/merge_request/user_comments_on_merge_request_spec.rb354spec/features/snippets/user_edits_snippet_spec.rb355spec/features/search/user_uses_header_search_field_spec.rb356spec/features/runners_spec.rb357spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb358spec/features/projects/pages/user_edits_lets_encrypt_settings_spec.rb359spec/features/merge_request/user_posts_diff_notes_spec.rb360spec/features/projects/releases/user_creates_release_spec.rb361spec/features/work_items/work_item_children_spec.rb362spec/features/ide_spec.rb363spec/features/user_sees_revert_modal_spec.rb364spec/features/explore/user_explores_projects_spec.rb365spec/features/issues/todo_spec.rb366spec/features/monitor_sidebar_link_spec.rb367spec/features/merge_requests/user_views_open_merge_requests_spec.rb368spec/features/incidents/incident_timeline_events_spec.rb369spec/features/merge_request/user_merges_merge_request_spec.rb370spec/features/merge_request/user_marks_merge_request_as_draft_spec.rb371spec/features/projects/commit/builds_spec.rb372spec/features/projects/branches/user_deletes_branch_spec.rb373spec/features/snippets/explore_spec.rb374spec/features/groups/import_export/export_file_spec.rb375spec/features/projects/labels/subscription_spec.rb376spec/features/file_uploads/multipart_invalid_uploads_spec.rb377spec/features/projects/labels/user_promotes_label_spec.rb378spec/features/markdown/sandboxed_mermaid_spec.rb379spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb380spec/features/profiles/user_visits_profile_authentication_log_spec.rb381spec/features/merge_request/user_sees_breadcrumb_links_spec.rb382Filter specs:383spec/requests/api/projects_spec.rb384ee/spec/requests/api/projects_spec.rb385spec/frontend/fixtures/api_projects.rb386spec/requests/api/helpers_spec.rb387spec/requests/api/pages/public_access_spec.rb388spec/requests/api/pages/internal_access_spec.rb389spec/requests/api/pages/private_access_spec.rb390spec/requests/rack_attack_global_spec.rb391spec/features/projects/settings/user_manages_project_members_spec.rb392spec/features/projects/members/manage_groups_spec.rb393spec/features/projects/fork_spec.rb394spec/features/search/user_searches_for_code_spec.rb395spec/features/search/user_searches_for_milestones_spec.rb396spec/features/search/user_searches_for_wiki_pages_spec.rb397spec/features/search/user_searches_for_issues_spec.rb398spec/features/search/user_searches_for_merge_requests_spec.rb399spec/features/search/user_uses_search_filters_spec.rb400spec/features/dashboard/issues_spec.rb401spec/features/dashboard/todos/todos_filtering_spec.rb402spec/features/dashboard/milestones_spec.rb403spec/features/dashboard/merge_requests_spec.rb404spec/features/issues/user_creates_branch_and_merge_request_spec.rb405spec/features/issues/user_creates_confidential_merge_request_spec.rb406spec/features/file_uploads/attachment_spec.rb407ee/spec/requests/api/audit_events_spec.rb408ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb409ee/spec/features/merge_request/user_sets_approvers_spec.rb410ee/spec/features/groups/settings/user_configures_insights_spec.rb411ee/spec/features/groups/group_settings_spec.rb412ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb413ee/spec/features/projects/members/manage_groups_spec.rb414ee/spec/features/admin/admin_sends_notification_spec.rb415ee/spec/features/admin/admin_settings_spec.rb416ee/spec/features/admin/admin_audit_logs_spec.rb417Running specs:418No tests to run on this node, exiting.419RSpec exited with 0.420No examples to retry, congrats!422Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy423Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy425Uploading artifacts...426WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory 427crystalball/: found 2 matching files and directories 428WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 429knapsack/: found 3 matching files and directories 430rspec/: found 6 matching files and directories 431WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 432log/*.log: found 14 matching files and directories 433WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579149/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com434WARNING: Retrying... context=artifacts-uploader error=request redirected435Uploading artifacts as "archive" to coordinator... 201 Created id=2923579149 responseStatus=201 Created token=s6VZANH7436Uploading artifacts...437WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 438ERROR: No files to upload 440Job succeeded