db:check-schema
Passed Started
by
@nmilojevic1
Nikola Milojevic
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org ae3bfce23 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:65e488c552d36b6482a7d5e044925962024fe816a7d797f7c0a153ac842b9aab ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...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.2.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:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1626780208-3e84eb42...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 3% |* | 11.7M 0:00:30 ETA25gitlab.tar.gz 81% |************************** | 306M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 373M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 237, done. 33remote: Counting objects: 100% (159/159), done. 34remote: Compressing objects: 100% (60/60), done. 35remote: Total 77 (delta 58), reused 33 (delta 16), pack-reused 0 37 * [new ref] 3f8443f21d8eddb0895bed8fa7e421d67e3ceb67 -> refs/pipelines/34006139438Checking out 3f8443f2 as refs/merge-requests/66303/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache48Downloading artifacts for setup-test-env (1438603789)...49Downloading artifacts from coordinator... ok id=1438603789 responseStatus=200 OK token=X7g2JayV51Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh57Bundler version 2.1.458production:development59Settings are listed in order of priority. The top value will be used.60path61Set for the current user (/root/.bundle/config): "vendor"62clean63Set for the current user (/root/.bundle/config): "true"64without65Set via BUNDLE_WITHOUT: [:production, :development]66install_flags67Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"68$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check69The Gemfile's dependencies are satisfied70==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.71$ bundle pristine pg72Installing pg 1.2.3 with native extensions73==> 'bundle pristine pg' succeeded in 12 seconds.74$ setup_db_user_only75CREATE ROLE76GRANT77==> 'setup_db_user_only' succeeded in 1 seconds.78$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee79Dropped database 'gitlabhq_test'80Created database 'gitlabhq_test'81DEPRECATION 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/gitlab/vendor/ruby/2.7.0/bin/rake:23)82Dropped database 'gitlabhq_geo_test'83Created database 'gitlabhq_geo_test'84==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 24 seconds.85$ source scripts/schema_changed.sh86Schema changes are correctly applied to db/structure.sql87Schema changes are correctly applied to db/structure.sql and db/schema_migrations/88$ scripts/validate_migration_timestamps90Not uploading cache ruby-gems-v1-4 due to policy91Not uploading cache gitaly-ruby-gems-v1-4 due to policy93Job succeeded