Chore: New patch testing harness, add patch tests to suite #6482
Triggered via pull request
December 16, 2024 19:23
Status
Cancelled
Total duration
14m 10s
Artifacts
–
pr.yml
on: pull_request
Test (x86-64)
13m 32s
Test (ARM)
13m 37s
Formatting & Clippy
5m 49s
Cargo Check
6m 8s
Examples
8m 3s
CLI
5m 49s
Performance
7m 9s
Spell Check
10s
Check Verifier `no_std`
37s
Check lock files
6m 39s
Matrix: Low Memory
Annotations
12 errors and 83 warnings
Spell Check
Error: There were some changed files, please update your PR with the code review suggestions
|
Low Memory (32)
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
|
Low Memory (32)
The operation was canceled.
|
CLI
Process completed with exit code 101.
|
Low Memory (16)
The job was canceled because "_32" failed.
|
Low Memory (16)
The operation was canceled.
|
Low Memory (64)
The job was canceled because "_32" failed.
|
Low Memory (64)
The operation was canceled.
|
Test (x86-64)
Canceling since a higher priority waiting request for 'PR-1852' exists
|
Test (x86-64)
The operation was canceled.
|
Test (ARM)
Canceling since a higher priority waiting request for 'PR-1852' exists
|
Test (ARM)
The operation was canceled.
|
Spell Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Verifier `no_std`
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Formatting & Clippy
[email protected]: Program built at 2024-12-16 19:27:52
|
Formatting & Clippy
[email protected]: Skipping build due to clippy invocation.
|
Formatting & Clippy
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-c064c091ca62ba91/out/include/sys.hpp:12,
|
Formatting & Clippy
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-c064c091ca62ba91/out/include/memory_local.hpp:21: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
|
|
Formatting & Clippy
[email protected]: from /home/runner/_work/sp1/sp1/crates/core/machine/cpp/extern.cpp:3:
|
Formatting & Clippy
[email protected]: 21 | #pragma unroll(1)
|
Formatting & Clippy
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-8281f13af6ba2514/out/include/sys.hpp:11,
|
Formatting & Clippy
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-8281f13af6ba2514/out/include/poseidon2.hpp: In instantiation of 'void sp1_recursion_core_sys::poseidon2::external_linear_layer(F*) [with F = bb31_t]':
|
Formatting & Clippy
[email protected]: /home/runner/_work/sp1/sp1/crates/recursion/core/cpp/extern.cpp:108:41: required from here
|
Formatting & Clippy
[email protected]: 36 | for (int i = 0; i < POSEIDON2_WIDTH; i += 4) {
|
Cargo Check
[email protected]: Program built at 2024-12-16 19:28:14
|
Cargo Check
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-aaa3ef9188d07bd4/out/include/sys.hpp:12,
|
Cargo Check
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-aaa3ef9188d07bd4/out/include/memory_local.hpp:21: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
|
|
Cargo Check
[email protected]: from /home/runner/_work/sp1/sp1/crates/core/machine/cpp/extern.cpp:3:
|
Cargo Check
[email protected]: 21 | #pragma unroll(1)
|
Cargo Check
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-52cfa77de0e6e8a4/out/include/sys.hpp:11,
|
Cargo Check
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-52cfa77de0e6e8a4/out/include/poseidon2.hpp: In instantiation of 'void sp1_recursion_core_sys::poseidon2::external_linear_layer(F*) [with F = bb31_t]':
|
Cargo Check
[email protected]: /home/runner/_work/sp1/sp1/crates/recursion/core/cpp/extern.cpp:108:41: required from here
|
Cargo Check
[email protected]: 36 | for (int i = 0; i < POSEIDON2_WIDTH; i += 4) {
|
Cargo Check
[email protected]: Program built at 2024-12-16 19:28:14
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L219
unused import: `p3_field::AbstractField`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L221
unused import: `p3_maybe_rayon::prelude::ParallelSlice`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L225
unused import: `std::borrow::BorrowMut`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L229
unused import: `crate::utils::pad_rows_fixed`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L403
unused import: `super::*`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L406
unused import: `rand::thread_rng`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L407
unused import: `rand::Rng`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L408
unused imports: `MemoryLocalEvent` and `MemoryRecord`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L234
static `SHARD` is never used
|
Cargo Check
[email protected]: Program built at 2024-12-16 19:28:14
|
Cargo Check:
crates/recursion/core/src/chips/public_values.rs#L191
unused import: `super::*`
|
Cargo Check
`sp1-recursion-core` (lib test) generated 1 warning (run `cargo fix --lib -p sp1-recursion-core --tests` to apply 1 suggestion)
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L219
unused import: `p3_field::AbstractField`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L221
unused import: `p3_maybe_rayon::prelude::ParallelSlice`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L225
unused import: `std::borrow::BorrowMut`
|
Cargo Check:
crates/core/machine/src/alu/add_sub/mod.rs#L229
unused import: `crate::utils::pad_rows_fixed`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L403
unused import: `super::*`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L406
unused import: `rand::thread_rng`
|
Cargo Check:
crates/core/machine/src/memory/local.rs#L407
unused import: `rand::Rng`
|
Test (x86-64)
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-aaa3ef9188d07bd4/out/include/sys.hpp:12,
|
Test (x86-64)
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-aaa3ef9188d07bd4/out/include/memory_local.hpp:21: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
|
|
Test (x86-64)
[email protected]: from /home/runner/_work/sp1/sp1/crates/core/machine/cpp/extern.cpp:3:
|
Test (x86-64)
[email protected]: 21 | #pragma unroll(1)
|
Test (x86-64)
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-52cfa77de0e6e8a4/out/include/sys.hpp:11,
|
Test (x86-64)
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-52cfa77de0e6e8a4/out/include/poseidon2.hpp: In instantiation of 'void sp1_recursion_core_sys::poseidon2::external_linear_layer(F*) [with F = bb31_t]':
|
Test (x86-64)
[email protected]: /home/runner/_work/sp1/sp1/crates/recursion/core/cpp/extern.cpp:108:41: required from here
|
Test (x86-64)
[email protected]: 36 | for (int i = 0; i < POSEIDON2_WIDTH; i += 4) {
|
Test (x86-64)
[email protected]: Program built at 2024-12-16 19:27:19
|
Test (x86-64)
[email protected]: Program built at 2024-12-16 19:28:18
|
Test (x86-64):
crates/core/machine/src/alu/add_sub/mod.rs#L219
unused import: `p3_field::AbstractField`
|
Test (x86-64):
crates/core/machine/src/alu/add_sub/mod.rs#L221
unused import: `p3_maybe_rayon::prelude::ParallelSlice`
|
Test (x86-64):
crates/core/machine/src/alu/add_sub/mod.rs#L225
unused import: `std::borrow::BorrowMut`
|
Test (x86-64):
crates/core/machine/src/alu/add_sub/mod.rs#L229
unused import: `crate::utils::pad_rows_fixed`
|
Test (x86-64):
crates/core/machine/src/memory/local.rs#L403
unused import: `super::*`
|
Test (x86-64):
crates/core/machine/src/memory/local.rs#L406
unused import: `rand::thread_rng`
|
Test (x86-64):
crates/core/machine/src/memory/local.rs#L407
unused import: `rand::Rng`
|
Test (x86-64):
crates/core/machine/src/memory/local.rs#L408
unused imports: `MemoryLocalEvent` and `MemoryRecord`
|
Test (x86-64):
crates/recursion/core/src/chips/public_values.rs#L191
unused import: `super::*`
|
Test (ARM)
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-014b5c4890b42ecf/out/include/sys.hpp:12,
|
Test (ARM)
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-014b5c4890b42ecf/out/include/memory_local.hpp:21: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
|
|
Test (ARM)
[email protected]: from /home/runner/_work/sp1/sp1/crates/core/machine/cpp/extern.cpp:3:
|
Test (ARM)
[email protected]: 21 | #pragma unroll(1)
|
Test (ARM)
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-c0c359a750d43d39/out/include/sys.hpp:11,
|
Test (ARM)
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-recursion-core-c0c359a750d43d39/out/include/poseidon2.hpp: In instantiation of 'void sp1_recursion_core_sys::poseidon2::external_linear_layer(F*) [with F = bb31_t]':
|
Test (ARM)
[email protected]: /home/runner/_work/sp1/sp1/crates/recursion/core/cpp/extern.cpp:108:41: required from here
|
Test (ARM)
[email protected]: 36 | for (int i = 0; i < POSEIDON2_WIDTH; i += 4) {
|
Test (ARM)
[email protected]: Program built at 2024-12-16 19:28:46
|
Test (ARM)
[email protected]: Program built at 2024-12-16 19:29:58
|
Test (ARM):
crates/core/machine/src/alu/add_sub/mod.rs#L219
unused import: `p3_field::AbstractField`
|
Test (ARM):
crates/core/machine/src/alu/add_sub/mod.rs#L221
unused import: `p3_maybe_rayon::prelude::ParallelSlice`
|
Test (ARM):
crates/core/machine/src/alu/add_sub/mod.rs#L225
unused import: `std::borrow::BorrowMut`
|
Test (ARM):
crates/core/machine/src/alu/add_sub/mod.rs#L229
unused import: `crate::utils::pad_rows_fixed`
|
Test (ARM):
crates/core/machine/src/memory/local.rs#L403
unused import: `super::*`
|
Test (ARM):
crates/core/machine/src/memory/local.rs#L406
unused import: `rand::thread_rng`
|
Test (ARM):
crates/core/machine/src/memory/local.rs#L407
unused import: `rand::Rng`
|
Test (ARM):
crates/core/machine/src/memory/local.rs#L408
unused imports: `MemoryLocalEvent` and `MemoryRecord`
|
Test (ARM):
crates/core/machine/src/alu/add_sub/mod.rs#L234
static `SHARD` is never used
|