Skip to content

feat/impl riscv ADD instruction #46

feat/impl riscv ADD instruction

feat/impl riscv ADD instruction #46

Triggered via pull request July 17, 2024 01:54
Status Failure
Total duration 5m 58s
Billable time 7m
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
Run Tests: singer/src/instructions/riscv/add.rs#L14
unresolved imports `singer_utils::uint::UIntAddSub`, `singer_utils::uint::UIntCmp`
Run Tests: singer/src/instructions/riscv/add.rs#L196
unresolved import `crate::test::u2vec`
Run Tests: singer/src/instructions/riscv/add.rs#L28
cannot find type `BTreeMap` in this scope
Run Tests: singer/src/instructions/riscv/add.rs#L28
failed to resolve: use of undeclared type `BTreeMap`
Run Tests: singer/src/instructions/riscv/add.rs#L31
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
Run Tests: singer/src/instructions/riscv/add.rs#L32
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
Run Tests: singer/src/instructions/riscv/add.rs#L35
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
Run Tests: singer/src/instructions/riscv/add.rs#L36
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
Run Tests: singer/src/instructions/riscv/add.rs#L37
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
Run Tests: singer/src/instructions/riscv/add.rs#L43
no associated item named `N_OPRAND_CELLS` found for struct `UInt` in the current scope
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#L102
use of deprecated method `mle::DenseMultilinearExtension::<E>::fix_variables_parallel`: deprecated parallel version due to syncronizaion overhead
Run Tests: multilinear_extensions/src/mle.rs#L149
unused variable: `i`
Run Tests
`multilinear_extensions` (lib) generated 2 warnings
Run Tests: sumcheck/src/prover.rs#L531
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#L622
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#L632
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`