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

Suzanne Selhorn
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)2 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F433 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:f1a5e4852a8c335ef0f1a3aae30c39c8484660d5aa7dfd5bb8756ee473575da5 for postgres:12 with digest postgres@sha256:0854202db0b3378c46909bab43a85b01dc1b92cc44520480e47dd4fbc22714ee ...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:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d 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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...21Running on runner-8cwz3f43-project-278964-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1640017758-88ebbc20...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: 121839, done. 28remote: Counting objects: 100% (121839/121839), done. 29remote: Compressing objects: 100% (83159/83159), done. 30remote: Total 121839 (delta 53730), reused 83033 (delta 34037), pack-reused 0 31Receiving objects: 100% (121839/121839), 116.76 MiB | 21.53 MiB/s, done.32Resolving deltas: 100% (53730/53730), done.34 * [new ref] a97668e1c6ce02835ce25d669c0aef89f6c2c400 -> refs/pipelines/43345824235Checking out a97668e1 as refs/merge-requests/76253/merge...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-9...39cache.zip is up to date 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-9...42cache.zip is up to date 43Successfully extracted cache45Downloading artifacts for setup-test-env (1904366255)...46Downloading artifacts from coordinator... ok id=1904366255 responseStatus=200 OK token=wN13kysJ48Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d 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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...49$ echo $FOSS_ONLY50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh55Bundler version 2.1.456production:development57Settings are listed in order of priority. The top value will be used.58path59Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"60clean61Set for the current user (/root/.bundle/config): "true"62without63Set via BUNDLE_WITHOUT: [:production, :development]64install_flags65Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"66$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check67The Gemfile's dependencies are satisfied68==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.69$ bundle pristine pg70Installing pg 1.2.3 with native extensions71==> 'bundle pristine pg' succeeded in 14 seconds.72$ setup_db_user_only73CREATE ROLE74GRANT75==> 'setup_db_user_only' succeeded in 1 seconds.76$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee77Dropped database 'gitlabhq_test'78Dropped database 'gitlabhq_geo_test'79Created database 'gitlabhq_test'80Created database 'gitlabhq_geo_test'81DEPRECATION 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)82Dropped database 'gitlabhq_geo_test'83Created database 'gitlabhq_geo_test'84==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 40 seconds.85$ cp ee/db/fixtures/development/* $FIXTURE_PATH86$ run_timed_command "scripts/gitaly-test-spawn"87$ scripts/gitaly-test-spawn88Don't run Bundler as root. Bundler can ask for sudo if it is needed, and89installing your bundle as root will break this application for all non-root90users on this machine.91Using abstract_type 0.0.792Using concurrent-ruby 1.1.993Using i18n 1.8.1094Using minitest 5.14.495Using tzinfo 2.0.496Using zeitwerk 2.4.297Using activesupport 6.1.4.198Using builder 3.2.499Using erubi 1.10.0100Using mini_portile2 2.5.1101Using racc 1.5.2102Using nokogiri 1.11.7 (x86_64-linux)103Using rails-dom-testing 2.0.3104Using crass 1.0.6105Using loofah 2.12.0106Using rails-html-sanitizer 1.4.2107Using actionview 6.1.4.1108Using rack 2.2.3109Using rack-test 1.1.0110Using actionpack 6.1.4.1111Using ice_nine 0.11.2112Using thread_safe 0.3.6113Using memoizable 0.4.2114Using adamantium 0.2.0115Using public_suffix 4.0.6116Using addressable 2.7.0117Using ast 2.4.2118Using binding_ninja 0.2.3119Using bundler 2.1.4120Using charlock_holmes 0.7.7121Using coderay 1.1.2122Using equalizer 0.0.11123Using concord 0.1.5124Using diff-lcs 1.3125Using dotenv 2.7.6126Using escape_utils 1.2.1127Using factory_bot 5.0.2128Using multipart-post 2.1.1129Using faraday 1.0.1130Using ffi 1.15.3131Using json 2.5.1132Using gemojione 3.3.0133Using mini_mime 1.0.2134Using rugged 1.2.0135Using github-linguist 7.12.1136Using github-markup 1.7.0137Using mime-types-data 3.2020.1104138Using mime-types 3.3.1139Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1140Using rouge 3.26.0141Using nokogumbo 1.5.0142Using sanitize 4.6.6143Using stringex 2.8.5144Using gitlab-gollum-lib 4.2.7.10.gitlab.1145Using google-protobuf 3.17.3 (x86_64-linux)146Using googleapis-common-protos-types 1.1.0147Using grpc 1.30.2 (x86_64-linux)148Using opentracing 0.5.0149Using thrift 0.15.0150Using jaeger-client 1.1.0151Using pg_query 2.1.1152Using redis 4.4.0153Using gitlab-labkit 0.21.2154Using rubyzip 2.3.2155Using thor 1.1.0156Using tomlrb 2.0.1157Using with_env 1.1.0158Using rexml 3.2.4159Using xml-simple 1.1.9160Using gitlab-license_finder 6.14.2.1161Using gitlab-markup 1.7.1162Using grpc-tools 1.30.2163Using sawyer 0.8.2164Using octokit 4.20.0165Using reverse_markdown 1.4.0166Using licensee 9.14.1167Using method_source 0.9.2168Using msgpack 1.3.3169Using optimist 3.0.1170Using parallel 1.19.2171Using parser 3.0.3.2172Using procto 0.0.3173Using unparser 0.4.7174Using proc_to_ast 0.1.0175Using pry 0.12.2176Using rainbow 3.0.0177Using rbtrace 0.4.14178Using rdoc 6.3.2179Using regexp_parser 1.8.1180Using rspec-support 3.8.0181Using rspec-core 3.8.0182Using rspec-expectations 3.8.3183Using rspec-mocks 3.8.0184Using rspec 3.8.0185Using rspec-parameterized 0.4.2186Using rubocop-ast 0.2.0187Using ruby-progressbar 1.10.1188Using unicode-display_width 1.7.0189Using rubocop 0.86.0190Using sentry-raven 3.0.4191Using timecop 0.9.1192Bundle complete! 22 Gemfile dependencies, 101 gems now installed.193Gems in the groups production and development were not installed.194Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`195Checking gitaly-ruby Gemfile...196Checking gitaly-ruby bundle...197The Gemfile's dependencies are satisfied198Trying to connect to gitaly: ............................................................. OK199Trying to connect to gitaly2: ....................................................................... OK200Trying to connect to praefect: ......... OK201==> 'scripts/gitaly-test-spawn' succeeded in 17 seconds.202$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"203$ RAILS_ENV=test bundle exec rake db:seed_fu204== Seed from db/fixtures/development/001_create_base_work_item_types.rb205OK206== Seed from db/fixtures/development/01_admin.rb207.208OK209== Seed from db/fixtures/development/02_application_settings.rb210Creating the default ApplicationSetting record.211Enable hashed storage for every new projects.212Generate CI JWT signing key213.214== Seed from db/fixtures/development/02_users.rb215Creating 10 Users.216Rough estimated time: less than a minute ⏰21710 Users created!218Creating 10 Namespaces.219Rough estimated time: less than a minute ⏰22010 Namespaces created!221===========================================================222INFO: Password for newly created users is: 6680d139686c60cb223===========================================================224....................225OK226== Seed from db/fixtures/development/03_project.rb227Creating 155 Projects and relations.228Rough estimated time: less than a minute ⏰229155 Projects and relations created!230OK231== Seed from db/fixtures/development/04_labels.rb232Generating group labels233Generating project labels234OK235== Seed from db/fixtures/development/06_teams.rb236OK237== Seed from db/fixtures/development/07_milestones.rb238OK239== Seed from db/fixtures/development/09_issues.rb240OK241== Seed from db/fixtures/development/10_license_file.rb242Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.243OK244== Seed from db/fixtures/development/10_merge_requests.rb245OK246== Seed from db/fixtures/development/11_keys.rb247..........248OK249== Seed from db/fixtures/development/12_snippets.rb250....................251OK252== Seed from db/fixtures/development/13_comments.rb253OK254== Seed from db/fixtures/development/14_pipelines.rb255OK256== Seed from db/fixtures/development/15_award_emoji.rb257OK258== Seed from db/fixtures/development/16_protected_branches.rb259OK260== Seed from db/fixtures/development/17_cycle_analytics.rb261Successfully seeded 'vsmg-1640019046/vsmp-1640019046' for Value Stream Management!263OK264== Seed from db/fixtures/development/18_abuse_reports.rb265.......................266OK267== Seed from db/fixtures/development/19_environments.rb268OK269== Seed from db/fixtures/development/20_burndown.rb270.....271OK272== Seed from db/fixtures/development/20_nested_groups.rb273Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.274OK275== Seed from db/fixtures/development/20_vulnerabilities.rb276OK277== Seed from db/fixtures/development/21_dast_profiles.rb278OK279== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb280.281OK282== Seed from db/fixtures/development/22_epics.rb283.....284OK285== Seed from db/fixtures/development/23_spam_logs.rb286.......................287OK288== Seed from db/fixtures/development/24_forks.rb289DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is290deprecated without replacement. If the `throw` came from291`Timeout.timeout(duration)`, pass an exception class as a second292argument so it doesn't use `throw` to abort its block. This results293in the transaction being committed, but in the next release of Rails294it will rollback.295 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:126)296== Seed from db/fixtures/development/25_api_personal_access_token.rb297.298OK299== Seed from db/fixtures/development/25_downstream_pipelines.rb300OK301== Seed from db/fixtures/development/26_container_images.rb302Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.303OK304== Seed from db/fixtures/development/26_packages.rb305Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.306Seeding packages for the 'vsmg-1640019046/vsmp-1640019046' project307.....308OK309== Seed from db/fixtures/development/27_plans.rb310.......311OK312== Seed from db/fixtures/development/27_product_analytics_events.rb313Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.314OK315== Seed from db/fixtures/development/28_integrations.rb316Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.317OK318== Seed from db/fixtures/development/29_usage_trends.rb319.320OK321== Seed from db/fixtures/development/30_composer_packages.rb322Use the `SEED_COMPOSER` environment variable to seed composer packages323OK324== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb325Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.326OK327== Seed from db/fixtures/development/31_devops_adoption.rb328Error creating enabled_namespaces329[#<ActiveModel::Errors:0x00007f16f92165d0 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2021-12-20 16:51:21.186804121 +0000", updated_at: "2021-12-20 16:51:21.186804121 +0000", namespace_id: 32, display_namespace_id: 32>, @errors=[]>, #<ActiveModel::Errors:0x00007f16f9205cd0 @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-1640019046>}>]>]330OK331== Seed from db/fixtures/development/31_error_tracking.rb332OK333== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb334OK335== Seed from db/fixtures/development/32_crm.rb336Generating group crm organizations and contacts337..................................................338OK339== Seed from db/fixtures/development/90_productivity_analytics.rb340OK341== Seed from db/fixtures/development/91_iteration_cadences.rb342........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................343OK344== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb345DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from run_with at /builds/gitlab-org/gitlab/app/experiments/new_project_readme_content_experiment.rb:9)346Successfully created self monitoring project.347== Seed from db/fixtures/development/99_common_metrics.rb348==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 64 seconds.350Not uploading cache ruby-gems-v1-9 due to policy351Not uploading cache gitaly-ruby-gems-v1-9 due to policy353Job succeeded