╔══════════════════════════════════════╗ ║ custom-ci test runner ║ ╚══════════════════════════════════════╝ 📦 Cloning https://github.com/nad279444/custom-ci.git 📌 Commit: 21854742 Cloning into 'repo'... ── Checking out 21854742 ── Note: switching to '218547429cfabc2f46f543b076b8beb7b69d6664'. 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 2185474 testing the project ── Downloading dependencies ── ── Running go vet ── # github.com/nad279444/custom-ci/dispatcher # [github.com/nad279444/custom-ci/dispatcher] vet: dispatcher/dispatcher_test.go:103:13: undefined: io ⚠️ go vet found issues (non-fatal): exit status 1 ── Running go test ./... ── # github.com/nad279444/custom-ci/dispatcher [github.com/nad279444/custom-ci/dispatcher.test] dispatcher/dispatcher_test.go:103:13: undefined: io dispatcher/dispatcher_test.go:103:26: undefined: bytes dispatcher/dispatcher_test.go:135:58: undefined: bytes 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.004s FAIL ❌ TESTS FAILED