Skip to content

Windows tests - #79

Open
robertmin1 wants to merge 1 commit into
namecoin:masterfrom
robertmin1:windows-tests
Open

Windows tests#79
robertmin1 wants to merge 1 commit into
namecoin:masterfrom
robertmin1:windows-tests

Add AIA functional tests and fix server lint warnings (windows)

409d91c
Select commit
Loading
Failed to load commit list.
Cirrus CI / Go Lint windows New failed Apr 10, 2026 in 43s

Task Summary

Instruction lint failed in 00:30

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:00 clone
✅ 00:03 install
✅ 00:01 path
✅ 00:01 kingpin
✅ 00:03 fetch
❌ 00:30 lint

cd $(go env GOPATH)/src/github.com/$CIRRUS_REPO_FULL_NAME/
golangci-lint run $GOLANGCI_ARGS -v --timeout 5m --output.json.path $CIRRUS_WORKING_DIR/lint-report.json
level=info msg="golangci-lint has version 2.11.4 built with go1.26.1 from 8f3b0c7e on 2026-03-22T17:35:14Z"
level=info msg="[config_reader] Config search paths: [./ /go/src/github.com/namecoin/encaya /go/src/github.com/namecoin /go/src/github.com /go/src /go / /root]"
level=info msg="[config_reader] Used config file .golangci.yml"
level=info msg="[config_reader] Module name \"github.com/namecoin/encaya\""
level=info msg="[goenv] Read go env for 3.182709ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}"
level=info msg="[lintersdb] Active 17 linters: [cyclop err113 errcheck forcetypeassert funlen gocognit goconst gocritic gosec govet ineffassign mnd modernize nlreturn staticcheck unused wsl_v5]"
level=info msg="[loader] Go packages loading at mode 8767 (deps|types_sizes|exports_file|files|imports|name|compiled_files) took 23.145100553s"
level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 1.449239ms"
level=info msg="[linters_context/goanalysis] analyzers took 9.384047631s with top 10 stages: buildir: 7.469299791s, printf: 476.575031ms, inspect: 253.498847ms, fact_purity: 192.428409ms, fact_deprecated: 155.580066ms, nilness: 132.986159ms, ctrlflow: 131.100239ms, newexpr: 125.096863ms, SA5012: 119.416647ms, gosec: 104.145194ms"
level=info msg="[runner] Issues before processing: 80, after processing: 1"
level=info msg="[runner] Processors filtering stat (in/out): diff: 76/1, max_per_file_from_linter: 1/1, path_shortener: 1/1, sort_results: 1/1, filename_unadjuster: 80/80, exclusion_paths: 80/80, uniq_by_line: 1/1, severity-rules: 1/1, generated_file_filter: 80/80, max_same_issues: 1/1, source_code: 1/1, invalid_issue: 80/80, path_relativity: 80/80, exclusion_rules: 80/80, fixer: 1/1, max_from_linter: 1/1, path_prettifier: 1/1, path_absoluter: 80/80, cgo: 80/80, nolint_filter: 80/76"
level=info msg="[runner] processing took 12.580464ms with stages: diff: 10.676705ms, nolint_filter: 1.667589ms, generated_file_filter: 101.39µs, source_code: 71.39µs, path_relativity: 45.27µs, cgo: 2.37µs, invalid_issue: 2.36µs, uniq_by_line: 2.12µs, sort_results: 2.03µs, max_same_issues: 1.71µs, path_absoluter: 1.59µs, filename_unadjuster: 1.13µs, exclusion_paths: 920ns, exclusion_rules: 910ns, fixer: 790ns, path_shortener: 760ns, max_from_linter: 600ns, max_per_file_from_linter: 400ns, path_prettifier: 330ns, severity-rules: 100ns"
level=info msg="[runner] linters took 7.512790178s with stages: goanalysis_metalinter: 7.500107094s"
1 issues:
* gosec: 1
level=info msg="File cache stats: 1 entries of total size 25.6KiB"
level=info msg="Memory: 308 samples, avg is 105.1MB, max is 392.0MB"
level=info msg="Execution took 30.663173979s"
����������

Annotations

Check failure on line 737 in server/server.go

See this annotation in the file changed.

@cirrus-ci cirrus-ci / Go Lint windows New

server/server.go#L737

G705: XSS via taint analysis (gosec)