110:49:03Running with gitlab-runner 17.4.0~pre.110.g27400594 (27400594) 210:49:03 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F43, system ID: s_df0f7e24ca8b 310:49:03 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_NEW_BASH_EVAL_STRATEGY:true, FF_SCRIPT_SECTIONS:true, FF_TIMESTAMPS:true 410:49:03Resolving secrets 610:49:03Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-runner/ci:1.22.7-bookworm-1 ... 710:49:06Authenticating with credentials from job payload (GitLab Registry) 810:49:06Pulling docker image registry.gitlab.com/gitlab-org/gitlab-runner/ci:1.22.7-bookworm-1 ... 910:49:48Using docker image sha256:98104de0f8b5373250a4f8df97c8e0376c7c6da4060302f0f4c603aae238e31d for registry.gitlab.com/gitlab-org/gitlab-runner/ci:1.22.7-bookworm-1 with digest registry.gitlab.com/gitlab-org/gitlab-runner/ci@sha256:32fae5a82598054f0d892a49ec620111801218f6cf2bfbf3e23fa5db67d8f3d3 ... 1110:49:54Running on runner-8cwz3f43-project-250833-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1729246242-8d81f420... 1310:49:55Fetching changes... 1410:49:55Initialized empty Git repository in /builds/gitlab-org/gitlab-runner/.git/ 1510:49:55Created fresh repository. 1610:50:08Checking out 8bc9f3f8 as detached HEAD (ref is refs/merge-requests/5087/merge)... 1710:50:08Skipping Git submodules setup 1810:50:08$ git remote set-url origin "${CI_REPOSITORY_URL}" 2010:50:09Using docker image sha256:98104de0f8b5373250a4f8df97c8e0376c7c6da4060302f0f4c603aae238e31d for registry.gitlab.com/gitlab-org/gitlab-runner/ci:1.22.7-bookworm-1 with digest registry.gitlab.com/gitlab-org/gitlab-runner/ci@sha256:32fae5a82598054f0d892a49ec620111801218f6cf2bfbf3e23fa5db67d8f3d3 ... 2110:50:09$ make test_go_scripts 2210:50:15cd scripts && for file in $(find . -name "*_test.go"); do \ 2310:50:15 go test -v -tags scripts $(dirname $file); \ 2510:50:16go: downloading github.com/alexflint/go-arg v1.4.3 2610:50:16go: downloading github.com/alexflint/go-scalar v1.1.0 2710:50:23=== RUN TestParseArgs 2810:50:23=== RUN TestParseArgs/concurrency 2910:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 3010:50:23=== RUN TestParseArgs/concurrency_less_than_1 3110:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 3210:50:23=== RUN TestParseArgs/command 3310:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 3410:50:23=== RUN TestParseArgs/images 3510:50:232024/10/18 10:50:23 Will sync images: [test image] 3610:50:23=== RUN TestParseArgs/filters 3710:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 3810:50:23=== RUN TestParseArgs/dry_run 3910:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 4010:50:23=== RUN TestParseArgs/default,_only_revision 4110:50:232024/10/18 10:50:23 Will sync images: [gitlab-runner gitlab-runner/gitlab-runner-helper] 4210:50:23--- PASS: TestParseArgs (0.00s) 4310:50:23 --- PASS: TestParseArgs/concurrency (0.00s) 4410:50:23 --- PASS: TestParseArgs/concurrency_less_than_1 (0.00s) 4510:50:23 --- PASS: TestParseArgs/command (0.00s) 4610:50:23 --- PASS: TestParseArgs/images (0.00s) 4710:50:23 --- PASS: TestParseArgs/filters (0.00s) 4810:50:23 --- PASS: TestParseArgs/dry_run (0.00s) 4910:50:23 --- PASS: TestParseArgs/default,_only_revision (0.00s) 5010:50:23=== RUN TestGenerateTags 5110:50:23=== RUN TestGenerateTags/gitlab-runner 5210:50:23=== RUN TestGenerateTags/gitlab-runner-helper 5310:50:23=== RUN TestGenerateTags/gitlab-runner-helper-latest 5410:50:23--- PASS: TestGenerateTags (0.00s) 5510:50:23 --- PASS: TestGenerateTags/gitlab-runner (0.00s) 5610:50:23 --- PASS: TestGenerateTags/gitlab-runner-helper (0.00s) 5710:50:23 --- PASS: TestGenerateTags/gitlab-runner-helper-latest (0.00s) 5910:50:23ok gitlab.com/gitlab-org/gitlab-runner/scripts/sync-docker-images 0.006s