Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Pipelines / runtime (Formatting windows x64) fails #61331

Closed
buyaa-n opened this issue Nov 8, 2021 · 9 comments · Fixed by #61334
Closed

Azure Pipelines / runtime (Formatting windows x64) fails #61331

buyaa-n opened this issue Nov 8, 2021 · 9 comments · Fixed by #61334
Assignees
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner

Comments

@buyaa-n
Copy link
Member

buyaa-n commented Nov 8, 2021

Azure Pipelines / runtime (Formatting windows x64) leg fails in #61320:

The process 'C:\hostedtoolcache\windows\Python\3.10.0\x64\python.exe' failed with exit code 1

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\src\coreclr\format.patch

Error details:

File "C:\hostedtoolcache\windows\Python\3.10.0\x64\lib\subprocess.py", line 1435, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
##[error]The process 'C:\hostedtoolcache\windows\Python\3.10.0\x64\python.exe' failed with exit code 1

see more: https://dev.azure.com/dnceng/public/_build/results?buildId=1459308&view=logs&j=35546789-40c1-5b36-592c-13cb6b78e0dd&t=ee62566f-6723-5502-9bef-329d30faf067&l=115

@ghost
Copy link

ghost commented Nov 8, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Azure Pipelines / runtime (Formatting windows x64) leg fails in #61320:

The process 'C:\hostedtoolcache\windows\Python\3.10.0\x64\python.exe' failed with exit code 1

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\1\s\src\coreclr\format.patch

Error details:

File "C:\hostedtoolcache\windows\Python\3.10.0\x64\lib\subprocess.py", line 1435, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
##[error]The process 'C:\hostedtoolcache\windows\Python\3.10.0\x64\python.exe' failed with exit code 1

see more: https://dev.azure.com/dnceng/public/_build/results?buildId=1459308&view=logs&j=35546789-40c1-5b36-592c-13cb6b78e0dd&t=ee62566f-6723-5502-9bef-329d30faf067&l=115

Author: buyaa-n
Assignees: -
Labels:

area-Infrastructure

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Nov 8, 2021
@hoyosjs
Copy link
Member

hoyosjs commented Nov 8, 2021

cc: @dotnet/jit-contrib

@BruceForstall BruceForstall self-assigned this Nov 8, 2021
@AndyAyersMS
Copy link
Member

Also failing for #61275

@BruceForstall
Copy link
Member

This is due to my change dotnet/jitutils#343 where I removed the batch file wrappers. I'll PR a fix in a moment.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Nov 8, 2021
@trylek
Copy link
Member

trylek commented Nov 9, 2021

Wow, great, thanks Bruce, I've just been tearing my hair out over my latest outerloop run where this failed too.

@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Nov 9, 2021
@BruceForstall
Copy link
Member

Wow, great, thanks Bruce, I've just been tearing my hair out over my latest outerloop run where this failed too.

Sorry for the trouble... I forgot to check the jit-format job with my jitutils change...

@AndyAyersMS
Copy link
Member

Seems like we should finally fix jitutils to publish via nuget and gate updates on the runtime side just like other external dependencies...?

@BruceForstall
Copy link
Member

Seems like we should finally fix jitutils to publish via nuget and gate updates on the runtime side just like other external dependencies...?

Seems like we'd want to onboard to the whole arcade dependency flow world? There was some work to do this, now abandoned (dotnet/jitutils#219). Or maybe there's a simpler way.

@am11
Copy link
Member

am11 commented Nov 9, 2021

Or maybe there's a simpler way.

Simplest way is to use fixed commit ID (fdf42ea) rather than main (moving target) to avoid accidental breakages

bootstrapUrl = "https://raw.githubusercontent.com/dotnet/jitutils/main/" + bootstrapFilename

@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants