memory-static
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 14.5.2 (e91107dd)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-11-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling 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-11-graphicsmagick-1.3.36 ...9Using docker image sha256:9dce08d8ac50abdf26771114efb29dba31dac619559dc1f933882a5c055f8216 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-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:700ef78254e4423bd9e4800a5df749541da60388a7712ad3a7b5afdf1ea0be15 ...11Running on runner-1zzgupzq-project-278964-concurrent-0 via runner-1zzgupzq-private-1639444566-bda7b529...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 91326, done. 18remote: Counting objects: 100% (91326/91326), done. 19remote: Compressing objects: 100% (68267/68267), done. 20remote: Total 91326 (delta 30507), reused 60830 (delta 19269), pack-reused 0 21Receiving objects: 100% (91326/91326), 103.88 MiB | 29.95 MiB/s, done.22Resolving deltas: 100% (30507/30507), done.24 * [new ref] 74a38a79b62c49b1e9b89b9829f66b53abaed5a9 -> refs/pipelines/42880374425 * [new branch] master -> origin/master26Checking out 74a38a79 as master...27Skipping Git submodules setup29Checking cache for ruby-gems-v1-9...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 31Successfully extracted cache32Checking cache for gitaly-ruby-gems-v1-9...33Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 34Successfully extracted cache36Downloading artifacts for setup-test-env (1880797883)...37Downloading artifacts from coordinator... ok id=1880797883 responseStatus=200 OK token=eZ79kRQL39Using docker image sha256:9dce08d8ac50abdf26771114efb29dba31dac619559dc1f933882a5c055f8216 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-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:700ef78254e4423bd9e4800a5df749541da60388a7712ad3a7b5afdf1ea0be15 ...40$ echo $FOSS_ONLY41$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb42$ export GOPATH=$CI_PROJECT_DIR/.go43$ mkdir -p $GOPATH44$ source scripts/utils.sh45$ source scripts/prepare_build.sh46Bundler version 2.1.447production:development48Settings are listed in order of priority. The top value will be used.49path50Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"51clean52Set for the current user (/root/.bundle/config): "true"53without54Set via BUNDLE_WITHOUT: [:production, :development]55install_flags56Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"57$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check58The Gemfile's dependencies are satisfied59==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.60$ bundle pristine pg61Installing pg 1.2.3 with native extensions62==> 'bundle pristine pg' succeeded in 9 seconds.63$ bundle exec derailed bundle:mem > "${MEMORY_BUNDLE_MEM_FILE}"64$ scripts/generate-gems-size-metrics-static "${MEMORY_BUNDLE_MEM_FILE}" >> "${METRICS_FILE}"65$ bundle exec derailed bundle:objects > "${MEMORY_BUNDLE_OBJECTS_FILE}"66$ scripts/generate-gems-memory-metrics-static "${MEMORY_BUNDLE_OBJECTS_FILE}" >> "${METRICS_FILE}"68Not uploading cache ruby-gems-v1-9 due to policy69Not uploading cache gitaly-ruby-gems-v1-9 due to policy71Uploading artifacts...72metrics.txt: found 1 matching files and directories 73tmp/memory_bundle_mem.txt: found 1 matching files and directories 74tmp/memory_bundle_objects.txt: found 1 matching files and directories 75Uploading artifacts as "archive" to coordinator... ok id=1880797972 responseStatus=201 Created token=S5sMqsKp76Uploading artifacts...77metrics.txt: found 1 matching files and directories 78Uploading artifacts as "metrics" to coordinator... ok id=1880797972 responseStatus=201 Created token=S5sMqsKp80Job succeeded