gitlab:setup
Passed Started
by
@vij
Vijay Hawoldar
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 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:58bff76313464ab65dcb0b9a2b910c815e8975d827c456ca7f46d69482956d5e for postgres:12 with digest postgres@sha256:1d098cd3c1a7b132edc5bfdd7d775ff0949104b150e31d52c0aff7bdcd25c53e ...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 ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using 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 ...18Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1642590875-8eedfbf5...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 118964, done. 25remote: Counting objects: 100% (118964/118964), done. 26remote: Compressing objects: 100% (80328/80328), done. 27remote: Total 118964 (delta 52017), reused 81848 (delta 34028), pack-reused 0 28Receiving objects: 100% (118964/118964), 113.13 MiB | 31.21 MiB/s, done.29Resolving deltas: 100% (52017/52017), done.31 * [new ref] 9771783ff4e9d300a49511646792e174d20da510 -> refs/pipelines/45155190432Checking out 9771783f as refs/merge-requests/78560/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-9...36cache.zip is up to date 37Successfully extracted cache38Checking cache for gitaly-ruby-gems-v1-9...39cache.zip is up to date 40Successfully extracted cache42Downloading artifacts for setup-test-env (1992050596)...43Downloading artifacts from coordinator... ok id=1992050596 responseStatus=200 OK token=emneg44745Using 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 ...46$ echo $FOSS_ONLY47$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb48$ export GOPATH=$CI_PROJECT_DIR/.go49$ mkdir -p $GOPATH50$ source scripts/utils.sh51$ source scripts/prepare_build.sh52Bundler version 2.1.453production:development54Settings are listed in order of priority. The top value will be used.55path56Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"57clean58Set for the current user (/root/.bundle/config): "true"59without60Set via BUNDLE_WITHOUT: [:production, :development]61install_flags62Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"63$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check64The Gemfile's dependencies are satisfied65==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.66$ bundle pristine pg67Installing pg 1.2.3 with native extensions68==> 'bundle pristine pg' succeeded in 11 seconds.69172.17.0.3 postgres 8f603a92e444 runner-gasd-s1f-project-278964-concurrent-0-2f8963406a0fc588-postgres-070CREATE ROLE71GRANT72$ git clone https://gitlab.com/gitlab-org/gitlab-test.git /home/git/repositories/gitlab-org/gitlab-test.git73Cloning into '/home/git/repositories/gitlab-org/gitlab-test.git'...74$ run_timed_command "gem install knapsack --no-document"75$ gem install knapsack --no-document76Successfully installed knapsack-4.0.0771 gem installed78==> 'gem install knapsack --no-document' succeeded in 1 seconds.79$ run_timed_command "scripts/gitaly-test-spawn"80$ scripts/gitaly-test-spawn81Don't run Bundler as root. Bundler can ask for sudo if it is needed, and82installing your bundle as root will break this application for all non-root83users on this machine.84Using abstract_type 0.0.785Using concurrent-ruby 1.1.986Using i18n 1.8.1187Using minitest 5.15.088Using tzinfo 2.0.489Using zeitwerk 2.5.390Using activesupport 6.1.4.491Using builder 3.2.492Using erubi 1.10.093Using mini_portile2 2.6.194Using racc 1.6.095Using nokogiri 1.12.5 (x86_64-linux)96Using rails-dom-testing 2.0.397Using crass 1.0.698Using loofah 2.13.099Using rails-html-sanitizer 1.4.2100Using actionview 6.1.4.4101Using rack 2.2.3102Using rack-test 1.1.0103Using actionpack 6.1.4.4104Using ice_nine 0.11.2105Using thread_safe 0.3.6106Using memoizable 0.4.2107Using adamantium 0.2.0108Using public_suffix 4.0.6109Using addressable 2.7.0110Using ast 2.4.2111Using binding_ninja 0.2.3112Using bundler 2.1.4113Using charlock_holmes 0.7.7114Using coderay 1.1.2115Using equalizer 0.0.11116Using concord 0.1.5117Using diff-lcs 1.3118Using dotenv 2.7.6119Using escape_utils 1.2.1120Using factory_bot 5.0.2121Using multipart-post 2.1.1122Using faraday 1.0.1123Using ffi 1.15.3124Using json 2.6.1125Using gemojione 3.3.0126Using mini_mime 1.0.2127Using rugged 1.2.0128Using github-linguist 7.12.1129Using github-markup 1.7.0130Using mime-types-data 3.2020.1104131Using mime-types 3.3.1132Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1133Using rouge 3.27.0134Using sanitize 6.0.0135Using stringex 2.8.5136Using gitlab-gollum-lib 4.2.7.10.gitlab.2137Using google-protobuf 3.19.1 (x86_64-linux)138Using googleapis-common-protos-types 1.3.0139Using grpc 1.42.0 (x86_64-linux)140Using opentracing 0.5.0141Using thrift 0.15.0142Using jaeger-client 1.1.0143Using pg_query 2.1.1144Using redis 4.4.0145Using gitlab-labkit 0.21.2146Using rubyzip 2.3.2147Using thor 1.1.0148Using tomlrb 2.0.1149Using with_env 1.1.0150Using rexml 3.2.5151Using xml-simple 1.1.9152Using gitlab-license_finder 6.14.2.1153Using gitlab-markup 1.7.1154Using grpc-tools 1.42.0155Using sawyer 0.8.2156Using octokit 4.20.0157Using reverse_markdown 1.4.0158Using licensee 9.14.1159Using method_source 0.9.2160Using msgpack 1.3.3161Using optimist 3.0.1162Using parallel 1.19.2163Using parser 3.0.3.2164Using procto 0.0.3165Using unparser 0.4.7166Using proc_to_ast 0.1.0167Using pry 0.12.2168Using rainbow 3.0.0169Using rbtrace 0.4.14170Using rdoc 6.3.2171Using regexp_parser 1.8.1172Using rspec-support 3.8.0173Using rspec-core 3.8.0174Using rspec-expectations 3.8.3175Using rspec-mocks 3.8.0176Using rspec 3.8.0177Using rspec-parameterized 0.4.2178Using rubocop-ast 0.2.0179Using ruby-progressbar 1.10.1180Using unicode-display_width 1.7.0181Using rubocop 0.86.0182Using sentry-raven 3.0.4183Using timecop 0.9.1184Bundle complete! 22 Gemfile dependencies, 100 gems now installed.185Gems in the groups production and development were not installed.186Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`187Checking gitaly-ruby Gemfile...188Checking gitaly-ruby bundle...189The Gemfile's dependencies are satisfied190Trying to connect to gitaly: ................................................ OK191Trying to connect to gitaly2: ................................................................. OK192Trying to connect to praefect: ......... OK193==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.194$ source ./scripts/rspec_helpers.sh195$ force=yes SIZE=1 FIXTURE_PATH="db/fixtures/development" bundle exec rake gitlab:setup196 Warning 197 You are running as user root, we hope you know what you are doing.198 Things may work/fail for the wrong reasons.199 For correct results you should run this as user git.200Dropped database 'gitlabhq_test'201Dropped database 'gitlabhq_geo_test'202Created database 'gitlabhq_test'203Created database 'gitlabhq_geo_test'204== 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: a25ad149184fa3ae223===========================================================224....................225OK226== Seed from db/fixtures/development/03_project.rb227.228Creating 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 labels234..........235Generating project labels236.....237OK238== Seed from db/fixtures/development/06_teams.rb239........240OK241== Seed from db/fixtures/development/07_milestones.rb242.....243OK244== Seed from db/fixtures/development/09_issues.rb245Seeding issues for the 'gitlab-org/gitlab-test' project246.............24713 issues created!248OK249== Seed from db/fixtures/development/10_merge_requests.rb250.........251OK252== Seed from db/fixtures/development/11_keys.rb253..........254OK255== Seed from db/fixtures/development/12_snippets.rb256....................257OK258== Seed from db/fixtures/development/13_comments.rb259................................................................................................................................................................................260OK261== Seed from db/fixtures/development/14_pipelines.rb262OK263== Seed from db/fixtures/development/15_award_emoji.rb264....................265OK266== Seed from db/fixtures/development/16_protected_branches.rb267.268OK269== Seed from db/fixtures/development/17_cycle_analytics.rb270Skipped. Use the `SEED_VSA` environment variable to enable.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_nested_groups.rb278Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.279OK280== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb281.282OK283== Seed from db/fixtures/development/23_spam_logs.rb284.......................285OK286== Seed from db/fixtures/development/24_forks.rb287DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is288deprecated without replacement. If the `throw` came from289`Timeout.timeout(duration)`, pass an exception class as a second290argument so it doesn't use `throw` to abort its block. This results291in the transaction being committed, but in the next release of Rails292it will rollback.293 (called from block in write_using_load_balancer at /builds/gitlab-org/gitlab/lib/gitlab/database/load_balancing/connection_proxy.rb:126)294== Seed from db/fixtures/development/25_api_personal_access_token.rb295.296OK297== Seed from db/fixtures/development/26_container_images.rb298Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.299OK300== Seed from db/fixtures/development/26_packages.rb301Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.302Seeding packages for the 'gitlab-org/gitlab-test' project303.....304OK305== Seed from db/fixtures/development/27_product_analytics_events.rb306Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.307OK308== Seed from db/fixtures/development/28_integrations.rb309Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.310OK311== Seed from db/fixtures/development/29_usage_trends.rb312.313OK314== Seed from db/fixtures/development/30_composer_packages.rb315Use the `SEED_COMPOSER` environment variable to seed composer packages316OK317== Seed from db/fixtures/development/31_error_tracking.rb318Activating integrated error tracking for the 'gitlab-org/gitlab-test' project319- enabling in settings320- seeding an error321OK322== Seed from db/fixtures/development/31_terraform_state.rb323.324OK325== Seed from db/fixtures/development/32_crm.rb326Generating group crm organizations and contacts327..................................................328OK329== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb330DEPRECATION 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)331Successfully created self monitoring project.332== Seed from db/fixtures/development/99_common_metrics.rb334Not uploading cache ruby-gems-v1-9 due to policy335Not uploading cache gitaly-ruby-gems-v1-9 due to policy337Job succeeded