Cannot find the path specified #1026
Replies: 7 comments
-
What OS is your self-hosted runners running? |
Beta Was this translation helpful? Give feedback.
-
Hello!
It is windows 2022.
I have 3 selfhosted runners running, at it seems that it is fixed on at least one of them now.
Will try the third one and see if it comes up.
I have cleaned up the downloaded images and docker with
Docker image prune
Docker system prune
|
Beta Was this translation helpful? Give feedback.
-
Correction: 2 runners out of 3 get this error message.
|
Beta Was this translation helpful? Give feedback.
-
I would probably delete the runners and recreate them, but if you want to try and repair them - maybe try this tool: |
Beta Was this translation helpful? Give feedback.
-
One of them is a freshly installed runner. I have also removed the github-runner one more time and re-installed it.
Seem strange that I have it on 2 different runners.
|
Beta Was this translation helpful? Give feedback.
-
This solved the issue. I’m suspecting that the base image was the issue.
|
Beta Was this translation helpful? Give feedback.
-
I was a bit too eager. It seems its a random error. But now occuring on every build. No luck. |
Beta Was this translation helpful? Give feedback.
-
Hello!
When running the pipeline on self-hosted runner, since yesterday all repos return this error message when "creating container", right after "creating image":
Error: Unexpected error when running action. Error Message: re-exec error: exit status 1: output: hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) ExitCode: 1 Commandline: docker build --isolation=process --memory 8G --no-cache --tag my:sandbox-21.3.51409.62015-se-mt c:\bcartifacts.cache\toxd44kg.04g, StackTrace: at DockerDo, C:\Users\github_service\AppData\Local\Temp\0a987fde-428e-4486-90ed-cbce734fb016\BcContainerHelper\HelperFunctions.ps1: line 272 <- at New-BcImage, C:\Users\github_service\AppData\Local\Temp\0a987fde-428e-4486-90ed-cbce734fb016\BcContainerHelper\ContainerHandling\New-NavImage.ps1: line 711 <- at New-BcContainer, C:\Users\github_service\AppData\Local\Temp\0a987fde-428e-4486-90ed-cbce734fb016\BcContainerHelper\ContainerHandling\New-NavContainer.ps1: line 620 <- at , C:\Users\github_service\AppData\Local\Temp\0a987fde-428e-4486-90ed-cbce734fb016\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 798 <- at
I cannot figure this one out. Anyone encountered this?
/Håkan
Beta Was this translation helpful? Give feedback.
All reactions