sagudev
sagudev
[this](https://github.com/mrobinson/servo/actions/runs/7930382648/job/21654575960#step:8:27) does look like real error: ``` FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/servo/servo/wpt-full-logs-linux-layout-2013/test-wpt.*.log' ```
Reports are empty now: https://github.com/servo/servo/actions/runs/7950107885/job/21702601400 due to failure in reporting: https://github.com/servo/servo/actions/runs/7950107885/job/21702596836#step:6:349
I also could not reproduce it on windows 11, but I found out that if I run servo (servo.org) the close it and then quickly lunch it again, it closes...
@lynn2910 on windows you need to run servo via git bash or some other shell to get error output.
@lynn2910 could you try latest version?
So `./mach build --production` does not work but `./mach build --debug` does?
`sudo dnf install mesa-libEGL-devel` may help too.
Can you try latest servo binary from website?
Just like I expected, we are installing all right things when `mach bootstrap`.
webgpu:api,validation,capability_checks are flakes too