# Smoke Test Report

## Summary

Running repository smoke profiles for `KAN-11` after implementation, tests, and cross-repository integration.

## Repositories

- `danubii/openclaw-orchestrator` in `repo-10-danubii-openclaw-orchestrator`: `ai/KAN-11-show-workflow-step-durations-and-live-timers` -> `main`

## clone-repo-10-danubii-openclaw-orchestrator

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
GIT_TERMINAL_PROMPT=0 GIT_ASKPASS=/workspace/git-askpass.sh git clone --depth 1 --branch 'main' 'https://github.com/Danubii/openclaw-orchestrator.git' 'repo-10-danubii-openclaw-orchestrator'
```

### stdout

```text

```

### stderr

```text
Cloning into 'repo-10-danubii-openclaw-orchestrator'...
```

## checkout-repo-10-danubii-openclaw-orchestrator

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
git -C 'repo-10-danubii-openclaw-orchestrator' checkout -b 'ai/KAN-11-show-workflow-step-durations-and-live-timers'
```

### stdout

```text

```

### stderr

```text
Switched to a new branch 'ai/KAN-11-show-workflow-step-durations-and-live-timers'
```

## apply-diff-repo-10-danubii-openclaw-orchestrator

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
git -C 'repo-10-danubii-openclaw-orchestrator' apply --whitespace=nowarn /workspace/smoke-diff-a690d5c847624d38a6af70b1ccb53b03.patch
```

### stdout

```text

```

### stderr

```text

```

## repo-10-danubii-openclaw-orchestrator:dotnet-build

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
dotnet build OpenClaw.Orchestrator.slnx
```

### stdout

```text
Determining projects to restore...
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Worker/OpenClaw.Orchestrator.Worker.csproj (in 22.94 sec).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Infrastructure/OpenClaw.Orchestrator.Infrastructure.csproj (in 4 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Application.Tests/OpenClaw.Orchestrator.Application.Tests.csproj (in 2.73 sec).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Api.Tests/OpenClaw.Orchestrator.Api.Tests.csproj (in 25.73 sec).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Domain/OpenClaw.Orchestrator.Domain.csproj (in 0.9 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Contracts/OpenClaw.Orchestrator.Contracts.csproj (in 0.6 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Application/OpenClaw.Orchestrator.Application.csproj (in 1 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Api/OpenClaw.Orchestrator.Api.csproj (in 6.49 sec).
  OpenClaw.Orchestrator.Domain -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Domain/bin/Debug/net10.0/OpenClaw.Orchestrator.Domain.dll
  OpenClaw.Orchestrator.Contracts -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Contracts/bin/Debug/net10.0/OpenClaw.Orchestrator.Contracts.dll
  OpenClaw.Orchestrator.Application -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Application/bin/Debug/net10.0/OpenClaw.Orchestrator.Application.dll
  OpenClaw.Orchestrator.Infrastructure -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Infrastructure/bin/Debug/net10.0/OpenClaw.Orchestrator.Infrastructure.dll
  OpenClaw.Orchestrator.Worker -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Worker/bin/Debug/net10.0/OpenClaw.Orchestrator.Worker.dll
  OpenClaw.Orchestrator.Application.Tests -> /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Application.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Application.Tests.dll
  OpenClaw.Orchestrator.Api -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Api/bin/Debug/net10.0/OpenClaw.Orchestrator.Api.dll
  OpenClaw.Orchestrator.Api.Tests -> /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Api.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Api.Tests.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:43.23
```

### stderr

```text

```

## repo-10-danubii-openclaw-orchestrator:dotnet-test

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
dotnet test OpenClaw.Orchestrator.slnx
```

### stdout

```text
Determining projects to restore...
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Application.Tests/OpenClaw.Orchestrator.Application.Tests.csproj (in 22.58 sec).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Api.Tests/OpenClaw.Orchestrator.Api.Tests.csproj (in 697 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Worker/OpenClaw.Orchestrator.Worker.csproj (in 884 ms).
  Restored /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Api/OpenClaw.Orchestrator.Api.csproj (in 25.48 sec).
  4 of 8 projects are up-to-date for restore.
  OpenClaw.Orchestrator.Domain -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Domain/bin/Debug/net10.0/OpenClaw.Orchestrator.Domain.dll
  OpenClaw.Orchestrator.Contracts -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Contracts/bin/Debug/net10.0/OpenClaw.Orchestrator.Contracts.dll
  OpenClaw.Orchestrator.Application -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Application/bin/Debug/net10.0/OpenClaw.Orchestrator.Application.dll
  OpenClaw.Orchestrator.Infrastructure -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Infrastructure/bin/Debug/net10.0/OpenClaw.Orchestrator.Infrastructure.dll
  OpenClaw.Orchestrator.Application.Tests -> /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Application.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Application.Tests.dll
Test run for /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Application.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Application.Tests.dll (.NETCoreApp,Version=v10.0)
A total of 1 test files matched the specified pattern.

Passed!  - Failed:     0, Passed:    40, Skipped:     0, Total:    40, Duration: 3 s - OpenClaw.Orchestrator.Application.Tests.dll (net10.0)
  OpenClaw.Orchestrator.Api -> /workspace/repo-10-danubii-openclaw-orchestrator/src/OpenClaw.Orchestrator.Api/bin/Debug/net10.0/OpenClaw.Orchestrator.Api.dll
  OpenClaw.Orchestrator.Api.Tests -> /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Api.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Api.Tests.dll
Test run for /workspace/repo-10-danubii-openclaw-orchestrator/tests/OpenClaw.Orchestrator.Api.Tests/bin/Debug/net10.0/OpenClaw.Orchestrator.Api.Tests.dll (.NETCoreApp,Version=v10.0)
A total of 1 test files matched the specified pattern.

Passed!  - Failed:     0, Passed:    11, Skipped:     0, Total:    11, Duration: 1 s - OpenClaw.Orchestrator.Api.Tests.dll (net10.0)
```

### stderr

```text

```

## repo-10-danubii-openclaw-orchestrator:web-install

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
npm ci --prefix web
```

### stdout

```text
added 517 packages, and audited 518 packages in 25s

218 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
```

### stderr

```text

```

## repo-10-danubii-openclaw-orchestrator:web-lint

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
npm run lint --prefix web
```

### stdout

```text
> web@0.1.0 lint
> eslint
```

### stderr

```text

```

## repo-10-danubii-openclaw-orchestrator:web-build

Required: `True`
Exit code: `0`
Timed out: `False`
Blocked: `False`

```bash
npm run build --prefix web
```

### stdout

```text
> web@0.1.0 build
> next build

Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

▲ Next.js 16.2.4 (Turbopack)

  Creating an optimized production build ...
✓ Compiled successfully in 8.2s
  Running TypeScript ...
  Finished TypeScript in 2.7s ...
  Collecting page data using 7 workers ...
  Generating static pages using 7 workers (0/3) ...
✓ Generating static pages using 7 workers (3/3) in 234ms
  Finalizing page optimization ...

Route (app)
┌ ƒ /
├ ○ /_not-found
├ ƒ /settings
└ ƒ /workflows/[id]


○  (Static)   prerendered as static content
ƒ  (Dynamic)  server-rendered on demand
```

### stderr

```text

```