run-dev-fixtures
Passed Started
by
@peterhegman
Peter Hegman
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 9538b0ab3 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.31-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:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...18Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1632943400-ece4e0ad...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.204.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 14% |**** | 49.6M 0:00:05 ETA25gitlab.tar.gz 56% |****************** | 195M 0:00:01 ETA26gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 187, done. 33remote: Counting objects: 100% (123/123), done. 34remote: Compressing objects: 100% (54/54), done. 35remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 37 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945938Checking out 6c9cdce5 as refs/merge-requests/70878/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 46Successfully extracted cache48Downloading artifacts for setup-test-env (1635190603)...49Downloading artifacts from coordinator... ok id=1635190603 responseStatus=200 OK token=dZdRZsGg51Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh57Bundler version 2.1.458production:development59Settings are listed in order of priority. The top value will be used.60path61Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"62clean63Set for the current user (/root/.bundle/config): "true"64without65Set via BUNDLE_WITHOUT: [:production, :development]66install_flags67Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"68$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check69The Gemfile's dependencies are satisfied70==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.71$ bundle pristine pg72Installing pg 1.2.3 with native extensions73==> 'bundle pristine pg' succeeded in 11 seconds.74$ setup_db_user_only75CREATE ROLE76GRANT77==> 'setup_db_user_only' succeeded in 1 seconds.78$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee79Dropped database 'gitlabhq_test'80Created database 'gitlabhq_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 126 seconds.85$ run_timed_command "scripts/gitaly-test-spawn"86$ scripts/gitaly-test-spawn87Settings are listed in order of priority. The top value will be used.88jobs89Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 490retry91Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 392path93Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"94deployment95Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true96without97Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]98Set via BUNDLE_WITHOUT: [:production, :development]99app_config100Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"101gemfile102Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"103Don't run Bundler as root. Bundler can ask for sudo if it is needed, and104installing your bundle as root will break this application for all non-root105users on this machine.106Using abstract_type 0.0.7107Using concurrent-ruby 1.1.9108Using i18n 1.8.10109Using minitest 5.14.4110Using tzinfo 2.0.4111Using zeitwerk 2.4.2112Using activesupport 6.1.3.2113Using builder 3.2.4114Using erubi 1.10.0115Using mini_portile2 2.5.1116Using racc 1.5.2117Using nokogiri 1.11.7 (x86_64-linux)118Using rails-dom-testing 2.0.3119Using crass 1.0.6120Using loofah 2.10.0121Using rails-html-sanitizer 1.3.0122Using actionview 6.1.3.2123Using rack 2.2.3124Using rack-test 1.1.0125Using actionpack 6.1.3.2126Using ice_nine 0.11.2127Using thread_safe 0.3.6128Using memoizable 0.4.2129Using adamantium 0.2.0130Using public_suffix 4.0.6131Using addressable 2.7.0132Using ast 2.4.1133Using binding_ninja 0.2.3134Using bundler 2.1.4135Using charlock_holmes 0.7.7136Using coderay 1.1.2137Using equalizer 0.0.11138Using concord 0.1.5139Using diff-lcs 1.3140Using dotenv 2.7.6141Using escape_utils 1.2.1142Using factory_bot 5.0.2143Using multipart-post 2.1.1144Using faraday 1.0.1145Using ffi 1.15.3146Using json 2.5.1147Using gemojione 3.3.0148Using mini_mime 1.0.2149Using rugged 1.1.0150Using github-linguist 7.12.1151Using github-markup 1.7.0152Using mime-types-data 3.2020.1104153Using mime-types 3.3.1154Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1155Using rouge 3.26.0156Using nokogumbo 1.5.0157Using sanitize 4.6.6158Using stringex 2.8.5159Using gitlab-gollum-lib 4.2.7.10.gitlab.1160Using google-protobuf 3.17.3 (x86_64-linux)161Using googleapis-common-protos-types 1.1.0162Using grpc 1.30.2 (x86_64-linux)163Using opentracing 0.5.0164Using thrift 0.14.1165Using jaeger-client 1.1.0166Using pg_query 2.1.0167Using redis 4.2.5168Using gitlab-labkit 0.20.0169Using gitlab-markup 1.7.1170Using grpc-tools 1.30.2171Using sawyer 0.8.2172Using octokit 4.20.0173Using reverse_markdown 1.4.0174Using thor 1.1.0175Using licensee 9.14.1176Using method_source 0.9.2177Using msgpack 1.3.3178Using optimist 3.0.1179Using parallel 1.19.2180Using parser 2.7.2.0181Using procto 0.0.3182Using unparser 0.4.7183Using proc_to_ast 0.1.0184Using pry 0.12.2185Using rainbow 3.0.0186Using rbtrace 0.4.14187Using rdoc 6.3.2188Using regexp_parser 1.8.1189Using rexml 3.2.4190Using rspec-support 3.8.0191Using rspec-core 3.8.0192Using rspec-expectations 3.8.3193Using rspec-mocks 3.8.0194Using rspec 3.8.0195Using rspec-parameterized 0.4.2196Using rubocop-ast 0.2.0197Using ruby-progressbar 1.10.1198Using unicode-display_width 1.7.0199Using rubocop 0.86.0200Using sentry-raven 3.0.4201Using timecop 0.9.1202Bundle complete! 21 Gemfile dependencies, 96 gems now installed.203Gems in the groups production and development were not installed.204Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`205Checking gitaly-ruby Gemfile...206Checking gitaly-ruby bundle...207The Gemfile's dependencies are satisfied208Trying to connect to gitaly: .......................................................... OK209Trying to connect to gitaly2: ....................................................................... OK210Trying to connect to praefect: .......... OK211==> 'scripts/gitaly-test-spawn' succeeded in 16 seconds.212$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"213$ RAILS_ENV=test bundle exec rake db:seed_fu214== Seed from db/fixtures/development/001_create_base_work_item_types.rb215OK216== Seed from db/fixtures/development/01_admin.rb217.218OK219== Seed from db/fixtures/development/02_application_settings.rb220Creating the default ApplicationSetting record.221Enable hashed storage for every new projects.222Generate CI JWT signing key223.224== Seed from db/fixtures/development/02_users.rb225Creating 10 Users.226Rough estimated time: less than a minute ⏰22710 Users created!228Creating 10 Namespaces.229Rough estimated time: less than a minute ⏰23010 Namespaces created!231===========================================================232INFO: Password for newly created users is: 33cfd75079fff01b233===========================================================234....................235OK236== Seed from db/fixtures/development/03_project.rb237Creating 155 Projects and relations.238Rough estimated time: less than a minute ⏰239155 Projects and relations created!240OK241== Seed from db/fixtures/development/04_labels.rb242Generating group labels243Generating project labels244OK245== Seed from db/fixtures/development/06_teams.rb246OK247== Seed from db/fixtures/development/07_milestones.rb248OK249== Seed from db/fixtures/development/09_issues.rb250OK251== Seed from db/fixtures/development/10_merge_requests.rb252OK253== Seed from db/fixtures/development/11_keys.rb254..........255OK256== Seed from db/fixtures/development/12_snippets.rb257....................258OK259== Seed from db/fixtures/development/13_comments.rb260OK261== Seed from db/fixtures/development/14_pipelines.rb262OK263== Seed from db/fixtures/development/15_award_emoji.rb264OK265== Seed from db/fixtures/development/16_protected_branches.rb266OK267== Seed from db/fixtures/development/17_cycle_analytics.rb268Successfully seeded 'vsmg-1632944128/vsmp-1632944128' for Value Stream Management!270OK271== Seed from db/fixtures/development/18_abuse_reports.rb272.......................273OK274== Seed from db/fixtures/development/19_environments.rb275OK276== Seed from db/fixtures/development/20_nested_groups.rb277Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.278OK279== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb280.281OK282== Seed from db/fixtures/development/23_spam_logs.rb283.......................284OK285== Seed from db/fixtures/development/24_forks.rb286DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is287deprecated without replacement. If the `throw` came from288`Timeout.timeout(duration)`, pass an exception class as a second289argument so it doesn't use `throw` to abort its block. This results290in the transaction being committed, but in the next release of Rails291it will rollback.292 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:119)293== Seed from db/fixtures/development/25_api_personal_access_token.rb294.295OK296== Seed from db/fixtures/development/26_container_images.rb297Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.298OK299== Seed from db/fixtures/development/26_packages.rb300Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.301Seeding packages for the 'vsmg-1632944128/vsmp-1632944128' project302.....303OK304== Seed from db/fixtures/development/27_product_analytics_events.rb305Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.306OK307== Seed from db/fixtures/development/28_integrations.rb308Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.309OK310== Seed from db/fixtures/development/29_usage_trends.rb311.312OK313== Seed from db/fixtures/development/30_composer_packages.rb314Use the `SEED_COMPOSER` environment variable to seed composer packages315OK316== Seed from db/fixtures/development/31_error_tracking.rb317OK318== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb319Successfully created self monitoring project.320== Seed from db/fixtures/development/99_common_metrics.rb321==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 37 seconds.323Not uploading cache ruby-gems-v1-4 due to policy324Not uploading cache gitaly-ruby-gems-v1-4 due to policy326Job succeeded