← Dashboard

Job Detail — fa74b60a

❌ failed
nad279444/custom-ci
fa74b60a13910a7aa5b07c4813cb10cd52869188
main
nad279444
runner-bb43baf9
7m 6s
Feb 27, 2026 12:53:33 UTC
changed the structure of the table
Test Output 7m 6s
╔══════════════════════════════════════╗
║  custom-ci test runner               ║
╚══════════════════════════════════════╝

📦 Cloning https://github.com/nad279444/custom-ci.git
📌 Commit: fa74b60a

Cloning into 'repo'...

── Checking out fa74b60a ──
Note: switching to 'fa74b60a13910a7aa5b07c4813cb10cd52869188'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at fa74b60 changed the structure of the table

── Downloading dependencies ──

── Running go vet ──
⚠️  go vet found issues: timed out after 2m0s

── Running go test ./... ──

# github.com/nad279444/custom-ci/dispatcher [github.com/nad279444/custom-ci/dispatcher.test]
dispatcher/dispatcher_test.go:84:2: import_hmac declared and not used
FAIL	github.com/nad279444/custom-ci/dispatcher [build failed]
=== RUN   TestRunnerWorkDir
--- PASS: TestRunnerWorkDir (0.00s)
=== RUN   TestRunnerUniqueID
--- PASS: TestRunnerUniqueID (0.00s)
=== RUN   TestRunnerStatusValues
--- PASS: TestRunnerStatusValues (0.00s)
=== RUN   TestGetEnvFallback
--- PASS: TestGetEnvFallback (0.00s)
=== RUN   TestGetEnvSet
--- PASS: TestGetEnvSet (0.00s)
PASS
ok  	github.com/nad279444/custom-ci/runner	0.003s
=== RUN   TestJobDurationFormatting
--- PASS: TestJobDurationFormatting (0.00s)
=== RUN   TestJobDurationNoTimes
--- PASS: TestJobDurationNoTimes (0.00s)
=== RUN   TestJobShortSHA
--- PASS: TestJobShortSHA (0.00s)
=== RUN   TestJobShortSHATooShort
--- PASS: TestJobShortSHATooShort (0.00s)
=== RUN   TestJobShortRunner
--- PASS: TestJobShortRunner (0.00s)
=== RUN   TestJobShortRunnerEmpty
--- PASS: TestJobShortRunnerEmpty (0.00s)
=== RUN   TestStatusIcon
--- PASS: TestStatusIcon (0.00s)
=== RUN   TestCalcStats
--- PASS: TestCalcStats (0.00s)
=== RUN   TestCalcStatsEmpty
--- PASS: TestCalcStatsEmpty (0.00s)
=== RUN   TestTimeAgo
--- PASS: TestTimeAgo (0.00s)
PASS
ok  	github.com/nad279444/custom-ci/ui	0.002s
FAIL

❌ TESTS FAILED