Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate logging during build and extraction steps #771

Open
adityasharad opened this issue Oct 12, 2021 · 0 comments
Open

Duplicate logging during build and extraction steps #771

adityasharad opened this issue Oct 12, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@adityasharad
Copy link
Contributor

For example:

  Running command in /home/runner/work/<owner>/<repo>: [/opt/hostedtoolcache/CodeQL/0.0.0-20211004/x64/codeql/javascript/tools/autobuild.sh]
  Running command in /home/runner/work/<owner>/<repo>: [/opt/hostedtoolcache/CodeQL/0.0.0-20211004/x64/codeql/javascript/tools/autobuild.sh]
  [2021-10-12 19:38:28] [build-stdout] Single-threaded extraction.
  [2021-10-12 19:38:28] [build-stdout] Single-threaded extraction.
  [2021-10-12 19:38:31] [build-stdout] Extracting ...
  [2021-10-12 19:38:31] [build-stdout] Extracting ...
  [2021-10-12 19:38:31] [build-stdout] Done extracting ... (59 ms)
  [2021-10-12 19:38:31] [build-stdout] Done extracting ... (59 ms)
...

This is benign but confusing. It is likely we have a misconfigured logger for this step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant