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

Douglas Barbosa Alexandre
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:84353f33e1def62bd8dfb09b10761c4ce651f5e5475e1ec53d5c918e29d96744 for postgres:12 with digest postgres@sha256:7984919d5b1d8bd22539118c671555b50cd3bb5fbc568645a49f61e5ab94b8f9 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...21Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1643991665-779658b5...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: 119975, done. 28remote: Counting objects: 100% (119975/119975), done. 29remote: Compressing objects: 100% (79457/79457), done. 30remote: Total 119975 (delta 54354), reused 82008 (delta 35960), pack-reused 0 31Receiving objects: 100% (119975/119975), 113.03 MiB | 30.88 MiB/s, done.32Resolving deltas: 100% (54354/54354), done.34 * [new ref] 075476b823110142086f2b93d474f8349e99b4a0 -> refs/pipelines/46383679935 * [new branch] master -> origin/master36Checking out 075476b8 as master...37Skipping Git submodules setup39Checking cache for ruby-gems-v1-9...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-v1-9...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 44Successfully extracted cache46Downloading artifacts for setup-test-env (2055931275)...47Downloading artifacts from coordinator... ok id=2055931275 responseStatus=200 OK token=K6p64DvG49Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...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.sh56Successfully installed bundler-2.3.6571 gem installed58Bundler version 2.3.659production:development60Settings are listed in order of priority. The top value will be used.61clean62Set for the current user (/root/.bundle/config): true63install_flags64Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"65path66Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"67without68Set via BUNDLE_WITHOUT: [:production, :development]69$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check70Don't run Bundler as root. Bundler can ask for sudo if it is needed, and71installing your bundle as root will break this application for all non-root72users on this machine.73The Gemfile's dependencies are satisfied74==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 8 seconds.75$ bundle pristine pg76Installing pg 1.2.3 with native extensions77==> 'bundle pristine pg' succeeded in 13 seconds.78$ setup_db_user_only79CREATE ROLE80GRANT81==> 'setup_db_user_only' succeeded in 1 seconds.82$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee83Dropped database 'gitlabhq_test'84Dropped database 'gitlabhq_geo_test'85Created database 'gitlabhq_test'86Created database 'gitlabhq_geo_test'87DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 47 seconds.91$ cp ee/db/fixtures/development/* $FIXTURE_PATH92$ run_timed_command "scripts/gitaly-test-spawn"93$ scripts/gitaly-test-spawn94find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory95find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory96find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory97Don't run Bundler as root. Bundler can ask for sudo if it is needed, and98installing your bundle as root will break this application for all non-root99users on this machine.100Using abstract_type 0.0.7101Using concurrent-ruby 1.1.9102Using i18n 1.8.11103Using minitest 5.15.0104Using tzinfo 2.0.4105Using zeitwerk 2.5.3106Using activesupport 6.1.4.4107Using builder 3.2.4108Using erubi 1.10.0109Using mini_portile2 2.6.1110Using racc 1.6.0111Using nokogiri 1.12.5 (x86_64-linux)112Using rails-dom-testing 2.0.3113Using crass 1.0.6114Using loofah 2.13.0115Using rails-html-sanitizer 1.4.2116Using actionview 6.1.4.4117Using rack 2.2.3118Using rack-test 1.1.0119Using actionpack 6.1.4.4120Using ice_nine 0.11.2121Using thread_safe 0.3.6122Using memoizable 0.4.2123Using adamantium 0.2.0124Using public_suffix 4.0.6125Using addressable 2.7.0126Using ast 2.4.2127Using binding_ninja 0.2.3128Using bundler 2.1.4129Using charlock_holmes 0.7.7130Using coderay 1.1.2131Using equalizer 0.0.11132Using concord 0.1.5133Using diff-lcs 1.3134Using dotenv 2.7.6135Using escape_utils 1.2.1136Using factory_bot 5.0.2137Using multipart-post 2.1.1138Using faraday 1.0.1139Using ffi 1.15.3140Using json 2.6.1141Using gemojione 3.3.0142Using mini_mime 1.0.2143Using rugged 1.2.0144Using github-linguist 7.12.1145Using github-markup 1.7.0146Using mime-types-data 3.2020.1104147Using mime-types 3.3.1148Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1149Using rouge 3.27.0150Using sanitize 6.0.0151Using stringex 2.8.5152Using gitlab-gollum-lib 4.2.7.10.gitlab.2153Using google-protobuf 3.19.1 (x86_64-linux)154Using googleapis-common-protos-types 1.3.0155Using grpc 1.42.0 (x86_64-linux)156Using opentracing 0.5.0157Using thrift 0.15.0158Using jaeger-client 1.1.0159Using pg_query 2.1.1160Using redis 4.4.0161Using gitlab-labkit 0.21.2162Using rubyzip 2.3.2163Using thor 1.1.0164Using tomlrb 2.0.1165Using with_env 1.1.0166Using rexml 3.2.5167Using xml-simple 1.1.9168Using gitlab-license_finder 6.14.2.1169Using gitlab-markup 1.7.1170Using grpc-tools 1.42.0171Using sawyer 0.8.2172Using octokit 4.20.0173Using reverse_markdown 1.4.0174Using licensee 9.14.1175Using method_source 0.9.2176Using msgpack 1.3.3177Using optimist 3.0.1178Using parallel 1.19.2179Using parser 3.0.3.2180Using procto 0.0.3181Using unparser 0.4.7182Using proc_to_ast 0.1.0183Using pry 0.12.2184Using rainbow 3.0.0185Using rbtrace 0.4.14186Using rdoc 6.3.2187Using regexp_parser 1.8.1188Using rspec-support 3.8.0189Using rspec-core 3.8.0190Using rspec-expectations 3.8.3191Using rspec-mocks 3.8.0192Using rspec 3.8.0193Using rspec-parameterized 0.4.2194Using rubocop-ast 0.2.0195Using ruby-progressbar 1.10.1196Using unicode-display_width 1.7.0197Using rubocop 0.86.0198Using sentry-raven 3.0.4199Using timecop 0.9.1200Bundle complete! 22 Gemfile dependencies, 100 gems now installed.201Gems in the groups production and development were not installed.202Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`203Checking gitaly-ruby Gemfile...204Checking gitaly-ruby bundle...205The Gemfile's dependencies are satisfied206Trying to connect to gitaly: ........................................................... OK207Trying to connect to gitaly2: ............................................................... OK208Trying to connect to praefect: ........ OK209==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.210$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"211$ RAILS_ENV=test bundle exec rake db:seed_fu212== Seed from db/fixtures/development/001_create_base_work_item_types.rb213OK214== Seed from db/fixtures/development/01_admin.rb215.216OK217== Seed from db/fixtures/development/02_application_settings.rb218Creating the default ApplicationSetting record.219Enable hashed storage for every new projects.220Generate CI JWT signing key221.222== Seed from db/fixtures/development/02_users.rb223Creating 10 Users.224Rough estimated time: less than a minute ⏰22510 Users created!226Creating 10 Namespaces.227Rough estimated time: less than a minute ⏰22810 Namespaces created!229===========================================================230INFO: Password for newly created users is: 43eea2769a4ac4a1231===========================================================232....................233OK234== Seed from db/fixtures/development/03_project.rb235Creating 155 Projects and relations.236Rough estimated time: less than a minute ⏰237155 Projects and relations created!238OK239== Seed from db/fixtures/development/04_labels.rb240Generating group labels241Generating project labels242OK243== Seed from db/fixtures/development/06_teams.rb244OK245== Seed from db/fixtures/development/07_milestones.rb246OK247== Seed from db/fixtures/development/09_issues.rb248OK249== Seed from db/fixtures/development/10_license_file.rb250Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.251OK252== Seed from db/fixtures/development/10_merge_requests.rb253OK254== Seed from db/fixtures/development/11_keys.rb255..........256OK257== Seed from db/fixtures/development/12_snippets.rb258....................259OK260== Seed from db/fixtures/development/13_comments.rb261OK262== Seed from db/fixtures/development/14_pipelines.rb263OK264== Seed from db/fixtures/development/15_award_emoji.rb265OK266== Seed from db/fixtures/development/16_protected_branches.rb267OK268== Seed from db/fixtures/development/17_cycle_analytics.rb269Successfully seeded 'vsmg-1643994524/vsmp-1643994524' for Value Stream Management!271OK272== Seed from db/fixtures/development/18_abuse_reports.rb273.......................274OK275== Seed from db/fixtures/development/19_environments.rb276OK277== Seed from db/fixtures/development/20_burndown.rb278.....279OK280== Seed from db/fixtures/development/20_nested_groups.rb281Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.282OK283== Seed from db/fixtures/development/20_vulnerabilities.rb284OK285== Seed from db/fixtures/development/21_dast_profiles.rb286OK287== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb288.289OK290== Seed from db/fixtures/development/22_epics.rb291.....292OK293== Seed from db/fixtures/development/23_spam_logs.rb294.......................295OK296== Seed from db/fixtures/development/24_forks.rb297DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is298deprecated without replacement. If the `throw` came from299`Timeout.timeout(duration)`, pass an exception class as a second300argument so it doesn't use `throw` to abort its block. This results301in the transaction being committed, but in the next release of Rails302it will rollback.303 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:126)304== Seed from db/fixtures/development/25_api_personal_access_token.rb305.306OK307== Seed from db/fixtures/development/25_downstream_pipelines.rb308OK309== Seed from db/fixtures/development/26_container_images.rb310Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.311OK312== Seed from db/fixtures/development/26_packages.rb313Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.314Seeding packages for the 'vsmg-1643994524/vsmp-1643994524' project315.....316OK317== Seed from db/fixtures/development/27_plans.rb318........319OK320== Seed from db/fixtures/development/27_product_analytics_events.rb321Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.322OK323== Seed from db/fixtures/development/28_integrations.rb324Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.325OK326== Seed from db/fixtures/development/29_usage_trends.rb327.328OK329== Seed from db/fixtures/development/30_composer_packages.rb330Use the `SEED_COMPOSER` environment variable to seed composer packages331OK332== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb333Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.334OK335== Seed from db/fixtures/development/31_devops_adoption.rb336Error creating enabled_namespaces337[#<ActiveModel::Errors:0x00007fdff722cf70 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2022-02-04 17:09:21.474281506 +0000", updated_at: "2022-02-04 17:09:21.474281506 +0000", namespace_id: 32, display_namespace_id: 32>, @errors=[]>, #<ActiveModel::Errors:0x00007fdff6fd27e8 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: nil, created_at: nil, updated_at: nil, namespace_id: 32, display_namespace_id: 32>, @errors=[#<ActiveModel::Error attribute=namespace, type=taken, options={:value=>#<Group id:32 @vsmg-1643994524>}>]>]338OK339== Seed from db/fixtures/development/31_error_tracking.rb340OK341== Seed from db/fixtures/development/31_terraform_state.rb342.343OK344== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb345OK346== Seed from db/fixtures/development/32_crm.rb347Generating group crm organizations and contacts348..................................................349OK350== Seed from db/fixtures/development/90_productivity_analytics.rb351OK352== Seed from db/fixtures/development/91_iteration_cadences.rb353........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................354OK355== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb356Successfully created self monitoring project.357== Seed from db/fixtures/development/99_common_metrics.rb358==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 69 seconds.360Not uploading cache ruby-gems-v1-9 due to policy361Not uploading cache gitaly-ruby-gems-v1-9 due to policy363Job succeeded