Add functional AIA test suite for hashed and stapled certificate flows - #78
Open
robertmin1 wants to merge 1 commit into
Open
Add functional AIA test suite for hashed and stapled certificate flows#78robertmin1 wants to merge 1 commit into
robertmin1 wants to merge 1 commit into
Cirrus CI / Go Lint linux New
failed
Apr 10, 2026 in 55s
Task Summary
Instruction lint failed in 00:41
Details
ℹ️ 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:41 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.7727ms: 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|files|imports|name|types_sizes|compiled_files|deps) took 30.599324765s"
level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 1.509439ms"
level=info msg="[linters_context/goanalysis] analyzers took 15.623927331s with top 10 stages: buildir: 11.213444951s, printf: 992.003288ms, fact_purity: 485.053439ms, nilness: 460.785523ms, SA5012: 442.154027ms, typedness: 366.000498ms, fact_deprecated: 357.832246ms, newexpr: 352.413022ms, inspect: 309.443872ms, ctrlflow: 284.247304ms"
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, max_per_file_from_linter: 1/1, cgo: 80/80, exclusion_paths: 80/80, diff: 76/1, uniq_by_line: 1/1, max_same_issues: 1/1, max_from_linter: 1/1, source_code: 1/1, severity-rules: 1/1, path_absoluter: 80/80, filename_unadjuster: 80/80, generated_file_filter: 80/80, nolint_filter: 80/76, path_shortener: 1/1, path_prettifier: 1/1, sort_results: 1/1, invalid_issue: 80/80, fixer: 1/1"
level=info msg="[runner] processing took 11.730942ms with stages: diff: 9.712919ms, nolint_filter: 1.74927ms, generated_file_filter: 146.149µs, source_code: 52.549µs, path_relativity: 50.071µs, cgo: 3.071µs, invalid_issue: 2.969µs, path_absoluter: 2.44µs, uniq_by_line: 2.28µs, filename_unadjuster: 1.899µs, sort_results: 1.649µs, max_same_issues: 1.529µs, max_from_linter: 769ns, fixer: 731ns, exclusion_rules: 599ns, path_shortener: 549ns, exclusion_paths: 499ns, max_per_file_from_linter: 480ns, path_prettifier: 338ns, severity-rules: 182ns"
level=info msg="[runner] linters took 10.907970881s with stages: goanalysis_metalinter: 10.896155361s"
1 issues:
* gosec: 1
level=info msg="File cache stats: 1 entries of total size 25.6KiB"
level=info msg="Memory: 417 samples, avg is 135.0MB, max is 502.7MB"
level=info msg="Execution took 41.513372195s"
����������Annotations
Check failure on line 737 in server/server.go
cirrus-ci / Go Lint linux New
server/server.go#L737
G705: XSS via taint analysis (gosec)
Loading