← Dashboard

Job Detail — 9b9ccccc

❌ failed
nad279444/custom-ci
9b9ccccc76e6b1d019be88a27d169fe000c46103
main
nad279444
runner-00ad3476
3m 49s
Feb 27, 2026 12:44:54 UTC
added go mod and go sum
Test Output 3m 49s
╔══════════════════════════════════════╗
║  custom-ci test runner               ║
╚══════════════════════════════════════╝

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

Cloning into 'repo'...

── Checking out 9b9ccccc ──
Note: switching to '9b9ccccc76e6b1d019be88a27d169fe000c46103'.

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 9b9cccc added go mod and go sum

── 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.09s)
=== 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.102s
=== 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.008s
FAIL

❌ TESTS FAILED