Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)
  on green-6.saas-linux-small-amd64.runners-manager.gitlab.com/default YKxHNyexq, system ID: s_a201ab37b78a
Resolving secrets
section_start:1736544266:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image golang:1.22-alpine ...
Pulling docker image golang:1.22-alpine ...
Using docker image sha256:75bdb6636ef45041fd17616f5fe9587a32ea8988ab7073ae4a82c7df7de52f76 for golang:1.22-alpine with digest golang@sha256:371d9fe4b716720eb5d955f7e50390d2adba92638fd8bd9ce05d336255485872 ...
section_end:1736544278:prepare_executor
section_start:1736544278:prepare_script
Preparing environment
Running on runner-ykxhnyexq-project-52469398-concurrent-0 via runner-ykxhnyexq-s-l-s-amd64-1736544218-b4c7fda5...
section_end:1736544280:prepare_script
section_start:1736544280:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/gitlab-org/step-runner/.git/
Created fresh repository.
Checking out d0d8ef0c as detached HEAD (ref is main)...

Skipping Git submodules setup
$ git remote set-url origin "${CI_REPOSITORY_URL}"
section_end:1736544282:get_sources
section_start:1736544282:restore_cache
Restoring cache
Checking cache for binaries---freebsd-amd64-freebsd-arm64-protected...
WARNING: file does not exist                       
Failed to extract cache
section_end:1736544283:restore_cache
section_start:1736544283:step_script
Executing "step_script" stage of the job script
Using docker image sha256:75bdb6636ef45041fd17616f5fe9587a32ea8988ab7073ae4a82c7df7de52f76 for golang:1.22-alpine with digest golang@sha256:371d9fe4b716720eb5d955f7e50390d2adba92638fd8bd9ce05d336255485872 ...
$ mkdir -p "${GOCACHE}"
$ apk add git make curl unzip
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/15) Installing brotli-libs (1.1.0-r2)
(2/15) Installing c-ares (1.34.3-r0)
(3/15) Installing libunistring (1.2-r0)
(4/15) Installing libidn2 (2.3.7-r0)
(5/15) Installing nghttp2-libs (1.64.0-r0)
(6/15) Installing libpsl (0.21.5-r3)
(7/15) Installing zstd-libs (1.5.6-r2)
(8/15) Installing libcurl (8.11.1-r0)
(9/15) Installing curl (8.11.1-r0)
(10/15) Installing libexpat (2.6.4-r0)
(11/15) Installing pcre2 (10.43-r0)
(12/15) Installing git (2.47.1-r0)
(13/15) Installing git-init-template (2.47.1-r0)
(14/15) Installing make (4.4.1-r2)
(15/15) Installing unzip (6.0-r15)
Executing busybox-1.37.0-r9.trigger
OK: 19 MiB in 31 packages
$ make build
make .generate-proto
make[1]: Entering directory '/builds/gitlab-org/step-runner'
# Installing https://github.com/protocolbuffers/protobuf/releases/download/v22.2/protoc-22.2-linux-x86_64.zip as /builds/gitlab-org/step-runner/.local/bin/protoc
Archive:  /builds/gitlab-org/step-runner/.local/protoc.zip
  inflating: /builds/gitlab-org/step-runner/.local/bin/protoc  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/any.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/api.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/compiler/plugin.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/descriptor.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/duration.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/empty.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/field_mask.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/source_context.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/struct.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/timestamp.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/type.proto  
  inflating: /builds/gitlab-org/step-runner/.local/include/google/protobuf/wrappers.proto  
  inflating: /builds/gitlab-org/step-runner/.local/readme.txt  
go: downloading google.golang.org/protobuf v1.29.1
go: downloading google.golang.org/grpc v1.3.0
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
go: downloading google.golang.org/protobuf v1.28.1
# Downloading protovalidate import from https://github.com/bufbuild/protovalidate/archive/refs/tags/v0.5.4.zip
go generate ./proto
go: downloading google.golang.org/grpc v1.58.3
go: downloading google.golang.org/protobuf v1.33.0
go: downloading golang.org/x/net v0.23.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb
go: downloading github.com/golang/protobuf v1.5.3
go: downloading golang.org/x/sys v0.18.0
go: downloading golang.org/x/text v0.14.0
make DIRECTORY=./proto go-fmt
make[2]: Entering directory '/builds/gitlab-org/step-runner'
go: downloading golang.org/x/tools v0.23.0
go: downloading golang.org/x/mod v0.19.0
go: downloading golang.org/x/sync v0.7.0
goimports -w -local gitlab.com/gitlab-org/step-runner ./proto
make[2]: Leaving directory '/builds/gitlab-org/step-runner'
make[1]: Leaving directory '/builds/gitlab-org/step-runner'
go mod download
CGO_ENABLED=0 GOOS="freebsd" GOARCH="amd64" go build \
	-ldflags '-X "gitlab.com/gitlab-org/step-runner/cmd.stepRunnerVersion=d0d8ef0c"' \
	-o "out/bin/step-runner-freebsd-amd64"
CGO_ENABLED=0 GOOS="freebsd" GOARCH="arm64" go build \
	-ldflags '-X "gitlab.com/gitlab-org/step-runner/cmd.stepRunnerVersion=d0d8ef0c"' \
	-o "out/bin/step-runner-freebsd-arm64"
section_end:1736544391:step_script
section_start:1736544391:archive_cache
Saving cache for successful job
Creating cache binaries---freebsd-amd64-freebsd-arm64-protected...
/builds/gitlab-org/step-runner/.gocache/: found 5360 matching artifact files and directories 
Uploading cache.zip to https://storage.googleapis.com/gitlab-com-runners-cache/project/52469398/binaries---freebsd-amd64-freebsd-arm64-protected 
Created cache
section_end:1736544402:archive_cache
section_start:1736544402:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
out/bin/step-runner-*: found 2 matching artifact files and directories 
WARNING: Upload request redirected                  location=https://gitlab.com/api/v4/jobs/8823353986/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com
WARNING: Retrying...                                context=artifacts-uploader error=request redirected
Uploading artifacts as "archive" to coordinator... 201 Created  id=8823353986 responseStatus=201 Created token=glcbt-66
section_end:1736544407:upload_artifacts_on_success
section_start:1736544407:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1736544408:cleanup_file_variables
Job succeeded