run-dev-fixtures-ee
Passed Started
by
@ahegyi
Adam Hegyi
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 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.18-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:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...13Starting service elasticsearch:7.17.6 ...14Pulling docker image elasticsearch:7.17.6 ...15Using docker image sha256:5fad10241ffd65d817ed0ddfaf6e87eee1f7dc2a7db33db1047835560ea71fda for elasticsearch:7.17.6 with digest elasticsearch@sha256:6c128de5d01c0c130a806022d6bd99b3e4c27a9af5bfc33b6b81861ae117d028 ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-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.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...21Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1667568233-938d383b...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: 135178, done. 28remote: Counting objects: 100% (135178/135178), done. 29remote: Compressing objects: 100% (85462/85462), done. 30remote: Total 135178 (delta 62673), reused 94880 (delta 44892), pack-reused 0 31Receiving objects: 100% (135178/135178), 115.46 MiB | 23.27 MiB/s, done.32Resolving deltas: 100% (62673/62673), done.34 * [new ref] refs/pipelines/685831713 -> refs/pipelines/68583171335 * [new branch] master -> origin/master36Checking out 58c4ca27 as master...37Skipping Git submodules setup38$ git remote set-url origin "${CI_REPOSITORY_URL}"40Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache43Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...44cache.zip is up to date 45Successfully extracted cache47Downloading artifacts for setup-test-env (3275962693)...48Downloading artifacts from coordinator... ok id=3275962693 responseStatus=200 OK token=uwuEf8jy50Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-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.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...51$ echo $FOSS_ONLY52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh673Using decomposed database config (config/database.yml.decomposed-postgresql)674$ setup_db_user_only675CREATE ROLE676GRANT677==> 'setup_db_user_only' succeeded in 0 seconds.678$ bundle exec rake db:drop db:create db:schema:load db:migrate679Dropped database 'gitlabhq_test'680Dropped database 'gitlabhq_test_ci'681Dropped database 'gitlabhq_geo_test'682Created database 'gitlabhq_test'683Created database 'gitlabhq_test_ci'684Created database 'gitlabhq_geo_test'685==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 42 seconds.686$ setup_db_praefect687SELECT pg_catalog.set_config('search_path', '', false);688CREATE DATABASE praefect_test ENCODING 'UTF8';689==> 'setup_db_praefect' succeeded in 0 seconds.690$ cp ee/db/fixtures/development/* $FIXTURE_PATH691$ run_timed_command "scripts/gitaly-test-spawn"692$ scripts/gitaly-test-spawn693find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory694find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory695find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory696find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory697find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory698find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory699find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory700Don't run Bundler as root. Bundler can ask for sudo if it is needed, and701installing your bundle as root will break this application for all non-root702users on this machine.703Using abstract_type 0.0.7704Using concurrent-ruby 1.1.10705Using i18n 1.12.0706Using minitest 5.16.3707Using tzinfo 2.0.5708Using zeitwerk 2.6.0709Using activesupport 6.1.6.1710Using builder 3.2.4711Using erubi 1.11.0712Using mini_portile2 2.8.0713Using racc 1.6.0714Using nokogiri 1.13.8 (x86_64-linux)715Using rails-dom-testing 2.0.3716Using crass 1.0.6717Using loofah 2.19.0718Using rails-html-sanitizer 1.4.3719Using actionview 6.1.6.1720Using rack 2.2.4721Using rack-test 2.0.2722Using actionpack 6.1.6.1723Using ice_nine 0.11.2724Using thread_safe 0.3.6725Using memoizable 0.4.2726Using adamantium 0.2.0727Using public_suffix 4.0.7728Using addressable 2.8.0729Using ast 2.4.2730Using binding_ninja 0.2.3731Using bundler 2.3.15732Using charlock_holmes 0.7.7733Using coderay 1.1.2734Using equalizer 0.0.11735Using concord 0.1.5736Using diff-lcs 1.3737Using dotenv 2.7.6738Using escape_utils 1.2.2739Using factory_bot 5.0.2740Using multipart-post 2.1.1741Using faraday 1.0.1742Using ffi 1.15.5743Using google-protobuf 3.21.9 (x86_64-linux)744Using googleapis-common-protos-types 1.4.0745Using grpc 1.42.0 (x86_64-linux)746Using gitaly 15.5.0747Using mini_mime 1.1.2748Using rugged 1.2.0749Using github-linguist 7.20.0750Using opentracing 0.5.0751Using thrift 0.17.0752Using jaeger-client 1.1.0753Using pg_query 2.2.0754Using redis 4.7.1755Using gitlab-labkit 0.28.0756Using rubyzip 2.3.2757Using thor 1.1.0758Using tomlrb 2.0.1759Using with_env 1.1.0760Using rexml 3.2.5761Using xml-simple 1.1.9762Using gitlab-license_finder 6.14.2.1763Using gitlab-markup 1.7.1764Using sawyer 0.8.2765Using octokit 4.20.0766Using reverse_markdown 1.4.0767Using licensee 9.15.2768Using method_source 0.9.2769Using msgpack 1.3.3770Using optimist 3.0.1771Using parallel 1.19.2772Using parser 3.0.3.2773Using procto 0.0.3774Using unparser 0.4.7775Using proc_to_ast 0.1.0776Using pry 0.12.2777Using rainbow 3.0.0778Using rbtrace 0.4.14779Using regexp_parser 1.8.1780Using rspec-support 3.8.0781Using rspec-core 3.8.0782Using rspec-expectations 3.8.3783Using rspec-mocks 3.8.0784Using rspec 3.8.0785Using rspec-parameterized 0.4.2786Using rubocop-ast 0.2.0787Using ruby-progressbar 1.10.1788Using unicode-display_width 1.7.0789Using rubocop 0.86.0790Using sentry-raven 3.0.4791Using timecop 0.9.1792Bundle complete! 18 Gemfile dependencies, 89 gems now installed.793Gems in the groups 'production' and 'development' were not installed.794Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`795Checking gitaly-ruby Gemfile...796Checking gitaly-ruby bundle...797The Gemfile's dependencies are satisfied798Trying to connect to gitaly: ................................................... OK799Trying to connect to gitaly2: .................................................................. OK800Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK801==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.802$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"803$ RAILS_ENV=test bundle exec rake db:seed_fu804== Seed from db/fixtures/development/001_create_base_work_item_types.rb805OK806== Seed from db/fixtures/development/01_admin.rb807.808OK809== Seed from db/fixtures/development/02_application_settings.rb810Creating the default ApplicationSetting record.811Enable hashed storage for every new projects.812Generate CI JWT signing key813.814== Seed from db/fixtures/development/02_users.rb815Creating 10 Users.816Rough estimated time: less than a minute ⏰81710 Users created!818Creating 10 user namespaces.819Rough estimated time: less than a minute ⏰82010 user namespaces created!821Creating 10 User namespaces routes.822Rough estimated time: less than a minute ⏰82310 User namespaces routes created!824===========================================================825INFO: Password for newly created users is: 7ca04fad4df4a670826===========================================================827Creating 1 root namespaces and subgroups 9 levels deep.828Rough estimated time: less than a minute ⏰8292022-11-04 14:16:26 UTC: Creating subgroups at level 1: 28302022-11-04 14:16:26 UTC: Creating subgroups at level 2: 68312022-11-04 14:16:26 UTC: Creating subgroups at level 3: 148322022-11-04 14:16:26 UTC: Creating subgroups at level 4: 308332022-11-04 14:16:26 UTC: Creating subgroups at level 5: 628342022-11-04 14:16:26 UTC: Creating subgroups at level 6: 1268352022-11-04 14:16:26 UTC: Creating subgroups at level 7: 2548362022-11-04 14:16:26 UTC: Creating subgroups at level 8: 5108372022-11-04 14:16:26 UTC: Creating subgroups at level 9: 10228382022-11-04 14:16:27 UTC: creating routes.8392022-11-04 14:16:27 UTC: filling traversal ids.8402022-11-04 14:16:28 UTC: creating namespace settings.8411 root namespaces and subgroups 9 levels deep created!842....................843OK844== Seed from db/fixtures/development/03_project.rb845OK846== Seed from db/fixtures/development/03_project_1_user_projects.rb847Creating 50 User projects and corresponding project namespaces.848Rough estimated time: less than a minute ⏰8492022-11-04 14:16:30 UTC: Creating project namespaces: 50.8502022-11-04 14:16:30 UTC: Creating projects: 50.85150 User projects and corresponding project namespaces created!852OK853== Seed from db/fixtures/development/03_project_2_group_projects.rb854Creating 5,115 Projects and corresponding project namespaces.855Rough estimated time: less than a minute ⏰8562022-11-04 14:16:30 UTC: Creating projects namespaces: 5115.8572022-11-04 14:16:31 UTC: Creating projects: 5115.8585,115 Projects and corresponding project namespaces created!859OK860== Seed from db/fixtures/development/03_project_3_features.rb861Creating 5,165 Project features.862Rough estimated time: less than a minute ⏰8632022-11-04 14:16:32 UTC: Creating project features: 5165.8645,165 Project features created!865OK866== Seed from db/fixtures/development/03_project_4_routes.rb867Creating 5,165 Project routes.868Rough estimated time: less than a minute ⏰8692022-11-04 14:16:32 UTC: Creating project routes: 5165.8705,165 Project routes created!871OK872== Seed from db/fixtures/development/044_add_security_training_providers.rb873OK874== Seed from db/fixtures/development/04_labels.rb875Generating group labels: 0876Generating project labels: 0877OK878== Seed from db/fixtures/development/06_teams.rb879OK880== Seed from db/fixtures/development/07_milestones.rb881OK882== Seed from db/fixtures/development/09_issues.rb883OK884== Seed from db/fixtures/development/10_license_file.rb885Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.886OK887== Seed from db/fixtures/development/10_merge_requests.rb888OK889== Seed from db/fixtures/development/11_keys.rb890..........891OK892== Seed from db/fixtures/development/12_snippets.rb893....................894OK895== Seed from db/fixtures/development/13_comments.rb896OK897== Seed from db/fixtures/development/14_pipelines.rb898OK899== Seed from db/fixtures/development/15_award_emoji.rb900OK901== Seed from db/fixtures/development/16_protected_branches.rb902OK903== Seed from db/fixtures/development/17_cycle_analytics.rb904Successfully seeded 'vsmg-1667571400/vsmp-1667571400' for Value Stream Management!906OK907== Seed from db/fixtures/development/18_abuse_reports.rb908.......................909OK910== Seed from db/fixtures/development/19_environments.rb911OK912== Seed from db/fixtures/development/20_burndown.rb913.....914OK915== Seed from db/fixtures/development/20_nested_groups.rb916Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.917OK918== Seed from db/fixtures/development/20_vulnerabilities.rb919Seeding vulnerabilities for the 'vsmg-1667571400/vsmp-1667571400' project920..............................921Done.922OK923== Seed from db/fixtures/development/21_dast_profiles.rb924OK925== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb926.927OK928== Seed from db/fixtures/development/22_epics.rb929.....930OK931== Seed from db/fixtures/development/23_spam_logs.rb932.......................933OK934== Seed from db/fixtures/development/24_forks.rb935DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is936deprecated without replacement. If the `throw` came from937`Timeout.timeout(duration)`, pass an exception class as a second938argument so it doesn't use `throw` to abort its block. This results939in the transaction being committed, but in the next release of Rails940it will rollback.941 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)942== Seed from db/fixtures/development/25_api_personal_access_token.rb943.944OK945== Seed from db/fixtures/development/25_downstream_pipelines.rb946OK947== Seed from db/fixtures/development/26_container_images.rb948Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.949OK950== Seed from db/fixtures/development/26_packages.rb951Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.952Seeding packages for the 'vsmg-1667571400/vsmp-1667571400' project953.....954OK955== Seed from db/fixtures/development/27_plans.rb956........957OK958== Seed from db/fixtures/development/27_product_analytics_events.rb959Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.960OK961== Seed from db/fixtures/development/28_integrations.rb962Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.963OK964== Seed from db/fixtures/development/29_usage_trends.rb965.966OK967== Seed from db/fixtures/development/30_composer_packages.rb968Use the `SEED_COMPOSER` environment variable to seed composer packages969OK970== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb971Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.972OK973== Seed from db/fixtures/development/31_devops_adoption.rb974Error creating enabled_namespaces975[#<ActiveModel::Errors:0x00007f57f3786d40 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-11-04 14:17:07.499613167 +0000", updated_at: "2022-11-04 14:17:07.499613167 +0000", namespace_id: 6220, display_namespace_id: 6220>, @errors=[]>, #<ActiveModel::Errors:0x00007f57f36d01f8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: nil, created_at: nil, updated_at: nil, namespace_id: 6220, display_namespace_id: 6220>, @errors=[#<ActiveModel::Error attribute=namespace, type=taken, options={:value=>#<Group id:6220 @vsmg-1667571400>}>]>]976OK977== Seed from db/fixtures/development/31_error_tracking.rb978OK979== Seed from db/fixtures/development/31_terraform_state.rb980.981OK982== Seed from db/fixtures/development/32_compliance_report_violations.rb983OK984== Seed from db/fixtures/development/32_crm.rb985Generating group crm organizations and contacts986..................................................987OK988== Seed from db/fixtures/development/33_triage_ops.rb989Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.990== Seed from db/fixtures/development/34_uploads.rb991..............................992OK993== Seed from db/fixtures/development/35_merge_request_predictions.rb994.995OK996== Seed from db/fixtures/development/90_productivity_analytics.rb997OK998== Seed from db/fixtures/development/91_iteration_cadences.rb999........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................1000OK1001== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb1002Successfully created self-monitoring project.1003== Seed from db/fixtures/development/99_common_metrics.rb1004==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 71 seconds.1006Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1007Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1009Job succeeded