Tests Crashed on Taskcluster with "Device Disconnected/Hung"
Categories
(Taskcluster :: Workers, defect)
Tracking
(Not tracked)
People
(Reporter: abutkovits, Unassigned)
Details
Full log: https://firefoxci.taskcluster-artifacts.net/eAIwObR7THarmcL4_06INw/0/public/logs/live_backing.log
Reftest analyzer: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/eAIwObR7THarmcL4_06INw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Comment 1•3 years ago
|
||
Relevant trace:
[task 2022-11-28T23:46:05.441Z] 23:46:05 INFO - [GFX1-]: Present1 failed: 0x887a0005
[task 2022-11-28T23:46:05.442Z] 23:46:05 INFO - [GFX1]: Device reset due to WR device: 0x887a0006
[task 2022-11-28T23:46:05.442Z] 23:46:05 INFO - Assertion failure: [GFX1]: Device reset due to WR device: 0x887a0006, at /builds/worker/workspace/obj-build/dist/include/mozilla/gfx/Logging.h:754
[task 2022-11-28T23:46:05.569Z] 23:46:05 INFO - Initializing stack-fixing for the first stack frame, this may take a while...
[task 2022-11-28T23:46:29.933Z] 23:46:29 INFO - #01: mozilla::gfx::Log<1,mozilla::gfx::CriticalLogger>::WriteLog(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const&) [gfx/2d/Logging.h:755]
[task 2022-11-28T23:46:29.933Z] 23:46:29 INFO - #02: mozilla::gfx::Log<1,mozilla::gfx::CriticalLogger>::Flush() [gfx/2d/Logging.h:279]
[task 2022-11-28T23:46:29.934Z] 23:46:29 INFO - #03: mozilla::wr::RenderCompositorANGLE::IsContextLost(bool) [gfx/webrender_bindings/RenderCompositorANGLE.cpp:831]
...
The first failure message is here. The failure code 0x887a0005 corresponds to DXGI_ERROR_DEVICE_REMOVED: "The video card has been physically removed from the system, or a driver upgrade for the video card has occurred."
After that I see a bunch more crash traces with failure code 0x887a0006 - DXGI_ERROR_DEVICE_HUNG.
This seems more like the test node issue?
Comment 2•3 years ago
|
||
Worker type in the linked job is gecko-t/win10-64-2004-gpu.
| Comment hidden (Intermittent Failures Robot) |
Description
•