Skip to content

sui 1.28.1

sui 1.28.1 #402351

Triggered via pull request June 28, 2024 19:40
Status Failure
Total duration 23m 26s
Artifacts 14

tests.yml

on: pull_request
formulae_detect
42s
formulae_detect
Matrix: tap_syntax
setup_tests
7s
setup_tests
setup_runners
32s
setup_runners
setup_dep_tests
7s
setup_dep_tests
Matrix: tests
setup_dep_runners
2m 6s
setup_dep_runners
Matrix: test_deps
conclusion
0s
conclusion
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 1 warning, and 5 notices
macOS 12-arm64
sui 1.28.1 did not build
`brew install --verbose --formula --build-bottle sui` failed on macOS Monterey (12) on Apple Silicon!: Formula/s/sui.rb#L31
warning: methods `contains_block_at_slot` and `scan_last_blocks_by_author` are never used --> consensus/core/src/storage/mod.rs:31:8 | 20 | pub(crate) trait Store: Send + Sync { | ----- methods in this trait ... 31 | fn contains_block_at_slot(&self, slot: Slot) -> ConsensusResult<bool>; | ^^^^^^^^^^^^^^^^^^^^^^ ... 43 | fn scan_last_blocks_by_author( | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: struct `NoopTransactionVerifier` is never constructed --> consensus/core/src/transaction.rs:238:19 | 238 | pub(crate) struct NoopTransactionVerifier; | ^^^^^^^^^^^^^^^^^^^^^^^ Compiling narwhal-storage v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/storage) warning: struct `NoCache` is never constructed --> narwhal/storage/src/certificate_store.rs:192:8 | 192 | struct NoCache {} | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `narwhal-storage` (lib) generated 1 warning Compiling narwhal-primary v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/primary) Compiling narwhal-executor v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/executor) Compiling narwhal-worker v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/worker) warning: fields `authority_id` and `request_batches_retry_nodes` are never read --> narwhal/worker/src/handlers.rs:117:9 | 115 | pub struct PrimaryReceiverHandler<V> { | ---------------------- fields in this struct 116 | // The id of this authority. 117 | pub authority_id: AuthorityIdentifier, | ^^^^^^^^^^^^ ... 130 | pub request_batches_retry_nodes: usize, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `narwhal-worker` (lib) generated 1 warning Compiling narwhal-node v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/node) Compiling sui-archival v1.28.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-archival) warning: field `0` is never read --> crates/sui-network/src/state_sync/server.rs:224:39 | 224 | struct SemaphoreExtension(OwnedSemaphorePermit); | ------------------ ^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 224 | struct SemaphoreExtension(()); | ~~ warning: `consensus-core` (lib) generated 3 warnings Compiling narwhal-test-utils v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/narwhal/test-utils) Compiling sui-simulator v0.7.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-simulator) Compiling sui-core v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-core) warning: unused variable: `ccp_digest` --> crates/sui-core/src/checkpoints/mod.rs:1106:22 | 1106 | if let Some((ccp_digest, ccp_effects)) = consensus_commit_prologue { | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ccp_digest` | = note: `#[warn(unused_variables)]` on by default Compiling sui-data-ingestion-core v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-data-ingestion-core) warning: `sui-network` (lib) generated 1 warning Compiling sui-bridge v1.28.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-bridge) Compiling simulacrum v0.1.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/simulacrum) Compiling sui-faucet v1.28.0 (/private/tmp/sui-20240628-8437-5w2guc/sui-testnet-v1.28.1/crates/sui-faucet) warning: field `0` is neve
macOS 12-arm64
install failed
macOS 12-arm64
Process completed with exit code 1.
Linux
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
Linux
The operation was canceled.
macOS 14-arm64
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
macOS 14-arm64
sui 1.28.1 did not build
`brew install --verbose --formula --build-bottle sui` failed on macOS Sonoma (14) on Apple Silicon!: Formula/s/sui.rb#L31
... 31 | fn contains_block_at_slot(&self, slot: Slot) -> ConsensusResult<bool>; | ^^^^^^^^^^^^^^^^^^^^^^ ... 43 | fn scan_last_blocks_by_author( | ^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: struct `NoopTransactionVerifier` is never constructed --> consensus/core/src/transaction.rs:238:19 | 238 | pub(crate) struct NoopTransactionVerifier; | ^^^^^^^^^^^^^^^^^^^^^^^ Compiling narwhal-storage v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/storage) warning: struct `NoCache` is never constructed --> narwhal/storage/src/certificate_store.rs:192:8 | 192 | struct NoCache {} | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `narwhal-storage` (lib) generated 1 warning Compiling narwhal-primary v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/primary) Compiling narwhal-executor v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/executor) Compiling narwhal-worker v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/worker) warning: fields `authority_id` and `request_batches_retry_nodes` are never read --> narwhal/worker/src/handlers.rs:117:9 | 115 | pub struct PrimaryReceiverHandler<V> { | ---------------------- fields in this struct 116 | // The id of this authority. 117 | pub authority_id: AuthorityIdentifier, | ^^^^^^^^^^^^ ... 130 | pub request_batches_retry_nodes: usize, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `narwhal-worker` (lib) generated 1 warning Compiling narwhal-node v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/node) Compiling sui-archival v1.28.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-archival) Compiling narwhal-test-utils v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/narwhal/test-utils) warning: `consensus-core` (lib) generated 3 warnings warning: field `0` is never read --> crates/sui-network/src/state_sync/server.rs:224:39 | 224 | struct SemaphoreExtension(OwnedSemaphorePermit); | ------------------ ^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 224 | struct SemaphoreExtension(()); | ~~ Compiling sui-simulator v0.7.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-simulator) Compiling sui-core v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-core) warning: unused variable: `ccp_digest` --> crates/sui-core/src/checkpoints/mod.rs:1106:22 | 1106 | if let Some((ccp_digest, ccp_effects)) = consensus_commit_prologue { | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ccp_digest` | = note: `#[warn(unused_variables)]` on by default Compiling sui-data-ingestion-core v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-data-ingestion-core) Compiling sui-bridge v1.28.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-bridge) warning: `sui-network` (lib) generated 1 warning Compiling simulacrum v0.1.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/simulacrum) Compiling sui-faucet v1.28.0 (/private/tmp/sui-20240628-8883-nr1dvk/sui-testnet-v1.28.1/crates/sui-faucet) warning: field `0` is never read --> crates/sui-core/src/authority/authority_per_epoch_store.rs:127:26 | 127 | pub struct CertLockGuard(MutexGuard); | ------------- ^^^^^^^^^^ | | | field in this struct
macOS 14-arm64
The operation was canceled.
macOS 13-arm64
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
macOS 13-arm64
The operation was canceled.
macOS 14-x86_64
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
macOS 14-x86_64
The operation was canceled.
macOS 12-x86_64
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
macOS 12-x86_64
The operation was canceled.
macOS 13-x86_64
The job was canceled because "macOS_12-arm64_12-arm64-9" failed.
macOS 13-x86_64
The operation was canceled.
conclusion
`tests` job failure.
conclusion
Process completed with exit code 1.
macOS 12-arm64
0 bottle(s)
macOS 12-arm64
0 failed bottle(s)
macOS 12-arm64
1 list(s) of skipped formulae
macOS 12-arm64
0 list(s) of successfully tested dependents
conclusion
`tests` job status: failure
macOS 14-arm64
Unable to query GitHub for recent issues on the tap GitHub API Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID B25D:7B6D9:76A78:7EC43:667F16E5. HOMEBREW_GITHUB_API_TOKEN may be invalid or expired; check: https://github.com/settings/tokens

Artifacts

Produced during runtime
Name Size
bottles_12-arm64-9717590476
784 Bytes
bottles_12-x86_64-9717590476
452 Bytes
bottles_13-arm64-9717590476
462 Bytes
bottles_13-x86_64-9717590476
450 Bytes
bottles_14-arm64-9717590476
460 Bytes
bottles_14-x86_64-9717590476
448 Bytes
bottles_ubuntu-22.04
460 Bytes
logs_12-arm64-9717590476
240 KB
logs_12-x86_64-9717590476
42.9 KB
logs_13-arm64-9717590476
244 KB
logs_13-x86_64-9717590476
66.1 KB
logs_14-arm64-9717590476
244 KB
logs_14-x86_64-9717590476
84.1 KB
logs_ubuntu-22.04
68.3 KB