Skip to content

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

409d91c
Select commit
Loading
Failed to load commit list.
Open

Windows tests #79

Add AIA functional tests and fix server lint warnings (windows)
409d91c
Select commit
Loading
Failed to load commit list.
Cirrus CI / Go Lint linux New failed Apr 10, 2026 in 45s

Task Summary

Instruction lint failed in 00:32

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:04 fetch
❌ 00:32 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.217218ms: 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 (exports_file|name|compiled_files|deps|files|imports|types_sizes) took 24.296755402s"
level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 1.50954ms"
level=info msg="[linters_context/goanalysis] analyzers took 9.795100636s with top 10 stages: buildir: 7.801227884s, printf: 510.58924ms, inspect: 261.996003ms, fact_purity: 188.001897ms, ctrlflow: 163.36081ms, nilness: 135.48541ms, gosec: 120.640177ms, newexpr: 110.79712ms, fact_deprecated: 110.325237ms, SA5012: 107.121998ms"
level=info msg="[runner] Issues before processing: 80, after processing: 1"
level=info msg="[runner] Processors filtering stat (in/out): path_relativity: 80/80, exclusion_rules: 80/80, fixer: 1/1, source_code: 1/1, path_shortener: 1/1, path_prettifier: 1/1, cgo: 80/80, invalid_issue: 80/80, exclusion_paths: 80/80, nolint_filter: 80/76, max_per_file_from_linter: 1/1, severity-rules: 1/1, path_absoluter: 80/80, uniq_by_line: 1/1, max_from_linter: 1/1, filename_unadjuster: 80/80, generated_file_filter: 80/80, diff: 76/1, max_same_issues: 1/1, sort_results: 1/1"
level=info msg="[runner] processing took 15.098283ms with stages: diff: 13.151904ms, nolint_filter: 1.726489ms, generated_file_filter: 100.63µs, source_code: 55.31µs, path_relativity: 43.68µs, filename_unadjuster: 2.88µs, max_same_issues: 2.39µs, uniq_by_line: 2.29µs, invalid_issue: 2.23µs, cgo: 2.04µs, path_absoluter: 1.69µs, sort_results: 1.65µs, path_shortener: 990ns, exclusion_rules: 980ns, fixer: 840ns, exclusion_paths: 710ns, max_from_linter: 680ns, max_per_file_from_linter: 450ns, path_prettifier: 340ns, severity-rules: 110ns"
level=info msg="[runner] linters took 7.64427638s with stages: goanalysis_metalinter: 7.629070977s"
1 issues:
* gosec: 1
level=info msg="File cache stats: 1 entries of total size 25.6KiB"
level=info msg="Memory: 321 samples, avg is 108.3MB, max is 445.7MB"
level=info msg="Execution took 31.94660455s"
����������

Annotations

Check failure on line 737 in server/server.go

See this annotation in the file changed.

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

server/server.go#L737

G705: XSS via taint analysis (gosec)