Running with gitlab-runner 16.7.0 (102c81ba)
  on runner-bastion-git2 57294368, system ID: s_0003c6ba8826
section_start:1722552969:resolve_secrets
Resolving secrets
section_end:1722552969:resolve_secrets
section_start:1722552969:prepare_executor
Preparing the "docker" executor
Using Docker executor with image containers.ethitter.com:443/docker/images/golang:latest ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image containers.ethitter.com:443/docker/images/golang:latest ...
Using docker image sha256:59fb6032c140cec2a45828595630edea781fe4a36faeac3fcbb9d761c5cd0c17 for containers.ethitter.com:443/docker/images/golang:latest with digest containers.ethitter.com:443/docker/images/golang@sha256:fdcc260dba532c36b9cb7095e06d1cf593d9e9777fc5bbbe83f87b47a0d7bcc2 ...
section_end:1722552972:prepare_executor
section_start:1722552972:prepare_script
Preparing environment
Running on runner-57294368-project-119-concurrent-2 via git2...
section_end:1722552972:prepare_script
section_start:1722552972:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/open-source/dyndnsd-client/.git/
Created fresh repository.
Checking out 5efaffcb as detached HEAD (ref is master)...

Skipping Git submodules setup
section_end:1722552974:get_sources
section_start:1722552974:restore_cache
Restoring cache
Checking cache for default-protected...
Downloading cache from https://sfo2.digitaloceanspaces.com/eth-gitlab-runners-2/project/119/default-protected 
Successfully extracted cache
section_end:1722552975:restore_cache
section_start:1722552975:download_artifacts
Downloading artifacts
Downloading artifacts for build (33830)...
Downloading artifacts from coordinator... ok        host=git.ethitter.com id=33830 responseStatus=200 OK token=64_J1sU8
section_end:1722552978:download_artifacts
section_start:1722552978:step_script
Executing "step_script" stage of the job script
Using docker image sha256:59fb6032c140cec2a45828595630edea781fe4a36faeac3fcbb9d761c5cd0c17 for containers.ethitter.com:443/docker/images/golang:latest with digest containers.ethitter.com:443/docker/images/golang@sha256:fdcc260dba532c36b9cb7095e06d1cf593d9e9777fc5bbbe83f87b47a0d7bcc2 ...
$ curl -o "${CI_PROJECT_DIR}/Makefile" https://git-cdn.e15r.co/gitlab/ci/golang/-/raw/main/files/Makefile
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   834  100   834    0     0  24529      0 --:--:-- --:--:-- --:--:-- 24529
$ mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
$ cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
$ cd $GOPATH/src/$REPO_NAME
$ cp config-sample.json config.json
$ export CC=clang
$ make dep
go: downloading github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9
$ make msan
?   	git.ethitter.com/open-source/dyndnsd-client	[no test files]
section_end:1722553003:step_script
section_start:1722553003:archive_cache
Saving cache for successful job
Creating cache default-protected...
WARNING: processPath: artifact path is not a subpath of project directory: /apt-cache 
WARNING: processPath: artifact path is not a subpath of project directory: /src/github.com 
WARNING: processPath: artifact path is not a subpath of project directory: /src/golang.org 
WARNING: processPath: artifact path is not a subpath of project directory: /src/google.golang.org 
WARNING: processPath: artifact path is not a subpath of project directory: /src/gopkg.in 
Archive is up to date!                             
Created cache
section_end:1722553005:archive_cache
section_start:1722553005:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722553005:cleanup_file_variables
Job succeeded