db:check-schema
Passed Started
by
@TaehyeokKang

Mycroft Kang
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 8a6210b83 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-8a6210b8-project-20642770-concurrent-0 via runner-8a6210b8-gsrm-1633016332-829758d2...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22hint: Using 'master' as the name for the initial branch. This default branch name23hint: is subject to change. To configure the initial branch name to use in all24hint: of your new repositories, which will suppress this warning, call:25hint: 26hint: git config --global init.defaultBranch <name>27hint: 28hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and29hint: 'development'. The just-created branch can be renamed via this command:30hint: 31hint: git branch -m <name>32Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/33Created fresh repository.34Checking out b3cb5039 as fix-spacing-between-note-badges...35Skipping Git submodules setup37Checking cache for ruby-gems-v1...38FATAL: file does not exist 39Failed to extract cache40Checking cache for gitaly-ruby-gems-v1...41FATAL: file does not exist 42Failed to extract cache44Downloading artifacts for setup-test-env (1638359337)...45Downloading artifacts from coordinator... ok id=1638359337 responseStatus=200 OK token=dH34114Z47Using 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 ...48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh53Bundler version 2.1.454production:development55Settings are listed in order of priority. The top value will be used.56path57Set for the current user (/root/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"58clean59Set for the current user (/root/.bundle/config): "true"60without61Set via BUNDLE_WITHOUT: [:production, :development]62install_flags63Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"64$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check65The Gemfile's dependencies are satisfied66==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 455 seconds.67$ bundle pristine pg68Installing pg 1.2.3 with native extensions69==> 'bundle pristine pg' succeeded in 10 seconds.70$ setup_db_user_only71CREATE ROLE72GRANT73==> 'setup_db_user_only' succeeded in 0 seconds.74$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee75Dropped database 'gitlabhq_test'76Created database 'gitlabhq_test'77DEPRECATION 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-forks/gitlab/vendor/ruby/2.7.0/bin/rake:23)78Dropped database 'gitlabhq_geo_test'79Created database 'gitlabhq_geo_test'80==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 115 seconds.81$ source scripts/schema_changed.sh82Schema changes are correctly applied to db/structure.sql83Schema changes are correctly applied to db/structure.sql and db/schema_migrations/84$ scripts/validate_migration_timestamps86Not uploading cache ruby-gems-v1 due to policy87Not uploading cache gitaly-ruby-gems-v1 due to policy89Job succeeded