memory-on-boot
Passed Started
by
@peterhegman
Peter Hegman
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-1632943471-62241932...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 2% | | 7800k 0:00:44 ETA25gitlab.tar.gz 49% |*************** | 170M 0:00:02 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: 187, done. 33remote: Counting objects: 100% (123/123), done. 34remote: Compressing objects: 100% (54/54), done. 35remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 37 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945938Checking out 6c9cdce5 as refs/merge-requests/70878/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 compile-test-assets (1635190595)...49Downloading artifacts from coordinator... ok id=1635190595 responseStatus=200 OK token=R-ox-sfs50Downloading artifacts for setup-test-env (1635190603)...51Downloading artifacts from coordinator... ok id=1635190603 responseStatus=200 OK token=dZdRZsGg53Using 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 ...54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh59Bundler version 2.1.460production:development61Settings are listed in order of priority. The top value will be used.62path63Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"64clean65Set for the current user (/root/.bundle/config): "true"66without67Set via BUNDLE_WITHOUT: [:production, :development]68install_flags69Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"70$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check71The Gemfile's dependencies are satisfied72==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.73$ bundle pristine pg74Installing pg 1.2.3 with native extensions75==> 'bundle pristine pg' succeeded in 10 seconds.76$ setup_db_user_only77CREATE ROLE78GRANT79==> 'setup_db_user_only' succeeded in 0 seconds.80$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee81Missing Rails.application.secrets.secret_key_base for production environment. The secret will be generated and stored in config/secrets.yml.82Missing Rails.application.secrets.otp_key_base for production environment. The secret will be generated and stored in config/secrets.yml.83Missing Rails.application.secrets.db_key_base for production environment. The secret will be generated and stored in config/secrets.yml.84Missing Rails.application.secrets.openid_connect_signing_key for production environment. The secret will be generated and stored in config/secrets.yml.85WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.86Dropped database 'gitlabhq_production'87Created database 'gitlabhq_production'88Dropped database 'gitlabhq_geo_production'89Created database 'gitlabhq_geo_production'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 96 seconds.91$ PATH_TO_HIT="/users/sign_in" CUT_OFF=0.3 bundle exec derailed exec perf:mem >> 'tmp/memory_on_boot.txt'92WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.93Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.94Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.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.98Database 'gitlabhq_production' already exists99$ scripts/generate-memory-metrics-on-boot tmp/memory_on_boot.txt >> 'tmp/memory_on_boot_metrics.txt'101Not uploading cache ruby-gems-v1-4 due to policy102Not uploading cache gitaly-ruby-gems-v1-4 due to policy104Uploading artifacts...105tmp/memory_*.txt: found 2 matching files and directories 106Uploading artifacts as "archive" to coordinator... ok id=1635190699 responseStatus=201 Created token=yiCjGMxG107Uploading artifacts...108tmp/memory_on_boot_metrics.txt: found 1 matching files and directories 109Uploading artifacts as "metrics" to coordinator... ok id=1635190699 responseStatus=201 Created token=yiCjGMxG111Job succeeded