You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/21 06:18:19 UTC

[GitHub] [airflow]: Workflow run "CodeQL" failed!

The GitHub Actions job "CodeQL" on airflow.git has failed.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
bc7feda66ed7bb2f2940fa90ef26ff90dd7a8c80 / Jarek Potiuk <ja...@potiuk.com>
Fix selective checks handling error tracebacks in CI (#28514)

Initially selective check was implemented in the way that it printed
diagnostic output on stdout and the GITHUB_OUTPUT compatible set of
outputs on stderr so that it could be redirected to the GITHUB_OUTPUT
in its entirety. But this turned out to be a bad idea because when
there was an error generated in selective-checks themselves, the
traceback was printed in stderr and redirecting stderr to GITHUB_OUTPUT
swallowed the traceback.

This change reverses the behaviour:

* diagnostic output is printed to stderr
* GITHUB_OUTPUT compatible output is printed to stdout

This way when traceback happens it is printed to stderr and is not
swalleowed by redirection to GITHUB_OUTPUT

Report URL: https://github.com/apache/airflow/actions/runs/3746927961

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org