rickub/portalpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/rickub/portal.git
git clone ssh://git@rickub.com/rickub/portal.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

success

ci #5

push · fix/watcher · 804e7479ran in 12s · 139 lines of output
queued 1s ran 11s total 12s
1 jobs
0 failed
12s duration
tests
0 artifacts
test
successtest

Annotations

  • WARNING Restore cache failed: Dependencies file is not found in /workspace/portal. Supported file pattern: go.sum
successSet up job
cloning rickub/portal @ 804e7479d15340fd6a7d14b625c9e47b8845a809action actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff: node20 (_actions/actions/setup-go/40f1582b2485089dde7abd97c1529aa768e1baff)
successactions/checkout@11d5960a326750d5838078e36cf38b85af677262 <1s
(checkout already performed by the runner — delivered as the read-only work disk)
successactions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff 5s
ciguest: network up (172.30.0.2/30 via 172.30.0.1)ciguest: starting dockerd (overlay2, data-root on scratch)ciguest: dockerd is readyciguest: loaded baked image postgres_16-alpine.tar.gz: Loaded image: postgres:16-alpineciguest: 1 baked image archive(s) loaded (no per-job registry pull needed)ciguest: logged into registry registry.rickub.com as rickubSetup go version spec 1.26isExplicit: explicit? falseevaluating 0 versionsmatch not foundAttempting to download 1.26...No manifest cachedGetting manifest from actions/go-versions@main(node:551) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.(Use `node --trace-deprecation ...` to show where the warning was created)matching 1.26...check 1.27.1 satisfies 1.26check 1.27.0 satisfies 1.26check 1.26.8 satisfies 1.26arm64===x64 && darwin===linuxx64===x64 && darwin===linuxarm64===x64 && linux===linuxx64===x64 && linux===linuxmatched 1.26.8Acquiring 1.26.8 from https://github.com/actions/go-versions/releases/download/1.26.8-33583485350/go-1.26.8-linux-x64.tar.gzDownloading https://github.com/actions/go-versions/releases/download/1.26.8-33583485350/go-1.26.8-linux-x64.tar.gzDestination /tmp/851a01f3-bf5b-416d-98d7-4349390985b7download completeExtracting Go...Checking tar --versiontar (GNU tar) 1.34Copyright (C) 2021 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Written by John Gilmore and Jay Fenlason.[command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /tmp/e7b8f4fb-9b5e-4284-8f35-fd84a00e8e81 -f /tmp/851a01f3-bf5b-416d-98d7-4349390985b7Successfully extracted go to /tmp/e7b8f4fb-9b5e-4284-8f35-fd84a00e8e81Adding to the cache ...Caching tool go 1.26.8 x64source dir: /tmp/e7b8f4fb-9b5e-4284-8f35-fd84a00e8e81destination /tmp/hostedtoolcache/go/1.26.8/x64finished caching toolSuccessfully cached go to /tmp/hostedtoolcache/go/1.26.8/x64Added go to the pathSuccessfully set up Go version 1.26which go :/tmp/hostedtoolcache/go/1.26.8/x64/bin/go:go env GOPATH :/tmp/home/go:creating /tmp/home/gocreating /tmp/home/go/binadd bin true[command]/tmp/hostedtoolcache/go/1.26.8/x64/bin/go env GOMODCACHE[command]/tmp/hostedtoolcache/go/1.26.8/x64/bin/go env GOCACHE/tmp/home/go/pkg/mod/tmp/home/.cache/go-buildRestore cache failed: Dependencies file is not found in /workspace/portal. Supported file pattern: go.sum##[add-matcher]/workspace/_actions/actions/setup-go/40f1582b2485089dde7abd97c1529aa768e1baff/matchers.jsongo version go1.26.8 linux/amd64
go env
AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS='-O2 -g'CGO_ENABLED='1'CGO_FFLAGS='-O2 -g'CGO_LDFLAGS='-O2 -g'CXX='g++'GCCGO='gccgo'GO111MODULE=''GOAMD64='v1'GOARCH='amd64'GOAUTH='netrc'GOBIN=''GOCACHE='/tmp/home/.cache/go-build'GOCACHEPROG=''GODEBUG=''GOENV='/tmp/home/.config/go/env'GOEXE=''GOEXPERIMENT=''GOFIPS140='off'GOFLAGS=''GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build2673913039=/tmp/go-build -gno-record-gcc-switches'GOHOSTARCH='amd64'GOHOSTOS='linux'GOINSECURE=''GOMOD='/workspace/portal/go.mod'GOMODCACHE='/tmp/home/go/pkg/mod'GONOPROXY=''GONOSUMDB=''GOOS='linux'GOPATH='/tmp/home/go'GOPRIVATE=''GOPROXY='https://proxy.golang.org,direct'GOROOT='/tmp/hostedtoolcache/go/1.26.8/x64'GOSUMDB='sum.golang.org'GOTELEMETRY='local'GOTELEMETRYDIR='/tmp/home/.config/go/telemetry'GOTMPDIR=''GOTOOLCHAIN='auto'GOTOOLDIR='/tmp/hostedtoolcache/go/1.26.8/x64/pkg/tool/linux_amd64'GOVCS=''GOVERSION='go1.26.8'GOWORK=''PKG_CONFIG='pkg-config'
successgo build ./... 3s
Run
go build ./...
successgo vet ./... 1s
Run
go vet ./...
successgo test ./... 2s
Run
go test ./...
? dev.rickub.com/rick/portal/cmd/ciguest [no test files]? dev.rickub.com/rick/portal/internal/ci [no test files]ok dev.rickub.com/rick/portal/internal/watcher 0.001s
Post actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff
(node:2433) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.(Use `node --trace-deprecation ...` to show where the warning was created)[command]/tmp/hostedtoolcache/go/1.26.8/x64/bin/go env GOMODCACHE[command]/tmp/hostedtoolcache/go/1.26.8/x64/bin/go env GOCACHE/tmp/home/go/pkg/mod/tmp/home/.cache/go-buildPrimary key was not generated. Please check the log messages above for more errors or information
Annotations
Restore cache failed: Dependencies file is not found in /workspace/portal. Supported file pattern: go.sum

No test reports for this run.

Tell a job where its test runner writes its report and this tab fills in: how many tests passed, failed and were skipped, a bar of the result at a glance, then every failure first — with the assertion that failed and the output around it — over a per-suite list of cases and their durations. No scrolling a log for the word FAIL.

It is one reports: key on the job — a job key, not a step, so the report is collected whatever the job concluded. JUnit XML and go test -json are both understood, and most runners already emit one of them. reports: is a rickub extension and works only in .rickub/workflows/; in .github/workflows/ it is a parse error on purpose, because those files are also meant to run on github.com.