build: [1.23, --bundled-git]
Passed Started
by
@jcaigitlab

John Cai
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on blue-5.saas-linux-large-amd64.runners-manager.gitlab.com/default TMAnd_5m, system ID: s_9911cb916d0b3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73:git-2.45 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73:git-2.45 ...9Using docker image sha256:682940782af1482505f9d1695266cd7683aaf9a831a15ba6874b9570a0acc2fc for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73:git-2.45 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73@sha256:5d2cdf024975fb10bfe3ed6c53de2333db8b260be67afa2631f2fb869dca6b3c ...11Running on runner-tmand5m-project-2009901-concurrent-0 via runner-tmand5m-s-l-l-amd64-1738111830-4eae7133...13Fetching changes...14Initialized empty Git repository in /builds/gitlab-org/gitaly/.git/15Created fresh repository.16Checking out cb60c846 as detached HEAD (ref is master)...17Skipping Git submodules setup18$ git remote set-url origin "${CI_REPOSITORY_URL}"20Checking cache for debian-bookworm-git-default-810808a917e5e91106b50c1c57a7500a6335b061-21-protected...21Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/2009901/debian-bookworm-git-default-810808a917e5e91106b50c1c57a7500a6335b061-21-protected ETag="932fbe0cd421dbc123fb8fc1ba8ba88c"22Successfully extracted cache23Checking cache for debian-bookworm-go-1.23-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected...24Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/2009901/debian-bookworm-go-1.23-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected ETag="d3db72ad6ee459db9c0259a01979ce34"25Successfully extracted cache27Using docker image sha256:682940782af1482505f9d1695266cd7683aaf9a831a15ba6874b9570a0acc2fc for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73:git-2.45 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-golang-1.23-rust-1.73@sha256:5d2cdf024975fb10bfe3ed6c53de2333db8b260be67afa2631f2fb869dca6b3c ...28$ go version29go version go1.23.5 linux/amd6430$ mkdir -p _build31$ go mod download -modcacherw32$ chown -R ${TEST_UID}:${TEST_UID} _build33$ setpriv --reuid=${TEST_UID} --regid=${TEST_UID} --clear-groups --no-new-privs make build $(test "${GIT_VERSION}" = default && echo build-bundled-git || echo build-git)34make: Nothing to be done for 'build-bundled-git'.35$ go run ./tools/test-boot ${TEST_BOOT_ARGS}36...37connection established after 303.231522ms39Creating cache debian-bookworm-git-default-810808a917e5e91106b50c1c57a7500a6335b061-21-protected...40_build/deps: found 11324 matching artifact files and directories 41WARNING: _build/tools: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitaly) 42Uploading cache.zip to https://storage.googleapis.com/gitlab-com-runners-cache/project/2009901/debian-bookworm-git-default-810808a917e5e91106b50c1c57a7500a6335b061-21-protected 43Created cache44Creating cache debian-bookworm-go-1.23-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected...45/builds/gitlab-org/gitaly/_build/cache/go-build: found 9225 matching artifact files and directories 46/builds/gitlab-org/gitaly/_build/cache/go-mod: found 49837 matching artifact files and directories 47Uploading cache.zip to https://storage.googleapis.com/gitlab-com-runners-cache/project/2009901/debian-bookworm-go-1.23-19f62c6426ea469fb0bb9fe8f7ffb71eddb930a4-21-protected 48Created cache50Job succeeded