https://bugs.winehq.org/show_bug.cgi?id=47884
Bug ID: 47884 Summary: msi:action systematically times out on Windows 2003 Product: Wine Version: 4.17 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
msi:action systematically times out on the TestBot's Windows 2003 Std VM (w2003std):
action.c:2370: GetProcAddress(MsiGetComponentPathExA) failed action.c:2376: GetProcAddress(SRRemoveRestorePoint) failed action.c:2377: GetProcAddress(SRSetRestorePointA) failed action.c:2995: Tests skipped: 64-bit RegisterProduct tests msi:action:0ce0 done (258) in 120s Test failed: timed out
This is the only Windows 2003 machine we have so it's hard to tell if it's a VM issue or a test issue. The VM is currently on the vm1 host which has two hard-drives in a non-RAID configuration.
On cw-rx460 and cw-gtx560 (i7-2600K+HDD but real hardware) it takes 30s to 38s. On w2008s64 which is on vm2 (slower processor but RAID 0 HDD) it takes ~50s. On wxppro which is on vm3 (faster processor+SSD) it takes 77s. On wvistau64 which is also on vm1 it takes ~108s.
Here is the virtual hardware configuration of w2003std (from the WineTest report's description field):
CPU:2*kvm32 RAM:1GB disk:virtio eth:e1000 snd:ac97 GPU:vga display:spice
This test also systematically fails on the acer-aspire-one-xp machine. That may provide a point of comparison.