[BUG] Github Action Logs Look Corrupted
See original GitHub issueAction 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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:13
- Comments:14
Top 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 >
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Hashnode Post
No results found
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)
Same issue on my deploys starting today!