Skip to content

feat/impl riscv ADD instruction #88

feat/impl riscv ADD instruction

feat/impl riscv ADD instruction #88

Triggered via pull request August 2, 2024 02:56
Status Success
Total duration 8m 5s
Billable time 9m
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Run Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Tests
profiles for the non root package will be ignored, specify profiles at the workspace root:
Run Tests
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Run Tests: multilinear_extensions/src/mle.rs#L98
use of deprecated method `mle::DenseMultilinearExtension::<E>::fix_variables_parallel`: deprecated parallel version due to syncronizaion overhead
Run Tests: multilinear_extensions/src/mle.rs#L142
unused variable: `i`
Run Tests
`multilinear_extensions` (lib) generated 2 warnings
Run Tests: sumcheck/src/prover.rs#L486
use of deprecated method `multilinear_extensions::mle::DenseMultilinearExtension::<E>::fix_variables_in_place_parallel`: deprecated parallel version due to syncronizaion overhead
Run Tests: sumcheck/src/prover.rs#L570
use of deprecated method `multilinear_extensions::mle::DenseMultilinearExtension::<E>::fix_variables_parallel`: deprecated parallel version due to syncronizaion overhead
Run Tests: sumcheck/src/prover.rs#L580
use of deprecated method `multilinear_extensions::mle::DenseMultilinearExtension::<E>::fix_variables_in_place_parallel`: deprecated parallel version due to syncronizaion overhead
Run Tests
`sumcheck` (lib) generated 3 warnings
Run Tests: gkr/src/lib.rs#L9
unexpected `cfg` condition value: `r#unsafe`