run-dev-fixtures
Passed Started
by
@thomasrandolph
Thomas Randolph
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 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-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...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-106-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce 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-106-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:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...18Running on runner-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1670459517-2d42572f...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: 141131, done. 25remote: Counting objects: 100% (141131/141131), done. 26remote: Compressing objects: 100% (89753/89753), done. 27remote: Total 141131 (delta 65036), reused 99068 (delta 46163), pack-reused 0 28Receiving objects: 100% (141131/141131), 119.17 MiB | 29.89 MiB/s, done.29Resolving deltas: 100% (65036/65036), done.31 * [new ref] refs/pipelines/716546384 -> refs/pipelines/71654638432Checking out 7c747a9f as refs/merge-requests/106378/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 41Successfully extracted cache43Downloading artifacts for setup-test-env (3441843127)...44Downloading artifacts from coordinator... ok id=3441843127 responseStatus=200 OK token=yzkhx23M46Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce 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-106-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:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...47$ echo $FOSS_ONLY48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh681Using decomposed database config (config/database.yml.decomposed-postgresql)682$ setup_db_user_only683CREATE ROLE684GRANT685==> 'setup_db_user_only' succeeded in 1 seconds.686$ bundle exec rake db:drop db:create db:schema:load db:migrate687Dropped database 'gitlabhq_test'688Dropped database 'gitlabhq_test_ci'689Dropped database 'gitlabhq_geo_test'690Created database 'gitlabhq_test'691Created database 'gitlabhq_test_ci'692Created database 'gitlabhq_geo_test'693==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 40 seconds.694$ setup_db_praefect695SELECT pg_catalog.set_config('search_path', '', false);696CREATE DATABASE praefect_test ENCODING 'UTF8';697==> 'setup_db_praefect' succeeded in 0 seconds.698$ run_timed_command "scripts/gitaly-test-spawn"699$ scripts/gitaly-test-spawn700find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory701find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory702find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory703find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory704find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory705find: ‘/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 directory707Don't run Bundler as root. Bundler can ask for sudo if it is needed, and708installing your bundle as root will break this application for all non-root709users on this machine.710Using abstract_type 0.0.7711Using concurrent-ruby 1.1.10712Using i18n 1.12.0713Using minitest 5.16.3714Using tzinfo 2.0.5715Using zeitwerk 2.6.0716Using activesupport 6.1.6.1717Using builder 3.2.4718Using erubi 1.11.0719Using mini_portile2 2.8.0720Using racc 1.6.0721Using nokogiri 1.13.8 (x86_64-linux)722Using rails-dom-testing 2.0.3723Using crass 1.0.6724Using loofah 2.19.0725Using rails-html-sanitizer 1.4.3726Using actionview 6.1.6.1727Using rack 2.2.4728Using rack-test 2.0.2729Using actionpack 6.1.6.1730Using ice_nine 0.11.2731Using thread_safe 0.3.6732Using memoizable 0.4.2733Using adamantium 0.2.0734Using public_suffix 4.0.7735Using addressable 2.8.0736Using ast 2.4.2737Using binding_ninja 0.2.3738Using bundler 2.3.15739Using coderay 1.1.2740Using equalizer 0.0.11741Using concord 0.1.5742Using diff-lcs 1.3743Using dotenv 2.7.6744Using factory_bot 5.0.2745Using multipart-post 2.1.1746Using faraday 1.0.1747Using ffi 1.15.5748Using google-protobuf 3.21.10 (x86_64-linux)749Using googleapis-common-protos-types 1.4.0750Using grpc 1.42.0 (x86_64-linux)751Using gitaly 15.5.0752Using opentracing 0.5.0753Using thrift 0.17.0754Using jaeger-client 1.1.0755Using pg_query 2.2.0756Using redis 4.8.0757Using gitlab-labkit 0.29.0758Using rubyzip 2.3.2759Using thor 1.1.0760Using tomlrb 2.0.1761Using with_env 1.1.0762Using rexml 3.2.5763Using xml-simple 1.1.9764Using gitlab-license_finder 6.14.2.1765Using gitlab-markup 1.7.1766Using sawyer 0.8.2767Using octokit 4.20.0768Using reverse_markdown 1.4.0769Using rugged 1.2.0770Using licensee 9.15.2771Using method_source 0.9.2772Using msgpack 1.3.3773Using optimist 3.0.1774Using parallel 1.19.2775Using parser 3.0.3.2776Using procto 0.0.3777Using unparser 0.4.7778Using proc_to_ast 0.1.0779Using pry 0.12.2780Using rainbow 3.0.0781Using rbtrace 0.4.14782Using regexp_parser 1.8.1783Using rspec-support 3.8.0784Using rspec-core 3.8.0785Using rspec-expectations 3.8.3786Using rspec-mocks 3.8.0787Using rspec 3.8.0788Using rspec-parameterized 0.4.2789Using rubocop-ast 0.2.0790Using ruby-progressbar 1.10.1791Using unicode-display_width 1.7.0792Using rubocop 0.86.0793Using sentry-raven 3.0.4794Using timecop 0.9.1795Bundle complete! 18 Gemfile dependencies, 85 gems now installed.796Gems in the groups 'production' and 'development' were not installed.797Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`798Checking gitaly-ruby Gemfile...799Checking gitaly-ruby bundle...800The Gemfile's dependencies are satisfied801Trying to connect to gitaly: ................................................ OK802Trying to connect to gitaly2: ....................................................... OK803Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK804==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.805$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"806$ RAILS_ENV=test bundle exec rake db:seed_fu807== Seed from db/fixtures/development/001_create_base_work_item_types.rb808OK809== Seed from db/fixtures/development/01_admin.rb810.811OK812== Seed from db/fixtures/development/02_application_settings.rb813Creating the default ApplicationSetting record.814Enable hashed storage for every new projects.815Generate CI JWT signing key816.817== Seed from db/fixtures/development/02_users.rb818Creating 10 Users.819Rough estimated time: less than a minute ⏰82010 Users created!821Creating 10 user namespaces.822Rough estimated time: less than a minute ⏰82310 user namespaces created!824Creating 10 User namespaces routes.825Rough estimated time: less than a minute ⏰82610 User namespaces routes created!827===========================================================828INFO: Password for newly created users is: 45d1f91416d65a5e829===========================================================830Creating 1 root namespaces and subgroups 9 levels deep.831Rough estimated time: less than a minute ⏰8322022-12-08 00:53:14 UTC: Creating subgroups at level 1: 28332022-12-08 00:53:14 UTC: Creating subgroups at level 2: 68342022-12-08 00:53:14 UTC: Creating subgroups at level 3: 148352022-12-08 00:53:14 UTC: Creating subgroups at level 4: 308362022-12-08 00:53:14 UTC: Creating subgroups at level 5: 628372022-12-08 00:53:14 UTC: Creating subgroups at level 6: 1268382022-12-08 00:53:14 UTC: Creating subgroups at level 7: 2548392022-12-08 00:53:14 UTC: Creating subgroups at level 8: 5108402022-12-08 00:53:14 UTC: Creating subgroups at level 9: 10228412022-12-08 00:53:14 UTC: creating routes.8422022-12-08 00:53:14 UTC: filling traversal ids.8432022-12-08 00:53:15 UTC: creating namespace settings.8441 root namespaces and subgroups 9 levels deep created!845....................846OK847== Seed from db/fixtures/development/03_project.rb848OK849== Seed from db/fixtures/development/03_project_1_user_projects.rb850Creating 50 User projects and corresponding project namespaces.851Rough estimated time: less than a minute ⏰8522022-12-08 00:53:17 UTC: Creating project namespaces: 50.8532022-12-08 00:53:17 UTC: Creating projects: 50.85450 User projects and corresponding project namespaces created!855OK856== Seed from db/fixtures/development/03_project_2_group_projects.rb857Creating 5,115 Projects and corresponding project namespaces.858Rough estimated time: less than a minute ⏰8592022-12-08 00:53:17 UTC: Creating projects namespaces: 5115.8602022-12-08 00:53:18 UTC: Creating projects: 5115.8615,115 Projects and corresponding project namespaces created!862OK863== Seed from db/fixtures/development/03_project_3_features.rb864Creating 5,165 Project features.865Rough estimated time: less than a minute ⏰8662022-12-08 00:53:19 UTC: Creating project features: 5165.8675,165 Project features created!868OK869== Seed from db/fixtures/development/03_project_4_routes.rb870Creating 5,165 Project routes.871Rough estimated time: less than a minute ⏰8722022-12-08 00:53:19 UTC: Creating project routes: 5165.8735,165 Project routes created!874OK875== Seed from db/fixtures/development/044_add_security_training_providers.rb876OK877== Seed from db/fixtures/development/04_labels.rb878Generating group labels: 0879Generating project labels: 0880OK881== Seed from db/fixtures/development/06_teams.rb882OK883== Seed from db/fixtures/development/07_milestones.rb884OK885== Seed from db/fixtures/development/09_issues.rb886OK887== 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-1670460807/vsmp-1670460807' 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_nested_groups.rb913Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.914OK915== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb916.917OK918== Seed from db/fixtures/development/23_spam_logs.rb919.......................920OK921== Seed from db/fixtures/development/24_forks.rb922DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is923deprecated without replacement. If the `throw` came from924`Timeout.timeout(duration)`, pass an exception class as a second925argument so it doesn't use `throw` to abort its block. This results926in the transaction being committed, but in the next release of Rails927it will rollback.928 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)929== Seed from db/fixtures/development/25_api_personal_access_token.rb930.931OK932== Seed from db/fixtures/development/26_container_images.rb933Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.934OK935== Seed from db/fixtures/development/26_packages.rb936Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.937Seeding packages for the 'vsmg-1670460807/vsmp-1670460807' project938.....939OK940== Seed from db/fixtures/development/27_product_analytics_events.rb941Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.942OK943== Seed from db/fixtures/development/28_integrations.rb944Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.945OK946== Seed from db/fixtures/development/29_usage_trends.rb947.948OK949== Seed from db/fixtures/development/30_composer_packages.rb950Use the `SEED_COMPOSER` environment variable to seed composer packages951OK952== Seed from db/fixtures/development/31_error_tracking.rb953OK954== Seed from db/fixtures/development/31_terraform_state.rb955.956OK957== Seed from db/fixtures/development/32_crm.rb958Generating group crm organizations and contacts959..................................................960OK961== Seed from db/fixtures/development/33_triage_ops.rb962Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.963== Seed from db/fixtures/development/34_uploads.rb964..........965OK966== Seed from db/fixtures/development/50_create_work_item_hierarchy_restrictions.rb967OK968== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb969Successfully created self-monitoring project.970== Seed from db/fixtures/development/99_common_metrics.rb971==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 44 seconds.973Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy974Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy976Job succeeded