Skip to content

Dispute resolution system #411

Dispute resolution system

Dispute resolution system #411

Triggered via pull request March 21, 2026 23:58
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

on: pull_request
Backend Lint (Ruff)
8s
Backend Lint (Ruff)
Backend Tests (pytest)
28s
Backend Tests (pytest)
Contracts Check (Anchor)
4s
Contracts Check (Anchor)
Rust Lint (Clippy)
4s
Rust Lint (Clippy)
Frontend Setup Check
5s
Frontend Setup Check
Frontend Lint (ESLint)
1m 0s
Frontend Lint (ESLint)
Frontend Type Check (tsc)
1m 2s
Frontend Type Check (tsc)
Frontend Tests (Vitest)
55s
Frontend Tests (Vitest)
Frontend Build (Next.js)
1m 5s
Frontend Build (Next.js)
CI Status Summary
2s
CI Status Summary
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 9 warnings, and 2 notices
ruff (F401): backend/app/core/audit.py#L14
app/core/audit.py:14:31: F401 `app.models.errors.AuditLogEntry` imported but unused help: Remove unused import: `app.models.errors.AuditLogEntry`
ruff (F401): backend/app/api/stats.py#L10
app/api/stats.py:10:26: F401 `typing.List` imported but unused help: Remove unused import: `typing.List`
ruff (F401): backend/app/api/stats.py#L9
app/api/stats.py:9:32: F401 `datetime.timezone` imported but unused help: Remove unused import
ruff (F401): backend/app/api/stats.py#L9
app/api/stats.py:9:22: F401 `datetime.datetime` imported but unused help: Remove unused import
ruff (F401): backend/app/api/disputes.py#L7
app/api/disputes.py:7:37: F401 `app.models.dispute.DisputeListResponse` imported but unused help: Remove unused import: `app.models.dispute.DisputeListResponse`
ruff (F401): backend/app/api/disputes.py#L2
app/api/disputes.py:2:56: F401 `fastapi.Query` imported but unused help: Remove unused import: `fastapi.Query`
ruff (F401): backend/app/api/disputes.py#L1
app/api/disputes.py:1:30: F401 `typing.List` imported but unused help: Remove unused import
ruff (F401): backend/app/api/disputes.py#L1
app/api/disputes.py:1:20: F401 `typing.Optional` imported but unused help: Remove unused import
ruff (E402): backend/app/api/bounties.py#L633
app/api/bounties.py:633:1: E402 Module level import not at top of file
ruff (E402): backend/app/api/bounties.py#L455
app/api/bounties.py:455:1: E402 Module level import not at top of file
Backend Tests (pytest)
Process completed with exit code 2.
Frontend Tests (Vitest)
Process completed with exit code 1.
Frontend Type Check (tsc)
Process completed with exit code 2.
Frontend Type Check (tsc)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Type Check (tsc)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Type Check (tsc)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Type Check (tsc)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: Bounty, index: number, array: Bounty[]) => Bounty'.
Frontend Build (Next.js)
Process completed with exit code 2.
Frontend Build (Next.js)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Build (Next.js)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Build (Next.js)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Bounty'.
Frontend Build (Next.js)
Argument of type '(raw: Record<string, unknown>) => Bounty' is not assignable to parameter of type '(value: Bounty, index: number, array: Bounty[]) => Bounty'.
CI Status Summary
Process completed with exit code 1.
Rust Lint (Clippy)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Contracts Check (Anchor)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Setup Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend Lint (Ruff)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend Tests (pytest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Tests (Vitest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Lint (ESLint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Type Check (tsc)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Build (Next.js)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Rust Lint (Clippy)
No Cargo.toml found - skipping Rust lint
Contracts Check (Anchor)
No Anchor.toml found - skipping Anchor build