run-dev-fixtures-ee
Passed Started
by
@vij
Vijay Hawoldar
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling 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 ...19Using 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 ...21Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1642591376-62cf91ba...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 118964, done. 28remote: Counting objects: 100% (118964/118964), done. 29remote: Compressing objects: 100% (80328/80328), done. 30remote: Total 118964 (delta 52017), reused 81848 (delta 34028), pack-reused 0 31Receiving objects: 100% (118964/118964), 113.13 MiB | 22.23 MiB/s, done.32Resolving deltas: 100% (52017/52017), done.34 * [new ref] 9771783ff4e9d300a49511646792e174d20da510 -> refs/pipelines/45155190435Checking out 9771783f as refs/merge-requests/78560/merge...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-9...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-9...42Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 43Successfully extracted cache45Downloading artifacts for setup-test-env (1992050596)...46Downloading artifacts from coordinator... ok id=1992050596 responseStatus=200 OK token=emneg44748Using 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 ...49$ echo $FOSS_ONLY50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh55Bundler version 2.1.456production:development57Settings are listed in order of priority. The top value will be used.58path59Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"60clean61Set for the current user (/root/.bundle/config): "true"62without63Set via BUNDLE_WITHOUT: [:production, :development]64install_flags65Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"66$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check67The Gemfile's dependencies are satisfied68==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.69$ bundle pristine pg70Installing pg 1.2.3 with native extensions71==> 'bundle pristine pg' succeeded in 11 seconds.72$ setup_db_user_only73CREATE ROLE74GRANT75==> 'setup_db_user_only' succeeded in 1 seconds.76$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee77Dropped database 'gitlabhq_test'78Dropped database 'gitlabhq_geo_test'79Created database 'gitlabhq_test'80Created database 'gitlabhq_geo_test'81DEPRECATION 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)82Dropped database 'gitlabhq_geo_test'83Created database 'gitlabhq_geo_test'84==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 45 seconds.85$ cp ee/db/fixtures/development/* $FIXTURE_PATH86$ run_timed_command "scripts/gitaly-test-spawn"87$ scripts/gitaly-test-spawn88Don't run Bundler as root. Bundler can ask for sudo if it is needed, and89installing your bundle as root will break this application for all non-root90users on this machine.91Using abstract_type 0.0.792Using concurrent-ruby 1.1.993Using i18n 1.8.1194Using minitest 5.15.095Using tzinfo 2.0.496Using zeitwerk 2.5.397Using activesupport 6.1.4.498Using builder 3.2.499Using erubi 1.10.0100Using mini_portile2 2.6.1101Using racc 1.6.0102Using nokogiri 1.12.5 (x86_64-linux)103Using rails-dom-testing 2.0.3104Using crass 1.0.6105Using loofah 2.13.0106Using rails-html-sanitizer 1.4.2107Using actionview 6.1.4.4108Using rack 2.2.3109Using rack-test 1.1.0110Using actionpack 6.1.4.4111Using ice_nine 0.11.2112Using thread_safe 0.3.6113Using memoizable 0.4.2114Using adamantium 0.2.0115Using public_suffix 4.0.6116Using addressable 2.7.0117Using ast 2.4.2118Using binding_ninja 0.2.3119Using bundler 2.1.4120Using charlock_holmes 0.7.7121Using coderay 1.1.2122Using equalizer 0.0.11123Using concord 0.1.5124Using diff-lcs 1.3125Using dotenv 2.7.6126Using escape_utils 1.2.1127Using factory_bot 5.0.2128Using multipart-post 2.1.1129Using faraday 1.0.1130Using ffi 1.15.3131Using json 2.6.1132Using gemojione 3.3.0133Using mini_mime 1.0.2134Using rugged 1.2.0135Using github-linguist 7.12.1136Using github-markup 1.7.0137Using mime-types-data 3.2020.1104138Using mime-types 3.3.1139Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1140Using rouge 3.27.0141Using sanitize 6.0.0142Using stringex 2.8.5143Using gitlab-gollum-lib 4.2.7.10.gitlab.2144Using google-protobuf 3.19.1 (x86_64-linux)145Using googleapis-common-protos-types 1.3.0146Using grpc 1.42.0 (x86_64-linux)147Using opentracing 0.5.0148Using thrift 0.15.0149Using jaeger-client 1.1.0150Using pg_query 2.1.1151Using redis 4.4.0152Using gitlab-labkit 0.21.2153Using rubyzip 2.3.2154Using thor 1.1.0155Using tomlrb 2.0.1156Using with_env 1.1.0157Using rexml 3.2.5158Using xml-simple 1.1.9159Using gitlab-license_finder 6.14.2.1160Using gitlab-markup 1.7.1161Using grpc-tools 1.42.0162Using sawyer 0.8.2163Using octokit 4.20.0164Using reverse_markdown 1.4.0165Using licensee 9.14.1166Using method_source 0.9.2167Using msgpack 1.3.3168Using optimist 3.0.1169Using parallel 1.19.2170Using parser 3.0.3.2171Using procto 0.0.3172Using unparser 0.4.7173Using proc_to_ast 0.1.0174Using pry 0.12.2175Using rainbow 3.0.0176Using rbtrace 0.4.14177Using rdoc 6.3.2178Using regexp_parser 1.8.1179Using rspec-support 3.8.0180Using rspec-core 3.8.0181Using rspec-expectations 3.8.3182Using rspec-mocks 3.8.0183Using rspec 3.8.0184Using rspec-parameterized 0.4.2185Using rubocop-ast 0.2.0186Using ruby-progressbar 1.10.1187Using unicode-display_width 1.7.0188Using rubocop 0.86.0189Using sentry-raven 3.0.4190Using timecop 0.9.1191Bundle complete! 22 Gemfile dependencies, 100 gems now installed.192Gems in the groups production and development were not installed.193Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`194Checking gitaly-ruby Gemfile...195Checking gitaly-ruby bundle...196The Gemfile's dependencies are satisfied197Trying to connect to gitaly: .................................................................. OK198Trying to connect to gitaly2: ..................................................................... OK199Trying to connect to praefect: ........ OK200==> 'scripts/gitaly-test-spawn' succeeded in 17 seconds.201$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"202$ RAILS_ENV=test bundle exec rake db:seed_fu203== Seed from db/fixtures/development/001_create_base_work_item_types.rb204OK205== Seed from db/fixtures/development/01_admin.rb206.207OK208== Seed from db/fixtures/development/02_application_settings.rb209Creating the default ApplicationSetting record.210Enable hashed storage for every new projects.211Generate CI JWT signing key212.213== Seed from db/fixtures/development/02_users.rb214Creating 10 Users.215Rough estimated time: less than a minute ⏰21610 Users created!217Creating 10 Namespaces.218Rough estimated time: less than a minute ⏰21910 Namespaces created!220===========================================================221INFO: Password for newly created users is: 9680cab58e0ad8a5222===========================================================223....................224OK225== Seed from db/fixtures/development/03_project.rb226Creating 155 Projects and relations.227Rough estimated time: less than a minute ⏰228155 Projects and relations created!229OK230== Seed from db/fixtures/development/04_labels.rb231Generating group labels232Generating project labels233OK234== Seed from db/fixtures/development/06_teams.rb235OK236== Seed from db/fixtures/development/07_milestones.rb237OK238== Seed from db/fixtures/development/09_issues.rb239OK240== Seed from db/fixtures/development/10_license_file.rb241Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.242OK243== Seed from db/fixtures/development/10_merge_requests.rb244OK245== Seed from db/fixtures/development/11_keys.rb246..........247OK248== Seed from db/fixtures/development/12_snippets.rb249....................250OK251== Seed from db/fixtures/development/13_comments.rb252OK253== Seed from db/fixtures/development/14_pipelines.rb254OK255== Seed from db/fixtures/development/15_award_emoji.rb256OK257== Seed from db/fixtures/development/16_protected_branches.rb258OK259== Seed from db/fixtures/development/17_cycle_analytics.rb260Successfully seeded 'vsmg-1642603704/vsmp-1642603704' for Value Stream Management!262OK263== Seed from db/fixtures/development/18_abuse_reports.rb264.......................265OK266== Seed from db/fixtures/development/19_environments.rb267OK268== Seed from db/fixtures/development/20_burndown.rb269.....270OK271== Seed from db/fixtures/development/20_nested_groups.rb272Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.273OK274== Seed from db/fixtures/development/20_vulnerabilities.rb275OK276== Seed from db/fixtures/development/21_dast_profiles.rb277OK278== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb279.280OK281== Seed from db/fixtures/development/22_epics.rb282.....283OK284== Seed from db/fixtures/development/23_spam_logs.rb285.......................286OK287== Seed from db/fixtures/development/24_forks.rb288DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is289deprecated without replacement. If the `throw` came from290`Timeout.timeout(duration)`, pass an exception class as a second291argument so it doesn't use `throw` to abort its block. This results292in the transaction being committed, but in the next release of Rails293it will rollback.294 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:126)295== Seed from db/fixtures/development/25_api_personal_access_token.rb296.297OK298== Seed from db/fixtures/development/25_downstream_pipelines.rb299OK300== Seed from db/fixtures/development/26_container_images.rb301Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.302OK303== Seed from db/fixtures/development/26_packages.rb304Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.305Seeding packages for the 'vsmg-1642603704/vsmp-1642603704' project306.....307OK308== Seed from db/fixtures/development/27_plans.rb309........310OK311== Seed from db/fixtures/development/27_product_analytics_events.rb312Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.313OK314== Seed from db/fixtures/development/28_integrations.rb315Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.316OK317== Seed from db/fixtures/development/29_usage_trends.rb318.319OK320== Seed from db/fixtures/development/30_composer_packages.rb321Use the `SEED_COMPOSER` environment variable to seed composer packages322OK323== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb324Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.325OK326== Seed from db/fixtures/development/31_devops_adoption.rb327Error creating enabled_namespaces328[#<ActiveModel::Errors:0x00007f218b7bd6b8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-01-19 14:49:05.035756172 +0000", updated_at: "2022-01-19 14:49:05.035756172 +0000", namespace_id: 32, display_namespace_id: 32>, @errors=[]>, #<ActiveModel::Errors:0x00007f218b795618 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: nil, created_at: nil, updated_at: nil, namespace_id: 32, display_namespace_id: 32>, @errors=[#<ActiveModel::Error attribute=namespace, type=taken, options={:value=>#<Group id:32 @vsmg-1642603704>}>]>]329OK330== Seed from db/fixtures/development/31_error_tracking.rb331OK332== Seed from db/fixtures/development/31_terraform_state.rb333.334OK335== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb336OK337== Seed from db/fixtures/development/32_crm.rb338Generating group crm organizations and contacts339..................................................340OK341== Seed from db/fixtures/development/90_productivity_analytics.rb342OK343== Seed from db/fixtures/development/91_iteration_cadences.rb344........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................345OK346== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb347DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from run_with at /builds/gitlab-org/gitlab/app/experiments/new_project_readme_content_experiment.rb:9)348Successfully created self monitoring project.349== Seed from db/fixtures/development/99_common_metrics.rb350==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 71 seconds.352Not uploading cache ruby-gems-v1-9 due to policy353Not uploading cache gitaly-ruby-gems-v1-9 due to policy355Job succeeded