memory-static
Passed Started
by
@nfriend
Nathan Friend
1Running with gitlab-runner 13.1.0-rc1 (b9d289ed)2 on prm-com-gitlab-org ae3bfce24Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.27-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.27-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...7Using docker image sha256:55544d55bdb13be6afb83ab069b8b15d9eed014ac57db466e7586e070f0cebff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.27-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...9Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1592410856-344ca84e...11$ eval "$CI_PRE_CLONE_SCRIPT"12Downloading archived master...13Connecting to storage.googleapis.com (172.217.204.128:443)14gitlab.tar.gz 6% |** | 64.1M 0:00:13 ETA15gitlab.tar.gz 51% |**************** | 481M 0:00:01 ETA16gitlab.tar.gz 94% |****************************** | 891M 0:00:00 ETA17gitlab.tar.gz 100% |********************************| 939M 0:00:00 ETA18Extracting tarball into /builds/gitlab-org/gitlab...19Fetching changes with git depth set to 20...20Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/21Created fresh repository.22Checking out 2d057e7a as refs/merge-requests/25668/merge...23Skipping Git submodules setup25Checking cache for rails-v1-3...26cache.zip is up to date 27Successfully extracted cache29Downloading artifacts for setup-test-env (599847031)...30Downloading artifacts from coordinator... ok id=599847031 responseStatus=200 OK token=LPfzdszg31WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 33$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb34$ export GOPATH=$CI_PROJECT_DIR/.go35$ mkdir -p $GOPATH36$ source scripts/utils.sh37$ source scripts/prepare_build.sh38Bundler version 1.17.239$ bundle install --clean --without=production --jobs=2 --path=vendor --retry=3 --quiet40==> 'bundle install --clean --without=production --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.41$ bundle check42Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.43The Gemfile's dependencies are satisfied44==> 'bundle check' succeeded in 0 seconds.45$ gem install knapsack --no-document46Successfully installed knapsack-1.18.0471 gem installed48==> 'gem install knapsack --no-document' succeeded in 1 seconds.49$ bundle exec derailed bundle:mem > tmp/memory_bundle_mem.txt50$ scripts/generate-gems-size-metrics-static tmp/memory_bundle_mem.txt >> 'tmp/memory_metrics.txt'51$ bundle exec derailed bundle:objects > tmp/memory_bundle_objects.txt52$ scripts/generate-gems-memory-metrics-static tmp/memory_bundle_objects.txt >> 'tmp/memory_metrics.txt'54Not uploading cache rails-v1-3 due to policy56Uploading artifacts...57tmp/memory_*.txt: found 3 matching files and directories 58Uploading artifacts as "archive" to coordinator... ok id=599847054 responseStatus=201 Created token=42wAKeiV59Uploading artifacts...60tmp/memory_metrics.txt: found 1 matching files and directories 61Uploading artifacts as "metrics" to coordinator... ok id=599847054 responseStatus=201 Created token=42wAKeiV62Job succeeded