run-dev-fixtures-ee
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0 (86ad88ea)2 on prm-com-gitlab-org bd0915564Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Starting service elasticsearch:6.4.2 ...12Pulling docker image elasticsearch:6.4.2 ...13Using docker image sha256:e47ebd7ec3eef5e48746af2ae376f180bbfbd23c7514b5b18a116f8349eb4c34 for elasticsearch:6.4.2 ...14Waiting for services to be up and running...15Authenticating with credentials from job payload (GitLab Registry)16Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...17Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...19Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1598366484-2ba3277e...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.204.128:443)24saving to '/tmp/gitlab.tar.gz'25gitlab.tar.gz 0% | | 5376k 0:03:10 ETA26gitlab.tar.gz 23% |******* | 232M 0:00:06 ETA27gitlab.tar.gz 39% |************ | 396M 0:00:04 ETA28gitlab.tar.gz 57% |****************** | 574M 0:00:02 ETA29gitlab.tar.gz 90% |**************************** | 907M 0:00:00 ETA30gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA31'/tmp/gitlab.tar.gz' saved32Extracting tarball into /builds/gitlab-org/gitlab...33Fetching changes with git depth set to 20...34Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/35Created fresh repository.36Checking out dbc1a472 as master...37Skipping Git submodules setup39Checking cache for rails-v2-3...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rails-v2-3 41Successfully extracted cache43Downloading artifacts for setup-test-env (702959601)...44Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV45WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 47$ [ "$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 1.17.253$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet54==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.55$ bundle check56Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.57The Gemfile's dependencies are satisfied58==> 'bundle check' succeeded in 1 seconds.59$ bundle pristine pg60Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.61Installing pg 1.2.2 with native extensions62==> 'bundle pristine pg' succeeded in 10 seconds.63$ gem install knapsack --no-document64Successfully installed knapsack-1.18.0651 gem installed66==> 'gem install knapsack --no-document' succeeded in 0 seconds.67$ setup_db_user_only68CREATE ROLE69GRANT70==> 'setup_db_user_only' succeeded in 0 seconds.71$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee72Dropped database 'gitlabhq_test'73Created database 'gitlabhq_test'74Dropped database 'gitlabhq_geo_test'75Created database 'gitlabhq_geo_test'76$ run_timed_command "scripts/gitaly-test-build"77==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 27 seconds.78$ scripts/gitaly-test-build79Settings are listed in order of priority. The top value will be used.80retry81Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 382path83Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"84jobs85Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 486app_config87Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"88gemfile89Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"90flags91Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"92silence_root_warning93Set via BUNDLE_SILENCE_ROOT_WARNING: true94go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200825.153115' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper95install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly96Checking gitaly-ruby Gemfile...97Checking gitaly-ruby bundle...98Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.99The Gemfile's dependencies are satisfied100Trying to connect to gitaly: ........ OK101Trying to connect to praefect: ...... OK102==> 'scripts/gitaly-test-build' succeeded in 43 seconds.103$ run_timed_command "scripts/gitaly-test-spawn"104$ scripts/gitaly-test-spawn105Checking gitaly-ruby Gemfile...106Checking gitaly-ruby bundle...107Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.108The Gemfile's dependencies are satisfied109Trying to connect to gitaly: ....... OK110Trying to connect to praefect: ....... OK111==> 'scripts/gitaly-test-spawn' succeeded in 1 seconds.112$ cp ee/db/fixtures/development/* $FIXTURE_PATH113$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"114$ RAILS_ENV=test bundle exec rake db:seed_fu115== Seed from db/fixtures/development/01_admin.rb116.117OK118== Seed from db/fixtures/development/02_application_settings.rb119Creating the default ApplicationSetting record.120Enable hashed storage for every new projects.121.122== Seed from db/fixtures/development/02_users.rb123Creating 10 Users.124Rough estimated time: less than a minute ⏰12510 Users created!126Creating 10 Namespaces.127Rough estimated time: less than a minute ⏰12810 Namespaces created!129....................130OK131== Seed from db/fixtures/development/03_project.rb132Creating 155 Projects and relations.133Rough estimated time: less than a minute ⏰134155 Projects and relations created!135OK136== Seed from db/fixtures/development/04_labels.rb137Generating group labels138Generating project labels139OK140== Seed from db/fixtures/development/06_teams.rb141OK142== Seed from db/fixtures/development/07_milestones.rb143OK144== Seed from db/fixtures/development/09_issues.rb145OK146== Seed from db/fixtures/development/10_license_file.rb147Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.148OK149== Seed from db/fixtures/development/10_merge_requests.rb150OK151== Seed from db/fixtures/development/11_keys.rb152..........153OK154== Seed from db/fixtures/development/12_snippets.rb155....................156OK157== Seed from db/fixtures/development/13_comments.rb158OK159== Seed from db/fixtures/development/14_pipelines.rb160OK161== Seed from db/fixtures/development/15_award_emoji.rb162OK163== Seed from db/fixtures/development/16_protected_branches.rb164OK165== Seed from db/fixtures/development/17_cycle_analytics.rb166Successfully seeded 'vsmg-1598369548/vsmp-1598369548' for Value Stream Management!168OK169== Seed from db/fixtures/development/18_abuse_reports.rb170.......................171OK172== Seed from db/fixtures/development/19_environments.rb173OK174== Seed from db/fixtures/development/20_burndown.rb175.....176OK177== Seed from db/fixtures/development/20_nested_groups.rb178Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.179OK180== Seed from db/fixtures/development/20_vulnerabilities.rb181OK182== Seed from db/fixtures/development/21_dev_ops_score_metrics.rb183.184OK185== Seed from db/fixtures/development/22_epics.rb186.....187OK188== Seed from db/fixtures/development/23_spam_logs.rb189.......................190OK191== Seed from db/fixtures/development/24_forks.rb192.193OK194== Seed from db/fixtures/development/25_downstream_pipelines.rb195OK196== Seed from db/fixtures/development/26_container_images.rb197Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.198OK199== Seed from db/fixtures/development/26_packages.rb200Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.201Seeding packages for the 'vsmg-1598369548/vsmp-1598369548' project202.....203OK204== Seed from db/fixtures/development/27_plans.rb205....206OK207== Seed from db/fixtures/development/27_product_analytics_events.rb208Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.209OK210== Seed from db/fixtures/development/28_integrations.rb211Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.212OK213== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb214Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.215OK216== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb217OK218== Seed from db/fixtures/development/90_productivity_analytics.rb219OK220== Seed from db/fixtures/development/99_common_metrics.rb221==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 42 seconds.223Not uploading cache rails-v2-3 due to policy224Job succeeded