run-dev-fixtures
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0-rc1 (669fc507)2 on docker-auto-scale-com d5ae8d254Using 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 ...11Waiting for services to be up and running...12Authenticating with credentials from job payload (GitLab Registry)13Pulling 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 ...14Using 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 ...16Running on runner-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1598366365-2147b1ba...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.204.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 27% |******** | 277M 0:00:02 ETA23gitlab.tar.gz 62% |******************** | 631M 0:00:01 ETA24gitlab.tar.gz 97% |******************************* | 974M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31Checking out dbc1a472 as master...32Skipping Git submodules setup34Checking cache for rails-v2-3...35cache.zip is up to date 36Successfully extracted cache38Downloading artifacts for setup-test-env (702959601)...39Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV40WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 42$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb43$ export GOPATH=$CI_PROJECT_DIR/.go44$ mkdir -p $GOPATH45$ source scripts/utils.sh46$ source scripts/prepare_build.sh47Bundler version 1.17.248$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet49==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.50$ bundle check51Warning: 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`.52The Gemfile's dependencies are satisfied53==> 'bundle check' succeeded in 0 seconds.54$ bundle pristine pg55Warning: 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`.56Installing pg 1.2.2 with native extensions57==> 'bundle pristine pg' succeeded in 11 seconds.58$ gem install knapsack --no-document59Successfully installed knapsack-1.18.0601 gem installed61==> 'gem install knapsack --no-document' succeeded in 1 seconds.62$ setup_db_user_only63CREATE ROLE64GRANT65==> 'setup_db_user_only' succeeded in 0 seconds.66$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee67Dropped database 'gitlabhq_test'68Created database 'gitlabhq_test'69Dropped database 'gitlabhq_geo_test'70Created database 'gitlabhq_geo_test'71==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.72$ run_timed_command "scripts/gitaly-test-build"73$ scripts/gitaly-test-build74Settings are listed in order of priority. The top value will be used.75retry76Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 377path78Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"79jobs80Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 481app_config82Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"83gemfile84Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"85flags86Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"87silence_root_warning88Set via BUNDLE_SILENCE_ROOT_WARNING: true89go 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.152946' -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-wrapper90install /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/gitaly91Checking gitaly-ruby Gemfile...92Checking gitaly-ruby bundle...93Warning: 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`.94The Gemfile's dependencies are satisfied95Trying to connect to gitaly: ........ OK96Trying to connect to praefect: ...... OK97==> 'scripts/gitaly-test-build' succeeded in 43 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Checking gitaly-ruby Gemfile...101Checking gitaly-ruby bundle...102Warning: 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`.103The Gemfile's dependencies are satisfied104Trying to connect to gitaly: ........ OK105Trying to connect to praefect: ........ OK106==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.107$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"108$ RAILS_ENV=test bundle exec rake db:seed_fu109== Seed from db/fixtures/development/01_admin.rb110.111OK112== Seed from db/fixtures/development/02_application_settings.rb113Creating the default ApplicationSetting record.114Enable hashed storage for every new projects.115.116== Seed from db/fixtures/development/02_users.rb117Creating 10 Users.118Rough estimated time: less than a minute ⏰11910 Users created!120Creating 10 Namespaces.121Rough estimated time: less than a minute ⏰12210 Namespaces created!123....................124OK125== Seed from db/fixtures/development/03_project.rb126Creating 155 Projects and relations.127Rough estimated time: less than a minute ⏰128155 Projects and relations created!129OK130== Seed from db/fixtures/development/04_labels.rb131Generating group labels132Generating project labels133OK134== Seed from db/fixtures/development/06_teams.rb135OK136== Seed from db/fixtures/development/07_milestones.rb137OK138== Seed from db/fixtures/development/09_issues.rb139OK140== Seed from db/fixtures/development/10_merge_requests.rb141OK142== Seed from db/fixtures/development/11_keys.rb143..........144OK145== Seed from db/fixtures/development/12_snippets.rb146....................147OK148== Seed from db/fixtures/development/13_comments.rb149OK150== Seed from db/fixtures/development/14_pipelines.rb151OK152== Seed from db/fixtures/development/15_award_emoji.rb153OK154== Seed from db/fixtures/development/16_protected_branches.rb155OK156== Seed from db/fixtures/development/17_cycle_analytics.rb157Successfully seeded 'vsmg-1598369462/vsmp-1598369462' for Value Stream Management!159OK160== Seed from db/fixtures/development/18_abuse_reports.rb161.......................162OK163== Seed from db/fixtures/development/19_environments.rb164OK165== Seed from db/fixtures/development/20_nested_groups.rb166Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.167OK168== Seed from db/fixtures/development/21_dev_ops_score_metrics.rb169.170OK171== Seed from db/fixtures/development/23_spam_logs.rb172.......................173OK174== Seed from db/fixtures/development/24_forks.rb175.176OK177== Seed from db/fixtures/development/26_container_images.rb178Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.179OK180== Seed from db/fixtures/development/26_packages.rb181Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.182Seeding packages for the 'vsmg-1598369462/vsmp-1598369462' project183.....184OK185== Seed from db/fixtures/development/27_product_analytics_events.rb186Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.187OK188== Seed from db/fixtures/development/28_integrations.rb189Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.190OK191== Seed from db/fixtures/development/99_common_metrics.rb192==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 37 seconds.194Not uploading cache rails-v2-3 due to policy195Job succeeded