Open h-vetinari opened 2 years ago
and we never actually see the outputs of the
commands:
section (except if there's an error).
Sometimes not even that!
In https://github.com/conda-forge/re2-feedstock/pull/66, I'm getting:
C:\Program Files\Microsoft Visual Studio\2022\Enterprise>CALL "VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.29 10.0.22621.0
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.5.5
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Tests failed for re2-2023.06.01-hf7d2add_0.conda - moving package to D:\bld\broken
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
Thanks @jakirkham, was gonna say this isn't stale. :)
I've noticed this a couple of times, that when a compiler is added to the test section on windows, the output generated by the individual
commands:
will not be shown in the build log. This makes debugging quite a bit harder, obviously.For example, given a test section:
this works as expected, producing something along the lines of [removed useless lines]":
But when we then add something along the lines of
we get
and we never actually see the outputs of the
commands:
section (except if there's an error).