memory-on-boot
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1667780575-a0297a66...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 119894, done. 25remote: Counting objects: 100% (119894/119894), done. 26remote: Compressing objects: 100% (78952/78952), done. 27remote: Total 119894 (delta 50153), reused 83076 (delta 36611), pack-reused 0 28Receiving objects: 100% (119894/119894), 110.17 MiB | 36.45 MiB/s, done.29Resolving deltas: 100% (50153/50153), done.31 * [new ref] refs/pipelines/687019226 -> refs/pipelines/68701922632 * [new branch] master -> origin/master33Checking out a134b2ce as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38cache.zip is up to date 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3281613120)...45Downloading artifacts from coordinator... ok id=3281613120 responseStatus=200 OK token=dJxU3SzJ46Downloading artifacts for setup-test-env (3281613137)...47Downloading artifacts from coordinator... ok id=3281613137 responseStatus=200 OK token=dJxU3SzJ49Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...50$ echo $FOSS_ONLY51$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb52$ export GOPATH=$CI_PROJECT_DIR/.go53$ mkdir -p $GOPATH54$ source scripts/utils.sh55$ source scripts/prepare_build.sh672Using decomposed database config (config/database.yml.decomposed-postgresql)673$ setup_db_user_only674CREATE ROLE675GRANT676==> 'setup_db_user_only' succeeded in 0 seconds.677$ bundle exec rake db:drop db:create db:schema:load db:migrate678Missing Rails.application.secrets.secret_key_base for production environment. The secret will be generated and stored in config/secrets.yml.679Missing Rails.application.secrets.otp_key_base for production environment. The secret will be generated and stored in config/secrets.yml.680Missing Rails.application.secrets.db_key_base for production environment. The secret will be generated and stored in config/secrets.yml.681Missing Rails.application.secrets.openid_connect_signing_key for production environment. The secret will be generated and stored in config/secrets.yml.682WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.683Dropped database 'gitlabhq_production'684Dropped database 'gitlabhq_production_ci'685Dropped database 'gitlabhq_geo_production'686Created database 'gitlabhq_production'687Created database 'gitlabhq_production_ci'688Created database 'gitlabhq_geo_production'689==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 24 seconds.690$ setup_db_praefect691SELECT pg_catalog.set_config('search_path', '', false);692CREATE DATABASE praefect_test ENCODING 'UTF8';693==> 'setup_db_praefect' succeeded in 0 seconds.694$ for i in $(seq 1 $TEST_COUNT) # collapsed multi-line command695Starting run 1 out of 5696WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.697Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.698Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.699Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.700Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.701Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.702Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.703Database 'gitlabhq_production' already exists704Database 'gitlabhq_production_ci' already exists705Database 'gitlabhq_geo_production' already exists706Starting run 2 out of 5707WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.708Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.709Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.710Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.711Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.712Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.713Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.714Database 'gitlabhq_production' already exists715Database 'gitlabhq_production_ci' already exists716Database 'gitlabhq_geo_production' already exists717Starting run 3 out of 5718WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.719Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.720Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.721Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.722Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.723Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.724Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.725Database 'gitlabhq_production' already exists726Database 'gitlabhq_production_ci' already exists727Database 'gitlabhq_geo_production' already exists728Starting run 4 out of 5729WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.730Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.731Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.732Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.733Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.734Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.735Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.736Database 'gitlabhq_production' already exists737Database 'gitlabhq_production_ci' already exists738Database 'gitlabhq_geo_production' already exists739Starting run 5 out of 5740WARNING: This version of GitLab depends on gitlab-shell 14.13.0, but you're running Unknown. Please update gitlab-shell.741Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.742Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.743Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.744Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.745Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.746Instance method "run!" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.747Database 'gitlabhq_production' already exists748Database 'gitlabhq_production_ci' already exists749Database 'gitlabhq_geo_production' already exists750$ scripts/generate-memory-metrics-on-boot "${MEMORY_ON_BOOT_FILE_PREFIX}" "$TEST_COUNT" >> "${METRICS_FILE}"752Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy753Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy755Uploading artifacts...756metrics.txt: found 1 matching files and directories 757tmp/memory_on_boot_*.txt: found 5 matching files and directories 758WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613351/artifacts?artifact_format=zip&artifact_type=archive&expire_in=62d new-url=https://gitlab.com759WARNING: Retrying... context=artifacts-uploader error=request redirected760Uploading artifacts as "archive" to coordinator... 201 Created id=3281613351 responseStatus=201 Created token=dJxU3SzJ761Uploading artifacts...762metrics.txt: found 1 matching files and directories 763WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613351/artifacts?artifact_format=gzip&artifact_type=metrics&expire_in=62d new-url=https://gitlab.com764WARNING: Retrying... context=artifacts-uploader error=request redirected765Uploading artifacts as "metrics" to coordinator... 201 Created id=3281613351 responseStatus=201 Created token=dJxU3SzJ767Job succeeded