glfm-verify
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...18Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1670454975-f299194a...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 131499, done. 25remote: Counting objects: 100% (131499/131499), done. 26remote: Compressing objects: 100% (83945/83945), done. 27remote: Total 131499 (delta 58684), reused 92336 (delta 42989), pack-reused 0 28Receiving objects: 100% (131499/131499), 113.70 MiB | 29.36 MiB/s, done.29Resolving deltas: 100% (58684/58684), done.31 * [new ref] refs/pipelines/716518733 -> refs/pipelines/71651873332Checking out 00d8c88b as refs/merge-requests/105876/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 41Successfully extracted cache43Downloading artifacts for setup-test-env (3441687466)...44Downloading artifacts from coordinator... ok id=3441687466 responseStatus=200 OK token=U-b3u3qm46Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...47$ echo $FOSS_ONLY48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh681Using decomposed database config (config/database.yml.decomposed-postgresql)682$ setup_db_user_only683CREATE ROLE684GRANT685==> 'setup_db_user_only' succeeded in 0 seconds.686$ bundle exec rake db:drop db:create db:schema:load db:migrate687Dropped database 'gitlabhq_test'688Dropped database 'gitlabhq_test_ci'689Dropped database 'gitlabhq_geo_test'690Created database 'gitlabhq_test'691Created database 'gitlabhq_test_ci'692Created database 'gitlabhq_geo_test'693==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 39 seconds.694$ setup_db_praefect695SELECT pg_catalog.set_config('search_path', '', false);696CREATE DATABASE praefect_test ENCODING 'UTF8';697==> 'setup_db_praefect' succeeded in 1 seconds.698$ source ./scripts/rspec_helpers.sh699$ run_timed_command "gem install knapsack --no-document"700$ gem install knapsack --no-document701Successfully installed knapsack-4.0.07021 gem installed703==> 'gem install knapsack --no-document' succeeded in 0 seconds.704$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"814$ bundle exec scripts/glfm/verify-all-generated-files-are-up-to-date.rb815Verifying all generated files are up to date after running GLFM scripts...816Running `yarn install --frozen-lockfile` to ensure `yarn check-dependencies` doesn't fail...817Running `/builds/gitlab-org/gitlab/scripts/glfm/update-specification.rb`...818Running `/builds/gitlab-org/gitlab/scripts/glfm/update-example-snapshots.rb`...819Running `git status --porcelain /builds/gitlab-org/gitlab/glfm_specification/output_spec /builds/gitlab-org/gitlab/glfm_specification/output_example_snapshots` to check that no modifications to generated files have occurred...821Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy822Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy824Job succeeded