feat: complete regression pipeline #114
rust.yml
on: pull_request
lint
25s
build_and_test
30m 26s
Annotations
2 errors and 11 warnings
|
build_and_test
The job has exceeded the maximum execution time of 30m0s
|
|
build_and_test
The operation was canceled.
|
|
lint:
src/utils.rs#L272
manual `RangeInclusive::contains` implementation
|
|
lint:
src/utils.rs#L268
manual `RangeInclusive::contains` implementation
|
|
lint:
src/utils.rs#L71
this loop could be written as a `for` loop
|
|
lint:
src/gpu.rs#L737
manually reimplementing `div_ceil`
|
|
lint:
src/gpu.rs#L736
manually reimplementing `div_ceil`
|
|
lint:
src/gpu.rs#L604
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
|
lint:
src/gpu.rs#L773
unneeded `return` statement
|
|
lint:
src/gpu.rs#L268
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
|
lint:
src/gpu.rs#L107
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
|
lint:
src/bayesian_mcmc.rs#L452
empty lines after doc comment
|
|
build_and_test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|