build-assets-image
Passed Started
by
@mikolaj_wawrzyniak

Mikołaj Wawrzyniak
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:kaniko ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:kaniko ...9Using docker image sha256:96227d90dfcdfb029e8e1c03eb77faeddf9e56dc47b33154b04dc30175785b34 for registry.gitlab.com/gitlab-org/gitlab-build-images:kaniko with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:54dfbe37dabfdaed2d374515e0fea71dd74a0d57f8039bd6c8aeda2074de5f4b ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1629282505-b6ccb46c...13$ eval "$CI_PRE_CLONE_SCRIPT"14Downloading archived master...15Connecting to storage.googleapis.com (172.217.193.128:443)16saving to '/tmp/gitlab.tar.gz'17gitlab.tar.gz 14% |**** | 50.1M 0:00:05 ETA18gitlab.tar.gz 88% |**************************** | 307M 0:00:00 ETA19gitlab.tar.gz 100% |********************************| 347M 0:00:00 ETA20'/tmp/gitlab.tar.gz' saved21Extracting tarball into /builds/gitlab-org/gitlab...22Fetching changes with git depth set to 20...23Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/24Created fresh repository.25remote: Enumerating objects: 258, done. 26remote: Counting objects: 100% (161/161), done. 27remote: Compressing objects: 100% (65/65), done. 28remote: Total 102 (delta 87), reused 51 (delta 37), pack-reused 0 29Receiving objects: 100% (102/102), 22.94 KiB | 22.94 MiB/s, done.30Resolving deltas: 100% (87/87), completed with 48 local objects.32 * [new ref] 87ccd58290a6f21a5fb92623e3970840943714e8 -> refs/pipelines/35508967233 * [new branch] master -> origin/master34Checking out 87ccd582 as master...35Skipping Git submodules setup37Downloading artifacts for compile-production-assets (1512821855)...38Downloading artifacts from coordinator... ok id=1512821855 responseStatus=200 OK token=Xz1GooRY40Using docker image sha256:96227d90dfcdfb029e8e1c03eb77faeddf9e56dc47b33154b04dc30175785b34 for registry.gitlab.com/gitlab-org/gitlab-build-images:kaniko with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:54dfbe37dabfdaed2d374515e0fea71dd74a0d57f8039bd6c8aeda2074de5f4b ...41$ source scripts/utils.sh42$ mkdir -p /kaniko/.docker43$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json44$ rm -f .git/hooks/post-checkout45$ if [ -n "$CI_MERGE_REQUEST_SOURCE_BRANCH_SHA" ]; then echo "Checking out \$CI_MERGE_REQUEST_SOURCE_BRANCH_SHA ($CI_MERGE_REQUEST_SOURCE_BRANCH_SHA) instead of \$CI_COMMIT_SHA (merge result commit $CI_COMMIT_SHA) so that GitLab image built in omnibus-gitlab-mirror and QA image are in sync."; git checkout -f ${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA}; else echo "Building the image from \$CI_COMMIT_SHA ($CI_COMMIT_SHA) for this non-merge result pipeline."; fi;46Building the image from $CI_COMMIT_SHA (87ccd58290a6f21a5fb92623e3970840943714e8) for this non-merge result pipeline.47$ echo "See https://docs.gitlab.com/ee/development/testing_guide/end_to_end/index.html#with-pipeline-for-merged-results for more details.";48See https://docs.gitlab.com/ee/development/testing_guide/end_to_end/index.html#with-pipeline-for-merged-results for more details.49$ run_timed_command "scripts/build_assets_image"50$ scripts/build_assets_image51building assets image for destinations: --destination=registry.gitlab.com/gitlab-org/gitlab/gitlab-assets-ee:master --destination=registry.gitlab.com/gitlab-org/gitlab/gitlab-assets-ee:87ccd58290a6f21a5fb92623e3970840943714e852INFO[0000] No base image, nothing to extract 53INFO[0000] Built cross stage deps: map[] 54INFO[0000] No base image, nothing to extract 55INFO[0000] Executing 0 build triggers 56INFO[0000] Unpacking rootfs as cmd ADD public/assets /assets/ requires it. 57INFO[0000] Using files from context: [/builds/gitlab-org/gitlab/assets_container.build/public/assets] 58INFO[0000] ADD public/assets /assets/ 59INFO[0001] Taking snapshot of files... 60INFO[0010] CMD /bin/true 61==> 'scripts/build_assets_image' succeeded in 34 seconds.63Job succeeded