github-actions[bot] commented on Issue #1529:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:module", "cranelift:wasm"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
rylev commented on Issue #1529:
@sunfishcode no it doesn't seem like there's good docs on when to use which log. From what I've seen out there
info
is high-level logs that you'd want to show on every normal run of the programwarn
is something went wrong but it's not fatal and should just be checked out when you have a chance
error
an error occured. It's not enough to crash the program but it's something that should be looked into ASAP
*debug
any info that would be relevant to see the flow of the executing program
trace
very verbose logs. Generally not helpful for program wide debugging but useful when inspecting a small segment of the program.
bjorn3 commented on Issue #1529:
It looks like CI failed to build because ld couldn't link, but it gave no discernible diagnostic message, just returned an exit code of 1. Hopefully just a transient failure.
That always happens for me when the disk is full.
peterhuene commented on Issue #1529:
The failure is that CI is running out of disk space and we have some PRs up that will hopefully help mitigate the problem shortly.
rylev commented on Issue #1529:
@peterhuene This should be good to go now. Sorry for the delay!
Last updated: Nov 22 2024 at 16:03 UTC