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

Hannes Moser
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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-101-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...21Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656921981-ae2770fe...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: 116039, done. 28remote: Counting objects: 100% (116039/116039), done. 29remote: Compressing objects: 100% (81230/81230), done. 30remote: Total 116039 (delta 48550), reused 75347 (delta 30398), pack-reused 0 31Receiving objects: 100% (116039/116039), 108.46 MiB | 20.10 MiB/s, done.32Resolving deltas: 100% (48550/48550), done.34 * [new ref] refs/pipelines/579240176 -> refs/pipelines/57924017635Checking out ad477312 as refs/merge-requests/90914/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-10 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 44Successfully extracted cache46Downloading artifacts for setup-test-env (2673682668)...47Downloading artifacts from coordinator... ok id=2673682668 responseStatus=200 OK token=NJWWqazU49Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...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.3.5 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 42 seconds.94$ setup_db_praefect95SELECT pg_catalog.set_config('search_path', '', false);96CREATE DATABASE praefect_test ENCODING 'UTF8';97==> 'setup_db_praefect' succeeded in 1 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 directory102Don't run Bundler as root. Bundler can ask for sudo if it is needed, and103installing your bundle as root will break this application for all non-root104users on this machine.105Using abstract_type 0.0.7106Using concurrent-ruby 1.1.10107Using i18n 1.10.0108Using minitest 5.15.0109Using tzinfo 2.0.4110Using zeitwerk 2.5.4111Using activesupport 6.1.4.7112Using builder 3.2.4113Using erubi 1.10.0114Using mini_portile2 2.8.0115Using racc 1.6.0116Using nokogiri 1.13.6 (x86_64-linux)117Using rails-dom-testing 2.0.3118Using crass 1.0.6119Using loofah 2.16.0120Using rails-html-sanitizer 1.4.2121Using actionview 6.1.4.7122Using rack 2.2.3123Using rack-test 1.1.0124Using actionpack 6.1.4.7125Using ice_nine 0.11.2126Using thread_safe 0.3.6127Using memoizable 0.4.2128Using adamantium 0.2.0129Using public_suffix 4.0.6130Using addressable 2.7.0131Using ast 2.4.2132Using binding_ninja 0.2.3133Using bundler 2.3.15134Using charlock_holmes 0.7.7135Using coderay 1.1.2136Using equalizer 0.0.11137Using concord 0.1.5138Using diff-lcs 1.3139Using dotenv 2.7.6140Using escape_utils 1.2.1141Using factory_bot 5.0.2142Using multipart-post 2.1.1143Using faraday 1.0.1144Using ffi 1.15.3145Using json 2.5.1146Using gemojione 3.3.0147Using mini_mime 1.0.2148Using rugged 1.2.0149Using github-linguist 7.12.1150Using github-markup 1.7.0151Using mime-types-data 3.2020.1104152Using mime-types 3.3.1153Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1154Using rouge 3.27.0155Using sanitize 6.0.0156Using stringex 2.8.5157Using gitlab-gollum-lib 4.2.7.10.gitlab.2158Using google-protobuf 3.19.1 (x86_64-linux)159Using googleapis-common-protos-types 1.3.0160Using grpc 1.42.0 (x86_64-linux)161Using opentracing 0.5.0162Using thrift 0.15.0163Using jaeger-client 1.1.0164Using pg_query 2.1.1165Using redis 4.4.0166Using gitlab-labkit 0.23.0167Using rubyzip 2.3.2168Using thor 1.1.0169Using tomlrb 2.0.1170Using with_env 1.1.0171Using rexml 3.2.5172Using xml-simple 1.1.9173Using gitlab-license_finder 6.14.2.1174Using gitlab-markup 1.7.1175Using grpc-tools 1.42.0176Using sawyer 0.8.2177Using octokit 4.20.0178Using reverse_markdown 1.4.0179Using licensee 9.14.1180Using method_source 0.9.2181Using msgpack 1.3.3182Using optimist 3.0.1183Using parallel 1.19.2184Using parser 3.0.3.2185Using procto 0.0.3186Using unparser 0.4.7187Using proc_to_ast 0.1.0188Using pry 0.12.2189Using rainbow 3.0.0190Using rbtrace 0.4.14191Using rdoc 6.3.2192Using regexp_parser 1.8.1193Using rspec-support 3.8.0194Using rspec-core 3.8.0195Using rspec-expectations 3.8.3196Using rspec-mocks 3.8.0197Using rspec 3.8.0198Using rspec-parameterized 0.4.2199Using rubocop-ast 0.2.0200Using ruby-progressbar 1.10.1201Using unicode-display_width 1.7.0202Using rubocop 0.86.0203Using sentry-raven 3.0.4204Using timecop 0.9.1205Bundle complete! 22 Gemfile dependencies, 100 gems now installed.206Gems in the groups 'production' and 'development' were not installed.207Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`208Checking gitaly-ruby Gemfile...209Checking gitaly-ruby bundle...210The Gemfile's dependencies are satisfied211Trying to connect to gitaly: ............................................... OK212Trying to connect to gitaly2: ............................................................ OK213Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK214==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.215$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"216$ RAILS_ENV=test bundle exec rake db:seed_fu217== Seed from db/fixtures/development/001_create_base_work_item_types.rb218OK219== Seed from db/fixtures/development/01_admin.rb220.221OK222== Seed from db/fixtures/development/02_application_settings.rb223Creating the default ApplicationSetting record.224Enable hashed storage for every new projects.225Generate CI JWT signing key226.227== Seed from db/fixtures/development/02_users.rb228Creating 10 Users.229Rough estimated time: less than a minute ⏰23010 Users created!231Creating 10 user namespaces.232Rough estimated time: less than a minute ⏰23310 user namespaces created!234Creating 10 User namespaces routes.235Rough estimated time: less than a minute ⏰23610 User namespaces routes created!237===========================================================238INFO: Password for newly created users is: 9173652626a93322239===========================================================240Creating 1 root namespaces and subgroups 9 levels deep.241Rough estimated time: less than a minute ⏰2422022-07-04 08:28:50 UTC: Creating subgroups at level 1: 22432022-07-04 08:28:50 UTC: Creating subgroups at level 2: 62442022-07-04 08:28:50 UTC: Creating subgroups at level 3: 142452022-07-04 08:28:50 UTC: Creating subgroups at level 4: 302462022-07-04 08:28:50 UTC: Creating subgroups at level 5: 622472022-07-04 08:28:50 UTC: Creating subgroups at level 6: 1262482022-07-04 08:28:50 UTC: Creating subgroups at level 7: 2542492022-07-04 08:28:50 UTC: Creating subgroups at level 8: 5102502022-07-04 08:28:50 UTC: Creating subgroups at level 9: 10222512022-07-04 08:28:50 UTC: creating routes.2522022-07-04 08:28:50 UTC: filling traversal ids.2532022-07-04 08:28:51 UTC: creating namespace settings.2541 root namespaces and subgroups 9 levels deep created!255....................256OK257== Seed from db/fixtures/development/03_project.rb258OK259== Seed from db/fixtures/development/03_project_1_user_projects.rb260Creating 50 User projects and corresponding project namespaces.261Rough estimated time: less than a minute ⏰2622022-07-04 08:28:53 UTC: Creating project namespaces: 50.2632022-07-04 08:28:53 UTC: Creating projects: 50.26450 User projects and corresponding project namespaces created!265OK266== Seed from db/fixtures/development/03_project_2_group_projects.rb267Creating 5,115 Projects and corresponding project namespaces.268Rough estimated time: less than a minute ⏰2692022-07-04 08:28:53 UTC: Creating projects namespaces: 5115.2702022-07-04 08:28:54 UTC: Creating projects: 5115.2715,115 Projects and corresponding project namespaces created!272OK273== Seed from db/fixtures/development/03_project_3_features.rb274Creating 5,165 Project features.275Rough estimated time: less than a minute ⏰2762022-07-04 08:28:55 UTC: Creating project features: 5165.2775,165 Project features created!278OK279== Seed from db/fixtures/development/03_project_4_routes.rb280Creating 5,165 Project routes.281Rough estimated time: less than a minute ⏰2822022-07-04 08:28:55 UTC: Creating project routes: 5165.2835,165 Project routes created!284OK285== Seed from db/fixtures/development/04_labels.rb286Generating group labels: 0287Generating project labels: 0288OK289== Seed from db/fixtures/development/06_teams.rb290OK291== Seed from db/fixtures/development/07_milestones.rb292OK293== Seed from db/fixtures/development/09_issues.rb294OK295== Seed from db/fixtures/development/10_license_file.rb296Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.297OK298== Seed from db/fixtures/development/10_merge_requests.rb299OK300== Seed from db/fixtures/development/11_keys.rb301..........302OK303== Seed from db/fixtures/development/12_snippets.rb304....................305OK306== Seed from db/fixtures/development/13_comments.rb307OK308== Seed from db/fixtures/development/14_pipelines.rb309OK310== Seed from db/fixtures/development/15_award_emoji.rb311OK312== Seed from db/fixtures/development/16_protected_branches.rb313OK314== Seed from db/fixtures/development/17_cycle_analytics.rb315Successfully seeded 'vsmg-1656923343/vsmp-1656923343' for Value Stream Management!317OK318== Seed from db/fixtures/development/18_abuse_reports.rb319.......................320OK321== Seed from db/fixtures/development/19_environments.rb322OK323== Seed from db/fixtures/development/20_burndown.rb324.....325OK326== Seed from db/fixtures/development/20_nested_groups.rb327Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.328OK329== Seed from db/fixtures/development/20_vulnerabilities.rb330OK331== Seed from db/fixtures/development/21_dast_profiles.rb332OK333== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb334.335OK336== Seed from db/fixtures/development/22_epics.rb337.....338OK339== Seed from db/fixtures/development/23_spam_logs.rb340.......................341OK342== Seed from db/fixtures/development/24_forks.rb343DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is344deprecated without replacement. If the `throw` came from345`Timeout.timeout(duration)`, pass an exception class as a second346argument so it doesn't use `throw` to abort its block. This results347in the transaction being committed, but in the next release of Rails348it will rollback.349 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:120)350== Seed from db/fixtures/development/25_api_personal_access_token.rb351.352OK353== Seed from db/fixtures/development/25_downstream_pipelines.rb354OK355== Seed from db/fixtures/development/26_container_images.rb356Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.357OK358== Seed from db/fixtures/development/26_packages.rb359Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.360Seeding packages for the 'vsmg-1656923343/vsmp-1656923343' project361.....362OK363== Seed from db/fixtures/development/27_plans.rb364........365OK366== Seed from db/fixtures/development/27_product_analytics_events.rb367Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.368OK369== Seed from db/fixtures/development/28_integrations.rb370Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.371OK372== Seed from db/fixtures/development/29_usage_trends.rb373.374OK375== Seed from db/fixtures/development/30_composer_packages.rb376Use the `SEED_COMPOSER` environment variable to seed composer packages377OK378== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb379Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.380OK381== Seed from db/fixtures/development/31_devops_adoption.rb382Error creating enabled_namespaces383[#<ActiveModel::Errors:0x00007fc3139aead8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-07-04 08:29:32.949017660 +0000", updated_at: "2022-07-04 08:29:32.949017660 +0000", namespace_id: 6220, display_namespace_id: 6220>, @errors=[]>, #<ActiveModel::Errors:0x00007fc31397e018 @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-1656923343>}>]>]384OK385== Seed from db/fixtures/development/31_error_tracking.rb386OK387== Seed from db/fixtures/development/31_terraform_state.rb388.389OK390== Seed from db/fixtures/development/32_compliance_report_violations.rb391OK392== Seed from db/fixtures/development/32_crm.rb393Generating group crm organizations and contacts394..................................................395OK396== Seed from db/fixtures/development/33_triage_ops.rb397Skipped. Use the `SEED_TRIAGE_OPS` environment variable to enable seeding data for triage ops project.398== Seed from db/fixtures/development/34_uploads.rb399..............................400OK401== Seed from db/fixtures/development/90_productivity_analytics.rb402OK403== Seed from db/fixtures/development/91_iteration_cadences.rb404........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................405OK406== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb407Successfully created self monitoring project.408== Seed from db/fixtures/development/99_common_metrics.rb409==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 72 seconds.411Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy412Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy414Job succeeded