12_snippets.rb and 14_pipelines.rb DB seed fails
$ cd <GDK_ROOT>/gitlab
$ bundle exec rake db:seed_fu FILTER=12_snippets
== Filtering seed files against regexp: /12_snippets/
== Seed from /Users/ash/src/gitlab/gdks/gdk4/gitlab/db/fixtures/development/12_snippets.rb
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: ⛔️ WARNING: Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis.
rake aborted!
GRPC::NotFound: 5:accessor call: route repository accessor: consistent storages: repository "default"/"@snippets/37/83/37834f2f25762f23e1f74a531cbe445db73d6765ebe60878a7dfbecd7d4af6e1.git" not found. debug_error_string:{"created":"@1655281283.578203000","description":"Error received from peer unix:/Users/ash/src/gitlab/gdks/gdk4/praefect.socket","file":"src/core/lib/surface/call.cc","file_line":1064,"grpc_message":"accessor call: route repository accessor: consistent storages: repository "default"/"@snippets/37/83/37834f2f25762f23e1f74a531cbe445db73d6765ebe60878a7dfbecd7d4af6e1.git" not found","grpc_status":5}
/Users/ash/.asdf/installs/ruby/2.7.5/bin/rake:in `each'
Tasks: TOP => db:seed_fu
(See full trace by running task with --trace)
$ cd <GDK_ROOT>/gitlab
$ bundle exec rake db:seed_fu FILTER=14_pipelines
== Filtering seed files against regexp: /14_pipelines/
== Seed from /Users/ash/src/gitlab/gdks/gdk4/gitlab/db/fixtures/development/14_pipelines.rb
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: ⛔️ WARNING: Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis.
rake aborted!
Gitlab::Git::Repository::NoRepository: 5:accessor call: route repository accessor: consistent storages: repository "default"/"@hashed/79/02/7902699be42c8a8e46fbbb4501726517e86b22c56a189f7625a6da49081b2451.git" not found.
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/git/wraps_gitaly_errors.rb:9:in `rescue in wrapped_gitaly_errors'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/git/wraps_gitaly_errors.rb:6:in `wrapped_gitaly_errors'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/git/repository.rb:364:in `log'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/git/commit.rb:47:in `where'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/app/models/repository.rb:166:in `commits'
(eval):71:in `create_master_pipelines'
(eval):67:in `pipelines'
(eval):56:in `seed!'
(eval):220:in `block (4 levels) in run_file'
(eval):218:in `each'
(eval):218:in `block (3 levels) in run_file'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:94:in `block (3 levels) in quiet'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:122:in `without_new_note_notifications'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:93:in `block (2 levels) in quiet'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:132:in `without_statement_timeout'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:92:in `block in quiet'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:148:in `without_database_logging'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/seeder.rb:91:in `quiet'
(eval):217:in `block (2 levels) in run_file'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120:in `block in write_using_load_balancer'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:115:in `block in read_write'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:184:in `retry_with_backoff'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/load_balancer.rb:111:in `read_write'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:119:in `write_using_load_balancer'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:71:in `transaction'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database.rb:299:in `block in transaction'
/Users/ash/src/gitlab/gdks/gdk4/gitlab/lib/gitlab/database.rb:298:in `transaction'
/Users/ash/.asdf/installs/ruby/2.7.5/bin/bundle:25:in `load'
/Users/ash/.asdf/installs/ruby/2.7.5/bin/bundle:25:in `<main>'
Caused by:
GRPC::NotFound: 5:accessor call: route repository accessor: consistent storages: repository "default"/"@hashed/79/02/7902699be42c8a8e46fbbb4501726517e86b22c56a189f7625a6da49081b2451.git" not found. debug_error_string:{"created":"@1655348464.874468000","description":"Error received from peer unix:/Users/ash/src/gitlab/gdks/gdk4/praefect.socket","file":"src/core/lib/surface/call.cc","file_line":1064,"grpc_message":"accessor call: route repository accessor: consistent storages: repository "default"/"@hashed/79/02/7902699be42c8a8e46fbbb4501726517e86b22c56a189f7625a6da49081b2451.git" not found","grpc_status":5}
/Users/ash/.asdf/installs/ruby/2.7.5/bin/rake:in `each'
Tasks: TOP => db:seed_fu
(See full trace by running task with --trace)
Edited by Ash McKenzie