[Issue 18535] New: auto-tester fails on Win_32_64 : `The system cannot find the path specified.`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 27 21:56:41 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18535
Issue ID: 18535
Summary: auto-tester fails on Win_32_64 : `The system cannot
find the path specified.`
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: critical
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: timothee.cour2 at gmail.com
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
--
More information about the Digitalmars-d-bugs
mailing list