There was an error fetching the job.
run-dev-fixtures-ee
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org rpvz2FF93 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.17-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:4c69e29b9bc4c315d6a48795c1a0e67f95c7ea51f42f78cef81e3358b2b37f05 for postgres:12 with digest postgres@sha256:59d58c88d5fbca5eb430f65b930b73f9ed54d3eab77a71799b4129994c876df5 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:374ca386513ad781c1aa2f52c9379052723b49ab188b8517167f0b24055518bf for redis:6.0-alpine with digest redis@sha256:952e2aa016cbc8f5288c87c8ce9d666e89bed1dfc7db68acde923642572809d0 ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...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.17-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:2d1abf4a01d12c8c710daf827b2183fde85d63110cdf868348ceebfbeb1eeb95 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-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.17-node-16.14-postgresql-12@sha256:5e5324481728010c0a699787a5aab0245a71fcbddb214d81bebc408c7b2d7980 ...21Running on runner-rpvz2ff9-project-278964-concurrent-0 via runner-rpvz2ff9-private-1660038618-fa763c41...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: 122436, done. 28remote: Counting objects: 100% (122436/122436), done. 29remote: Compressing objects: 100% (83304/83304), done. 30remote: Total 122436 (delta 52120), reused 83128 (delta 34159), pack-reused 0 31Receiving objects: 100% (122436/122436), 113.99 MiB | 24.14 MiB/s, done.32Resolving deltas: 100% (52120/52120), done.34 * [new ref] refs/pipelines/608303875 -> refs/pipelines/60830387535Checking out 09292e6e as refs/merge-requests/94291/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for setup-test-env (2832790238)...47Downloading artifacts from coordinator... ok id=2832790238 responseStatus=200 OK token=rsFHv-5249Using docker image sha256:2d1abf4a01d12c8c710daf827b2183fde85d63110cdf868348ceebfbeb1eeb95 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-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.17-node-16.14-postgresql-12@sha256:5e5324481728010c0a699787a5aab0245a71fcbddb214d81bebc408c7b2d7980 ...50$ echo $FOSS_ONLY51$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb52$ export GOPATH=$CI_PROJECT_DIR/.go53$ mkdir -p $GOPATH54$ source scripts/utils.sh55$ source scripts/prepare_build.sh563.2.3357Bundler version 2.2.3358Successfully installed bundler-2.3.15591 gem installed60production:development61Settings are listed in order of priority. The top value will be used.62clean63Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true64frozen65Set via BUNDLE_FROZEN: true66install_flags67Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"68path69Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70without71Set via BUNDLE_WITHOUT: [:production, :development]72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73Don't run Bundler as root. Bundler can ask for sudo if it is needed, and74installing your bundle as root will break this application for all non-root75users on this machine.76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.4.1 with native extensions80==> 'bundle pristine pg' succeeded in 11 seconds.81Using decomposed database config (config/database.yml.decomposed-postgresql)82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 0 seconds.86$ bundle exec rake db:drop db:create db:schema:load db:migrate87Dropped database 'gitlabhq_test'88Dropped database 'gitlabhq_test_ci'89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_test'91Created database 'gitlabhq_test_ci'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 36 seconds.94$ setup_db_praefect95SELECT pg_catalog.set_config('search_path', '', false);96CREATE DATABASE praefect_test ENCODING 'UTF8';97==> 'setup_db_praefect' succeeded in 0 seconds.98$ cp ee/db/fixtures/development/* $FIXTURE_PATH99$ run_timed_command "scripts/gitaly-test-spawn"100$ scripts/gitaly-test-spawn101find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory103find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory107Don't run Bundler as root. Bundler can ask for sudo if it is needed, and108installing your bundle as root will break this application for all non-root109users on this machine.110Using abstract_type 0.0.7111Using concurrent-ruby 1.1.10112Using i18n 1.12.0113Using minitest 5.16.2114Using tzinfo 2.0.5115Using zeitwerk 2.6.0116Using activesupport 6.1.6.1117Using builder 3.2.4118Using erubi 1.10.0119Using mini_portile2 2.8.0120Using racc 1.6.0121Using nokogiri 1.13.8 (x86_64-linux)122Using rails-dom-testing 2.0.3123Using crass 1.0.6124Using loofah 2.16.0125Using rails-html-sanitizer 1.4.2126Using actionview 6.1.6.1127Using rack 2.2.3128Using rack-test 1.1.0129Using actionpack 6.1.6.1130Using ice_nine 0.11.2131Using thread_safe 0.3.6132Using memoizable 0.4.2133Using adamantium 0.2.0134Using public_suffix 4.0.6135Using addressable 2.7.0136Using ast 2.4.2137Using binding_ninja 0.2.3138Using bundler 2.3.15139Using charlock_holmes 0.7.7140Using coderay 1.1.2141Using equalizer 0.0.11142Using concord 0.1.5143Using diff-lcs 1.3144Using dotenv 2.7.6145Using escape_utils 1.2.2146Using factory_bot 5.0.2147Using multipart-post 2.1.1148Using faraday 1.0.1149Using ffi 1.15.3150Using json 2.5.1151Using gemojione 3.3.0152Using mini_mime 1.1.2153Using rugged 1.2.0154Using github-linguist 7.20.0155Using github-markup 1.7.0156Using mime-types-data 3.2020.1104157Using mime-types 3.3.1158Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1159Using rouge 3.27.0160Using sanitize 6.0.0161Using stringex 2.8.5162Using gitlab-gollum-lib 4.2.7.10.gitlab.2163Using google-protobuf 3.21.3 (x86_64-linux)164Using googleapis-common-protos-types 1.3.0165Using grpc 1.42.0 (x86_64-linux)166Using opentracing 0.5.0167Using thrift 0.15.0168Using jaeger-client 1.1.0169Using pg_query 2.1.1170Using redis 4.4.0171Using gitlab-labkit 0.23.0172Using rubyzip 2.3.2173Using thor 1.1.0174Using tomlrb 2.0.1175Using with_env 1.1.0176Using rexml 3.2.5177Using xml-simple 1.1.9178Using gitlab-license_finder 6.14.2.1179Using gitlab-markup 1.7.1180Using grpc-tools 1.42.0181Using sawyer 0.8.2182Using octokit 4.20.0183Using reverse_markdown 1.4.0184Using licensee 9.14.1185Using method_source 0.9.2186Using msgpack 1.3.3187Using optimist 3.0.1188Using parallel 1.19.2189Using parser 3.0.3.2190Using procto 0.0.3191Using unparser 0.4.7192Using proc_to_ast 0.1.0193Using pry 0.12.2194Using rainbow 3.0.0195Using rbtrace 0.4.14196Using rdoc 6.3.2197Using regexp_parser 1.8.1198Using rspec-support 3.8.0199Using rspec-core 3.8.0200Using rspec-expectations 3.8.3201Using rspec-mocks 3.8.0202Using rspec 3.8.0203Using rspec-parameterized 0.4.2204Using rubocop-ast 0.2.0205Using ruby-progressbar 1.10.1206Using unicode-display_width 1.7.0207Using rubocop 0.86.0208Using sentry-raven 3.0.4209Using timecop 0.9.1210Bundle complete! 22 Gemfile dependencies, 100 gems now installed.211Gems in the groups 'production' and 'development' were not installed.212Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`213Checking gitaly-ruby Gemfile...214Checking gitaly-ruby bundle...215The Gemfile's dependencies are satisfied216Trying to connect to gitaly: ........................................... OK217Trying to connect to gitaly2: .......................................................... OK218Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK219==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.220$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"221$ RAILS_ENV=test bundle exec rake db:seed_fu222== Seed from db/fixtures/development/001_create_base_work_item_types.rb223OK224== Seed from db/fixtures/development/01_admin.rb225.226OK227== Seed from db/fixtures/development/02_application_settings.rb228Creating the default ApplicationSetting record.229Enable hashed storage for every new projects.230Generate CI JWT signing key231.232== Seed from db/fixtures/development/02_users.rb233Creating 10 Users.234Rough estimated time: less than a minute ⏰23510 Users created!236Creating 10 user namespaces.237Rough estimated time: less than a minute ⏰23810 user namespaces created!239Creating 10 User namespaces routes.240Rough estimated time: less than a minute ⏰24110 User namespaces routes created!242===========================================================243INFO: Password for newly created users is: ddaaf842ac6aa7b4244===========================================================245Creating 1 root namespaces and subgroups 9 levels deep.246Rough estimated time: less than a minute ⏰2472022-08-09 12:21:42 UTC: Creating subgroups at level 1: 22482022-08-09 12:21:42 UTC: Creating subgroups at level 2: 62492022-08-09 12:21:42 UTC: Creating subgroups at level 3: 142502022-08-09 12:21:42 UTC: Creating subgroups at level 4: 302512022-08-09 12:21:42 UTC: Creating subgroups at level 5: 622522022-08-09 12:21:42 UTC: Creating subgroups at level 6: 1262532022-08-09 12:21:42 UTC: Creating subgroups at level 7: 2542542022-08-09 12:21:42 UTC: Creating subgroups at level 8: 5102552022-08-09 12:21:42 UTC: Creating subgroups at level 9: 10222562022-08-09 12:21:42 UTC: creating routes.2572022-08-09 12:21:42 UTC: filling traversal ids.2582022-08-09 12:21:43 UTC: creating namespace settings.2591 root namespaces and subgroups 9 levels deep created!260....................261OK262== Seed from db/fixtures/development/03_project.rb263OK264== Seed from db/fixtures/development/03_project_1_user_projects.rb265Creating 50 User projects and corresponding project namespaces.266Rough estimated time: less than a minute ⏰2672022-08-09 12:21:45 UTC: Creating project namespaces: 50.2682022-08-09 12:21:45 UTC: Creating projects: 50.26950 User projects and corresponding project namespaces created!270OK271== Seed from db/fixtures/development/03_project_2_group_projects.rb272Creating 5,115 Projects and corresponding project namespaces.273Rough estimated time: less than a minute ⏰2742022-08-09 12:21:45 UTC: Creating projects namespaces: 5115.2752022-08-09 12:21:46 UTC: Creating projects: 5115.2765,115 Projects and corresponding project namespaces created!277OK278== Seed from db/fixtures/development/03_project_3_features.rb279Creating 5,165 Project features.280Rough estimated time: less than a minute ⏰2812022-08-09 12:21:47 UTC: Creating project features: 5165.2825,165 Project features created!283OK284== Seed from db/fixtures/development/03_project_4_routes.rb285Creating 5,165 Project routes.286Rough estimated time: less than a minute ⏰2872022-08-09 12:21:47 UTC: Creating project routes: 5165.2885,165 Project routes created!289OK290== Seed from db/fixtures/development/04_labels.rb291Generating group labels: 0292Generating project labels: 0293OK294== Seed from db/fixtures/development/06_teams.rb295OK296== Seed from db/fixtures/development/07_milestones.rb297OK298== Seed from db/fixtures/development/09_issues.rb299OK300== Seed from db/fixtures/development/10_license_file.rb301Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.302OK303== Seed from db/fixtures/development/10_merge_requests.rb304OK305== Seed from db/fixtures/development/11_keys.rb306..........307OK308== Seed from db/fixtures/development/12_snippets.rb309....................310OK311== Seed from db/fixtures/development/13_comments.rb312OK313== Seed from db/fixtures/development/14_pipelines.rb314OK315== Seed from db/fixtures/development/15_award_emoji.rb316OK317== Seed from db/fixtures/development/16_protected_branches.rb318OK319== Seed from db/fixtures/development/17_cycle_analytics.rb320Successfully seeded 'vsmg-1660047715/vsmp-1660047715' for Value Stream Management!322OK323== Seed from db/fixtures/development/18_abuse_reports.rb324.......................325OK326== Seed from db/fixtures/development/19_environments.rb327OK328== Seed from db/fixtures/development/20_burndown.rb329.....330OK331== Seed from db/fixtures/development/20_nested_groups.rb332Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.333OK334== Seed from db/fixtures/development/20_vulnerabilities.rb335OK336== Seed from db/fixtures/development/21_dast_profiles.rb337OK338== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb339.340OK341== Seed from db/fixtures/development/22_epics.rb342.....343OK344== Seed from db/fixtures/development/23_spam_logs.rb345.......................346OK347== Seed from db/fixtures/development/24_forks.rb348DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is349deprecated without replacement. If the `throw` came from350`Timeout.timeout(duration)`, pass an exception class as a second351argument so it doesn't use `throw` to abort its block. This results352in the transaction being committed, but in the next release of Rails353it will rollback.354 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)355== Seed from db/fixtures/development/25_api_personal_access_token.rb356.357OK358== Seed from db/fixtures/development/25_downstream_pipelines.rb359OK360== Seed from db/fixtures/development/26_container_images.rb361Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.362OK363== Seed from db/fixtures/development/26_packages.rb364Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.365Seeding packages for the 'vsmg-1660047715/vsmp-1660047715' project366.....367OK368== Seed from db/fixtures/development/27_plans.rb369........370OK371== Seed from db/fixtures/development/27_product_analytics_events.rb372Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.373OK374== Seed from db/fixtures/development/28_integrations.rb375Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.376OK377== Seed from db/fixtures/development/29_usage_trends.rb378.379OK380== Seed from db/fixtures/development/30_composer_packages.rb381Use the `SEED_COMPOSER` environment variable to seed composer packages382OK383== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb384Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.385OK386== Seed from db/fixtures/development/31_devops_adoption.rb387Error creating enabled_namespaces388[#<ActiveModel::Errors:0x00007f9a1c7b14f8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-08-09 12:22:19.145608893 +0000", updated_at: "2022-08-09 12:22:19.145608893 +0000", namespace_id: 6220, display_namespace_id: 6220>, @errors=[]>, #<ActiveModel::Errors:0x00007f9a1c78a5b0 @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-1660047715>}>]>]389OK390== Seed from db/fixtures/development/31_error_tracking.rb391OK392== Seed from db/fixtures/development/31_terraform_state.rb393.394OK395== Seed from db/fixtures/development/32_compliance_report_violations.rb396OK397== Seed from db/fixtures/development/32_crm.rb398Generating group crm organizations and contacts399..................................................400OK401== Seed from db/fixtures/development/33_triage_ops.rb402Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.403== Seed from db/fixtures/development/34_uploads.rb404..............................405OK406== Seed from db/fixtures/development/90_productivity_analytics.rb407OK408== Seed from db/fixtures/development/91_iteration_cadences.rb409........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................410OK411== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb412Successfully created self monitoring project.413== Seed from db/fixtures/development/99_common_metrics.rb414==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 65 seconds.416Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy417Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy419Job succeeded