question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Github Action Logs Look Corrupted

See original GitHub issue

Action config

Created a brand new Github workflow via the firebase CLI. No modifications were made to the workflow, and the firebase project has worked fine before setting up CI/CD.

    steps:
      - uses: actions/checkout@v2
      - run: npm ci && npm run build
      - uses: FirebaseExtended/action-hosting-deploy@v0
        with:
          repoToken: '${{ secrets.GITHUB_TOKEN }}'
          firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MY_PROJECT}}'
          channelId: live
          projectId: <my-project>

Error message

During the deploy step, logs look like some form of encoding/coloring got messed up. Logs also increased to over 750MB total, slowing the github UI to a crawl. This recent issue seems to point towards recent issues with a ‘Faker’ package being the cause, but it’s not clear to me if that is the case. Would prefer if we could leave a bug report open to help track the issue, and allow others to find some information if seeing similar problems.

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:13
  • Comments:14

github_iconTop GitHub Comments

5reactions
Andrew-Hopkins-Liquacommented, Jan 10, 2022

update: winstonJS, and logformJS have pinned the colors package to 1.4.0 to avoid the security vulnerability.

My GitHub actions are now working again (albeit with a lot of depreciation warnings)

4reactions
sagearoracommented, Jan 9, 2022

Same issue on my deploys starting today!

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Corrupted Text displayed on console when trying to ...
Action config Error message When using firebase action hosting deploy, I get a very unexpected error and console log of weird text.
Read more >
Download Logs" - corrupt or strange format · Issue #24973 ...
It goes for all logs downloaded from all containers. The logs look fine in the viewer. The time stamps shown in the log...
Read more >
bug: wrong node version installed when cache is corrupt ...
The only way to fix this problem is to delete the cache manually if you have access to the runner. Action version: v3....
Read more >
Corrupted log messages when built with TLS enabled on ...
I am using Microsoft Visual Studio 2017 on Windows 8.1 64 bit. I have built static glog library with "WITH_TLS" option enabled (it...
Read more >
Log files are corrupted while running landing_target_estimator
Logging is corrupted while running landing_target_estimator on Pixhawk 3 pro. ... Haukanes opened this issue on Feb 13, 2018 · 5 comments.
Read more >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found