-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathrun_log.txt
More file actions
21 lines (21 loc) · 3.89 KB
/
Copy pathrun_log.txt
File metadata and controls
21 lines (21 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Build and Test Check formatting 2026-06-28T12:09:41.5514559Z ##[group]Run cargo fmt --all -- --check
Build and Test Check formatting 2026-06-28T12:09:41.5514935Z ^[[36;1mcargo fmt --all -- --check^[[0m
Build and Test Check formatting 2026-06-28T12:09:41.5546277Z shell: /usr/bin/bash -e {0}
Build and Test Check formatting 2026-06-28T12:09:41.5546541Z env:
Build and Test Check formatting 2026-06-28T12:09:41.5546755Z CARGO_HOME: /home/runner/.cargo
Build and Test Check formatting 2026-06-28T12:09:41.5547029Z CARGO_INCREMENTAL: 0
Build and Test Check formatting 2026-06-28T12:09:41.5547279Z CARGO_TERM_COLOR: always
Build and Test Check formatting 2026-06-28T12:09:41.5547516Z CACHE_ON_FAILURE: false
Build and Test Check formatting 2026-06-28T12:09:41.5547761Z ##[endgroup]
Build and Test Check formatting 2026-06-28T12:09:42.1812738Z Diff in /home/runner/work/InheritX/InheritX/backend/src/api.rs:841:
Build and Test Check formatting 2026-06-28T12:09:42.1813316Z }
Build and Test Check formatting 2026-06-28T12:09:42.1813507Z
Build and Test Check formatting 2026-06-28T12:09:42.1813730Z // Submit KYC verification data
Build and Test Check formatting 2026-06-28T12:09:42.1814037Z -async fn submit_kyc(
Build and Test Check formatting 2026-06-28T12:09:42.1814326Z - Json(_payload): Json<KYCSubmitRequest>,
Build and Test Check formatting 2026-06-28T12:09:42.1814664Z -) -> impl IntoResponse {
Build and Test Check formatting 2026-06-28T12:09:42.1815398Z +async fn submit_kyc(Json(_payload): Json<KYCSubmitRequest>) -> impl IntoResponse {
Build and Test Check formatting 2026-06-28T12:09:42.1815916Z // In a real implementation, this would:
Build and Test Check formatting 2026-06-28T12:09:42.1816298Z // 1. Validate the request
Build and Test Check formatting 2026-06-28T12:09:42.1816592Z // 2. Submit to third-party KYC provider
Build and Test Check formatting 2026-06-28T12:09:42.2071021Z ##[error]Process completed with exit code 1.