db:check-schema
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-1598366379-a48b87dc...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 28% |********* | 289M 0:00:02 ETA23gitlab.tar.gz 65% |********************* | 660M 0:00:01 ETA24gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA25'/tmp/gitlab.tar.gz' saved26Extracting tarball into /builds/gitlab-org/gitlab...27Fetching changes with git depth set to 20...28Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/29Created fresh repository.30Checking out dbc1a472 as master...31Skipping Git submodules setup33Checking cache for rails-v2-3...34cache.zip is up to date 35Successfully extracted cache37Downloading artifacts for setup-test-env (702959601)...38Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV39WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 41$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb42$ export GOPATH=$CI_PROJECT_DIR/.go43$ mkdir -p $GOPATH44$ source scripts/utils.sh45$ source scripts/prepare_build.sh46Bundler version 1.17.247$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet48==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.49$ bundle check50Warning: 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`.51The Gemfile's dependencies are satisfied52==> 'bundle check' succeeded in 1 seconds.53$ bundle pristine pg54Warning: 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`.55Installing pg 1.2.2 with native extensions56==> 'bundle pristine pg' succeeded in 10 seconds.57$ gem install knapsack --no-document58Successfully installed knapsack-1.18.0591 gem installed60==> 'gem install knapsack --no-document' succeeded in 1 seconds.61$ setup_db_user_only62CREATE ROLE63GRANT64==> 'setup_db_user_only' succeeded in 0 seconds.65$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee66Dropped database 'gitlabhq_test'67Created database 'gitlabhq_test'68Dropped database 'gitlabhq_geo_test'69Created database 'gitlabhq_geo_test'70==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.71$ source scripts/schema_changed.sh72Schema changes are correctly applied to db/structure.sql73Schema changes are correctly applied to db/structure.sql and db/schema_migrations/75Not uploading cache rails-v2-3 due to policy76Job succeeded