V4.0.0 rc.2 #6382
Annotations
1 error and 20 warnings
Run cargo test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Run cargo check
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-ce6995768d50ef87/out/include/sys.hpp:12,
|
Run cargo check
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-ce6995768d50ef87/out/include/memory_local.hpp:21: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
|
|
Run cargo check
[email protected]: from /home/runner/_work/sp1/sp1/crates/core/machine/cpp/extern.cpp:3:
|
Run cargo check
[email protected]: 21 | #pragma unroll(1)
|
Run cargo check
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-0e86f8008fd24bc7/out/include/sys.hpp:11,
|
Run cargo check
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-0e86f8008fd24bc7/out/include/poseidon2.hpp: In instantiation of 'void sp1_recursion_core_sys::poseidon2::external_linear_layer(F*) [with F = bb31_t]':
|
Run cargo check
[email protected]: /home/runner/_work/sp1/sp1/crates/recursion/core/cpp/extern.cpp:108:41: required from here
|
Run cargo check
[email protected]: 36 | for (int i = 0; i < POSEIDON2_WIDTH; i += 4) {
|
Run cargo check
[email protected]: Program built at 2024-12-05 20:50:13
|
Run cargo test
[email protected]: Program built at 2024-12-05 20:51:09
|
Run cargo test:
crates/core/executor/src/hook.rs#L9
unused import: `Invert`
|
Run cargo test
`sp1-core-executor` (lib) generated 1 warning
|
Run cargo test:
crates/core/machine/src/alu/add_sub/mod.rs#L221
unused import: `p3_maybe_rayon::prelude::ParallelSlice`
|
Run cargo test:
crates/core/machine/src/alu/add_sub/mod.rs#L225
unused import: `std::borrow::BorrowMut`
|
Run cargo test:
crates/core/machine/src/alu/add_sub/mod.rs#L229
unused import: `crate::utils::pad_rows_fixed`
|
Run cargo test:
crates/core/machine/src/memory/local.rs#L403
unused import: `super::*`
|
Run cargo test:
crates/core/machine/src/memory/local.rs#L406
unused import: `rand::thread_rng`
|
Run cargo test:
crates/core/machine/src/memory/local.rs#L407
unused import: `rand::Rng`
|
Run cargo test:
crates/core/machine/src/memory/local.rs#L408
unused imports: `MemoryLocalEvent` and `MemoryRecord`
|
Loading