Skip to content

Add functional AIA test suite for hashed and stapled certificate flows - #78

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

Add functional AIA test suite for hashed and stapled certificate flows#78
robertmin1 wants to merge 1 commit into
namecoin:masterfrom
robertmin1:AIA-tests

Add AIA functional tests and fix server lint warnings

5f75abd
Select commit
Loading
Failed to load commit list.
Cirrus CI / Go Lint windows New failed Apr 10, 2026 in 48s

Task Summary

Instruction lint failed in 00:34

Details

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

✅ 00:00 clone
✅ 00:04 install
✅ 00:01 path
✅ 00:01 kingpin
✅ 00:03 fetch
❌ 00:34 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 4.06774ms: 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 (compiled_files|deps|exports_file|files|types_sizes|imports|name) took 25.607539764s"
level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 4.72764ms"
level=info msg="[linters_context/goanalysis] analyzers took 11.815720978s with top 10 stages: buildir: 8.683309928s, printf: 702.862224ms, SA5012: 381.494219ms, fact_purity: 326.911461ms, inspect: 302.024111ms, nilness: 290.187338ms, typedness: 264.626697ms, ctrlflow: 216.064973ms, newexpr: 194.189171ms, gosec: 190.626628ms"
level=info msg="[runner] Issues before processing: 80, after processing: 1"
level=info msg="[runner] Processors filtering stat (in/out): generated_file_filter: 80/80, nolint_filter: 80/76, diff: 76/1, max_per_file_from_linter: 1/1, source_code: 1/1, path_prettifier: 1/1, path_absoluter: 80/80, path_relativity: 80/80, exclusion_rules: 80/80, severity-rules: 1/1, cgo: 80/80, exclusion_paths: 80/80, uniq_by_line: 1/1, filename_unadjuster: 80/80, fixer: 1/1, max_from_linter: 1/1, path_shortener: 1/1, sort_results: 1/1, max_same_issues: 1/1, invalid_issue: 80/80"
level=info msg="[runner] processing took 21.21106ms with stages: diff: 18.89977ms, nolint_filter: 2.01922ms, generated_file_filter: 150.6µs, source_code: 58.919µs, path_relativity: 56.19µs, invalid_issue: 4.52µs, path_absoluter: 4.15µs, cgo: 3.38µs, sort_results: 2.69µs, max_same_issues: 2.44µs, uniq_by_line: 2.161µs, filename_unadjuster: 1.78µs, path_shortener: 1.17µs, exclusion_rules: 820ns, exclusion_paths: 750ns, max_from_linter: 741ns, fixer: 740ns, path_prettifier: 460ns, max_per_file_from_linter: 459ns, severity-rules: 100ns"
level=info msg="[runner] linters took 8.823765428s with stages: goanalysis_metalinter: 8.802440169s"
1 issues:
* gosec: 1
level=info msg="File cache stats: 1 entries of total size 25.6KiB"
level=info msg="Memory: 346 samples, avg is 118.0MB, max is 497.6MB"
level=info msg="Execution took 34.441067262s"
�����������

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)