run-dev-fixtures-ee
Passed Started
by
@stanhu

Stan Hu
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:c5abf812eff57d99cd4ae9b4d688261207b59905c5d0ca50c5e57f75669dbf10 for postgres:12 with digest postgres@sha256:a66060c3beab11e6f8eac5581c28df727539653a3c11e860847b14149e678d3e ...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-1668127757-53d2f864...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: 134695, done. 28remote: Counting objects: 100% (134695/134695), done. 29remote: Compressing objects: 100% (87197/87197), done. 30remote: Total 134695 (delta 60835), reused 93449 (delta 42513), pack-reused 0 31Receiving objects: 100% (134695/134695), 116.52 MiB | 32.36 MiB/s, done.32Resolving deltas: 100% (60835/60835), done.34 * [new ref] refs/pipelines/691761438 -> refs/pipelines/69176143835 * [new branch] master -> origin/master36Checking out 0a62f4a6 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...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 42Successfully extracted cache43Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 45Successfully extracted cache47Downloading artifacts for setup-test-env (3307837573)...48Downloading artifacts from coordinator... ok id=3307837573 responseStatus=200 OK token=vUaosXdk50Using 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.sh685Using decomposed database config (config/database.yml.decomposed-postgresql)686$ setup_db_user_only687CREATE ROLE688GRANT689==> 'setup_db_user_only' succeeded in 0 seconds.690$ bundle exec rake db:drop db:create db:schema:load db:migrate691Dropped database 'gitlabhq_test'692Dropped database 'gitlabhq_test_ci'693Dropped database 'gitlabhq_geo_test'694Created database 'gitlabhq_test'695Created database 'gitlabhq_test_ci'696Created database 'gitlabhq_geo_test'697==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 38 seconds.698$ setup_db_praefect699SELECT pg_catalog.set_config('search_path', '', false);700CREATE DATABASE praefect_test ENCODING 'UTF8';701==> 'setup_db_praefect' succeeded in 0 seconds.702$ cp ee/db/fixtures/development/* $FIXTURE_PATH703$ run_timed_command "scripts/gitaly-test-spawn"704$ scripts/gitaly-test-spawn705find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory706find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory707find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory708find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory709find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory710find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory711find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory712Don't run Bundler as root. Bundler can ask for sudo if it is needed, and713installing your bundle as root will break this application for all non-root714users on this machine.715Using abstract_type 0.0.7716Using concurrent-ruby 1.1.10717Using i18n 1.12.0718Using minitest 5.16.3719Using tzinfo 2.0.5720Using zeitwerk 2.6.0721Using activesupport 6.1.6.1722Using builder 3.2.4723Using erubi 1.11.0724Using mini_portile2 2.8.0725Using racc 1.6.0726Using nokogiri 1.13.8 (x86_64-linux)727Using rails-dom-testing 2.0.3728Using crass 1.0.6729Using loofah 2.19.0730Using rails-html-sanitizer 1.4.3731Using actionview 6.1.6.1732Using rack 2.2.4733Using rack-test 2.0.2734Using actionpack 6.1.6.1735Using ice_nine 0.11.2736Using thread_safe 0.3.6737Using memoizable 0.4.2738Using adamantium 0.2.0739Using public_suffix 4.0.7740Using addressable 2.8.0741Using ast 2.4.2742Using binding_ninja 0.2.3743Using bundler 2.3.15744Using charlock_holmes 0.7.7745Using coderay 1.1.2746Using equalizer 0.0.11747Using concord 0.1.5748Using diff-lcs 1.3749Using dotenv 2.7.6750Using escape_utils 1.2.2751Using factory_bot 5.0.2752Using multipart-post 2.1.1753Using faraday 1.0.1754Using ffi 1.15.5755Using google-protobuf 3.21.9 (x86_64-linux)756Using googleapis-common-protos-types 1.4.0757Using grpc 1.42.0 (x86_64-linux)758Using gitaly 15.5.0759Using mini_mime 1.1.2760Using rugged 1.2.0761Using github-linguist 7.20.0762Using opentracing 0.5.0763Using thrift 0.17.0764Using jaeger-client 1.1.0765Using pg_query 2.2.0766Using redis 4.7.1767Using gitlab-labkit 0.28.0768Using rubyzip 2.3.2769Using thor 1.1.0770Using tomlrb 2.0.1771Using with_env 1.1.0772Using rexml 3.2.5773Using xml-simple 1.1.9774Using gitlab-license_finder 6.14.2.1775Using gitlab-markup 1.7.1776Using sawyer 0.8.2777Using octokit 4.20.0778Using reverse_markdown 1.4.0779Using licensee 9.15.2780Using method_source 0.9.2781Using msgpack 1.3.3782Using optimist 3.0.1783Using parallel 1.19.2784Using parser 3.0.3.2785Using procto 0.0.3786Using unparser 0.4.7787Using proc_to_ast 0.1.0788Using pry 0.12.2789Using rainbow 3.0.0790Using rbtrace 0.4.14791Using regexp_parser 1.8.1792Using rspec-support 3.8.0793Using rspec-core 3.8.0794Using rspec-expectations 3.8.3795Using rspec-mocks 3.8.0796Using rspec 3.8.0797Using rspec-parameterized 0.4.2798Using rubocop-ast 0.2.0799Using ruby-progressbar 1.10.1800Using unicode-display_width 1.7.0801Using rubocop 0.86.0802Using sentry-raven 3.0.4803Using timecop 0.9.1804Bundle complete! 18 Gemfile dependencies, 89 gems now installed.805Gems in the groups 'production' and 'development' were not installed.806Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`807Checking gitaly-ruby Gemfile...808Checking gitaly-ruby bundle...809The Gemfile's dependencies are satisfied810Trying to connect to gitaly: ............................................... OK811Trying to connect to gitaly2: ...................................................... OK812Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK813==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.814$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"815$ RAILS_ENV=test bundle exec rake db:seed_fu816== Seed from db/fixtures/development/001_create_base_work_item_types.rb817OK818== Seed from db/fixtures/development/01_admin.rb819.820OK821== Seed from db/fixtures/development/02_application_settings.rb822Creating the default ApplicationSetting record.823Enable hashed storage for every new projects.824Generate CI JWT signing key825.826== Seed from db/fixtures/development/02_users.rb827Creating 10 Users.828Rough estimated time: less than a minute ⏰82910 Users created!830Creating 10 user namespaces.831Rough estimated time: less than a minute ⏰83210 user namespaces created!833Creating 10 User namespaces routes.834Rough estimated time: less than a minute ⏰83510 User namespaces routes created!836===========================================================837INFO: Password for newly created users is: 0ba3a76cc258a26b838===========================================================839Creating 1 root namespaces and subgroups 9 levels deep.840Rough estimated time: less than a minute ⏰8412022-11-11 00:56:13 UTC: Creating subgroups at level 1: 28422022-11-11 00:56:13 UTC: Creating subgroups at level 2: 68432022-11-11 00:56:13 UTC: Creating subgroups at level 3: 148442022-11-11 00:56:13 UTC: Creating subgroups at level 4: 308452022-11-11 00:56:13 UTC: Creating subgroups at level 5: 628462022-11-11 00:56:13 UTC: Creating subgroups at level 6: 1268472022-11-11 00:56:13 UTC: Creating subgroups at level 7: 2548482022-11-11 00:56:13 UTC: Creating subgroups at level 8: 5108492022-11-11 00:56:13 UTC: Creating subgroups at level 9: 10228502022-11-11 00:56:13 UTC: creating routes.8512022-11-11 00:56:14 UTC: filling traversal ids.8522022-11-11 00:56:14 UTC: creating namespace settings.8531 root namespaces and subgroups 9 levels deep created!854....................855OK856== Seed from db/fixtures/development/03_project.rb857OK858== Seed from db/fixtures/development/03_project_1_user_projects.rb859Creating 50 User projects and corresponding project namespaces.860Rough estimated time: less than a minute ⏰8612022-11-11 00:56:16 UTC: Creating project namespaces: 50.8622022-11-11 00:56:16 UTC: Creating projects: 50.86350 User projects and corresponding project namespaces created!864OK865== Seed from db/fixtures/development/03_project_2_group_projects.rb866Creating 5,115 Projects and corresponding project namespaces.867Rough estimated time: less than a minute ⏰8682022-11-11 00:56:16 UTC: Creating projects namespaces: 5115.8692022-11-11 00:56:17 UTC: Creating projects: 5115.8705,115 Projects and corresponding project namespaces created!871OK872== Seed from db/fixtures/development/03_project_3_features.rb873Creating 5,165 Project features.874Rough estimated time: less than a minute ⏰8752022-11-11 00:56:18 UTC: Creating project features: 5165.8765,165 Project features created!877OK878== Seed from db/fixtures/development/03_project_4_routes.rb879Creating 5,165 Project routes.880Rough estimated time: less than a minute ⏰8812022-11-11 00:56:18 UTC: Creating project routes: 5165.8825,165 Project routes created!883OK884== Seed from db/fixtures/development/044_add_security_training_providers.rb885OK886== Seed from db/fixtures/development/04_labels.rb887Generating group labels: 0888Generating project labels: 0889OK890== Seed from db/fixtures/development/06_teams.rb891OK892== Seed from db/fixtures/development/07_milestones.rb893OK894== Seed from db/fixtures/development/09_issues.rb895OK896== Seed from db/fixtures/development/10_license_file.rb897Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.898OK899== Seed from db/fixtures/development/10_merge_requests.rb900OK901== Seed from db/fixtures/development/11_keys.rb902..........903OK904== Seed from db/fixtures/development/12_snippets.rb905....................906OK907== Seed from db/fixtures/development/13_comments.rb908OK909== Seed from db/fixtures/development/14_pipelines.rb910OK911== Seed from db/fixtures/development/15_award_emoji.rb912OK913== Seed from db/fixtures/development/16_protected_branches.rb914OK915== Seed from db/fixtures/development/17_cycle_analytics.rb916Successfully seeded 'vsmg-1668128184/vsmp-1668128184' for Value Stream Management!918OK919== Seed from db/fixtures/development/18_abuse_reports.rb920.......................921OK922== Seed from db/fixtures/development/19_environments.rb923OK924== Seed from db/fixtures/development/20_burndown.rb925.....926OK927== Seed from db/fixtures/development/20_nested_groups.rb928Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.929OK930== Seed from db/fixtures/development/20_vulnerabilities.rb931Seeding vulnerabilities for the 'vsmg-1668128184/vsmp-1668128184' project932..............................933Done.934OK935== Seed from db/fixtures/development/21_dast_profiles.rb936OK937== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb938.939OK940== Seed from db/fixtures/development/22_epics.rb941.....942OK943== Seed from db/fixtures/development/23_spam_logs.rb944.......................945OK946== Seed from db/fixtures/development/24_forks.rb947DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is948deprecated without replacement. If the `throw` came from949`Timeout.timeout(duration)`, pass an exception class as a second950argument so it doesn't use `throw` to abort its block. This results951in the transaction being committed, but in the next release of Rails952it will rollback.953 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)954== Seed from db/fixtures/development/25_api_personal_access_token.rb955.956OK957== Seed from db/fixtures/development/25_downstream_pipelines.rb958OK959== Seed from db/fixtures/development/26_container_images.rb960Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.961OK962== Seed from db/fixtures/development/26_packages.rb963Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.964Seeding packages for the 'vsmg-1668128184/vsmp-1668128184' project965.....966OK967== Seed from db/fixtures/development/27_plans.rb968........969OK970== Seed from db/fixtures/development/27_product_analytics_events.rb971Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.972OK973== Seed from db/fixtures/development/28_integrations.rb974Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.975OK976== Seed from db/fixtures/development/29_usage_trends.rb977.978OK979== Seed from db/fixtures/development/30_composer_packages.rb980Use the `SEED_COMPOSER` environment variable to seed composer packages981OK982== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb983Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.984OK985== Seed from db/fixtures/development/31_devops_adoption.rb986Error creating enabled_namespaces987[#<ActiveModel::Errors:0x00007fb96219dea8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-11-11 00:56:45.795133033 +0000", updated_at: "2022-11-11 00:56:45.795133033 +0000", namespace_id: 6220, display_namespace_id: 6220>, @errors=[]>, #<ActiveModel::Errors:0x00007fb9620f2c60 @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-1668128184>}>]>]988OK989== Seed from db/fixtures/development/31_error_tracking.rb990OK991== Seed from db/fixtures/development/31_terraform_state.rb992.993OK994== Seed from db/fixtures/development/32_compliance_report_violations.rb995OK996== Seed from db/fixtures/development/32_crm.rb997Generating group crm organizations and contacts998..................................................999OK1000== Seed from db/fixtures/development/33_triage_ops.rb1001Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.1002== Seed from db/fixtures/development/34_uploads.rb1003..............................1004OK1005== Seed from db/fixtures/development/35_merge_request_predictions.rb1006.1007OK1008== Seed from db/fixtures/development/90_productivity_analytics.rb1009OK1010== Seed from db/fixtures/development/91_iteration_cadences.rb1011........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................1012OK1013== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb1014Successfully created self-monitoring project.1015== Seed from db/fixtures/development/99_common_metrics.rb1016==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 54 seconds.1018Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1019Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1021Job succeeded