Bug 18535 – auto-tester fails on Win_32_64 : `The system cannot find the path specified.`

Status
RESOLVED
Resolution
WORKSFORME
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2018-02-27T21:56:41Z
Last change time
2022-02-15T00:02:34Z
Assigned to
No Owner
Creator
Timothee Cour

Comments

Comment #0 by timothee.cour2 — 2018-02-27T21:56:41Z
https://auto-tester.puremagic.com/show-run.ghtml?projectid=14&runid=3051857&isPull=true Run ID 3051857 Pull dlang/phobos/6222 SHA 1c63a329cedeb3bf8a37148bffada3d213962da4 Reporter win-farm-2 (174.24.231.191) Platform Win_32_64 Start Time 2018-02-27 21:40:51 End Time 2018-02-27 21:52:02 Duration 00:11:11 Result Code 1 Deleted 0 Past Results Pull Test History ``` HOST_DC=/home/braddr/sandbox/at-client/release-build/install/windows/bin/dmd.exe HOST_DC=D:\sandbox\at-client\release-build\install\windows\bin\dmd.exe cd test gmake -j4 Creating output directory: test_results Building d_do_test tool Building sanitize_json tool OS: 'win64' OS: 'win64' MODEL: '64' MODEL: '64' PIC: '' ../generated/windows/release/32/dmd.exe -conf= -m64 -g -unittest -run d_do_test.d -unittest PIC: '' ../generated/windows/release/32/dmd.exe -conf= -m64 -g -odtest_results -oftest_results\\sanitize_json.exe -i sanitize_json.d ../generated/windows/release/32/dmd.exe -conf= -m64 -g -odtest_results -oftest_results\\d_do_test.exe d_do_test.d Running runnable tests Running compilable tests Running fail compilation tests ... The system cannot find the path specified. failed to execute '\"Program Files (x86)"\"Microsoft Visual Studio 10.0"\VC\bin\amd64\cl.exe /c /nologo runnable\extra-files\cpp_abi_tests.cpp /Fotest_results\runnable\cpp_abi_tests.cpp.obj' Makefile:220: recipe for target 'test_results/runnable/cpp_abi_tests.d.out' failed gmake[1]: *** [test_results/runnable/cpp_abi_tests.d.out] Error 1 gmake[1]: *** Waiting for unfinished jobs.... ... runnable\xdtor.d () ... runnable\s2ir.d (-inline -release -g -O) Makefile:259: recipe for target 'start_runnable_tests' failed gmake: *** [start_runnable_tests] Error 2 gmake: INTERNAL: Exiting with 3 jobserver tokens available; should be 4! ``` occurred in https://github.com/dlang/phobos/pull/6222
Comment #1 by timothee.cour2 — 2018-02-27T21:57:40Z
Comment #2 by greensunny12 — 2018-03-13T17:22:37Z
See: https://github.com/braddr/d-tester/issues/71 for the underlying issue.
Comment #3 by greensunny12 — 2018-03-27T00:22:28Z
(changing to the DMD component) Also I haven't seen this issue for a longer time, so I suspect that Brad did update all hosts. So I think we can close this one, though of course it would still be nice to kill auto-tester's patching, but that's a different issue.
Comment #4 by moonlightsentinel — 2022-02-15T00:02:34Z
Windows autotester isn't used anymore