Skip to content

V4.0.0 rc.2

V4.0.0 rc.2 #6362

Triggered via pull request December 4, 2024 19:43
Status Failure
Total duration 9m 2s
Artifacts

pr.yml

on: pull_request
Matrix: Low Memory
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 24 warnings
Check lock files
Process completed with exit code 101.
Test (x86-64): crates/verifier/src/groth16/ark_converter.rs#L6
unresolved import `thiserror`
Test (x86-64): crates/verifier/src/groth16/ark_converter.rs#L20
cannot find attribute `error` in this scope
Test (x86-64): crates/verifier/src/groth16/ark_converter.rs#L22
cannot find attribute `error` in this scope
Test (x86-64): crates/verifier/src/groth16/ark_converter.rs#L24
cannot find attribute `error` in this scope
Test (x86-64)
could not compile `sp1-verifier` (lib) due to 4 previous errors
Test (x86-64)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Cargo Check: crates/core/executor/src/hook.rs#L213
cannot find value `K1_ECRECOVER_HOOK` in this scope
Cargo Check: crates/core/executor/src/hook.rs#L213
cannot find value `K1_ECRECOVER_HOOK` in module `io`
Cargo Check: crates/core/executor/src/hook.rs#L214
cannot find value `R1_ECRECOVER_HOOK` in this scope
Cargo Check: crates/core/executor/src/hook.rs#L214
cannot find value `R1_ECRECOVER_HOOK` in module `io`
Cargo Check
could not compile `sp1-core-executor` (lib test) due to 4 previous errors
Cargo Check: crates/core/machine/src/syscall/precompiles/weierstrass/weierstrass_add.rs#L464
the name `run_test` is defined multiple times
Cargo Check: crates/core/machine/src/syscall/precompiles/weierstrass/weierstrass_add.rs#L464
the name `setup_logger` is defined multiple times
Cargo Check: crates/core/machine/src/syscall/precompiles/weierstrass/weierstrass_double.rs#L491
the name `run_test` is defined multiple times
Cargo Check: crates/core/machine/src/syscall/precompiles/weierstrass/weierstrass_double.rs#L491
the name `setup_logger` is defined multiple times
Formatting & Clippy: crates/verifier/src/groth16/ark_converter.rs#L6
unresolved import `thiserror`
Formatting & Clippy: crates/verifier/src/groth16/ark_converter.rs#L20
cannot find attribute `error` in this scope
Formatting & Clippy: crates/verifier/src/groth16/ark_converter.rs#L22
cannot find attribute `error` in this scope
Formatting & Clippy: crates/verifier/src/groth16/ark_converter.rs#L24
cannot find attribute `error` in this scope
Formatting & Clippy
could not compile `sp1-verifier` (lib) due to 4 previous errors
Formatting & Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test (ARM): crates/verifier/src/groth16/ark_converter.rs#L6
unresolved import `thiserror`
Test (ARM): crates/verifier/src/groth16/ark_converter.rs#L20
cannot find attribute `error` in this scope
Test (ARM): crates/verifier/src/groth16/ark_converter.rs#L22
cannot find attribute `error` in this scope
Test (ARM): crates/verifier/src/groth16/ark_converter.rs#L24
cannot find attribute `error` in this scope
Test (ARM)
could not compile `sp1-verifier` (lib) due to 4 previous errors
Test (ARM)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
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.
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.
CLI
Process completed with exit code 101.
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
Test (x86-64)
[email protected]: In file included from /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-ce6995768d50ef87/out/include/sys.hpp:12,
Test (x86-64)
[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]
Test (x86-64)
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)
Cargo Check
[email protected]: Program built at 2024-12-04 19:47:19
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/syscall/precompiles/weierstrass/weierstrass_add.rs#L464
unused imports: `run_test` and `setup_logger`
Formatting & Clippy
[email protected]: Program built at 2024-12-04 19:47:15
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-37ebcf1c17680a25/out/include/sys.hpp:12,
Formatting & Clippy
[email protected]: /home/runner/_work/sp1/sp1/target/debug/build/sp1-core-machine-37ebcf1c17680a25/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)