run-dev-fixtures-ee
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 14.5.2 (e91107dd)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1639444462-ceecc7c2...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: 91326, done. 28remote: Counting objects: 100% (91326/91326), done. 29remote: Compressing objects: 100% (68267/68267), done. 30remote: Total 91326 (delta 30507), reused 60830 (delta 19269), pack-reused 0 31Receiving objects: 100% (91326/91326), 103.88 MiB | 21.54 MiB/s, done.32Resolving deltas: 100% (30507/30507), done.34 * [new ref] 74a38a79b62c49b1e9b89b9829f66b53abaed5a9 -> refs/pipelines/42880374435 * [new branch] master -> origin/master36Checking out 74a38a79 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...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for setup-test-env (1880797883)...47Downloading artifacts from coordinator... ok id=1880797883 responseStatus=200 OK token=eZ79kRQL49Using 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 ...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.sh56Bundler version 2.1.457production:development58Settings are listed in order of priority. The top value will be used.59path60Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"61clean62Set for the current user (/root/.bundle/config): "true"63without64Set via BUNDLE_WITHOUT: [:production, :development]65install_flags66Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"67$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check68The Gemfile's dependencies are satisfied69==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.70$ bundle pristine pg71Installing pg 1.2.3 with native extensions72==> 'bundle pristine pg' succeeded in 11 seconds.73$ setup_db_user_only74CREATE ROLE75GRANT76==> 'setup_db_user_only' succeeded in 1 seconds.77$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee78Dropped database 'gitlabhq_test'79Dropped database 'gitlabhq_geo_test'80Created database 'gitlabhq_test'81Created database 'gitlabhq_geo_test'82DEPRECATION 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)83Dropped database 'gitlabhq_geo_test'84Created database 'gitlabhq_geo_test'85==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 38 seconds.86$ cp ee/db/fixtures/development/* $FIXTURE_PATH87$ run_timed_command "scripts/gitaly-test-spawn"88$ scripts/gitaly-test-spawn89Don't run Bundler as root. Bundler can ask for sudo if it is needed, and90installing your bundle as root will break this application for all non-root91users on this machine.92Using abstract_type 0.0.793Using concurrent-ruby 1.1.994Using i18n 1.8.1095Using minitest 5.14.496Using tzinfo 2.0.497Using zeitwerk 2.4.298Using activesupport 6.1.4.199Using builder 3.2.4100Using erubi 1.10.0101Using mini_portile2 2.5.1102Using racc 1.5.2103Using nokogiri 1.11.7 (x86_64-linux)104Using rails-dom-testing 2.0.3105Using crass 1.0.6106Using loofah 2.12.0107Using rails-html-sanitizer 1.4.2108Using actionview 6.1.4.1109Using rack 2.2.3110Using rack-test 1.1.0111Using actionpack 6.1.4.1112Using ice_nine 0.11.2113Using thread_safe 0.3.6114Using memoizable 0.4.2115Using adamantium 0.2.0116Using public_suffix 4.0.6117Using addressable 2.7.0118Using ast 2.4.1119Using binding_ninja 0.2.3120Using bundler 2.1.4121Using charlock_holmes 0.7.7122Using coderay 1.1.2123Using equalizer 0.0.11124Using concord 0.1.5125Using diff-lcs 1.3126Using dotenv 2.7.6127Using escape_utils 1.2.1128Using factory_bot 5.0.2129Using multipart-post 2.1.1130Using faraday 1.0.1131Using ffi 1.15.3132Using json 2.5.1133Using gemojione 3.3.0134Using mini_mime 1.0.2135Using rugged 1.2.0136Using github-linguist 7.12.1137Using github-markup 1.7.0138Using mime-types-data 3.2020.1104139Using mime-types 3.3.1140Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1141Using rouge 3.26.0142Using nokogumbo 1.5.0143Using sanitize 4.6.6144Using stringex 2.8.5145Using gitlab-gollum-lib 4.2.7.10.gitlab.1146Using google-protobuf 3.17.3 (x86_64-linux)147Using googleapis-common-protos-types 1.1.0148Using grpc 1.30.2 (x86_64-linux)149Using opentracing 0.5.0150Using thrift 0.15.0151Using jaeger-client 1.1.0152Using pg_query 2.1.1153Using redis 4.4.0154Using gitlab-labkit 0.21.2155Using rubyzip 2.3.2156Using thor 1.1.0157Using tomlrb 2.0.1158Using with_env 1.1.0159Using rexml 3.2.4160Using xml-simple 1.1.9161Using gitlab-license_finder 6.14.2.1162Using gitlab-markup 1.7.1163Using grpc-tools 1.30.2164Using sawyer 0.8.2165Using octokit 4.20.0166Using reverse_markdown 1.4.0167Using licensee 9.14.1168Using method_source 0.9.2169Using msgpack 1.3.3170Using optimist 3.0.1171Using parallel 1.19.2172Using parser 2.7.2.0173Using procto 0.0.3174Using unparser 0.4.7175Using proc_to_ast 0.1.0176Using pry 0.12.2177Using rainbow 3.0.0178Using rbtrace 0.4.14179Using rdoc 6.3.2180Using regexp_parser 1.8.1181Using rspec-support 3.8.0182Using rspec-core 3.8.0183Using rspec-expectations 3.8.3184Using rspec-mocks 3.8.0185Using rspec 3.8.0186Using rspec-parameterized 0.4.2187Using rubocop-ast 0.2.0188Using ruby-progressbar 1.10.1189Using unicode-display_width 1.7.0190Using rubocop 0.86.0191Using sentry-raven 3.0.4192Using timecop 0.9.1193Bundle complete! 22 Gemfile dependencies, 101 gems now installed.194Gems in the groups production and development were not installed.195Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`196Checking gitaly-ruby Gemfile...197Checking gitaly-ruby bundle...198The Gemfile's dependencies are satisfied199Trying to connect to gitaly: .......................................................... OK200Trying to connect to gitaly2: ....................................................................... OK201Trying to connect to praefect: ......... OK202==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.203$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"204$ RAILS_ENV=test bundle exec rake db:seed_fu205== Seed from db/fixtures/development/001_create_base_work_item_types.rb206OK207== Seed from db/fixtures/development/01_admin.rb208.209OK210== Seed from db/fixtures/development/02_application_settings.rb211Creating the default ApplicationSetting record.212Enable hashed storage for every new projects.213Generate CI JWT signing key214.215== Seed from db/fixtures/development/02_users.rb216Creating 10 Users.217Rough estimated time: less than a minute ⏰21810 Users created!219Creating 10 Namespaces.220Rough estimated time: less than a minute ⏰22110 Namespaces created!222===========================================================223INFO: Password for newly created users is: d944365de5157239224===========================================================225....................226OK227== Seed from db/fixtures/development/03_project.rb228Creating 155 Projects and relations.229Rough estimated time: less than a minute ⏰230155 Projects and relations created!231OK232== Seed from db/fixtures/development/04_labels.rb233Generating group labels234Generating project labels235OK236== Seed from db/fixtures/development/06_teams.rb237OK238== Seed from db/fixtures/development/07_milestones.rb239OK240== Seed from db/fixtures/development/09_issues.rb241OK242== Seed from db/fixtures/development/10_license_file.rb243Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.244OK245== Seed from db/fixtures/development/10_merge_requests.rb246OK247== Seed from db/fixtures/development/11_keys.rb248..........249OK250== Seed from db/fixtures/development/12_snippets.rb251....................252OK253== Seed from db/fixtures/development/13_comments.rb254OK255== Seed from db/fixtures/development/14_pipelines.rb256OK257== Seed from db/fixtures/development/15_award_emoji.rb258OK259== Seed from db/fixtures/development/16_protected_branches.rb260OK261== Seed from db/fixtures/development/17_cycle_analytics.rb262Successfully seeded 'vsmg-1639445109/vsmp-1639445109' for Value Stream Management!264OK265== Seed from db/fixtures/development/18_abuse_reports.rb266.......................267OK268== Seed from db/fixtures/development/19_environments.rb269OK270== Seed from db/fixtures/development/20_burndown.rb271.....272OK273== Seed from db/fixtures/development/20_nested_groups.rb274Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.275OK276== Seed from db/fixtures/development/20_vulnerabilities.rb277OK278== Seed from db/fixtures/development/21_dast_profiles.rb279OK280== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb281.282OK283== Seed from db/fixtures/development/22_epics.rb284.....285OK286== Seed from db/fixtures/development/23_spam_logs.rb287.......................288OK289== Seed from db/fixtures/development/24_forks.rb290DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is291deprecated without replacement. If the `throw` came from292`Timeout.timeout(duration)`, pass an exception class as a second293argument so it doesn't use `throw` to abort its block. This results294in the transaction being committed, but in the next release of Rails295it will rollback.296 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:126)297== Seed from db/fixtures/development/25_api_personal_access_token.rb298.299OK300== Seed from db/fixtures/development/25_downstream_pipelines.rb301OK302== Seed from db/fixtures/development/26_container_images.rb303Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.304OK305== Seed from db/fixtures/development/26_packages.rb306Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.307Seeding packages for the 'vsmg-1639445109/vsmp-1639445109' project308.....309OK310== Seed from db/fixtures/development/27_plans.rb311.......312OK313== Seed from db/fixtures/development/27_product_analytics_events.rb314Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.315OK316== Seed from db/fixtures/development/28_integrations.rb317Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.318OK319== Seed from db/fixtures/development/29_usage_trends.rb320.321OK322== Seed from db/fixtures/development/30_composer_packages.rb323Use the `SEED_COMPOSER` environment variable to seed composer packages324OK325== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb326Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.327OK328== Seed from db/fixtures/development/31_devops_adoption.rb329Error creating enabled_namespaces330[#<ActiveModel::Errors:0x00007f106a14b6e0 @base=#<Analytics::DevopsAdoption::EnabledNamespace id: 1, created_at: "2021-12-14 01:25:47.042902647 +0000", updated_at: "2021-12-14 01:25:47.042902647 +0000", namespace_id: 32, display_namespace_id: 32>, @errors=[]>, #<ActiveModel::Errors:0x00007f106a130e30 @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-1639445109>}>]>]331OK332== Seed from db/fixtures/development/31_error_tracking.rb333OK334== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb335OK336== Seed from db/fixtures/development/32_crm.rb337Generating group crm organizations and contacts338..................................................339OK340== Seed from db/fixtures/development/90_productivity_analytics.rb341OK342== Seed from db/fixtures/development/91_iteration_cadences.rb343........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................344OK345== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb346DEPRECATION 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)347Successfully created self monitoring project.348== Seed from db/fixtures/development/99_common_metrics.rb349==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 69 seconds.351Not uploading cache ruby-gems-v1-9 due to policy352Not uploading cache gitaly-ruby-gems-v1-9 due to policy354Job succeeded