memory-on-boot
Passed Started
by
@jannik_lehmann

Jannik Lehmann
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-278964-concurrent-0 via runner-8a6210b8-gsrm-1632944444-12ccf530...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 41% |************* | 141M 0:00:01 ETA25gitlab.tar.gz 89% |**************************** | 307M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 344M 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: 504, done. 33remote: Counting objects: 100% (297/297), done. 34remote: Compressing objects: 100% (137/137), done. 35remote: Total 161 (delta 112), reused 55 (delta 24), pack-reused 0 36Receiving objects: 100% (161/161), 18.59 KiB | 793.00 KiB/s, done.37Resolving deltas: 100% (112/112), completed with 55 local objects.39 * [new ref] ec564e93aecae71f62b0ed076dceb9ea006567fa -> refs/pipelines/37972286640Checking out ec564e93 as refs/merge-requests/70901/merge...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1635435084)...51Downloading artifacts from coordinator... ok id=1635435084 responseStatus=200 OK token=NHSkoXRs52Downloading artifacts for setup-test-env (1635435091)...53Downloading artifacts from coordinator... ok id=1635435091 responseStatus=200 OK token=2xj78vhx55Using 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 ...56$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb57$ export GOPATH=$CI_PROJECT_DIR/.go58$ mkdir -p $GOPATH59$ source scripts/utils.sh60$ source scripts/prepare_build.sh61Bundler version 2.1.462production:development63Settings are listed in order of priority. The top value will be used.64path65Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"66clean67Set for the current user (/root/.bundle/config): "true"68without69Set via BUNDLE_WITHOUT: [:production, :development]70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73The Gemfile's dependencies are satisfied74==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.75$ bundle pristine pg76Installing pg 1.2.3 with native extensions77==> 'bundle pristine pg' succeeded in 15 seconds.78$ setup_db_user_only79CREATE ROLE80GRANT81==> 'setup_db_user_only' succeeded in 0 seconds.82$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee83Missing Rails.application.secrets.secret_key_base for production environment. The secret will be generated and stored in config/secrets.yml.84Missing Rails.application.secrets.otp_key_base for production environment. The secret will be generated and stored in config/secrets.yml.85Missing Rails.application.secrets.db_key_base for production environment. The secret will be generated and stored in config/secrets.yml.86Missing Rails.application.secrets.openid_connect_signing_key for production environment. The secret will be generated and stored in config/secrets.yml.87WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.88Dropped database 'gitlabhq_production'89Created database 'gitlabhq_production'90Dropped database 'gitlabhq_geo_production'91Created database 'gitlabhq_geo_production'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 102 seconds.93$ PATH_TO_HIT="/users/sign_in" CUT_OFF=0.3 bundle exec derailed exec perf:mem >> 'tmp/memory_on_boot.txt'94WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.95Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.96Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.97Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.98Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.99Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.100Database 'gitlabhq_production' already exists101$ scripts/generate-memory-metrics-on-boot tmp/memory_on_boot.txt >> 'tmp/memory_on_boot_metrics.txt'103Not uploading cache ruby-gems-v1-4 due to policy104Not uploading cache gitaly-ruby-gems-v1-4 due to policy106Uploading artifacts...107tmp/memory_*.txt: found 2 matching files and directories 108Uploading artifacts as "archive" to coordinator... ok id=1635435166 responseStatus=201 Created token=AR_zNy-f109Uploading artifacts...110tmp/memory_on_boot_metrics.txt: found 1 matching files and directories 111Uploading artifacts as "metrics" to coordinator... ok id=1635435166 responseStatus=201 Created token=AR_zNy-f113Job succeeded