Skip to content

Duplicate logging during build and extraction steps #771

Open
@adityasharad

Description

@adityasharad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions