compile-production-assets
Passed Started
by
@rymai
Rémy Coutable
1Running with gitlab-runner 13.2.0-rc2 (45f2b4ec)2 on prm-com-gitlab-org ae3bfce24Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-git-2.27-lfs-2.9-node-12.x-yarn-1.21-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-git-2.27-lfs-2.9-node-12.x-yarn-1.21-graphicsmagick-1.3.34 ...7Using docker image sha256:61817b8f787cd73e57c6fea4a528f0869c733cc95ce730df9b735fd02d1cea49 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-git-2.27-lfs-2.9-node-12.x-yarn-1.21-graphicsmagick-1.3.34 ...9Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1594891562-3ced39a6...11$ eval "$CI_PRE_CLONE_SCRIPT"12Downloading archived master...13Connecting to storage.googleapis.com (172.217.204.128:443)14saving to '/tmp/gitlab.tar.gz'15gitlab.tar.gz 15% |***** | 154M 0:00:05 ETA16gitlab.tar.gz 51% |**************** | 495M 0:00:01 ETA17gitlab.tar.gz 85% |*************************** | 823M 0:00:00 ETA18gitlab.tar.gz 100% |********************************| 962M 0:00:00 ETA19'/tmp/gitlab.tar.gz' saved20Extracting tarball into /builds/gitlab-org/gitlab...21Fetching changes with git depth set to 20...22Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24Checking out cf3cd052 as refs/merge-requests/36983/merge...25Skipping Git submodules setup27Checking cache for assets-compile-production-v1-3...28Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/assets-compile-production-v1-3 29Successfully extracted cache31$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb32$ export GOPATH=$CI_PROJECT_DIR/.go33$ mkdir -p $GOPATH34$ source scripts/utils.sh35$ source scripts/prepare_build.sh36Bundler version 1.17.237$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet38==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.39$ bundle check40Warning: 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`.41The Gemfile's dependencies are satisfied42==> 'bundle check' succeeded in 0 seconds.43$ bundle pristine pg44Warning: 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`.45Installing pg 1.2.2 with native extensions46==> 'bundle pristine pg' succeeded in 10 seconds.47$ gem install knapsack --no-document48Successfully installed knapsack-1.18.0491 gem installed50==> 'gem install knapsack --no-document' succeeded in 1 seconds.51$ node --version52v12.4.053$ run_timed_command "retry yarn install --frozen-lockfile"54$ retry yarn install --frozen-lockfile55yarn install v1.21.156[1/5] Validating package.json...57[2/5] Resolving packages...58warning Resolution field "ts-jest@24.0.0" is incompatible with requested version "ts-jest@^23.10.5"59success Already up-to-date.60$ node ./scripts/frontend/postinstall.js61success Dependency postinstall check passed.62Done in 1.29s.63==> 'retry yarn install --frozen-lockfile' succeeded in 2 seconds.64$ free -m65 total used free shared buff/cache available66Mem: 7473 553 1034 197 5885 643467Swap: 2047 7 204068$ run_timed_command "bin/rake gitlab:assets:compile > assets-compile.log 2>&1"69$ bin/rake gitlab:assets:compile > assets-compile.log 2>&170==> 'bin/rake gitlab:assets:compile > assets-compile.log 2>&1' succeeded in 755 seconds.71$ run_timed_command "scripts/clean-old-cached-assets"72$ scripts/clean-old-cached-assets73find: ‘tmp/cache/webpack-dlls/’: No such file or directory74tmp/cache/assets/sprockets/ is currently 182M75du: cannot access 'tmp/cache/webpack-dlls': No such file or directory76==> 'scripts/clean-old-cached-assets' succeeded in 0 seconds.78Running after script...79$ rm -f /etc/apt/sources.list.d/google*.list81Not uploading cache assets-compile-production-v1-3 due to policy83Uploading artifacts...84assets-compile.log: found 1 matching files and directories 85public/assets/: found 7273 matching files and directories 86webpack-report/: found 3 matching files and directories 87Uploading artifacts as "archive" to coordinator... ok id=641770154 responseStatus=201 Created token=ar27ciph88Job succeeded