Thread overview
[Issue 21261] Test Suite: macOS 10.15 x64, DMD (bootstrap) randomly fails
Sep 17, 2020
Walter Bright
Sep 18, 2020
Walter Bright
Sep 19, 2020
Walter Bright
Sep 20, 2020
kinke
Dec 17, 2022
Iain Buclaw
September 17, 2020
https://issues.dlang.org/show_bug.cgi?id=21261

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The log file:

... runnable/test37.d              -Jrunnable/extra-files  -fPIC ()
Test runnable/test37.d failed.  The logged output:
/private/var/folders/3y/l0z1x3693dl_8n0qybp4dqwh0000gn/T/cirrus-ci-build/generated/osx/release/64/dmd
-conf= -m64 -Irunnable -Jrunnable/extra-files  -fPIC  -odtest_results/runnable
-oftest_results/runnable/test37_0  runnable/test37.d
runnable/test37.d(13): Error: file `"std14198/uni.d"` cannot be found or not in
a path specified with `-J`
runnable/test37.d(13):        Path(s) searched (as provided by `-J`):
runnable/test37.d(13):        [0]: `runnable/extra-files`

--
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21261

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Restart the test, and the problem magically disappears for the moment.

--
September 19, 2020
https://issues.dlang.org/show_bug.cgi?id=21261

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=21265

--
September 20, 2020
https://issues.dlang.org/show_bug.cgi?id=21261

kinke <kinke@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #3 from kinke <kinke@gmx.net> ---
Glad this is hit here upstream as well, this has been bugging LDC CI for a while too: https://github.com/ldc-developers/ldc/issues/3370

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21261

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--