db:check-schema
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 1zzGUpzq3 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.33-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:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1635272107-ccf5dfa4...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 30% |********* | 105M 0:00:02 ETA25gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 127042, done. 32remote: Counting objects: 100% (127042/127042), done. 33remote: Compressing objects: 100% (85632/85632), done. 34remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 35Receiving objects: 100% (127042/127042), 124.85 MiB | 30.28 MiB/s, done.36Resolving deltas: 100% (58018/58018), done.38 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215339 * [new branch] master -> origin/master40Checking out e28bf200 as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-5...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-5...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for setup-test-env (1718320139)...51Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL53Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...54$ echo $FOSS_ONLY55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh60Bundler version 2.1.461production:development62Settings are listed in order of priority. The top value will be used.63path64Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"65clean66Set for the current user (/root/.bundle/config): "true"67without68Set via BUNDLE_WITHOUT: [:production, :development]69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check72The Gemfile's dependencies are satisfied73==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.74$ bundle pristine pg75Installing pg 1.2.3 with native extensions76==> 'bundle pristine pg' succeeded in 10 seconds.77$ setup_db_user_only78CREATE ROLE79GRANT80==> 'setup_db_user_only' succeeded in 0 seconds.81$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee82Dropped database 'gitlabhq_test'83Created database 'gitlabhq_test'84DEPRECATION 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)85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_geo_test'87==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.88$ source scripts/schema_changed.sh89Schema changes are correctly applied to db/structure.sql90Schema changes are correctly applied to db/structure.sql and db/schema_migrations/91$ scripts/validate_migration_timestamps93Not uploading cache ruby-gems-v1-5 due to policy94Not uploading cache gitaly-ruby-gems-v1-5 due to policy96Job succeeded