Open lygstate opened 2 years ago
That looks to me like the mesa_build.ps1 script went off the rails, and created a garbage environment meson falls over in. We may be able to clean up the error handling, but it looks like it comes up with no path for vswhere.exe
, and then prints your commit message as the finalPath
, which it's interpreting as wildcards makes me think this isn't meson's fault
It looks like the output is mixed up there due to weird buffering, and the lines are out of order.
There's a traceback in there for a command that should be running the following batch script:
@ECHO OFF
call "...../VC/Auxiliary/Build/vcvars64.bat"
ECHO ---SPLIT---
SET
What does this output in the CI environment?
I guess it's oom, now it's recovered
Does the stack-trace show any meaningfull?
seems the environemt variables are polluted, but don't know who did that
Seems meson parsing environment variables in a invalid way.... https://gist.github.com/lygstate/201dd9d2db3d411668f7bbdc17daf74a
Describe the bug
To Reproduce https://gitlab.freedesktop.org/lygstate/mesa/-/pipelines/601767