120:15:18Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8) 220:15:18 on green-4.shared-gitlab-org.runners-manager.gitlab.com/dind 1qkDMh-h, system ID: s_b9637080a79e 320:15:18 feature flags: FF_USE_INIT_WITH_DOCKER_EXECUTOR:true, FF_TIMESTAMPS:true 420:15:18Resolving secrets 620:15:18Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration:main ... 720:15:23Authenticating with credentials from job payload (GitLab Registry) 820:15:23Pulling docker image registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration:main ... 920:21:35Using docker image sha256:bb16270633044a484eafe916e971d5eb0cb1b323d660f6ea19fd8421a70aea39 for registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration:main with digest registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration@sha256:a603f31fc493831d6eaec4b5dffee98a4dd595a55d4be3cc3cb8f015b67164d2 ... 1120:21:39Running on runner-1qkdmh-h-project-74823-concurrent-0 via runner-1qkdmh-h-shared-gitlab-org-1740082292-f7fe0335... 1320:21:40Skipping Git repository setup 1420:21:40Skipping Git checkout 1520:21:40Skipping Git submodules setup 1720:21:40Using docker image sha256:bb16270633044a484eafe916e971d5eb0cb1b323d660f6ea19fd8421a70aea39 for registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration:main with digest registry.gitlab.com/gitlab-org/gitlab-development-kit/mise-ci-integration@sha256:a603f31fc493831d6eaec4b5dffee98a4dd595a55d4be3cc3cb8f015b67164d2 ... 1820:21:42$ cd /home/gdk/gdk 1920:21:42$ sysctl -n -w fs.inotify.max_user_watches=524288 || true 2020:21:42sysctl: permission denied on key "fs.inotify.max_user_watches", ignoring 2120:21:42$ if [ -f support/ci/utils.sh ]; then # collapsed multi-line command 124620:21:43$ echo "Using ${TOOL_VERSION_MANAGER} for tool version manager" # collapsed multi-line command 124720:21:43Using mise for tool version manager 124820:21:48WARNING: 'asdf.opt_out' is already set to 'true' 124920:21:50WARNING: 'mise.enabled' is already set to 'true' 125020:21:50$ source support/ci/functions.sh 125220:21:50fs.inotify.max_user_watches = 1048576 125320:21:51INFO: Installing gitlab-development-kit Ruby gem.. 125420:21:52 Successfully built RubyGem 125520:21:52 Name: gitlab-development-kit 125620:21:52 Version: 0.2.18 125720:21:52 File: gitlab-development-kit-0.2.18.gem 125820:21:54Successfully installed gitlab-development-kit-0.2.18 125920:21:54Parsing documentation for gitlab-development-kit-0.2.18 126020:21:54Done installing documentation for gitlab-development-kit after 0 seconds 126120:21:541 gem installed 126220:21:54$ cd_into_checkout_path "gitlab" 126320:21:54$ run_timed_command "GDK_SELF_UPDATE=0 gdk update" 126420:21:54$ GDK_SELF_UPDATE=0 gdk update 126520:21:55gdk update: before hook -> support/exec-cd gitlab bin/spring stop || true 126620:21:56Spring is not running 126720:21:54DEBUG: command=[bundle install], opts=[{:chdir=>#<Pathname:/home/gdk/gdk>}], display_output=[true], retry_attempts=[0] 126820:21:57Bundle complete! 14 Gemfile dependencies, 111 gems now installed. 126920:21:57Bundled gems are installed into `/home/gdk/.gitlab-ci-cache/ruby/bundle` 127020:21:57DEBUG: result: success?=[true], stdout=[Bundle complete! 14 Gemfile dependencies, 111 gems now installed. 127120:21:57Bundled gems are installed into `/home/gdk/.gitlab-ci-cache/ruby/bundle`], stderr=[], duration=[0.75 seconds] 127220:21:59support/retry-command 'git -C /home/gdk/gdk/gitlab ls-tree HEAD --name-only -- Gemfile.lock db/structure.sql db/schema.rb ee/db/geo/structure.sql ee/db/geo/schema.rb | xargs git -C /home/gdk/gdk/gitlab checkout --' 127320:21:59DEBUG: command=[git -C /home/gdk/gdk/gitlab ls-tree HEAD --name-only -- Gemfile.lock db/structure.sql db/schema.rb ee/db/geo/structure.sql ee/db/geo/schema.rb | xargs git -C /home/gdk/gdk/gitlab checkout --], opts=[{}], display_output=[true], retry_attempts=[3] 127420:22:00DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[1.18 seconds] 127520:22:00-------------------------------------------------------------------------------- 127620:22:00Updating gitlab-org/gitlab 127720:22:00-------------------------------------------------------------------------------- 127820:22:00support/component-git-update gitlab "/home/gdk/gdk/gitlab" master master 127920:22:00DEBUG: command=[git stash save -u], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[0] 128020:22:17DEBUG: result: success?=[true], stdout=[No local changes to save], stderr=[], duration=[16.47 seconds] 128120:22:17DEBUG: command=[git config branch.master.remote], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[0] 128220:22:17DEBUG: result: success?=[true], stdout=[origin], stderr=[], duration=[0.0 seconds] 128320:22:17DEBUG: command=[git fetch --force --tags --prune origin master], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[3] 128520:22:52 * branch master -> FETCH_HEAD 128620:22:52 f4abdf5dbb61..a8069db2fae6 master -> origin/master], duration=[35.38 seconds] 128720:22:52DEBUG: command=[git checkout master], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[0] 128820:22:53DEBUG: result: success?=[true], stdout=[Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded. 128920:22:53 (use "git pull" to update your local branch)], stderr=[Already on 'master'], duration=[0.32 seconds] 129020:22:53Successfully fetched and checked out 'master' for 'gitlab/' 129120:22:53DEBUG: command=[git pull --ff-only origin master], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[3] 129220:22:54DEBUG: result: success?=[true], stdout=[Updating f4abdf5dbb61..a8069db2fae6 129420:22:54 doc/development/rubocop_development_guide.md | 7 ++++++- 129520:22:54 rubocop/formatter/todo_formatter.rb | 12 +++++++++++- 129620:22:54 spec/rubocop/formatter/todo_formatter_spec.rb | 5 +++++ 129820:22:54 * branch master -> FETCH_HEAD], duration=[1.63 seconds] 129920:22:54Successfully pulled (--ff-only) for 'gitlab/' 130120:22:55$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 130320:22:55 gitlab/config/gitlab.yml \ 130420:22:55 gitlab/config/database.yml \ 130520:22:55 gitlab/config/cable.yml \ 130620:22:55 gitlab/config/resque.yml \ 130720:22:55 gitlab/config/redis.cache.yml \ 130820:22:55 gitlab/config/redis.repository_cache.yml \ 130920:22:55 gitlab/config/redis.queues.yml \ 131020:22:55 gitlab/config/redis.shared_state.yml \ 131120:22:55 gitlab/config/redis.trace_chunks.yml \ 131220:22:55 gitlab/config/redis.rate_limiting.yml \ 131320:22:55 gitlab/config/redis.sessions.yml \ 131420:22:55 gitlab/config/vite.gdk.json \ 131520:22:55 gitlab/config/puma.rb 131620:22:56-------------------------------------------------------------------------------- 131720:22:56Installing mise tools from /home/gdk/gdk/gitlab/.tool-versions 131820:22:56-------------------------------------------------------------------------------- 131920:22:56cd /home/gdk/gdk/gitlab && mise install -y 132020:22:56mise all runtimes are installed 132120:22:56-------------------------------------------------------------------------------- 132220:22:56Setting up Ruby bundler 132320:22:56-------------------------------------------------------------------------------- 132420:22:56. ./support/bootstrap-common.sh ; configure_ruby_bundler_for_gitlab 132520:22:59-------------------------------------------------------------------------------- 132620:22:59Installing gitlab-org/gitlab Ruby gems 132720:22:59-------------------------------------------------------------------------------- 132820:22:59/home/gdk/gdk/support/bundle-install /home/gdk/gdk/gitlab 132920:22:59Ruby version with mise exec: ruby 3.3.7 (2025-01-15 revision be31f993d7) +YJIT [x86_64-linux] 133020:23:00Bundle check passed. 133120:23:00touch .gitlab-bundle 133220:23:00-------------------------------------------------------------------------------- 133320:23:00Installing the gitlab-development-kit gem 133420:23:00-------------------------------------------------------------------------------- 133520:23:00. ./support/bootstrap-common.sh ; gdk_install_gem 133620:23:01-------------------------------------------------------------------------------- 133720:23:01Enabling Lefthook for gitlab-org/gitlab 133820:23:01-------------------------------------------------------------------------------- 133920:23:01cd /home/gdk/gdk/gitlab && /home/gdk/gdk/support/bundle-exec lefthook install 134020:23:03sync hooks: ✔️ (auto-fix, pre-commit, pre-push) 134120:23:03touch .gitlab-lefthook 134220:23:03-------------------------------------------------------------------------------- 134320:23:03Installing gitlab-org/gitlab Node.js packages 134420:23:03-------------------------------------------------------------------------------- 134520:23:03cd /home/gdk/gdk/gitlab && /home/gdk/.local/share/mise/installs/yarn/1.22.19/bin/yarn install --pure-lockfile 134620:23:06yarn install v1.22.19 134720:23:06$ node ./scripts/frontend/preinstall.mjs 134820:23:07[1/5] Validating package.json... 134920:23:07[2/5] Resolving packages... 135020:23:07success Already up-to-date. 135120:23:07$ node ./scripts/frontend/postinstall.js 135220:23:08success Dependency postinstall check passed. 135320:23:09patch-package 6.5.1 135420:23:09Applying patches... 135520:23:09@graphql-eslint/eslint-plugin@3.20.1 ✔ 135620:23:09@rails/ujs@7.0.807 ✔ 135720:23:09@vue/compat@3.5.13 ✔ 135820:23:10@vue/compiler-sfc@3.5.13 ✔ 135920:23:10@vue/test-utils-vue3@2.4.6 ✔ 136020:23:10@vue/vue3-jest@29.2.3 ✔ 136120:23:10autosize@6.0.1 ✔ 136220:23:10eslint-plugin-local-rules@3.0.2 ✔ 136320:23:10jest-mock@29.7.0 ✔ 136420:23:10leaflet@1.9.4 ✔ 136520:23:10vue/@vue/compiler-sfc@2.7.16 ✔ 136620:23:10vue-apollo@3.0.7 ✔ 136720:23:10vue-loader-vue3@17.4.2 ✔ 136820:23:10Done in 3.92s. 136920:23:10touch .gitlab-yarn 137020:23:10-------------------------------------------------------------------------------- 137120:23:10Generating gitlab-org/gitlab Rails translations 137220:23:10-------------------------------------------------------------------------------- 137320:23:10rake gitlab:recompile_translations 137420:23:10DEBUG: command=[mise exec -- bundle exec rake gettext:compile], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[false], retry_attempts=[0] 137520:24:38DEBUG: result: success?=[true], stdout=[Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/am_ET 137620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ar_SA 137720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/as_IN 137820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/az_AZ 137920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ba_RU 138020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/be_BY 138120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/bg 138220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/bn_BD 138320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/bn_IN 138420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/br_FR 138520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/bs_BA 138620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ca_ES 138720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/cs_CZ 138820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/cy_GB 138920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/da_DK 139020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/de 139120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/el_GR 139220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/en_GB 139320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/eo 139420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/es 139520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/et_EE 139620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/eu_ES 139720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/fa_IR 139820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/fi_FI 139920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/fil_PH 140020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/fr 140120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ga_IE 140220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/gl_ES 140320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/he_IL 140420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/hi_IN 140520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/hr_HR 140620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/hu_HU 140720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/hy_AM 140820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/id_ID 140920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ig_NG 141020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/is_IS 141120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/it 141220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ja 141320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ka_GE 141420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/kab 141520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ko 141620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ku_TR 141720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ky_KG 141820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/lt_LT 141920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/mk_MK 142020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ml_IN 142120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/mn_MN 142220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ms_MY 142320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/nb_NO 142420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ne_NP 142520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/nl_NL 142620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/or_IN 142720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/pa_IN 142820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/pa_PK 142920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/pl_PL 143020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/pt_BR 143120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/pt_PT 143220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ro_RO 143320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ru 143420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/si_LK 143520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sk_SK 143620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sl_SI 143720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sq_AL 143820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sr_CS 143920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sr_SP 144020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sv_SE 144120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/sw_KE 144220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ta_IN 144320:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/th_TH 144420:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ti_ER 144520:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/tr_TR 144620:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/uk 144720:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/ur_PK 144820:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/uz_UZ 144920:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/vi_VN 145020:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/zh_CN 145120:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/zh_HK 145220:24:38Created app.js in /home/gdk/gdk/gitlab/app/assets/javascripts/locale/zh_TW 145320:24:38Done converting all the po files], stderr=[], duration=[87.69 seconds] 145420:24:39git -C /home/gdk/gdk/gitlab checkout locale/*/gitlab.po 145520:24:39Updated 0 paths from the index 145620:24:39touch .gitlab-translations 145720:24:41. ./support/bootstrap-common.sh ; ensure_line_in_file "include 'gitlab.conf'" "postgresql/data/postgresql.conf" 145820:24:42rake postgresql/data/gitlab.conf 145920:24:42-------------------------------------------------------------------------------- 146020:24:42Ensuring necessary databases are setup and seeded 146120:24:42-------------------------------------------------------------------------------- 146220:24:42rake Procfile 146320:24:43gdk start db --quiet 146420:24:44support/bootstrap-praefect 146520:24:47support/bootstrap-rails 146620:24:47gitlabhq_development exists, nothing to do here. 146720:24:47gitlabhq_development_ci exists, nothing to do here. 146820:24:47DEBUG: command=[support/platform-update], opts=[{:chdir=>#<Pathname:/home/gdk/gdk>}], display_output=[true], retry_attempts=[0] 146920:24:49INFO: Performing common preflight checks.. 147020:24:49-------------------------------------------------------------------------------- 147120:24:49Ensuring platform software installed 147220:24:49-------------------------------------------------------------------------------- 147320:24:50INFO: Setting up 'debian' platform.. 147420:24:50INFO: This GDK has already had platform packages installed 147520:24:50INFO: (remove '/home/gdk/gdk/.cache/.gdk_platform_setup' to force installation) 147620:24:50INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 147720:24:51INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 147820:24:51-------------------------------------------------------------------------------- 147920:24:51Updating mise plugins 148020:24:51-------------------------------------------------------------------------------- 148120:24:51mise plugin:redis update git repo 148220:24:51mise plugin:yarn update git repo 148320:24:51mise plugin:minio update git repo 148420:24:51mise plugin:postgres update git repo 148920:24:52INFO: Installing gitlab-development-kit Ruby gem.. 149020:24:53-------------------------------------------------------------------------------- 149120:24:53Configuring Ruby.. 149220:24:53-------------------------------------------------------------------------------- 149320:24:54INFO: Updating RubyGems for Ruby 3.3.7.. 149420:24:54INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 149520:25:02Latest version already installed. Done. 149620:25:02INFO: Updating RubyGems for Ruby 3.2.4.. 149720:25:03INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 149820:25:10Latest version already installed. Done. 149920:25:10DEBUG: result: success?=[true], stdout=[INFO: Performing common preflight checks.. 150020:25:10-------------------------------------------------------------------------------- 150120:25:10Ensuring platform software installed 150220:25:10-------------------------------------------------------------------------------- 150320:25:10INFO: Setting up 'debian' platform.. 150420:25:10INFO: This GDK has already had platform packages installed 150520:25:10INFO: (remove '/home/gdk/gdk/.cache/.gdk_platform_setup' to force installation) 150620:25:10INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 150720:25:10INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 150820:25:10-------------------------------------------------------------------------------- 150920:25:10Updating mise plugins 151020:25:10-------------------------------------------------------------------------------- 151120:25:10INFO: Installing gitlab-development-kit Ruby gem.. 151220:25:10-------------------------------------------------------------------------------- 151320:25:10Configuring Ruby.. 151420:25:10-------------------------------------------------------------------------------- 151520:25:10INFO: Updating RubyGems for Ruby 3.3.7.. 151620:25:10INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 151720:25:10Latest version already installed. Done. 151820:25:10INFO: Updating RubyGems for Ruby 3.2.4.. 151920:25:10INFO: TOOL_VERSION_MANAGER is set to mise. Forcing mise to be enabled. 152020:25:10Latest version already installed. Done.], stderr=[mise plugin:redis update git repo 152120:25:10mise plugin:yarn update git repo 152220:25:10mise plugin:minio update git repo 152320:25:10mise plugin:postgres update git repo 152820:25:13DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec bundle check] 152920:25:13DEBUG: command=[/home/gdk/gdk/support/bundle-exec bundle check], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 153020:25:15DEBUG: result: success?=[true], stdout=[The Gemfile's dependencies are satisfied], stderr=[], duration=[1.34 seconds] 153120:25:15DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec gem list -i charlock_holmes] 153220:25:15DEBUG: command=[/home/gdk/gdk/support/bundle-exec gem list -i charlock_holmes], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 153320:25:15DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec gem list -i gpgme] 153420:25:15DEBUG: command=[/home/gdk/gdk/support/bundle-exec gem list -i gpgme], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 153520:25:15DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec gem list -i oj] 153620:25:15DEBUG: command=[/home/gdk/gdk/support/bundle-exec gem list -i oj], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 153720:25:15DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec gem list -i pg] 153820:25:15DEBUG: command=[/home/gdk/gdk/support/bundle-exec gem list -i pg], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 153920:25:15DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec gem list -i ffi] 154020:25:15DEBUG: command=[/home/gdk/gdk/support/bundle-exec gem list -i ffi], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 154120:25:20DEBUG: result: success?=[true], stdout=[true], stderr=[], duration=[5.0 seconds] 154220:25:20DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec ruby -r ffi -e 'nil'] 154320:25:20DEBUG: command=[/home/gdk/gdk/support/bundle-exec ruby -r ffi -e 'nil'], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 154420:25:20DEBUG: result: success?=[true], stdout=[true], stderr=[], duration=[5.06 seconds] 154520:25:20DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec ruby -r charlock_holmes -e 'nil'] 154620:25:20DEBUG: command=[/home/gdk/gdk/support/bundle-exec ruby -r charlock_holmes -e 'nil'], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 154720:25:20DEBUG: result: success?=[true], stdout=[true], stderr=[], duration=[5.08 seconds] 154820:25:20DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec ruby -r oj -e 'nil'] 154920:25:20DEBUG: command=[/home/gdk/gdk/support/bundle-exec ruby -r oj -e 'nil'], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 155020:25:20DEBUG: result: success?=[true], stdout=[true], stderr=[], duration=[5.1 seconds] 155120:25:20DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec ruby -r pg -e 'nil'] 155220:25:20DEBUG: command=[/home/gdk/gdk/support/bundle-exec ruby -r pg -e 'nil'], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 155320:25:20DEBUG: result: success?=[true], stdout=[true], stderr=[], duration=[5.13 seconds] 155420:25:20DEBUG: cmd=[/home/gdk/gdk/support/bundle-exec ruby -r gpgme -e 'nil'] 155520:25:20DEBUG: command=[/home/gdk/gdk/support/bundle-exec ruby -r gpgme -e 'nil'], opts=[{:chdir=>"/home/gdk/gdk/gitlab"}], display_output=[false], retry_attempts=[0] 155620:25:25DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[4.88 seconds] 155720:25:25DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[4.98 seconds] 155820:25:25DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[4.89 seconds] 155920:25:25DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[4.97 seconds] 156020:25:25DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[5.2 seconds] 156220:25:25ok: run: /home/gdk/gdk/services/postgresql: (pid 1148) 41s, normally down 156320:25:25ok: run: /home/gdk/gdk/services/praefect: (pid 1942) 0s, normally down 156420:25:25ok: run: /home/gdk/gdk/services/praefect-gitaly-0: (pid 1943) 0s, normally down 156520:25:25ok: run: /home/gdk/gdk/services/redis: (pid 1149) 41s, normally down 156620:25:26Package downloaded successfully to graphql-schema.tar.gz 156720:25:26Package extracted successfully to /home/gdk/gdk/gitlab/tmp/tests/graphql 156820:25:26-------------------------------------------------------------------------------- 156920:25:26Processing gitlab rails DB migrations 157020:25:26-------------------------------------------------------------------------------- 157120:25:26DEBUG: command=[mise exec -- bundle exec rake db:migrate db:test:prepare], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab>}], display_output=[true], retry_attempts=[0] 157220:25:29rake Procfile 157320:25:29rm -f .gitlab-translations 157420:25:31rake redis/redis.conf 157520:25:33make gitlab-workhorse-asdf-install gitlab/workhorse/gitlab-workhorse gitlab/workhorse/config.toml 157620:25:34-------------------------------------------------------------------------------- 157720:25:34Ensuring necessary data services are running 157820:25:34-------------------------------------------------------------------------------- 157920:25:34gdk start rails-migration-dependencies 158020:25:36-------------------------------------------------------------------------------- 158120:25:36Ensuring gitlab-http-router is stopped 158320:25:36-------------------------------------------------------------------------------- 158420:25:36gdk stop gitlab-http-router 158520:25:38-------------------------------------------------------------------------------- 158620:25:38Installing tools from /home/gdk/gdk/gitlab/workhorse/.tool-versions 158720:25:38-------------------------------------------------------------------------------- 158820:25:38cd /home/gdk/gdk/gitlab/workhorse && mise install -y 158920:25:38mise all runtimes are installed 159020:25:38-------------------------------------------------------------------------------- 159120:25:38-------------------------------------------------------------------------------- 159220:25:38Downloading gitlab-workhorse binaries (workhorse.skip_compile set to true) 159320:25:38-------------------------------------------------------------------------------- 159420:25:38support/package-helper workhorse download 159520:25:38Updating /home/gdk/gdk/gitlab-topology-service 159620:25:39-------------------------------------------------------------------------------- 159720:25:39support/component-git-update gitlab_topology_service gitlab-topology-service main main 159820:25:40-------------------------------------------------------------------------------- 159920:25:40ok: run: /home/gdk/gdk/services/postgresql: (pid 1148) 56s, normally down 160020:25:40ok: run: /home/gdk/gdk/services/praefect: (pid 1942) 15s, normally down 160120:25:40ok: run: /home/gdk/gdk/services/praefect-gitaly-0: (pid 1943) 15s, normally down 160220:25:40ok: run: /home/gdk/gdk/services/redis: (pid 1149) 56s, normally down 160320:25:40Updating gitlab-org/gitlab-shell to v14.40.0 160420:25:40-------------------------------------------------------------------------------- 160520:25:40support/component-git-update gitlab_shell "/home/gdk/gdk/gitlab-shell" "v14.40.0" main 160620:25:40DEBUG: command=[git stash save -u], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-topology-service>}], display_output=[false], retry_attempts=[0] 160720:25:40-------------------------------------------------------------------------------- 160820:25:40Updating gitlab-org/gitaly to 683c15cfb532bf9cb2e23acc7d8c6d6219c2aa68 160920:25:40-------------------------------------------------------------------------------- 161020:25:40support/component-git-update gitaly "/home/gdk/gdk/gitaly" "683c15cfb532bf9cb2e23acc7d8c6d6219c2aa68" master 161220:25:40DEBUG: result: success?=[true], stdout=[No local changes to save], stderr=[], duration=[0.19 seconds] 161320:25:40DEBUG: command=[git rev-parse --is-shallow-repository], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-topology-service>}], display_output=[false], retry_attempts=[0] 161420:25:40DEBUG: result: success?=[true], stdout=[false], stderr=[], duration=[0.01 seconds] 161520:25:40DEBUG: command=[git fetch --force --all --tags --prune], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-topology-service>}], display_output=[false], retry_attempts=[3] 161620:25:41DEBUG: command=[git stash save -u], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-shell>}], display_output=[false], retry_attempts=[0] 161720:25:41DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[0.55 seconds] 161820:25:41DEBUG: command=[git checkout main], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-topology-service>}], display_output=[false], retry_attempts=[0] 161920:25:41ok: down: /home/gdk/gdk/services/gitlab-http-router: 57s 162020:25:41Successfully fetched and checked out 'main' for 'gitlab-topology-service/' 162120:25:41DEBUG: result: success?=[true], stdout=[Your branch is up to date with 'origin/main'.], stderr=[Already on 'main'], duration=[0.02 seconds] 162220:25:41DEBUG: command=[git pull --ff-only], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-topology-service>}], display_output=[false], retry_attempts=[3] 162320:25:41DEBUG: command=[git stash save -u], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitaly>}], display_output=[false], retry_attempts=[0] 162420:25:41-------------------------------------------------------------------------------- 162520:25:41DEBUG: result: success?=[true], stdout=[No local changes to save], stderr=[], duration=[0.45 seconds] 162620:25:41DEBUG: command=[git rev-parse --is-shallow-repository], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-shell>}], display_output=[false], retry_attempts=[0] 162720:25:41Updating /home/gdk/gdk/gitlab-http-router 162820:25:41DEBUG: result: success?=[true], stdout=[false], stderr=[], duration=[0.03 seconds] 162920:25:41DEBUG: command=[git fetch --force --all --tags --prune], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-shell>}], display_output=[false], retry_attempts=[3] 163020:25:41-------------------------------------------------------------------------------- 163120:25:41support/component-git-update gitlab_http_router gitlab-http-router main main 163220:25:41Successfully pulled (--ff-only) for 'gitlab-topology-service/' 163320:25:41DEBUG: result: success?=[true], stdout=[Already up to date.], stderr=[], duration=[0.62 seconds] 163520:25:41$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 163620:25:42rake gitlab-topology-service/config.toml 163720:25:42Package downloaded successfully to workhorse.tar.gz 163820:25:42DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[0.78 seconds] 163920:25:42DEBUG: command=[git checkout v14.40.0], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-shell>}], display_output=[false], retry_attempts=[0] 164020:25:42DEBUG: result: success?=[true], stdout=[], stderr=[HEAD is now at 7e833ef Merge branch 'ashmckenzie/gitlab-shell-release-14-40-0' into 'main'], duration=[0.03 seconds] 164120:25:42Successfully fetched and checked out 'v14.40.0' for 'gitlab-shell/' 164220:25:42DEBUG: command=[git stash save -u], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-http-router>}], display_output=[false], retry_attempts=[0] 164320:25:43make gitlab-shell/.git gitlab-shell-asdf-install gitlab-shell/config.yml .gitlab-shell-bundle gitlab-shell/.gitlab_shell_secret /home/gdk/gdk/openssh/ssh_host_rsa_key /home/gdk/gdk/openssh/ssh_host_ed25519_key gitlab-shell/bin/gitlab-shell 164420:25:43DEBUG: result: success?=[true], stdout=[No local changes to save], stderr=[], duration=[0.44 seconds] 164520:25:43DEBUG: command=[git rev-parse --is-shallow-repository], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-http-router>}], display_output=[false], retry_attempts=[0] 164620:25:43DEBUG: result: success?=[true], stdout=[false], stderr=[], duration=[0.04 seconds] 164720:25:43DEBUG: command=[git fetch --force --all --tags --prune], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-http-router>}], display_output=[false], retry_attempts=[3] 164820:25:43DEBUG: result: success?=[true], stdout=[No local changes to save], stderr=[], duration=[1.81 seconds] 164920:25:43DEBUG: command=[git rev-parse --is-shallow-repository], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitaly>}], display_output=[false], retry_attempts=[0] 165020:25:43DEBUG: result: success?=[true], stdout=[false], stderr=[], duration=[0.03 seconds] 165120:25:43DEBUG: command=[git fetch --force --all --tags --prune], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitaly>}], display_output=[false], retry_attempts=[3] 165220:25:43DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[0.62 seconds] 165320:25:43DEBUG: command=[git checkout main], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-http-router>}], display_output=[false], retry_attempts=[0] 165420:25:44DEBUG: result: success?=[true], stdout=[Your branch is up to date with 'origin/main'.], stderr=[Already on 'main'], duration=[0.03 seconds] 165520:25:44DEBUG: command=[git pull --ff-only], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitlab-http-router>}], display_output=[false], retry_attempts=[3] 165620:25:44Successfully fetched and checked out 'main' for 'gitlab-http-router/' 165720:25:44-------------------------------------------------------------------------------- 165820:25:44DEBUG: result: success?=[true], stdout=[Already up to date.], stderr=[], duration=[0.72 seconds] 165920:25:44Successfully pulled (--ff-only) for 'gitlab-http-router/' 166120:25:44$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 166220:25:44Installing mise tools from /home/gdk/gdk/gitlab-topology-service/.tool-versions 166320:25:44-------------------------------------------------------------------------------- 166420:25:44cd /home/gdk/gdk/gitlab-topology-service && mise install -y 166520:25:44mise all runtimes are installed 166620:25:45-------------------------------------------------------------------------------- 166720:25:45DEBUG: result: success?=[true], stdout=[], stderr=[], duration=[1.65 seconds] 166820:25:45DEBUG: command=[git checkout 683c15cfb532bf9cb2e23acc7d8c6d6219c2aa68], opts=[{:chdir=>#<Pathname:/home/gdk/gdk/gitaly>}], display_output=[false], retry_attempts=[0] 166920:25:45Successfully fetched and checked out '683c15cfb532bf9cb2e23acc7d8c6d6219c2aa68' for 'gitaly/' 167020:25:45DEBUG: result: success?=[true], stdout=[], stderr=[HEAD is now at 683c15cfb Merge branch 'fix-goroutine-leak' into 'master'], duration=[0.04 seconds] 167120:25:45Installing mise tools from /home/gdk/gdk/gitlab-http-router/.tool-versions 167220:25:45Package extracted successfully to /home/gdk/gdk/gitlab/workhorse 167320:25:45-------------------------------------------------------------------------------- 167420:25:45-------------------------------------------------------------------------------- 167520:25:45cd /home/gdk/gdk/gitlab-http-router && mise install -y 167620:25:45Performing make deps steps for /home/gdk/gdk/gitlab-topology-service 167720:25:45-------------------------------------------------------------------------------- 167820:25:45support/asdf-exec /home/gdk/gdk/gitlab-topology-service make deps 167920:25:45rake gitlab/workhorse/config.toml 168020:25:45mise all runtimes are installed 168120:25:45-------------------------------------------------------------------------------- 168220:25:45Performing npm steps for /home/gdk/gdk/gitlab-http-router 168320:25:45-------------------------------------------------------------------------------- 168420:25:45cd /home/gdk/gdk/gitlab-http-router && npm install 168520:25:45make /home/gdk/gdk/gitaly/.git gitaly-asdf-install /home/gdk/gdk/gitaly/_build/bin/gitaly gitaly/gitaly.config.toml gitaly/praefect.config.toml 168620:25:46[ -e tmp/certs/done ] || scripts/generate-certs.bash 168720:25:46go install google.golang.org/protobuf/cmd/protoc-gen-go 168820:25:46go: downloading google.golang.org/protobuf v1.36.3 168920:25:46make[2]: 'gitlab-shell/.git' is up to date. 169020:25:47-------------------------------------------------------------------------------- 169120:25:47Installing mise tools from /home/gdk/gdk/gitlab-shell/.tool-versions 169220:25:47-------------------------------------------------------------------------------- 169320:25:47cd /home/gdk/gdk/gitlab-shell && mise install -y 169420:25:47mise all runtimes are installed 169520:25:47rake gitlab-shell/config.yml 169620:25:49make[2]: '/home/gdk/gdk/gitaly/.git' is up to date. 169720:25:50-------------------------------------------------------------------------------- 169820:25:50Installing mise tools from /home/gdk/gdk/gitaly/.tool-versions 169920:25:50-------------------------------------------------------------------------------- 170020:25:50cd /home/gdk/gdk/gitaly && mise install -y 170120:25:50-------------------------------------------------------------------------------- 170220:25:50mise all runtimes are installed 170320:25:50Installing gitlab-org/gitlab-shell Ruby gems 170420:25:50-------------------------------------------------------------------------------- 170520:25:50/home/gdk/gdk/support/bundle-install /home/gdk/gdk/gitlab-shell 170620:25:50-------------------------------------------------------------------------------- 170720:25:50Downloading gitaly binaries (gitaly.skip_compile set to true) 170820:25:50-------------------------------------------------------------------------------- 170920:25:50support/package-helper gitaly download 171020:25:50Ruby version with mise exec: ruby 3.3.7 (2025-01-15 revision be31f993d7) +YJIT [x86_64-linux] 171120:25:52No changes detected in /home/gdk/gdk/gitaly, skipping package download and extraction. 171220:25:52rake gitaly/gitaly.config.toml 171320:25:53Bundle check passed. 171420:25:53touch .gitlab-shell-bundle 171520:25:53ln -nfs /home/gdk/gdk/gitlab/.gitlab_shell_secret gitlab-shell/.gitlab_shell_secret 171620:25:53make[2]: '/home/gdk/gdk/openssh/ssh_host_rsa_key' is up to date. 171720:25:53make[2]: '/home/gdk/gdk/openssh/ssh_host_ed25519_key' is up to date. 171820:25:54-------------------------------------------------------------------------------- 171920:25:54Downloading gitlab-shell binaries (gitlab_shell.skip_compile set to true) 172020:25:54-------------------------------------------------------------------------------- 172120:25:54support/package-helper gitlab_shell download 172220:25:54rake gitaly/praefect.config.toml 172320:25:55up to date, audited 306 packages in 8s 172420:25:5573 packages are looking for funding 172520:25:55 run `npm fund` for details 172620:25:55No changes detected in /home/gdk/gdk/gitlab-shell, skipping package download and extraction. 172720:25:5611 vulnerabilities (3 low, 8 moderate) 172820:25:56Some issues need review, and may require choosing 172920:25:56a different dependency. 173020:25:56Run `npm audit` for details. 173120:25:56gdk restart gitlab-http-router 173220:25:57rake Procfile 173320:25:58ok: down: /home/gdk/gdk/services/gitlab-http-router: 74s 173420:25:59gdk start db --quiet 173520:26:01support/bootstrap-praefect 173620:26:02support/migrate-praefect 173720:26:02ok: run: /home/gdk/gdk/services/gitlab-http-router: (pid 4335) 0s, normally down 173820:26:06praefect sql-migrate: all migrations are up 173920:26:21go install google.golang.org/grpc/cmd/protoc-gen-go-grpc 174020:26:21go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 174120:26:21go: downloading google.golang.org/grpc v1.69.4 174220:26:22go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway 174320:26:22go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 174420:26:22go: downloading golang.org/x/text v0.21.0 174520:26:23go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f 174620:26:23go: downloading gopkg.in/yaml.v3 v3.0.1 174720:26:47go install github.com/yoheimuta/protolint/cmd/protolint 174820:26:47go: downloading github.com/yoheimuta/protolint v0.52.0 174920:26:47go: downloading github.com/hashicorp/go-plugin v1.6.1 175020:26:47go: downloading github.com/yoheimuta/go-protoparser/v4 v4.13.0 175120:26:48go: downloading github.com/golang/protobuf v1.5.4 175220:26:48go: downloading github.com/hashicorp/go-hclog v1.6.3 175320:26:48go: downloading github.com/hashicorp/yamux v0.1.1 175420:26:48go: downloading github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 175520:26:48go: downloading github.com/oklog/run v1.0.0 175620:26:48go: downloading github.com/BurntSushi/toml v1.4.0 175720:26:48go: downloading gopkg.in/yaml.v2 v2.4.0 175820:26:48go: downloading github.com/chavacava/garif v0.1.0 175920:26:48go: downloading github.com/fatih/color v1.15.0 176020:26:48go: downloading github.com/mattn/go-isatty v0.0.20 176120:26:48go: downloading golang.org/x/net v0.34.0 176220:26:48go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 176320:26:48go: downloading golang.org/x/sys v0.29.0 176420:26:48go: downloading github.com/mattn/go-colorable v0.1.13 176520:26:48go: downloading github.com/gertd/go-pluralize v0.2.1 176620:27:04go install github.com/bufbuild/buf/cmd/buf 176720:27:04go: downloading github.com/bufbuild/buf v1.49.0 176820:27:05go: downloading connectrpc.com/connect v1.17.0 176920:27:05go: downloading github.com/spf13/cobra v1.8.1 177020:27:05go: downloading buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.1-20241227185654-946b6dd39b27.1 177120:27:05go: downloading connectrpc.com/otelconnect v0.7.1 177220:27:05go: downloading github.com/spf13/pflag v1.0.5 177320:27:05go: downloading golang.org/x/term v0.28.0 177420:27:05go: downloading buf.build/go/protoyaml v0.3.1 177520:27:05go: downloading github.com/bufbuild/protovalidate-go v0.8.2 177620:27:05go: downloading github.com/go-language-server/jsonrpc2 v0.10.0 177720:27:05go: downloading github.com/google/go-containerregistry v0.20.2 177820:27:06go: downloading buf.build/go/bufplugin v0.6.0 177920:27:06go: downloading github.com/quic-go/quic-go v0.48.2 178020:27:06go: downloading github.com/google/uuid v1.6.0 178120:27:06go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c 178220:27:06go: downloading github.com/bufbuild/protocompile v0.14.1 178320:27:06go: downloading github.com/pkg/profile v1.7.0 178420:27:06go: downloading go.uber.org/zap/exp v0.3.0 178520:27:06go: downloading go.uber.org/zap v1.27.0 178620:27:06go: downloading buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.1-20241127180247-a33202765966.1 178720:27:06go: downloading buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.1-20241031151143-70f632351282.1 178820:27:06go: downloading pluginrpc.com/pluginrpc v0.5.0 178920:27:06go: downloading github.com/klauspost/compress v1.17.11 179020:27:06go: downloading buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241227185654-946b6dd39b27.1 179120:27:06go: downloading github.com/gofrs/flock v0.12.1 179220:27:06go: downloading github.com/jdx/go-netrc v1.0.0 179320:27:06go: downloading go.opentelemetry.io/otel v1.33.0 179420:27:06go: downloading go.opentelemetry.io/otel/metric v1.33.0 179520:27:06go: downloading go.opentelemetry.io/otel/trace v1.33.0 179620:27:06go: downloading github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a 179720:27:06go: downloading github.com/tetratelabs/wazero v1.8.2 179820:27:09go: downloading github.com/go-language-server/protocol v0.12.0 179920:27:09go: downloading golang.org/x/mod v0.22.0 180020:27:09go: downloading buf.build/go/spdx v0.2.0 180120:27:09go: downloading github.com/docker/docker v27.4.1+incompatible 180220:27:10go: downloading github.com/segmentio/encoding v0.4.1 180320:27:10go: downloading github.com/docker/cli v27.4.1+incompatible 180420:27:10go: downloading github.com/mitchellh/go-homedir v1.1.0 180520:27:10go: downloading golang.org/x/sync v0.10.0 180620:27:10go: downloading github.com/docker/distribution v2.8.3+incompatible 180720:27:10go: downloading github.com/rs/cors v1.11.1 180820:27:10go: downloading github.com/go-chi/chi/v5 v5.2.0 180920:27:10go: downloading github.com/opencontainers/go-digest v1.0.0 181020:27:10go: downloading golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 181120:27:10go: downloading github.com/quic-go/qpack v0.5.1 181220:27:10go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.6 181320:27:10go: downloading github.com/felixge/fgprof v0.9.5 181420:27:10go: downloading github.com/klauspost/pgzip v1.2.6 181520:27:10go: downloading buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.1-20241007202033-cf42259fcbfc.1 181620:27:10go: downloading github.com/go-logr/logr v1.4.2 181720:27:10go: downloading go.uber.org/multierr v1.11.0 181820:27:10go: downloading github.com/google/cel-go v0.22.1 181920:27:11go: downloading github.com/go-language-server/pkg v0.0.0-20210717090340-384b27a52fb2 182020:27:11go: downloading github.com/go-language-server/uri v0.3.0 182120:27:11go: downloading github.com/docker/go-connections v0.5.0 182220:27:11go: downloading github.com/distribution/reference v0.6.0 182320:27:11go: downloading github.com/opencontainers/image-spec v1.1.0 182420:27:11go: downloading github.com/pkg/errors v0.9.1 182520:27:11go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 182620:27:11go: downloading github.com/containerd/log v0.1.0 182720:27:11go: downloading github.com/docker/go-units v0.5.0 182820:27:11go: downloading github.com/moby/term v0.5.2 182920:27:11go: downloading github.com/morikuni/aec v1.0.0 183020:27:11go: downloading github.com/segmentio/asm v1.2.0 183120:27:11go: downloading github.com/sirupsen/logrus v1.9.3 183220:27:11go: downloading golang.org/x/crypto v0.32.0 183320:27:11go: downloading github.com/russross/blackfriday/v2 v2.1.0 183420:27:11go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad 183520:27:11go: downloading github.com/go-logr/stdr v1.2.2 183620:27:11go: downloading go.opentelemetry.io/auto/sdk v1.1.0 183720:27:11go: downloading cel.dev/expr v0.19.1 183820:27:11go: downloading github.com/stoewer/go-strcase v1.3.0 183920:27:11go: downloading github.com/moby/docker-image-spec v1.3.1 184020:27:11go: downloading github.com/felixge/httpsnoop v1.0.4 184120:27:11go: downloading github.com/moby/locker v1.0.1 184220:27:11go: downloading github.com/vbatts/tar-split v0.11.6 184320:27:11go: downloading github.com/docker/docker-credential-helpers v0.8.2 184420:27:11go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3 184520:27:11go: downloading github.com/antlr4-go/antlr/v4 v4.13.1 184620:27:11go: downloading github.com/gogo/protobuf v1.3.2 184720:27:11go: downloading github.com/moby/sys/mountinfo v0.7.2 184820:27:11go: downloading github.com/moby/patternmatcher v0.6.0 184920:27:11go: downloading github.com/moby/sys/sequential v0.6.0 185020:27:11go: downloading github.com/moby/sys/userns v0.1.0 185120:27:11go: downloading github.com/moby/sys/user v0.3.0 185220:27:11go: downloading github.com/moby/sys/mount v0.3.4 185320:27:12go: downloading github.com/opencontainers/runtime-spec v1.2.0 185420:27:12go: downloading github.com/containerd/containerd v1.7.24 185520:27:12go: downloading github.com/containerd/continuity v0.4.5 185620:27:12go: downloading github.com/containerd/platforms v0.2.1 185720:27:12go: downloading github.com/containerd/typeurl/v2 v2.2.3 185820:27:12go: downloading github.com/containerd/ttrpc v1.2.7 185920:27:12go: downloading github.com/containerd/errdefs v1.0.0 186020:28:20DEPRECATION WARNING: Support for Rails versions < 7.1 is deprecated and will be removed from ViewComponent 4.0.0 (ViewComponent v4 will remove support for Rails versions < 7.1 no earlier than April 1, 2025) (called from <top (required)> at /home/gdk/gdk/gitlab/config/environment.rb:7) 186120:28:57cd clients/ruby && bundle install 186220:28:59Using base64 0.2.0 186320:28:59Using benchmark 0.4.0 186420:28:59Using bigdecimal 3.1.9 186520:28:59Using concurrent-ruby 1.3.5 186620:28:59Using connection_pool 2.5.0 186720:28:59Using drb 2.2.1 186820:28:59Using i18n 1.14.7 186920:28:59Using logger 1.6.6 187020:29:00Using minitest 5.25.4 187120:29:00Using securerandom 0.4.1 187220:29:00Using tzinfo 2.0.6 187320:29:00Using uri 1.0.2 187420:29:00Using activesupport 8.0.1 187520:29:00Using ast 2.4.2 187620:29:00Using debug_inspector 1.2.0 187720:29:00Using binding_of_caller 1.0.1 187820:29:00Using bundler 2.4.4 187920:29:00Using diff-lcs 1.6.0 188020:29:00Using json 2.10.1 188120:29:00Using language_server-protocol 3.17.0.4 188220:29:00Using parallel 1.26.3 188320:29:00Using racc 1.8.1 188420:29:00Using parser 3.3.7.1 188520:29:00Using rainbow 3.1.1 188620:29:00Using regexp_parser 2.10.0 188720:29:00Using rubocop-ast 1.38.0 188820:29:00Using ruby-progressbar 1.13.0 188920:29:00Using unicode-display_width 2.6.0 189020:29:00Using rubocop 1.68.0 189120:29:00Using rubocop-capybara 2.21.0 189220:29:00Using rubocop-factory_bot 2.26.1 189320:29:00Using rubocop-graphql 1.5.4 189420:29:00Using rubocop-performance 1.21.1 189520:29:00Using rack 3.1.10 189620:29:00Using rubocop-rails 2.26.2 189720:29:00Using rubocop-rspec 3.0.5 189820:29:00Using rubocop-rspec_rails 2.30.0 189920:29:00Using gitlab-styles 13.0.2 190020:29:00Using google-protobuf 3.25.6 (x86_64-linux) 190120:29:00Using googleapis-common-protos-types 1.18.0 190220:29:00Using grpc 1.70.1 (x86_64-linux) 190320:29:00Using gitlab-topology-service-client 0.1 from source at `.` 190420:29:00Using rouge 4.5.1 190520:29:00Using unparser 0.6.15 190620:29:00Using proc_to_ast 0.2.0 190720:29:00Using rspec-support 3.13.2 190820:29:00Using rspec-core 3.13.3 190920:29:00Using rspec-expectations 3.13.3 191020:29:00Using rspec-mocks 3.13.2 191120:29:00Using rspec 3.13.0 191220:29:00Using rspec-parameterized-core 1.0.1 191320:29:00Using rspec-parameterized-table_syntax 1.0.1 191420:29:00Using rspec-parameterized 1.0.2 191520:29:00Bundle complete! 5 Gemfile dependencies, 53 gems now installed. 191620:29:00Bundled gems are installed into `/home/gdk/.gitlab-ci-cache/ruby/bundle` 191720:30:05DEBUG: result: success?=[true], stdout=[], stderr=[DEPRECATION WARNING: Support for Rails versions < 7.1 is deprecated and will be removed from ViewComponent 4.0.0 (ViewComponent v4 will remove support for Rails versions < 7.1 no earlier than April 1, 2025) (called from <top (required)> at /home/gdk/gdk/gitlab/config/environment.rb:7)], duration=[279.39 seconds] 191920:30:06.gitlab-bundle \ 192020:30:06.gitlab-shell-bundle \ 192120:30:06.gitlab-yarn \ 192220:30:06.gitlab-ui-yarn \ 192320:30:06.gitlab-gdk-gem \ 192420:30:06.gitlab-lefthook 192520:30:07rake Procfile 192620:30:08. ./support/bootstrap-common.sh ; ensure_line_in_file "include 'gitlab.conf'" "postgresql/data/postgresql.conf" 192720:30:09rake postgresql/data/gitlab.conf 192820:30:09-------------------------------------------------------------------------------- 192920:30:09Ensuring necessary databases are setup and seeded 193020:30:09-------------------------------------------------------------------------------- 193120:30:09rake Procfile 193220:30:10gdk start db --quiet 193320:30:11support/bootstrap-praefect 193420:30:11support/bootstrap-rails 193520:30:11gitlabhq_development exists, nothing to do here. 193620:30:11gitlabhq_development_ci exists, nothing to do here. 193720:30:13rake openssh/sshd_config 193920:30:14$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 194020:30:14rake gitlab-topology-service/config.toml 194220:30:14$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 194320:30:14-------------------------------------------------------------------------------- 194420:30:14Installing mise tools from /home/gdk/gdk/gitlab-http-router/.tool-versions 194520:30:14-------------------------------------------------------------------------------- 194620:30:14cd /home/gdk/gdk/gitlab-http-router && mise install -y 194720:30:14mise all runtimes are installed 194820:30:15-------------------------------------------------------------------------------- 194920:30:15Performing npm steps for /home/gdk/gdk/gitlab-http-router 195020:30:15-------------------------------------------------------------------------------- 195120:30:15cd /home/gdk/gdk/gitlab-http-router && npm install 195220:30:15-------------------------------------------------------------------------------- 195320:30:15Installing mise tools from /home/gdk/gdk/gitlab-topology-service/.tool-versions 195420:30:15-------------------------------------------------------------------------------- 195520:30:15cd /home/gdk/gdk/gitlab-topology-service && mise install -y 195620:30:15mise all runtimes are installed 195720:30:15-------------------------------------------------------------------------------- 195820:30:15Performing make deps steps for /home/gdk/gdk/gitlab-topology-service 195920:30:15-------------------------------------------------------------------------------- 196020:30:15support/asdf-exec /home/gdk/gdk/gitlab-topology-service make deps 196120:30:15[ -e tmp/certs/done ] || scripts/generate-certs.bash 196220:30:15go install google.golang.org/protobuf/cmd/protoc-gen-go 196320:30:16go install google.golang.org/grpc/cmd/protoc-gen-go-grpc 196420:30:16go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway 196520:30:17go install github.com/yoheimuta/protolint/cmd/protolint 196620:30:18up to date, audited 306 packages in 3s 196720:30:1873 packages are looking for funding 196820:30:18 run `npm fund` for details 196920:30:1811 vulnerabilities (3 low, 8 moderate) 197020:30:18Some issues need review, and may require choosing 197120:30:18a different dependency. 197220:30:18Run `npm audit` for details. 197320:30:19go install github.com/bufbuild/buf/cmd/buf 197420:30:20cd clients/ruby && bundle install 197520:30:21Using base64 0.2.0 197620:30:21Using benchmark 0.4.0 197720:30:21Using bigdecimal 3.1.9 197820:30:21Using concurrent-ruby 1.3.5 197920:30:21Using connection_pool 2.5.0 198020:30:21Using drb 2.2.1 198120:30:21Using i18n 1.14.7 198220:30:21Using logger 1.6.6 198320:30:21Using minitest 5.25.4 198420:30:21Using securerandom 0.4.1 198520:30:21Using tzinfo 2.0.6 198620:30:21Using uri 1.0.2 198720:30:21Using activesupport 8.0.1 198820:30:21Using ast 2.4.2 198920:30:21Using debug_inspector 1.2.0 199020:30:21Using binding_of_caller 1.0.1 199120:30:21Using bundler 2.4.4 199220:30:21Using diff-lcs 1.6.0 199320:30:21Using json 2.10.1 199420:30:21Using language_server-protocol 3.17.0.4 199520:30:21Using parallel 1.26.3 199620:30:21Using racc 1.8.1 199720:30:21Using parser 3.3.7.1 199820:30:21Using rainbow 3.1.1 199920:30:21Using regexp_parser 2.10.0 200020:30:21Using rubocop-ast 1.38.0 200120:30:21Using ruby-progressbar 1.13.0 200220:30:21Using unicode-display_width 2.6.0 200320:30:21Using rubocop 1.68.0 200420:30:21Using rubocop-capybara 2.21.0 200520:30:21Using rubocop-factory_bot 2.26.1 200620:30:21Using rubocop-graphql 1.5.4 200720:30:21Using rubocop-performance 1.21.1 200820:30:21Using rack 3.1.10 200920:30:21Using rubocop-rails 2.26.2 201020:30:21Using rubocop-rspec 3.0.5 201120:30:21Using rubocop-rspec_rails 2.30.0 201220:30:21Using gitlab-styles 13.0.2 201320:30:21Using google-protobuf 3.25.6 (x86_64-linux) 201420:30:21Using googleapis-common-protos-types 1.18.0 201520:30:21Using grpc 1.70.1 (x86_64-linux) 201620:30:21Using gitlab-topology-service-client 0.1 from source at `.` 201720:30:21Using rouge 4.5.1 201820:30:21Using unparser 0.6.15 201920:30:21Using proc_to_ast 0.2.0 202020:30:21Using rspec-support 3.13.2 202120:30:21Using rspec-core 3.13.3 202220:30:21Using rspec-expectations 3.13.3 202320:30:21Using rspec-mocks 3.13.2 202420:30:21Using rspec 3.13.0 202520:30:21Using rspec-parameterized-core 1.0.1 202620:30:21Using rspec-parameterized-table_syntax 1.0.1 202720:30:21Using rspec-parameterized 1.0.2 202820:30:21Bundle complete! 5 Gemfile dependencies, 53 gems now installed. 202920:30:21Bundled gems are installed into `/home/gdk/.gitlab-ci-cache/ruby/bundle` 203020:30:21rake gitlab-topology-service/config.toml 203220:30:22$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 203320:30:22-------------------------------------------------------------------------------- 203420:30:22Ensuring GDK managed configuration files are up-to-date 203520:30:22-------------------------------------------------------------------------------- 203620:30:22rake generate_config_files 203720:30:25Successfully updated! 203820:30:25DEBUG: command=[mise which gdk], opts=[{}], display_output=[false], retry_attempts=[0] 203920:30:25DEBUG: result: success?=[true], stdout=[/home/gdk/.local/share/mise/installs/ruby/3.3.7/bin/gdk], stderr=[], duration=[0.1 seconds] 204020:30:25==> 'GDK_SELF_UPDATE=0 gdk update' succeeded in 511 seconds. 204120:30:25$ run_timed_command "gdk config list" 204220:30:25$ gdk config list 204420:30:25action_cable: 204520:30:25 worker_pool_size: 4 204720:30:25 opt_out: true 204920:30:25 enabled: false 205020:30:25 global_sequence_range: 2199023255552 205120:30:25 instance_count: 0 205220:30:25 instances: [] 205320:30:25 port_offset: 0 205420:30:25 postgresql_clusterwide: 205520:30:25 host: "/home/gdk/gdk/postgresql" 205720:30:25charts_gitlab: 205820:30:25 auto_update: true 205920:30:25 enabled: false 206120:30:25 bin: "/usr/bin/clickhouse" 206220:30:25 data_dir: "/home/gdk/gdk/clickhouse/data" 206320:30:25 dir: "/home/gdk/gdk/clickhouse" 206420:30:25 enabled: false 206520:30:25 http_port: 8123 206620:30:25 interserver_http_port: 9009 206720:30:25 log_dir: "/home/gdk/gdk/log/clickhouse" 206820:30:25 log_level: trace 206920:30:25 max_memory_usage: 1000000000 207020:30:25 max_server_memory_usage: 2000000000 207120:30:25 max_thread_pool_size: 1000 207220:30:25 tcp_port: 9001 207720:30:25 version: 8915bd4 207820:30:25docs_gitlab_com: 207920:30:25 auto_update: true 208020:30:25 enabled: false 208220:30:25duo_workflow: 208320:30:25 auto_update: true 208520:30:25 enabled: false 208720:30:25 executor_build_arch: amd64 208820:30:25 executor_build_os: linux 208920:30:25 llm_cache: false 209120:30:25 service_version: main 209220:30:25elasticsearch: 209320:30:25 enabled: false 209420:30:25 version: 8.11.4 209620:30:25 RAILS_ENV: development 209820:30:25 GITLAB_LICENSE_MODE: test 210020:30:25 ask_to_restart_after_update: true 210120:30:25 auto_rebase_projects: false 210220:30:25 auto_reconfigure: true 210320:30:25 debug: false 210420:30:25 experimental: 210520:30:25 auto_reconfigure: true 210620:30:25 overwrite_changes: false 210720:30:25 preflight_checks_opt_out: false 210820:30:25 protected_config_files: [] 210920:30:25 rubygems_update_opt_out: false 211020:30:25 runit_wait_secs: 20 211120:30:25 start_hooks: 211720:30:25 system_packages_opt_out: false 211820:30:25 update_hooks: 212120:30:25 - support/exec-cd gitlab bin/spring stop || true 212220:30:25 use_bash_shim: false 212420:30:25 enabled: false 212520:30:25 experimental: 212620:30:25 allow_secondary_tests_in_primary: false 212720:30:25 node_name: gdk 212820:30:25 registry_replication: 212920:30:25 enabled: false 213120:30:25 secondary: false 213320:30:25 bin: "/usr/bin/git" 213420:30:25git_repositories: 213520:30:25- "/home/gdk/gdk/" 213620:30:25- "/home/gdk/gdk/gitlab" 213820:30:25 address: "/home/gdk/gdk/gitaly.socket" 213920:30:25 assembly_dir: "/home/gdk/gdk/gitaly/assembly" 214020:30:25 auth_token: '' 214120:30:25 auto_update: true 214320:30:25 enabled: false 214420:30:25 go_cloud_url: s3://gitaly-backups?awssdk=v2&disable_https=true&use_path_style=true®ion=gdk&endpoint=http%3A%2F%2F127.0.0.1%3A9000 214520:30:25 config_file: "/home/gdk/gdk/gitaly/gitaly.config.toml" 214620:30:25 dir: "/home/gdk/gdk/gitaly" 214720:30:25 enable_all_feature_flags: false 214820:30:25 enabled: false 215020:30:25 AWS_ACCESS_KEY_ID: minio 215120:30:25 AWS_SECRET_ACCESS_KEY: gdk-minio 215220:30:25 gitconfig: [] 215320:30:25 log_dir: "/home/gdk/gdk/log/gitaly" 215420:30:25 repository_storages: "/home/gdk/gdk/repository_storages" 215520:30:25 runtime_dir: "/home/gdk/gdk/tmp" 215620:30:25 skip_compile: true 215720:30:25 skip_setup: false 215820:30:25 storage_count: 1 215920:30:25 storage_dir: "/home/gdk/gdk/repositories" 216020:30:25 transactions: 216120:30:25 enabled: false 216320:30:25 auto_update: true 216420:30:25 cache_classes: true 216720:30:25 name: cell-1 216820:30:25 skip_sequence_alteration: false 216920:30:25 default_branch: master 217020:30:25 dir: "/home/gdk/gdk/gitlab" 217120:30:25 gitaly_disable_request_limits: false 217220:30:25 lefthook_enabled: true 217320:30:25 log_dir: "/home/gdk/gdk/gitlab/log" 217620:30:25 allowed_hosts: [] 217720:30:25 application_settings_cache_seconds: 60 217820:30:25 bootsnap: true 217920:30:25 bundle_gemfile: "/home/gdk/gdk/gitlab/Gemfile" 218220:30:25 enabled: true 218320:30:25 use_main_database: false 218520:30:25 enabled: false 218720:30:25 enabled: false 218820:30:25 use_main_database: true 218920:30:25 hostname: 127.0.0.1 219120:30:25 enabled: false 219220:30:25 multiple_databases: false 219520:30:25 threads_max: 4 219620:30:25 threads_min: 1 219820:30:25 session_store: 219920:30:25 cookie_key: _gitlab_session 220020:30:25 session_cookie_token_prefix: cell-1 220120:30:25 unique_cookie_key_postfix: false 220220:30:25 rails_background_jobs: 220320:30:25 enabled: true 220420:30:25 sidekiq_exporter_enabled: false 220520:30:25 sidekiq_exporter_port: 3807 220620:30:25 sidekiq_health_check_enabled: false 220720:30:25 sidekiq_health_check_port: 3907 220820:30:25 sidekiq_queues: 221120:30:25 sidekiq_routing_rules: 221520:30:25 verbose: false 221620:30:25 topology_service: 221720:30:25 address: 127.0.0.1:9095 221820:30:25 ca_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/ca-cert.pem" 221920:30:25 certificate_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/client-cert.pem" 222020:30:25 enabled: true 222120:30:25 private_key_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/client-key.pem" 222220:30:25gitlab_ai_gateway: 222320:30:25 auto_update: true 222420:30:25 enabled: false 222720:30:25 auto_update: true 222820:30:25 enabled: false 222920:30:25 https: false 223120:30:25 port_https: 3030 223220:30:25gitlab_elasticsearch_indexer: 223320:30:25 auto_update: true 223420:30:25gitlab_http_router: 223520:30:25 auto_update: true 223620:30:25 enabled: true 223720:30:25 gitlab_rules_config: session_prefix 223920:30:25 use_distinct_port: false 224020:30:25gitlab_k8s_agent: 224120:30:25 agent_listen_address: 127.0.0.1:8150 224220:30:25 agent_listen_network: tcp 224320:30:25 auto_update: true 224520:30:25 enabled: false 224720:30:25 certificate_file: '' 224820:30:25 enable_tls: false 224920:30:25 host_port: localhost:7233 225020:30:25 key_file: '' 225120:30:25 namespace: default 225220:30:25 workflow_data_encryption: 225320:30:25 codec_server: 225420:30:25 authorized_user_emails: [] 225620:30:25 address: 127.0.0.1:8142 225720:30:25 network: tcp 225820:30:25 nginx_url_path: "/-/autoflow/codec-server/" 226120:30:25 enabled: false 226220:30:25 configure_only: false 226320:30:25 enabled: false 226420:30:25 internal_api_listen_address: 127.0.0.1:8153 226520:30:25 internal_api_listen_network: tcp 226620:30:25 k8s_api_listen_address: 127.0.0.1:8154 226720:30:25 k8s_api_listen_network: tcp 226820:30:25 otlp_ca_certificate_file: '' 226920:30:25 otlp_endpoint: '' 227020:30:25 otlp_token_secret_file: '' 227120:30:25 private_api_listen_address: 127.0.0.1:8155 227220:30:25 private_api_listen_network: tcp 227320:30:25 run_from_source: false 227420:30:25gitlab_observability_backend: 227520:30:25 auto_update: true 227620:30:25 enabled: false 227720:30:25gitlab_operator: 227820:30:25 auto_update: true 227920:30:25 enabled: false 228020:30:25gitlab_pages: 228120:30:25 access_control: false 228220:30:25 auth_client_id: '' 228320:30:25 auth_client_secret: '' 228420:30:25 auth_scope: api 228520:30:25 auto_update: true 228620:30:25 enable_custom_domains: false 228720:30:25 enabled: false 228820:30:25 host: 127.0.0.1.nip.io 229020:30:25 propagate_correlation_id: false 229120:30:25 secret_file: "/home/gdk/gdk/gitlab-pages-secret" 229220:30:25 verbose: false 229320:30:25gitlab_runner: 229420:30:25 auto_update: true 229520:30:25 enabled: false 229620:30:25gitlab_shell: 229720:30:25 auto_update: true 229820:30:25 dir: "/home/gdk/gdk/gitlab-shell" 230020:30:25 pure_ssh_protocol_enabled: false 230220:30:25 allowed_scopes: [] 230320:30:25 enabled: true 230420:30:25 skip_compile: true 230520:30:25 skip_setup: false 230620:30:25gitlab_topology_service: 230720:30:25 auto_update: true 230820:30:25 certificate_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/server-cert.pem" 230920:30:25 client_certificate_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/client-cert.pem" 231020:30:25 enabled: true 231120:30:25 grpc_port: 9095 231220:30:25 key_file: "/home/gdk/gdk/gitlab-topology-service/tmp/certs/server-key.pem" 231320:30:25 rest_port: 9096 231520:30:25 auto_update: true 231620:30:25 enabled: false 231820:30:25 enabled: false 232020:30:25hostname: 127.0.0.1 232220:30:25 enabled: false 232520:30:25 license_mode: test 232620:30:25listen_address: 127.0.0.1 232720:30:25load_balancing: 232920:30:25 enabled: false 233020:30:25 enabled: false 233220:30:25 enabled: false 233320:30:25 image: mattermost/mattermost-preview 233620:30:25 enabled: true 233820:30:25 auto_update: true 233920:30:25 enabled: false 234120:30:25 bin: "/usr/local/bin/nginx" 234220:30:25 enabled: false 234420:30:25 enabled: false 234720:30:25 enabled: false 234820:30:25 listen_address: 127.0.0.1 235020:30:25 enabled: true 235220:30:25 certificate: localhost.crt 235320:30:25 key: localhost.key 235420:30:25object_store: 235520:30:25 backup_remote_directory: '' 235720:30:25 provider: AWS 235820:30:25 aws_access_key_id: minio 235920:30:25 aws_secret_access_key: gdk-minio 236220:30:25 path_style: true 236320:30:25 console_port: 9002 236420:30:25 consolidated_form: false 236520:30:25 enabled: false 236620:30:25 host: 127.0.0.1 236920:30:25 bucket: artifacts 237120:30:25 bucket: backups 237220:30:25 external_diffs: 237320:30:25 bucket: external-diffs 237520:30:25 bucket: lfs-objects 237720:30:25 bucket: uploads 237920:30:25 bucket: packages 238020:30:25 dependency_proxy: 238120:30:25 bucket: dependency-proxy 238220:30:25 terraform_state: 238320:30:25 bucket: terraform 238520:30:25 bucket: pages 238620:30:25 ci_secure_files: 238720:30:25 bucket: ci-secure-files 238820:30:25 gitaly_backups: 238920:30:25 bucket: gitaly-backups 239320:30:25 client_id: '' 239420:30:25 client_secret: '' 239520:30:25 enabled: false 239820:30:25 app_secret: '' 239920:30:25 enabled: false 240020:30:25 scope: read_user 240120:30:25 google_oauth2: 240220:30:25 client_id: '' 240320:30:25 client_secret: '' 240420:30:25 enabled: false 240620:30:25 enabled: false 240720:30:25 openid_connect: 240920:30:25 enabled: false 241020:30:25omnibus_gitlab: 241120:30:25 auto_update: true 241220:30:25 enabled: false 241420:30:25 auto_update: true 241520:30:25 bin: "/usr/local/bin/bao" 241620:30:25 cluster_port: 8201 241720:30:25 dev_token: dev-only-token 241820:30:25 enabled: false 242020:30:25 root_token: '' 242120:30:25 unseal_key: '' 242220:30:25 vault_proxy: 242320:30:25 bin: "/usr/local/bin/bao" 242420:30:25 enabled: false 242820:30:25 host: 127.0.0.1 242920:30:25 enabled: false 243120:30:25 host: 127.0.0.1 243320:30:25pgbouncer_replicas: 243420:30:25 enabled: false 243620:30:25 auto_update: false 243720:30:25 enabled: false 243920:30:25 version: v0.7.2 244120:30:25port_offset: 0 244320:30:25 active_version: '14.9' 244420:30:25 bin: "/home/gdk/.local/share/mise/installs/postgres/14.9/bin/postgres" 244520:30:25 bin_dir: "/home/gdk/.local/share/mise/installs/postgres/14.9/bin" 244620:30:25 data_dir: "/home/gdk/gdk/postgresql/data" 244720:30:25 dir: "/home/gdk/gdk/postgresql" 244820:30:25 enabled: true 245020:30:25 dir: "/home/gdk/gdk/postgresql-geo" 245120:30:25 host: "/home/gdk/gdk/postgresql-geo" 245320:30:25 host: "/home/gdk/gdk/postgresql" 245420:30:25 max_connections: 100 245520:30:25 multiple_replicas: 245620:30:25 enabled: false 245920:30:25 data_directory: "/home/gdk/gdk/postgresql-replica/data" 246020:30:25 enabled: false 246120:30:25 host: "/home/gdk/gdk/postgresql-replica" 246420:30:25 root_directory: "/home/gdk/gdk/postgresql-replica" 246620:30:25 data_directory: "/home/gdk/gdk/postgresql-replica-2/data" 246720:30:25 enabled: false 246820:30:25 host: "/home/gdk/gdk/postgresql-replica-2" 247120:30:25 root_directory: "/home/gdk/gdk/postgresql-replica-2" 247220:30:25 replica_data_dir: "/home/gdk/gdk/postgresql-replica/data" 247320:30:25 replica_dir: "/home/gdk/gdk/postgresql-replica" 247420:30:25 replication_user: gitlab_replication 247620:30:25 address: "/home/gdk/gdk/praefect.socket" 247720:30:25 config_file: "/home/gdk/gdk/gitaly/praefect.config.toml" 247920:30:25 dbname: praefect_development 248020:30:25 host: "/home/gdk/gdk/postgresql" 248220:30:25 sslmode: disable 248320:30:25 enabled: true 248420:30:25 node_count: 1 248620:30:25 enabled: false 248720:30:25 extra_hosts: [] 248820:30:25 gitaly_exporter_port: 9236 248920:30:25 gitlab_ai_gateway_exporter_port: 8082 249020:30:25 gitlab_shell_exporter_port: 9122 249220:30:25 praefect_exporter_port: 10101 249320:30:25 workhorse_exporter_port: 9229 249520:30:25 enabled: true 249720:30:25 custom_config: {} 249920:30:25 development: 250220:30:25 rate_limiting: 4 250320:30:25 repository_cache: 2 250520:30:25 shared_state: 0 250620:30:25 trace_chunks: 3 251020:30:25 rate_limiting: 14 251120:30:25 repository_cache: 12 251220:30:25 sessions: 15 251320:30:25 shared_state: 10 251420:30:25 trace_chunks: 13 251520:30:25 dir: "/home/gdk/gdk/redis" 251620:30:25 enabled: true 251720:30:25redis_cluster: 251820:30:25 dev_port_1: 6000 251920:30:25 dev_port_2: 6001 252020:30:25 dev_port_3: 6002 252120:30:25 dir: "/home/gdk/gdk/redis-cluster" 252220:30:25 enabled: false 252320:30:25 test_port_1: 6003 252420:30:25 test_port_2: 6004 252520:30:25 test_port_3: 6005 252720:30:25 api_host: 127.0.0.1 252820:30:25 auth_enabled: true 252920:30:25 auto_update: true 253020:30:25 compatibility_schema1_enabled: false 253220:30:25 dbname: registry_dev 253320:30:25 enabled: false 253420:30:25 host: "/home/gdk/gdk/postgresql" 253620:30:25 sslmode: disable 253720:30:25 dir: "/home/gdk/gdk/container-registry" 253820:30:25 enabled: false 253920:30:25 host: 127.0.0.1 254020:30:25 listen_address: 127.0.0.1 254120:30:25 notifications_enabled: false 254320:30:25 read_only_maintenance_enabled: false 254420:30:25 self_signed: false 254520:30:25 version: v4.14.0-gitlab 254620:30:25relative_url_root: '' 254720:30:25repositories: 255920:30:25 gitlab_observability_backend: git@gitlab.com:gitlab-org/opstrace/opstrace.git 257220:30:25repositories_root: "/home/gdk/gdk/repositories" 257320:30:25repository_storages: "/home/gdk/gdk/repository_storages" 257420:30:25restrict_cpu_count: 2 257620:30:25 bin: "/usr/local/bin/gitlab-runner" 257720:30:25 concurrent: 1 257820:30:25 config_file: "/home/gdk/gdk/gitlab-runner-config.toml" 257920:30:25 docker_host: '' 258020:30:25 docker_pull: always 258120:30:25 enabled: false 258220:30:25 executor: docker 258320:30:25 extra_hosts: [] 258420:30:25 image: gitlab/gitlab-runner:latest 258520:30:25 install_mode: binary 258620:30:25 network_mode_host: false 258720:30:25 pull_policy: if-not-present 258820:30:25 token: 'DEFAULT TOKEN: Register your runner to get a valid token' 259020:30:25 auto_update: true 259120:30:25 enabled: false 259320:30:25 - namespaces 259620:30:25 enabled: false 259720:30:25 hostname: smartcard.gdk.test 259920:30:25 san_extensions: true 260120:30:25 certificate: smartcard.gdk.test.pem 260220:30:25 client_cert_ca: "/mkcert/rootCA.pem" 260320:30:25 key: smartcard.gdk.test-key.pem 260420:30:25snowplow_micro: 260520:30:25 enabled: false 260620:30:25 image: snowplow/snowplow-micro:latest 260920:30:25 additional_config: '' 261020:30:25 authorized_keys_file: "/home/gdk/gdk/.ssh/authorized_keys" 261120:30:25 bin: "/usr/sbin/sshd" 261220:30:25 enabled: true 261320:30:25 host_key: '' 261420:30:25 host_key_algorithms: 261820:30:25 - "/home/gdk/gdk/openssh/ssh_host_rsa_key" 261920:30:25 - "/home/gdk/gdk/openssh/ssh_host_ed25519_key" 262020:30:25 listen_address: 127.0.0.1 262120:30:25 listen_port: 2222 262220:30:25 proxy_protocol: false 262320:30:25 use_gitlab_sshd: true 262520:30:25 web_listen: '' 262720:30:25 enabled: false 262820:30:25 environment: native 262920:30:25 username: '' 263120:30:25 build_tags: tracer_static tracer_static_jaeger 263320:30:25 enabled: false 263420:30:25 listen_address: 127.0.0.1 263520:30:25 version: 1.21.0 263620:30:25username: gdk 263820:30:25 enabled: false 263920:30:25 hot_module_reloading: true 264120:30:25 vue_version: 2 264320:30:25 allowed_hosts: [] 264420:30:25 enabled: true 264520:30:25 host: 127.0.0.1 264620:30:25 incremental: true 264720:30:25 incremental_ttl: 30 264820:30:25 live_reload: false 265020:30:25 public_address: '' 265120:30:25 sourcemaps: false 265220:30:25 static: false 265320:30:25 vendor_dll: false 265420:30:25 vue_version: 2 265620:30:25 ci_long_polling_seconds: 0 265720:30:25 configured_port: 3333 265820:30:25 enabled: true 265920:30:25 skip_compile: true 266020:30:25 skip_setup: false 266220:30:25 auto_update: true 266320:30:25 enabled: false 266420:30:25 index_port_dev_1: 6080 266520:30:25 index_port_dev_2: 6081 266620:30:25 index_port_test: 6060 266720:30:25 indexer_version: main 266820:30:25 version: 404b1ff8c8119ac7bba8e5b5481937eb9dd02d50 266920:30:25 web_port_dev_1: 6090 267020:30:25 web_port_dev_2: 6091 267120:30:25 web_port_test: 6070 267220:30:25==> 'gdk config list' succeeded in 1 seconds. 267320:30:26$ run_timed_command "gdk reconfigure" 267420:30:26$ gdk reconfigure 267520:30:27rake Procfile 267620:30:27. ./support/bootstrap-common.sh ; ensure_line_in_file "include 'gitlab.conf'" "postgresql/data/postgresql.conf" 267720:30:28rake postgresql/data/gitlab.conf 267820:30:29-------------------------------------------------------------------------------- 267920:30:29Ensuring necessary databases are setup and seeded 268020:30:29-------------------------------------------------------------------------------- 268120:30:29rake Procfile 268220:30:29gdk start db --quiet 268320:30:30support/bootstrap-praefect 268420:30:30support/bootstrap-rails 268520:30:30gitlabhq_development exists, nothing to do here. 268620:30:30gitlabhq_development_ci exists, nothing to do here. 268720:30:31rake openssh/sshd_config 268920:30:31$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 269020:30:31-------------------------------------------------------------------------------- 269120:30:31Installing mise tools from /home/gdk/gdk/gitlab-http-router/.tool-versions 269220:30:31-------------------------------------------------------------------------------- 269320:30:31cd /home/gdk/gdk/gitlab-http-router && mise install -y 269420:30:26mise all runtimes are installed 269520:30:31-------------------------------------------------------------------------------- 269620:30:31Performing npm steps for /home/gdk/gdk/gitlab-http-router 269820:30:31$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 269920:30:31-------------------------------------------------------------------------------- 270020:30:31cd /home/gdk/gdk/gitlab-http-router && npm install 270120:30:31rake gitlab-topology-service/config.toml 270220:30:32-------------------------------------------------------------------------------- 270320:30:32Installing mise tools from /home/gdk/gdk/gitlab-topology-service/.tool-versions 270420:30:32-------------------------------------------------------------------------------- 270520:30:32cd /home/gdk/gdk/gitlab-topology-service && mise install -y 270620:30:32mise all runtimes are installed 270720:30:32-------------------------------------------------------------------------------- 270820:30:32Performing make deps steps for /home/gdk/gdk/gitlab-topology-service 270920:30:32-------------------------------------------------------------------------------- 271020:30:32support/asdf-exec /home/gdk/gdk/gitlab-topology-service make deps 271120:30:33[ -e tmp/certs/done ] || scripts/generate-certs.bash 271220:30:33go install google.golang.org/protobuf/cmd/protoc-gen-go 271320:30:33go install google.golang.org/grpc/cmd/protoc-gen-go-grpc 271420:30:33go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway 271520:30:33go install github.com/yoheimuta/protolint/cmd/protolint 271620:30:34go install github.com/bufbuild/buf/cmd/buf 271720:30:34up to date, audited 306 packages in 2s 271820:30:3473 packages are looking for funding 271920:30:34 run `npm fund` for details 272020:30:3411 vulnerabilities (3 low, 8 moderate) 272120:30:34Some issues need review, and may require choosing 272220:30:34a different dependency. 272320:30:34Run `npm audit` for details. 272420:30:34cd clients/ruby && bundle install 272520:30:35Using base64 0.2.0 272620:30:35Using benchmark 0.4.0 272720:30:35Using bigdecimal 3.1.9 272820:30:35Using concurrent-ruby 1.3.5 272920:30:35Using connection_pool 2.5.0 273020:30:35Using drb 2.2.1 273120:30:35Using i18n 1.14.7 273220:30:35Using logger 1.6.6 273320:30:35Using minitest 5.25.4 273420:30:35Using securerandom 0.4.1 273520:30:35Using tzinfo 2.0.6 273620:30:35Using uri 1.0.2 273720:30:35Using activesupport 8.0.1 273820:30:35Using ast 2.4.2 273920:30:35Using debug_inspector 1.2.0 274020:30:35Using binding_of_caller 1.0.1 274120:30:35Using bundler 2.4.4 274220:30:35Using diff-lcs 1.6.0 274320:30:35Using json 2.10.1 274420:30:35Using language_server-protocol 3.17.0.4 274520:30:35Using parallel 1.26.3 274620:30:35Using racc 1.8.1 274720:30:35Using parser 3.3.7.1 274820:30:35Using rainbow 3.1.1 274920:30:35Using regexp_parser 2.10.0 275020:30:35Using rubocop-ast 1.38.0 275120:30:35Using ruby-progressbar 1.13.0 275220:30:35Using unicode-display_width 2.6.0 275320:30:35Using rubocop 1.68.0 275420:30:35Using rubocop-capybara 2.21.0 275520:30:35Using rubocop-factory_bot 2.26.1 275620:30:35Using rubocop-graphql 1.5.4 275720:30:35Using rubocop-performance 1.21.1 275820:30:35Using rack 3.1.10 275920:30:35Using rubocop-rails 2.26.2 276020:30:35Using rubocop-rspec 3.0.5 276120:30:35Using rubocop-rspec_rails 2.30.0 276220:30:35Using gitlab-styles 13.0.2 276320:30:35Using google-protobuf 3.25.6 (x86_64-linux) 276420:30:35Using googleapis-common-protos-types 1.18.0 276520:30:35Using grpc 1.70.1 (x86_64-linux) 276620:30:35Using gitlab-topology-service-client 0.1 from source at `.` 276720:30:35Using rouge 4.5.1 276820:30:35Using unparser 0.6.15 276920:30:35Using proc_to_ast 0.2.0 277020:30:35Using rspec-support 3.13.2 277120:30:35Using rspec-core 3.13.3 277220:30:35Using rspec-expectations 3.13.3 277320:30:35Using rspec-mocks 3.13.2 277420:30:35Using rspec 3.13.0 277520:30:35Using rspec-parameterized-core 1.0.1 277620:30:35Using rspec-parameterized-table_syntax 1.0.1 277720:30:35Using rspec-parameterized 1.0.2 277820:30:35Bundle complete! 5 Gemfile dependencies, 53 gems now installed. 277920:30:35Bundled gems are installed into `/home/gdk/.gitlab-ci-cache/ruby/bundle` 278020:30:35rake gitlab-topology-service/config.toml 278220:30:36$(find support/templates -name "*.erb" -not -path "*/gitlab-pages-secret.erb" -not -path "*/gitlab-kas-websocket-token-secret.erb" -not -path "*/gitlab-kas-autoflow-temporal-workflow-data-encryption-secret.erb") > /dev/null 2>&1 || true 278320:30:36-------------------------------------------------------------------------------- 278420:30:36Ensuring GDK managed configuration files are up-to-date 278520:30:36-------------------------------------------------------------------------------- 278620:30:36rake generate_config_files 278720:30:37Successfully reconfigured! 278820:30:37==> 'gdk reconfigure' succeeded in 11 seconds. 278920:30:37$ run_timed_command "gdk start" 279120:30:38ok: run: /home/gdk/gdk/services/postgresql: (pid 1148) 354s, normally down 279220:30:38ok: run: /home/gdk/gdk/services/redis: (pid 1149) 354s, normally down 279320:30:38ok: run: /home/gdk/gdk/services/praefect: (pid 1942) 313s, normally down 279420:30:38ok: run: /home/gdk/gdk/services/praefect-gitaly-0: (pid 1943) 313s, normally down 279520:30:38ok: run: /home/gdk/gdk/services/gitlab-http-router: (pid 4335) 276s, normally down 279620:30:38ok: run: /home/gdk/gdk/services/gitlab-topology-service: (pid 12353) 0s, normally down 279720:30:38ok: run: /home/gdk/gdk/services/gitlab-workhorse: (pid 12354) 0s, normally down 279820:30:38ok: run: /home/gdk/gdk/services/rails-background-jobs: (pid 12355) 0s, normally down 279920:30:38ok: run: /home/gdk/gdk/services/rails-web: (pid 12356) 0s, normally down 280020:30:38ok: run: /home/gdk/gdk/services/sshd: (pid 12357) 0s, normally down 280120:30:38ok: run: /home/gdk/gdk/services/webpack: (pid 12358) 0s, normally down 280320:30:39=> - Ruby: ruby 3.3.7 (2025-01-15 revision be31f993d7) +YJIT [x86_64-linux]. 280420:30:39=> - Node.js: v20.12.2. 280620:30:39=> The TopologyService is up and running. 280720:30:39$ run_timed_command "test_url" 280820:30:37==> 'gdk start' succeeded in 2 seconds. 281020:31:39> Running gdk status.. 281120:31:42run: /home/gdk/gdk/services/gitlab-http-router: (pid 4335) 340s, normally down; run: log: (pid 1145) 418s 281220:31:43run: /home/gdk/gdk/services/gitlab-topology-service: (pid 12353) 64s, normally down; run: log: (pid 1137) 418s 281320:31:43run: /home/gdk/gdk/services/gitlab-workhorse: (pid 12354) 64s, normally down; run: log: (pid 1141) 418s 281420:31:43run: /home/gdk/gdk/services/postgresql: (pid 1148) 418s, normally down; run: log: (pid 1143) 418s 281520:31:43run: /home/gdk/gdk/services/praefect: (pid 1942) 377s, normally down; run: log: (pid 1142) 418s 281620:31:43run: /home/gdk/gdk/services/praefect-gitaly-0: (pid 1943) 377s, normally down; run: log: (pid 1144) 418s 281720:31:43run: /home/gdk/gdk/services/rails-background-jobs: (pid 12355) 64s, normally down; run: log: (pid 1135) 418s 281820:31:43run: /home/gdk/gdk/services/rails-web: (pid 12356) 64s, normally down; run: log: (pid 1140) 418s 281920:31:43run: /home/gdk/gdk/services/redis: (pid 1149) 418s, normally down; run: log: (pid 1138) 418s 282020:31:43run: /home/gdk/gdk/services/sshd: (pid 12357) 64s, normally down; run: log: (pid 1136) 418s 282120:31:43run: /home/gdk/gdk/services/webpack: (pid 12358) 64s, normally down; run: log: (pid 1139) 418s 282320:31:43=> - Ruby: ruby 3.3.7 (2025-01-15 revision be31f993d7) +YJIT [x86_64-linux]. 282420:31:43=> - Node.js: v20.12.2. 282620:31:43=> The TopologyService is up and running. 282720:31:45HTTP/1.1 502 Bad Gateway 282820:31:45Date: Thu, 20 Feb 2025 20:31:45 GMT 282920:31:45Content-Type: text/html 283020:30:39curl: (22) The requested URL returned error: 502 283120:31:452025-02-20_20:31:43 : Failed on GDK attempt #1. Trying for up to 16 minutes. 283220:31:53curl: (22) The requested URL returned error: 502 283320:31:53HTTP/1.1 502 Bad Gateway 283420:31:53Date: Thu, 20 Feb 2025 20:31:53 GMT 283520:31:53Content-Type: text/html 283620:31:532025-02-20_20:31:53 : Failed on GDK attempt #2. Trying for up to 16 minutes. 283720:32:01curl: (22) The requested URL returned error: 502 283820:32:01HTTP/1.1 502 Bad Gateway 283920:32:01Date: Thu, 20 Feb 2025 20:32:01 GMT 284020:32:01Content-Type: text/html 284120:32:012025-02-20_20:32:01 : Failed on GDK attempt #3. Trying for up to 16 minutes. 284220:32:09curl: (22) The requested URL returned error: 502 284320:32:09HTTP/1.1 502 Bad Gateway 284420:32:09Date: Thu, 20 Feb 2025 20:32:09 GMT 284520:32:09Content-Type: text/html 284620:32:092025-02-20_20:32:09 : Failed on GDK attempt #4. Trying for up to 16 minutes. 284720:32:18curl: (22) The requested URL returned error: 502 284820:32:18HTTP/1.1 502 Bad Gateway 284920:32:18Date: Thu, 20 Feb 2025 20:32:18 GMT 285020:32:18Content-Type: text/html 285120:32:182025-02-20_20:32:17 : Failed on GDK attempt #5. Trying for up to 16 minutes. 285220:32:26curl: (22) The requested URL returned error: 502 285320:32:26HTTP/1.1 502 Bad Gateway 285420:32:26Date: Thu, 20 Feb 2025 20:32:26 GMT 285520:32:26Content-Type: text/html 285620:32:262025-02-20_20:32:26 : Failed on GDK attempt #6. Trying for up to 16 minutes. 285720:32:34curl: (22) The requested URL returned error: 502 285820:32:34HTTP/1.1 502 Bad Gateway 285920:32:34Date: Thu, 20 Feb 2025 20:32:34 GMT 286020:32:34Content-Type: text/html 286120:32:342025-02-20_20:32:34 : Failed on GDK attempt #7. Trying for up to 16 minutes. 286220:32:42curl: (22) The requested URL returned error: 502 286320:32:42HTTP/1.1 502 Bad Gateway 286420:32:42Date: Thu, 20 Feb 2025 20:32:42 GMT 286520:32:42Content-Type: text/html 286620:32:422025-02-20_20:32:42 : Failed on GDK attempt #8. Trying for up to 16 minutes. 286720:32:50curl: (22) The requested URL returned error: 502 286820:32:50HTTP/1.1 502 Bad Gateway 286920:32:50Date: Thu, 20 Feb 2025 20:32:50 GMT 287020:32:50Content-Type: text/html 287120:32:502025-02-20_20:32:50 : Failed on GDK attempt #9. Trying for up to 16 minutes. 287220:32:58HTTP/1.1 502 Bad Gateway 287320:32:58Date: Thu, 20 Feb 2025 20:32:58 GMT 287420:32:58Content-Type: text/html 287520:32:58curl: (22) The requested URL returned error: 502 287620:32:582025-02-20_20:32:58 : Failed on GDK attempt #10. Trying for up to 16 minutes. 287720:33:06curl: (22) The requested URL returned error: 502 287820:33:06HTTP/1.1 502 Bad Gateway 287920:33:06Date: Thu, 20 Feb 2025 20:33:06 GMT 288020:33:06Content-Type: text/html 288120:33:062025-02-20_20:33:06 : Failed on GDK attempt #11. Trying for up to 16 minutes. 288220:33:15curl: (22) The requested URL returned error: 502 288320:33:15HTTP/1.1 502 Bad Gateway 288420:33:15Date: Thu, 20 Feb 2025 20:33:15 GMT 288520:33:15Content-Type: text/html 288620:33:152025-02-20_20:33:14 : Failed on GDK attempt #12. Trying for up to 16 minutes. 288720:33:23curl: (22) The requested URL returned error: 502 288820:33:23HTTP/1.1 502 Bad Gateway 288920:33:23Date: Thu, 20 Feb 2025 20:33:23 GMT 289020:33:23Content-Type: text/html 289120:33:232025-02-20_20:33:23 : Failed on GDK attempt #13. Trying for up to 16 minutes. 289220:33:31curl: (22) The requested URL returned error: 502 289320:33:31HTTP/1.1 502 Bad Gateway 289420:33:31Date: Thu, 20 Feb 2025 20:33:31 GMT 289520:33:31Content-Type: text/html 289620:33:312025-02-20_20:33:31 : Failed on GDK attempt #14. Trying for up to 16 minutes. 289720:33:39curl: (22) The requested URL returned error: 502 289820:33:39HTTP/1.1 502 Bad Gateway 289920:33:39Date: Thu, 20 Feb 2025 20:33:39 GMT 290020:33:39Content-Type: text/html 290120:33:392025-02-20_20:33:39 : Failed on GDK attempt #15. Trying for up to 16 minutes. 290220:33:47curl: (22) The requested URL returned error: 502 290320:33:47HTTP/1.1 502 Bad Gateway 290420:33:47Date: Thu, 20 Feb 2025 20:33:47 GMT 290520:33:47Content-Type: text/html 290620:33:472025-02-20_20:33:47 : Failed on GDK attempt #16. Trying for up to 16 minutes. 290720:33:55curl: (22) The requested URL returned error: 502 290820:33:55HTTP/1.1 502 Bad Gateway 290920:33:55Date: Thu, 20 Feb 2025 20:33:55 GMT 291020:33:55Content-Type: text/html 291120:33:552025-02-20_20:33:55 : Failed on GDK attempt #17. Trying for up to 16 minutes. 291220:34:03HTTP/1.1 502 Bad Gateway 291320:34:03Date: Thu, 20 Feb 2025 20:34:03 GMT 291420:34:03Content-Type: text/html 291520:34:03curl: (22) The requested URL returned error: 502 291620:34:032025-02-20_20:34:03 : Failed on GDK attempt #18. Trying for up to 16 minutes. 291720:34:12curl: (22) The requested URL returned error: 502 291820:34:12HTTP/1.1 502 Bad Gateway 291920:34:12Date: Thu, 20 Feb 2025 20:34:12 GMT 292020:34:12Content-Type: text/html 292120:34:122025-02-20_20:34:11 : Failed on GDK attempt #19. Trying for up to 16 minutes. 292220:34:20curl: (22) The requested URL returned error: 502 292320:34:20HTTP/1.1 502 Bad Gateway 292420:34:20Date: Thu, 20 Feb 2025 20:34:20 GMT 292520:34:20Content-Type: text/html 292620:34:202025-02-20_20:34:20 : Failed on GDK attempt #20. Trying for up to 16 minutes. 292720:34:28curl: (22) The requested URL returned error: 502 292820:34:28HTTP/1.1 502 Bad Gateway 292920:34:28Date: Thu, 20 Feb 2025 20:34:28 GMT 293020:34:28Content-Type: text/html 293120:34:282025-02-20_20:34:28 : Failed on GDK attempt #21. Trying for up to 16 minutes. 293220:34:36curl: (22) The requested URL returned error: 502 293320:34:36HTTP/1.1 502 Bad Gateway 293420:34:36Date: Thu, 20 Feb 2025 20:34:36 GMT 293520:34:36Content-Type: text/html 293620:34:362025-02-20_20:34:36 : Failed on GDK attempt #22. Trying for up to 16 minutes. 293720:34:44curl: (22) The requested URL returned error: 502 293820:34:44HTTP/1.1 502 Bad Gateway 293920:34:44Date: Thu, 20 Feb 2025 20:34:44 GMT 294020:34:44Content-Type: text/html 294120:34:442025-02-20_20:34:44 : Failed on GDK attempt #23. Trying for up to 16 minutes. 294220:34:52curl: (22) The requested URL returned error: 502 294320:34:52HTTP/1.1 502 Bad Gateway 294420:34:52Date: Thu, 20 Feb 2025 20:34:52 GMT 294520:34:52Content-Type: text/html 294620:34:522025-02-20_20:34:52 : Failed on GDK attempt #24. Trying for up to 16 minutes. 294720:35:00curl: (22) The requested URL returned error: 502 294820:35:00HTTP/1.1 502 Bad Gateway 294920:35:00Date: Thu, 20 Feb 2025 20:35:00 GMT 295020:35:00Content-Type: text/html 295120:35:002025-02-20_20:35:00 : Failed on GDK attempt #25. Trying for up to 16 minutes. 295220:35:09curl: (22) The requested URL returned error: 502 295320:35:09HTTP/1.1 502 Bad Gateway 295420:35:09Date: Thu, 20 Feb 2025 20:35:09 GMT 295520:35:09Content-Type: text/html 295620:35:092025-02-20_20:35:08 : Failed on GDK attempt #26. Trying for up to 16 minutes. 295720:35:17curl: (22) The requested URL returned error: 502 295820:35:17HTTP/1.1 502 Bad Gateway 295920:35:17Date: Thu, 20 Feb 2025 20:35:17 GMT 296020:35:17Content-Type: text/html 296120:35:172025-02-20_20:35:17 : Failed on GDK attempt #27. Trying for up to 16 minutes. 296220:35:25curl: (22) The requested URL returned error: 502 296320:35:25HTTP/1.1 502 Bad Gateway 296420:35:25Date: Thu, 20 Feb 2025 20:35:25 GMT 296520:35:25Content-Type: text/html 296620:35:252025-02-20_20:35:25 : Failed on GDK attempt #28. Trying for up to 16 minutes. 296720:35:33curl: (22) The requested URL returned error: 502 296820:35:33HTTP/1.1 502 Bad Gateway 296920:35:33Date: Thu, 20 Feb 2025 20:35:33 GMT 297020:35:33Content-Type: text/html 297120:35:332025-02-20_20:35:33 : Failed on GDK attempt #29. Trying for up to 16 minutes. 297220:35:41curl: (22) The requested URL returned error: 502 297320:35:41HTTP/1.1 502 Bad Gateway 297420:35:41Date: Thu, 20 Feb 2025 20:35:41 GMT 297520:35:41Content-Type: text/html 297620:35:412025-02-20_20:35:41 : Failed on GDK attempt #30. Trying for up to 16 minutes. 297720:35:57curl: (22) The requested URL returned error: 502 297820:35:57HTTP/1.1 502 Bad Gateway 297920:35:57Date: Thu, 20 Feb 2025 20:35:57 GMT 298020:35:57Content-Type: text/html 298120:35:582025-02-20_20:35:50 : Failed on GDK attempt #31. Trying for up to 16 minutes. 298220:36:07HTTP/1.1 502 Bad Gateway 298320:36:07Date: Thu, 20 Feb 2025 20:36:07 GMT 298420:36:07Content-Type: text/html 298520:36:07curl: (22) The requested URL returned error: 502 298620:36:072025-02-20_20:36:07 : Failed on GDK attempt #32. Trying for up to 16 minutes. 298720:36:15curl: (22) The requested URL returned error: 502 298820:36:15HTTP/1.1 502 Bad Gateway 298920:36:15Date: Thu, 20 Feb 2025 20:36:15 GMT 299020:36:15Content-Type: text/html 299120:36:152025-02-20_20:36:15 : Failed on GDK attempt #33. Trying for up to 16 minutes. 299220:36:23curl: (22) The requested URL returned error: 502 299320:36:23HTTP/1.1 502 Bad Gateway 299420:36:23Date: Thu, 20 Feb 2025 20:36:23 GMT 299520:36:23Content-Type: text/html 299620:36:232025-02-20_20:36:23 : Failed on GDK attempt #34. Trying for up to 16 minutes. 299720:36:32curl: (22) The requested URL returned error: 502 299820:36:32HTTP/1.1 502 Bad Gateway 299920:36:32Date: Thu, 20 Feb 2025 20:36:32 GMT 300020:36:32Content-Type: text/html 300120:36:322025-02-20_20:36:31 : Failed on GDK attempt #35. Trying for up to 16 minutes. 300220:36:40curl: (22) The requested URL returned error: 502 300320:36:40HTTP/1.1 502 Bad Gateway 300420:36:40Date: Thu, 20 Feb 2025 20:36:40 GMT 300520:36:40Content-Type: text/html 300620:36:402025-02-20_20:36:40 : Failed on GDK attempt #36. Trying for up to 16 minutes. 300720:36:48curl: (22) The requested URL returned error: 502 300820:36:48HTTP/1.1 502 Bad Gateway 300920:36:48Date: Thu, 20 Feb 2025 20:36:48 GMT 301020:36:48Content-Type: text/html 301120:36:482025-02-20_20:36:48 : Failed on GDK attempt #37. Trying for up to 16 minutes. 301220:36:56curl: (22) The requested URL returned error: 502 301320:36:56HTTP/1.1 502 Bad Gateway 301420:36:56Date: Thu, 20 Feb 2025 20:36:56 GMT 301520:36:56Content-Type: text/html 301620:36:562025-02-20_20:36:56 : Failed on GDK attempt #38. Trying for up to 16 minutes. 301720:37:45HTTP/1.1 200 OK 301820:37:45Content-Length: 0 301920:37:45Date: Thu, 20 Feb 2025 20:37:45 GMT 302020:37:45Content-Type: text/html; charset=utf-8 302120:37:45Cache-Control: max-age=0, private, must-revalidate 302220:37:45ETag: W/"40b6615274980c088665295e178ad126" 302320:37:45Set-Cookie: perf_bar_enabled=true; path=/ 302620:37:45Permissions-Policy: interest-cohort=() 302720:37:45Referrer-Policy: strict-origin-when-cross-origin 302820:37:45Set-Cookie: preferred_language=en; path=/ 302920:37:45Set-Cookie: _gitlab_session=cell-1-b89b9d800861cb315788f6ea53b0de6c; path=/; expires=Thu, 20 Feb 2025 22:37:45 GMT; HttpOnly 303020:37:45X-Content-Type-Options: nosniff 303120:37:45X-Download-Options: noopen 303220:37:45X-Frame-Options: SAMEORIGIN 303320:37:45X-Gitlab-Meta: {"correlation_id":"01JMJH82CXVK6Z1H30MRZ060W9","version":"1"} 303420:37:45X-Permitted-Cross-Domain-Policies: none 303520:37:45X-Request-Id: 01JMJH82CXVK6Z1H30MRZ060W9 303620:37:45X-Runtime: 39.787833 303720:37:45X-Ua-Compatible: IE=edge 303820:37:45X-Xss-Protection: 1; mode=block 303920:37:462025-02-20_20:37:04 : Success on GDK attempt #39. Writing GitLab commit SHA a8069db2fae6c7f80dc45c221c748c42fbb7ce29 into gitlab-last-verified-sha.json. 304020:37:46==> 'test_url' succeeded in 427 seconds. 304220:37:51Running after script... 304320:37:51$ mkdir -p gitlab_log gdk_log 304420:37:51$ mv /home/gdk/gdk/gitlab/log/*.log gitlab_log/ 304520:37:52$ mv /home/gdk/gdk/log/ gdk_log/ 304720:37:56Uploading artifacts... 304820:37:56gitlab_log/: found 16 matching artifact files and directories 304920:37:56gdk_log/: found 53 matching artifact files and directories 305120:37:56WARNING: Retrying... context=artifacts-uploader error=request redirected 305220:37:59Uploading artifacts as "archive" to coordinator... 201 Created id=9201372247 responseStatus=201 Created token=glcbt-66 305420:38:12Job succeeded