You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Description
My current workflow has encountered an ICE, however, the clippy action doesn't acknoledge it as one in the generated report
Workflow code
Paste that part of your workflow yaml file that causes the bug in here.clippy:
name: Clippyruns-on: ubuntu-lateststeps:
- name: Checkout sourcesuses: actions/checkout@v2
- name: Install nightly toolchainid: toolchainuses: actions-rs/toolchain@v1with:
toolchain: nightlycomponents: clippyprofile: minimaloverride: true
- name: Cache dependenciesuses: Swatinem/rust-cache@v1
- name: Run clippyuses: actions-rs/clippy-check@v1env:
RUSTFLAGS: "-C target-cpu=haswell"with:
token: ${{ secrets.GITHUB_TOKEN }}args: --all-features --tests --workspace
Action output
thread 'rustc' panicked at 'assertion failed: self.start_pos.to_u32() + total_extra_bytes <= bpos.to_u32()', compiler/rustc_span/src/lib.rs:1677:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.1.58 (65f3f8b 2021-11-21)
query stack during panic:
#0 [analysis] running analysis passes on this crate
end of query stack
{"reason":"compiler-message","package_id":"starchart 0.4.0 (path+file:///home/runner/work/starchart/starchart)","manifest_path":"/home/runner/work/starchart/starchart/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"starchart","src_path":"/home/runner/work/starchart/starchart/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"message":{"rendered":"warning: 9 warnings emitted\n\n","children":[],"code":null,"level":"warning","message":"9 warnings emitted","spans":[]}}
##[debug]Message code is missing, ignoring it
{"reason":"build-finished","success":false}
##[debug]Unexpected reason field, ignoring it: build-finished
error: could not compile `starchart`; 10 warnings emitted
::endgroup::
Clippy results: 0 ICE, 0 errors, 9 warnings, 0 notes, 0 help
##[debug]Prepared next annotations bucket, 9 size
##[debug]This is a last iteration, marking check as "completed", conclusion: success
##[debug]Prepared next annotations bucket, 0 size
Error: Clippy had exited with the 101 exit code
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Run clippy
Expected behavior
The clippy report generated to have a one when reporting ICEs
Additional context
Add any other context about the problem here. logs_1030.zip
The text was updated successfully, but these errors were encountered:
(Accidentally opened this on the wrong repo)
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
My current workflow has encountered an ICE, however, the clippy action doesn't acknoledge it as one in the generated report
Workflow code
Action output
Expected behavior
The clippy report generated to have a one when reporting ICEs
Additional context
Add any other context about the problem here.
logs_1030.zip
The text was updated successfully, but these errors were encountered: