Skip to content

Devops: Update docker compose + add CI #2

Devops: Update docker compose + add CI

Devops: Update docker compose + add CI #2

Re-run triggered November 28, 2024 19:04
Status Failure
Total duration 1m 36s
Billable time 4m
Artifacts

ci.yaml

on: pull_request
stable / fmt
17s
stable / fmt
stable / clippy
1m 28s
stable / clippy
stable / test
29s
stable / test
stable / doc
34s
stable / doc
Fit to window
Zoom out
Zoom in

Annotations

5 errors
stable / test: ipfs/src/lib.rs#L154
unused variable: `edit`
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
empty line after doc comment: core/src/system_ids.rs#L14
error: empty line after doc comment --> core/src/system_ids.rs:14:1 | 14 | / /** 15 | | * Relations are a data model that enable us to create references between some 16 | | * arbitrary id and a set of entity ids. 17 | | * ... | 30 | | */ 31 | | | |_ ... 36 | pub const RELATION: &str = "c167ef23fb2a40449ed945123ce7d2a9"; | ------------------------ the comment documents this constant | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]` = help: if the empty line is unintentional remove it
empty line after doc comment: core/src/system_ids.rs#L242
error: empty line after doc comment --> core/src/system_ids.rs:242:1 | 242 | / /** 243 | | * Addresses for important contracts on our L3. 244 | | * 245 | | * Note: If you want to test deployments on a different network (e.g. local or Mumbai), 246 | | * you can update these addresses to point to the correct contracts on that network. 247 | | */ 248 | | | |_ 249 | pub const PROFILE_REGISTRY_ADDRESS: &str = "0xc066E89bF7669b905f869Cb936818b0fd0bc456d"; | ---------------------------------------- the comment documents this constant | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = help: if the empty line is unintentional remove it
stable / clippy
Clippy has exited with exit code 101