test-build-windows21h2
Failed Started
by
@ajwalker
Arran Walker
1Running with gitlab-runner 15.8.2 (4d1ca121)2 on windows-21h1-private-runner-manager rWUKkbz9, system ID: s_1a31f6141cb75Using Custom executor with driver autoscaler 0.1.0 (495ee7a)...6Creating virtual machine for the job...7Virtual machine created!9Running on PACKER-64540F41 via 10runner-w21h1prm-4302283109...12Fetching changes with git depth set to 50...13Initialized empty Git repository in C:/GitLab-Runner/builds/gitlab-org/ci-cd/tests/liveness/.git/14Created fresh repository.15Checking out 2cc23e40 as refs/merge-requests/7/merge...16git-lfs/2.8.0 (GitHub; windows amd64; go 1.12.2; git 30af66bb)17Skipping Git submodules setup19WARNING: Starting with version 14.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2642620$ Set-MpPreference -DisableRealtimeMonitoring $true21$ start-service docker22$ choco install -y make23Chocolatey v1.3.124Installing the following packages:25make26By installing, you accept licenses for the packages.27Progress: Downloading make 4.3... 100%28make v4.3 [Approved]29make package files install completed. Performing other installation steps.30 ShimGen has successfully created a shim for make.exe31 The install of make was successful.32 Software installed to 'C:\ProgramData\chocolatey\lib\make'33Chocolatey installed 1/1 packages. 34 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).35$ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY36WARNING! Using --password via the CLI is insecure. Use --password-stdin.37Login Succeeded38$ make build-windows WINDOWS_PLATFORMS=nanoserver-21h239WARNING! Your password will be stored unencrypted in C:\Users\gitlab_runner\.docker\config.json.40Configure a credential helper to remove this warning. See42make[1]: Entering directory 'C:/GitLab-Runner/builds/gitlab-org/ci-cd/tests/liveness'43make[1]: Leaving directory 'C:/GitLab-Runner/builds/gitlab-org/ci-cd/tests/liveness'44process_begin: CreateProcess(NULL, docker build -f Dockerfile.windows --build-arg=TAG=ltsc2022 --build-arg=GOLANG_TAG=ltsc2022 -t registry.gitlab.com/gitlab-org/ci-cd/tests/liveness:0.1.0-nanoserver-21h2-2cc23e40 ., ...) failed.45make (e=2): The system cannot find the file specified.46make[1]: *** [Makefile:32: platform-windows-nanoserver-21h2] Error 247make: *** [Makefile:20: build-windows] Error 249ERROR: Job failed: exit status 1