run-dev-fixtures
Passed Started
by
@ahegyi
Adam Hegyi
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org tDjA3Sp33 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING: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 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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 ...16Using 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 ...18Running on runner-tdja3sp3-project-278964-concurrent-0 via runner-tdja3sp3-private-1667569024-13d61ad7...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 135178, done. 25remote: Counting objects: 100% (135178/135178), done. 26remote: Compressing objects: 100% (85462/85462), done. 27remote: Total 135178 (delta 62673), reused 94880 (delta 44892), pack-reused 0 28Receiving objects: 100% (135178/135178), 115.46 MiB | 33.77 MiB/s, done.29Resolving deltas: 100% (62673/62673), done.31 * [new ref] refs/pipelines/685831713 -> refs/pipelines/68583171332 * [new branch] master -> origin/master33Checking out 58c4ca27 as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38cache.zip is up to date 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache44Downloading artifacts for setup-test-env (3275962693)...45Downloading artifacts from coordinator... ok id=3275962693 responseStatus=200 OK token=vcfK1-DS47Using 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 ...48$ echo $FOSS_ONLY49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh670Using decomposed database config (config/database.yml.decomposed-postgresql)671$ setup_db_user_only672CREATE ROLE673GRANT674==> 'setup_db_user_only' succeeded in 0 seconds.675$ bundle exec rake db:drop db:create db:schema:load db:migrate676Dropped database 'gitlabhq_test'677Dropped database 'gitlabhq_test_ci'678Dropped database 'gitlabhq_geo_test'679Created database 'gitlabhq_test'680Created database 'gitlabhq_test_ci'681Created database 'gitlabhq_geo_test'682==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 31 seconds.683$ setup_db_praefect684SELECT pg_catalog.set_config('search_path', '', false);685CREATE DATABASE praefect_test ENCODING 'UTF8';686==> 'setup_db_praefect' succeeded in 0 seconds.687$ run_timed_command "scripts/gitaly-test-spawn"688$ scripts/gitaly-test-spawn689find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory690find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory691find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory692find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory693find: ‘/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 directory696Don't run Bundler as root. Bundler can ask for sudo if it is needed, and697installing your bundle as root will break this application for all non-root698users on this machine.699Using abstract_type 0.0.7700Using concurrent-ruby 1.1.10701Using i18n 1.12.0702Using minitest 5.16.3703Using tzinfo 2.0.5704Using zeitwerk 2.6.0705Using activesupport 6.1.6.1706Using builder 3.2.4707Using erubi 1.11.0708Using mini_portile2 2.8.0709Using racc 1.6.0710Using nokogiri 1.13.8 (x86_64-linux)711Using rails-dom-testing 2.0.3712Using crass 1.0.6713Using loofah 2.19.0714Using rails-html-sanitizer 1.4.3715Using actionview 6.1.6.1716Using rack 2.2.4717Using rack-test 2.0.2718Using actionpack 6.1.6.1719Using ice_nine 0.11.2720Using thread_safe 0.3.6721Using memoizable 0.4.2722Using adamantium 0.2.0723Using public_suffix 4.0.7724Using addressable 2.8.0725Using ast 2.4.2726Using binding_ninja 0.2.3727Using bundler 2.3.15728Using charlock_holmes 0.7.7729Using coderay 1.1.2730Using equalizer 0.0.11731Using concord 0.1.5732Using diff-lcs 1.3733Using dotenv 2.7.6734Using escape_utils 1.2.2735Using factory_bot 5.0.2736Using multipart-post 2.1.1737Using faraday 1.0.1738Using ffi 1.15.5739Using google-protobuf 3.21.9 (x86_64-linux)740Using googleapis-common-protos-types 1.4.0741Using grpc 1.42.0 (x86_64-linux)742Using gitaly 15.5.0743Using mini_mime 1.1.2744Using rugged 1.2.0745Using github-linguist 7.20.0746Using opentracing 0.5.0747Using thrift 0.17.0748Using jaeger-client 1.1.0749Using pg_query 2.2.0750Using redis 4.7.1751Using gitlab-labkit 0.28.0752Using rubyzip 2.3.2753Using thor 1.1.0754Using tomlrb 2.0.1755Using with_env 1.1.0756Using rexml 3.2.5757Using xml-simple 1.1.9758Using gitlab-license_finder 6.14.2.1759Using gitlab-markup 1.7.1760Using sawyer 0.8.2761Using octokit 4.20.0762Using reverse_markdown 1.4.0763Using licensee 9.15.2764Using method_source 0.9.2765Using msgpack 1.3.3766Using optimist 3.0.1767Using parallel 1.19.2768Using parser 3.0.3.2769Using procto 0.0.3770Using unparser 0.4.7771Using proc_to_ast 0.1.0772Using pry 0.12.2773Using rainbow 3.0.0774Using rbtrace 0.4.14775Using regexp_parser 1.8.1776Using rspec-support 3.8.0777Using rspec-core 3.8.0778Using rspec-expectations 3.8.3779Using rspec-mocks 3.8.0780Using rspec 3.8.0781Using rspec-parameterized 0.4.2782Using rubocop-ast 0.2.0783Using ruby-progressbar 1.10.1784Using unicode-display_width 1.7.0785Using rubocop 0.86.0786Using sentry-raven 3.0.4787Using timecop 0.9.1788Bundle complete! 18 Gemfile dependencies, 89 gems now installed.789Gems in the groups 'production' and 'development' were not installed.790Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`791Checking gitaly-ruby Gemfile...792Checking gitaly-ruby bundle...793The Gemfile's dependencies are satisfied794Trying to connect to gitaly: ........................................ OK795Trying to connect to gitaly2: .................................................. OK796Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK797==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.798$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"799$ RAILS_ENV=test bundle exec rake db:seed_fu800== Seed from db/fixtures/development/001_create_base_work_item_types.rb801OK802== Seed from db/fixtures/development/01_admin.rb803.804OK805== Seed from db/fixtures/development/02_application_settings.rb806Creating the default ApplicationSetting record.807Enable hashed storage for every new projects.808Generate CI JWT signing key809.810== Seed from db/fixtures/development/02_users.rb811Creating 10 Users.812Rough estimated time: less than a minute ⏰81310 Users created!814Creating 10 user namespaces.815Rough estimated time: less than a minute ⏰81610 user namespaces created!817Creating 10 User namespaces routes.818Rough estimated time: less than a minute ⏰81910 User namespaces routes created!820===========================================================821INFO: Password for newly created users is: d549dcc804345d98822===========================================================823Creating 1 root namespaces and subgroups 9 levels deep.824Rough estimated time: less than a minute ⏰8252022-11-04 14:15:36 UTC: Creating subgroups at level 1: 28262022-11-04 14:15:36 UTC: Creating subgroups at level 2: 68272022-11-04 14:15:36 UTC: Creating subgroups at level 3: 148282022-11-04 14:15:36 UTC: Creating subgroups at level 4: 308292022-11-04 14:15:36 UTC: Creating subgroups at level 5: 628302022-11-04 14:15:36 UTC: Creating subgroups at level 6: 1268312022-11-04 14:15:36 UTC: Creating subgroups at level 7: 2548322022-11-04 14:15:36 UTC: Creating subgroups at level 8: 5108332022-11-04 14:15:36 UTC: Creating subgroups at level 9: 10228342022-11-04 14:15:36 UTC: creating routes.8352022-11-04 14:15:36 UTC: filling traversal ids.8362022-11-04 14:15:36 UTC: creating namespace settings.8371 root namespaces and subgroups 9 levels deep created!838....................839OK840== Seed from db/fixtures/development/03_project.rb841OK842== Seed from db/fixtures/development/03_project_1_user_projects.rb843Creating 50 User projects and corresponding project namespaces.844Rough estimated time: less than a minute ⏰8452022-11-04 14:15:38 UTC: Creating project namespaces: 50.8462022-11-04 14:15:38 UTC: Creating projects: 50.84750 User projects and corresponding project namespaces created!848OK849== Seed from db/fixtures/development/03_project_2_group_projects.rb850Creating 5,115 Projects and corresponding project namespaces.851Rough estimated time: less than a minute ⏰8522022-11-04 14:15:38 UTC: Creating projects namespaces: 5115.8532022-11-04 14:15:38 UTC: Creating projects: 5115.8545,115 Projects and corresponding project namespaces created!855OK856== Seed from db/fixtures/development/03_project_3_features.rb857Creating 5,165 Project features.858Rough estimated time: less than a minute ⏰8592022-11-04 14:15:39 UTC: Creating project features: 5165.8605,165 Project features created!861OK862== Seed from db/fixtures/development/03_project_4_routes.rb863Creating 5,165 Project routes.864Rough estimated time: less than a minute ⏰8652022-11-04 14:15:39 UTC: Creating project routes: 5165.8665,165 Project routes created!867OK868== Seed from db/fixtures/development/044_add_security_training_providers.rb869OK870== Seed from db/fixtures/development/04_labels.rb871Generating group labels: 0872Generating project labels: 0873OK874== Seed from db/fixtures/development/06_teams.rb875OK876== Seed from db/fixtures/development/07_milestones.rb877OK878== Seed from db/fixtures/development/09_issues.rb879OK880== Seed from db/fixtures/development/10_merge_requests.rb881OK882== Seed from db/fixtures/development/11_keys.rb883..........884OK885== Seed from db/fixtures/development/12_snippets.rb886....................887OK888== Seed from db/fixtures/development/13_comments.rb889OK890== Seed from db/fixtures/development/14_pipelines.rb891OK892== Seed from db/fixtures/development/15_award_emoji.rb893OK894== Seed from db/fixtures/development/16_protected_branches.rb895OK896== Seed from db/fixtures/development/17_cycle_analytics.rb897Successfully seeded 'vsmg-1667571345/vsmp-1667571345' for Value Stream Management!899OK900== Seed from db/fixtures/development/18_abuse_reports.rb901.......................902OK903== Seed from db/fixtures/development/19_environments.rb904OK905== Seed from db/fixtures/development/20_nested_groups.rb906Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.907OK908== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb909.910OK911== Seed from db/fixtures/development/23_spam_logs.rb912.......................913OK914== Seed from db/fixtures/development/24_forks.rb915DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is916deprecated without replacement. If the `throw` came from917`Timeout.timeout(duration)`, pass an exception class as a second918argument so it doesn't use `throw` to abort its block. This results919in the transaction being committed, but in the next release of Rails920it will rollback.921 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)922== Seed from db/fixtures/development/25_api_personal_access_token.rb923.924OK925== Seed from db/fixtures/development/26_container_images.rb926Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.927OK928== Seed from db/fixtures/development/26_packages.rb929Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.930Seeding packages for the 'vsmg-1667571345/vsmp-1667571345' project931.....932OK933== Seed from db/fixtures/development/27_product_analytics_events.rb934Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.935OK936== Seed from db/fixtures/development/28_integrations.rb937Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.938OK939== Seed from db/fixtures/development/29_usage_trends.rb940.941OK942== Seed from db/fixtures/development/30_composer_packages.rb943Use the `SEED_COMPOSER` environment variable to seed composer packages944OK945== Seed from db/fixtures/development/31_error_tracking.rb946OK947== Seed from db/fixtures/development/31_terraform_state.rb948.949OK950== Seed from db/fixtures/development/32_crm.rb951Generating group crm organizations and contacts952..................................................953OK954== Seed from db/fixtures/development/33_triage_ops.rb955Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.956== Seed from db/fixtures/development/34_uploads.rb957..........958OK959== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb960Successfully created self-monitoring project.961== Seed from db/fixtures/development/99_common_metrics.rb962==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 30 seconds.964Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy965Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy967Job succeeded