Any hint at where/why these hang? Why not at APS as well? Troubleshooting stuck tests in CI is hard enough on Linux. I have no idea how to start on Windows.
Well, looking at the build log, one thing is a clear failure in modules/libCom/test:
8292epicsStackTraceTest.t ...... 8294 (less 3 skipped subtests: 1 okay) 8295ipAddrToAsciiTest.t ........ ok 8296osiSockTest.t .............. ok 8300epicsStackTraceTest.t (Wstat: 0 Tests: 5 Failed: 1) 8302Files=42, Tests=4116, 190 wallclock secs ( 0.19 usr + 0.09 sys = 0.28 CPU) 8304Failed 1/42 test programs. 1/4116 subtests failed.
and then I see further down
8486mingw32-make -C std/rec runtests
without ever seen make actually descend into that directory. Looks fishy.
Cheers,
~Ralph