glfm-verify
Passed Started
by
@ahegyi
Adam Hegyi
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING: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-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1667568441-7e9ee74c...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: 135178, done. 25remote: Counting objects: 100% (135178/135178), done. 26remote: Compressing objects: 100% (85462/85462), done. 27remote: Total 135178 (delta 62673), reused 94880 (delta 44892), pack-reused 0 28Receiving objects: 100% (135178/135178), 115.46 MiB | 33.02 MiB/s, done.29Resolving deltas: 100% (62673/62673), done.31 * [new ref] refs/pipelines/685831713 -> refs/pipelines/68583171332 * [new branch] master -> origin/master33Checking out 58c4ca27 as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38cache.zip is up to date 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache44Downloading artifacts for setup-test-env (3275962693)...45Downloading artifacts from coordinator... ok id=3275962693 responseStatus=200 OK token=DK2Xz2ks47Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c 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-103-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:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...48$ echo $FOSS_ONLY49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh670Using decomposed database config (config/database.yml.decomposed-postgresql)671$ setup_db_user_only672CREATE ROLE673GRANT674==> 'setup_db_user_only' succeeded in 1 seconds.675$ bundle exec rake db:drop db:create db:schema:load db:migrate676Dropped database 'gitlabhq_test'677Dropped database 'gitlabhq_test_ci'678Dropped database 'gitlabhq_geo_test'679Created database 'gitlabhq_test'680Created database 'gitlabhq_test_ci'681Created database 'gitlabhq_geo_test'682==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 40 seconds.683$ setup_db_praefect684SELECT pg_catalog.set_config('search_path', '', false);685CREATE DATABASE praefect_test ENCODING 'UTF8';686==> 'setup_db_praefect' succeeded in 0 seconds.687$ source ./scripts/rspec_helpers.sh688$ run_timed_command "gem install knapsack --no-document"689$ gem install knapsack --no-document690Successfully installed knapsack-4.0.06911 gem installed692==> 'gem install knapsack --no-document' succeeded in 1 seconds.693$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"807$ bundle exec scripts/glfm/verify-all-generated-files-are-up-to-date.rb808Verifying all generated files are up to date after running GLFM scripts...809Running `yarn install --frozen-lockfile` to ensure `yarn check-dependencies` doesn't fail...810Running `/builds/gitlab-org/gitlab/scripts/glfm/update-specification.rb`...811Running `/builds/gitlab-org/gitlab/scripts/glfm/update-example-snapshots.rb`...812Running `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...814Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy815Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy817Job succeeded