chore(test): change verion #2
ci-test.yml
on: push
test
2m 44s
lint
4m 36s
check conventional commit compliance
6s
Annotations
4 errors and 1 warning
test
The version '3.9.11' with architecture 'x86' was not found for Ubuntu 22.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
sub-expression diverges:
/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs#L52
error: sub-expression diverges
--> src/builder/server.rs:568:9
|
568 | panic!()
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
|
sub-expression diverges:
/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs#L52
error: sub-expression diverges
--> src/builder/server.rs:561:9
|
561 | panic!()
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
= note: `-D clippy::diverging-sub-expression` implied by `-D warnings`
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
|
lint
Clippy had exited with the 101 exit code
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|