run-dev-fixtures is failing
Job #487301592 failed for 09762c21:
$ RAILS_ENV=test bundle exec rake db:seed_fu
rake aborted!
ActiveRecord::RecordInvalid: Validation failed: Name can contain only letters, digits, emojis, '_', '.', dash, space. It must start with letter, digit, emoji or '_'.
/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activerecord-6.0.2/lib/active_record/validations.rb:81:in `raise_validation_error'
/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activerecord-6.0.2/lib/active_record/validations.rb:53:in `save!'
== Seed from db/fixtures/development/01_admin.rb
.
OK
== Seed from db/fixtures/development/02_application_settings.rb
Creating the default ApplicationSetting record.
Enable hashed storage for every new projects.
.
== Seed from db/fixtures/development/02_users.rb
Creating 10 Users.
Rough estimated time: less than a minute ⏰
10 Users created!
Creating 10 Namespaces.
Rough estimated time: less than a minute ⏰
10 Namespaces created!
....................
OK
== Seed from db/fixtures/development/03_project.rb
Creating 155 Projects and relations.
Rough estimated time: less than a minute ⏰
155 Projects and relations created!
OK
== Seed from db/fixtures/development/04_labels.rb
Generating group labels
Generating project labels
OK
== Seed from db/fixtures/development/06_teams.rb
OK
== Seed from db/fixtures/development/07_milestones.rb
OK
== Seed from db/fixtures/development/09_issues.rb
OK
== Seed from db/fixtures/development/10_merge_requests.rb
OK
== Seed from db/fixtures/development/11_keys.rb
..........
OK
== Seed from db/fixtures/development/12_snippets.rb
..................................................
OK
== Seed from db/fixtures/development/13_comments.rb
OK
== Seed from db/fixtures/development/14_pipelines.rb
OK
== Seed from db/fixtures/development/15_award_emoji.rb
OK
== Seed from db/fixtures/development/16_protected_branches.rb
OK
== Seed from db/fixtures/development/17_cycle_analytics.rb
First known failure was in Dev at https://dev.gitlab.org/gitlab/gitlab-ee/-/jobs/7178348
Edited by Kyle Wiebers