graphql-schema-dump
Passed Started
by
@fguibert
Florie Guibert
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)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/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1657155467-ce81c65f...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: 107798, done. 18remote: Counting objects: 100% (107798/107798), done. 19remote: Compressing objects: 100% (76542/76542), done. 20remote: Total 107798 (delta 42645), reused 69839 (delta 27219), pack-reused 0 21Receiving objects: 100% (107798/107798), 104.24 MiB | 25.56 MiB/s, done.22Resolving deltas: 100% (42645/42645), done.24 * [new ref] refs/pipelines/581948065 -> refs/pipelines/58194806525Checking out 5ef8e465 as refs/merge-requests/91652/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-14 31Successfully extracted cache32Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...33Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 34Successfully extracted cache36Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...37$ echo $FOSS_ONLY38$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb39$ export GOPATH=$CI_PROJECT_DIR/.go40$ mkdir -p $GOPATH41$ source scripts/utils.sh42$ source scripts/prepare_build.sh433.2.3344Bundler version 2.2.3345Successfully installed bundler-2.3.15461 gem installed47production:development48Settings are listed in order of priority. The top value will be used.49clean50Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true51frozen52Set via BUNDLE_FROZEN: true53install_flags54Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"55path56Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"57without58Set via BUNDLE_WITHOUT: [:production, :development]59$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check60Don't run Bundler as root. Bundler can ask for sudo if it is needed, and61installing your bundle as root will break this application for all non-root62users on this machine.63The Gemfile's dependencies are satisfied64==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.65$ bundle pristine pg66Installing pg 1.3.5 with native extensions67==> 'bundle pristine pg' succeeded in 10 seconds.68Using decomposed database config (config/database.yml.decomposed-postgresql)69$ bundle exec rake gitlab:graphql:schema:dump70Schema IDL dumped into /builds/gitlab-org/gitlab/tmp/tests/graphql/gitlab_schema.graphql71Schema JSON dumped into /builds/gitlab-org/gitlab/tmp/tests/graphql/gitlab_schema.json73Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy74Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy76Uploading artifacts...77tmp/tests/graphql/gitlab_schema.graphql: found 1 matching files and directories 78tmp/tests/graphql/gitlab_schema.json: found 1 matching files and directories 79WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2688594891/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com80WARNING: Retrying... context=artifacts-uploader error=request redirected81Uploading artifacts as "archive" to coordinator... 201 Created id=2688594891 responseStatus=201 Created token=NEuPbtZp83Job succeeded