memory-on-boot
Passed Started
by
@godfat-gitlab

Lin Jen-Shin
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on docker-auto-scale-com 9538b0ab3 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:fd694ed1533c17b41ce216f564c485b00c54a22d4381ffffb0a8e0c1b63f1747 for postgres:12 with digest postgres@sha256:5dee94aed72d1549f945e63195ebe720a1472df170f8d2a8807ea02c8ecf6aa2 ...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.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 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:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...18Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1634148911-b35366ec...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 26% |******** | 92.9M 0:00:02 ETA25gitlab.tar.gz 80% |************************* | 279M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 346M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 110247, done. 33remote: Counting objects: 100% (110247/110247), done. 34remote: Compressing objects: 100% (75671/75671), done. 35remote: Total 110247 (delta 47970), reused 75452 (delta 30626), pack-reused 0 36Receiving objects: 100% (110247/110247), 101.87 MiB | 25.77 MiB/s, done.37Resolving deltas: 100% (47970/47970), done.39 * [new ref] 535e4adb5142269adb0ab6e75a281530634a8ca8 -> refs/pipelines/38787247040 * [new branch] master -> origin/master41Checking out 535e4adb as master...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-4...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-4...48Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1677157166)...52Downloading artifacts from coordinator... ok id=1677157166 responseStatus=200 OK token=ycJW5xLW53Downloading artifacts for setup-test-env (1677157171)...54Downloading artifacts from coordinator... ok id=1677157171 responseStatus=200 OK token=mKsuziZw56Using docker image sha256:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 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:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...57$ echo $FOSS_ONLY58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464production:development65Settings are listed in order of priority. The top value will be used.66path67Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"68clean69Set for the current user (/root/.bundle/config): "true"70without71Set via BUNDLE_WITHOUT: [:production, :development]72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 10 seconds.80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee85Missing Rails.application.secrets.secret_key_base for production environment. The secret will be generated and stored in config/secrets.yml.86Missing Rails.application.secrets.otp_key_base for production environment. The secret will be generated and stored in config/secrets.yml.87Missing Rails.application.secrets.db_key_base for production environment. The secret will be generated and stored in config/secrets.yml.88Missing Rails.application.secrets.openid_connect_signing_key for production environment. The secret will be generated and stored in config/secrets.yml.89WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.90Dropped database 'gitlabhq_production'91Created database 'gitlabhq_production'92Dropped database 'gitlabhq_geo_production'93Created database 'gitlabhq_geo_production'94==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 34 seconds.95$ PATH_TO_HIT="/users/sign_in" CUT_OFF=0.3 bundle exec derailed exec perf:mem >> "${MEMORY_ON_BOOT_FILE}"96WARNING: This version of GitLab depends on gitlab-shell 13.21.1, but you're running Unknown. Please update gitlab-shell.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.100Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.101Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.102Database 'gitlabhq_production' already exists103$ scripts/generate-memory-metrics-on-boot "${MEMORY_ON_BOOT_FILE}" >> "${METRICS_FILE}"105Not uploading cache ruby-gems-v1-4 due to policy106Not uploading cache gitaly-ruby-gems-v1-4 due to policy108Uploading artifacts...109metrics.txt: found 1 matching files and directories 110tmp/memory_on_boot.txt: found 1 matching files and directories 111Uploading artifacts as "archive" to coordinator... ok id=1677157216 responseStatus=201 Created token=tzJdLD1t112Uploading artifacts...113metrics.txt: found 1 matching files and directories 114Uploading artifacts as "metrics" to coordinator... ok id=1677157216 responseStatus=201 Created token=tzJdLD1t116Job succeeded