rspec system pg12 minimal 17/24
Passed Started
by
@vij
Vijay Hawoldar
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on blue-2.shared-gitlab-org.runners-manager.gitlab.com/default NL4gfoBe3 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 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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 ...16Using 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 ...18Running on runner-nl4gfobe-project-278964-concurrent-0 via runner-nl4gfobe-shared-gitlab-org-1642601797-439fc36c...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 118964, done. 25remote: Counting objects: 100% (118964/118964), done. 26remote: Compressing objects: 100% (80209/80209), done. 27remote: Total 118964 (delta 52026), reused 82005 (delta 34147), pack-reused 0 28Receiving objects: 100% (118964/118964), 113.25 MiB | 30.07 MiB/s, done.29Resolving deltas: 100% (52026/52026), done.31 * [new ref] 9771783ff4e9d300a49511646792e174d20da510 -> refs/pipelines/45155190432Checking out 9771783f as refs/merge-requests/78560/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-9...36cache.zip is up to date 37Successfully extracted cache38Checking cache for gitaly-ruby-gems-v1-9...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 40Successfully extracted cache42Downloading artifacts for compile-test-assets (1992050589)...43Downloading artifacts from coordinator... ok id=1992050589 responseStatus=200 OK token=E4_csf5c44Downloading artifacts for detect-tests (1992050603)...45Downloading artifacts from coordinator... ok id=1992050603 responseStatus=200 OK token=-97cGws446Downloading artifacts for retrieve-tests-metadata (1992050615)...47Downloading artifacts from coordinator... ok id=1992050615 responseStatus=200 OK token=uhFSC3js48Downloading artifacts for setup-test-env (1992050596)...49Downloading artifacts from coordinator... ok id=1992050596 responseStatus=200 OK token=emneg44751Using 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 ...52$ echo $FOSS_ONLY53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh58Bundler version 2.1.459production:development60Settings are listed in order of priority. The top value will be used.61path62Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"63clean64Set for the current user (/root/.bundle/config): "true"65without66Set via BUNDLE_WITHOUT: [:production, :development]67install_flags68Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"69$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check70The Gemfile's dependencies are satisfied71==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.72$ bundle pristine pg73Installing pg 1.2.3 with native extensions74==> 'bundle pristine pg' succeeded in 10 seconds.75$ setup_db_user_only76CREATE ROLE77GRANT78==> 'setup_db_user_only' succeeded in 0 seconds.79$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee80Dropped database 'gitlabhq_test'81Dropped database 'gitlabhq_geo_test'82Created database 'gitlabhq_test'83Created database 'gitlabhq_geo_test'84DEPRECATION 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)85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_geo_test'87==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.88$ run_timed_command "gem install knapsack --no-document"89$ gem install knapsack --no-document90Successfully installed knapsack-4.0.0911 gem installed92==> 'gem install knapsack --no-document' succeeded in 1 seconds.93$ run_timed_command "scripts/gitaly-test-spawn"94$ scripts/gitaly-test-spawn95Don't run Bundler as root. Bundler can ask for sudo if it is needed, and96installing your bundle as root will break this application for all non-root97users on this machine.98Using abstract_type 0.0.799Using concurrent-ruby 1.1.9100Using i18n 1.8.11101Using minitest 5.15.0102Using tzinfo 2.0.4103Using zeitwerk 2.5.3104Using activesupport 6.1.4.4105Using builder 3.2.4106Using erubi 1.10.0107Using mini_portile2 2.6.1108Using racc 1.6.0109Using nokogiri 1.12.5 (x86_64-linux)110Using rails-dom-testing 2.0.3111Using crass 1.0.6112Using loofah 2.13.0113Using rails-html-sanitizer 1.4.2114Using actionview 6.1.4.4115Using rack 2.2.3116Using rack-test 1.1.0117Using actionpack 6.1.4.4118Using ice_nine 0.11.2119Using thread_safe 0.3.6120Using memoizable 0.4.2121Using adamantium 0.2.0122Using public_suffix 4.0.6123Using addressable 2.7.0124Using ast 2.4.2125Using binding_ninja 0.2.3126Using bundler 2.1.4127Using charlock_holmes 0.7.7128Using coderay 1.1.2129Using equalizer 0.0.11130Using concord 0.1.5131Using diff-lcs 1.3132Using dotenv 2.7.6133Using escape_utils 1.2.1134Using factory_bot 5.0.2135Using multipart-post 2.1.1136Using faraday 1.0.1137Using ffi 1.15.3138Using json 2.6.1139Using gemojione 3.3.0140Using mini_mime 1.0.2141Using rugged 1.2.0142Using github-linguist 7.12.1143Using github-markup 1.7.0144Using mime-types-data 3.2020.1104145Using mime-types 3.3.1146Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1147Using rouge 3.27.0148Using sanitize 6.0.0149Using stringex 2.8.5150Using gitlab-gollum-lib 4.2.7.10.gitlab.2151Using google-protobuf 3.19.1 (x86_64-linux)152Using googleapis-common-protos-types 1.3.0153Using grpc 1.42.0 (x86_64-linux)154Using opentracing 0.5.0155Using thrift 0.15.0156Using jaeger-client 1.1.0157Using pg_query 2.1.1158Using redis 4.4.0159Using gitlab-labkit 0.21.2160Using rubyzip 2.3.2161Using thor 1.1.0162Using tomlrb 2.0.1163Using with_env 1.1.0164Using rexml 3.2.5165Using xml-simple 1.1.9166Using gitlab-license_finder 6.14.2.1167Using gitlab-markup 1.7.1168Using grpc-tools 1.42.0169Using sawyer 0.8.2170Using octokit 4.20.0171Using reverse_markdown 1.4.0172Using licensee 9.14.1173Using method_source 0.9.2174Using msgpack 1.3.3175Using optimist 3.0.1176Using parallel 1.19.2177Using parser 3.0.3.2178Using procto 0.0.3179Using unparser 0.4.7180Using proc_to_ast 0.1.0181Using pry 0.12.2182Using rainbow 3.0.0183Using rbtrace 0.4.14184Using rdoc 6.3.2185Using regexp_parser 1.8.1186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 22 Gemfile dependencies, 100 gems now installed.199Gems in the groups production and development were not installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ............................................ OK205Trying to connect to gitaly2: ............................................................... OK206Trying to connect to praefect: ......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211SKIP_FLAKY_TESTS_AUTOMATICALLY: true212Knapsack node specs:213spec/features/projects/blobs/blob_show_spec.rb214spec/features/projects/branches_spec.rb215spec/features/projects/pipeline_schedules_spec.rb216spec/features/projects/user_uses_shortcuts_spec.rb217spec/features/projects/tree/create_directory_spec.rb218spec/features/markdown/copy_as_gfm_spec.rb219spec/features/projects/snippets/user_updates_snippet_spec.rb220spec/features/projects/integrations/user_activates_jira_spec.rb221spec/features/projects/user_changes_project_visibility_spec.rb222spec/features/issues/user_comments_on_issue_spec.rb223spec/features/projects/network_graph_spec.rb224spec/features/projects/services/user_activates_slack_slash_command_spec.rb225spec/features/merge_requests/filters_generic_behavior_spec.rb226spec/features/merge_requests/user_filters_by_target_branch_spec.rb227spec/features/users/terms_spec.rb228spec/features/boards/reload_boards_on_browser_back_spec.rb229spec/features/merge_requests/user_filters_by_deployments_spec.rb230spec/features/groups/members/master_manages_access_requests_spec.rb231spec/features/boards/keyboard_shortcut_spec.rb232spec/features/usage_stats_consent_spec.rb233spec/features/merge_request/user_toggles_whitespace_changes_spec.rb234spec/features/merge_request/user_jumps_to_discussion_spec.rb235spec/features/projects/labels/user_sees_links_to_issuables_spec.rb236spec/features/projects/labels/sort_labels_spec.rb237spec/features/whats_new_spec.rb238spec/features/merge_request/user_locks_discussion_spec.rb239spec/features/groups/dependency_proxy_for_containers_spec.rb240spec/features/uploads/user_uploads_avatar_to_profile_spec.rb241spec/features/user_sees_marketing_header_spec.rb242spec/features/abuse_report_spec.rb243spec/features/projects/confluence/user_views_confluence_page_spec.rb244spec/features/projects/labels/user_sees_breadcrumb_links_spec.rb245Filter specs:246spec/db/schema_spec.rb247Running specs:248No tests to run on this node, exiting.249Wed Jan 19 14:49:38 UTC 2022251Not uploading cache ruby-gems-v1-9 due to policy252Not uploading cache gitaly-ruby-gems-v1-9 due to policy254Uploading artifacts...255WARNING: coverage/: no matching files 256crystalball/: found 2 matching files and directories 257WARNING: deprecations/: no matching files 258knapsack/: found 3 matching files and directories 259rspec_flaky/: found 4 matching files and directories 260rspec_profiling/: found 1 matching files and directories 261WARNING: tmp/capybara/: no matching files 262tmp/memory_test/: found 1 matching files and directories 263log/*.log: found 13 matching files and directories 264Uploading artifacts as "archive" to coordinator... 201 Created id=1992050872 responseStatus=201 Created token=wLcA-_S2265Uploading artifacts...266WARNING: junit_rspec.xml: no matching files 267ERROR: No files to upload 269Job succeeded