Skip to content

chore(deps): bump the development-dependencies group with 7 updates #157

chore(deps): bump the development-dependencies group with 7 updates

chore(deps): bump the development-dependencies group with 7 updates #157

Triggered via pull request February 13, 2026 04:53
Status Failure
Total duration 8m 12s
Artifacts 3

go-test.yml

on: pull_request
test  /  ...  /  Fuzz matrix
38s
test / fuzz-test / Fuzz matrix
Matrix: test / fuzz-test / fuzz test
Matrix: test / Unit tests
test  /  tests completed
test / tests completed
test  /  ...  /  collect test reports
17s
test / collect-reports / collect test reports
test  /  ...  /  collect test coverage
test / collect-coverage / collect test coverage
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 notice
test / Unit tests (ubuntu-latest, oldstable)
Process completed with exit code 1.
test / Unit tests (windows-latest, oldstable)
The strategy configuration was canceled because "test.test.ubuntu-latest_oldstable" failed
test / Unit tests (windows-latest, oldstable)
The operation was canceled.
test / Unit tests (windows-latest, stable)
The strategy configuration was canceled because "test.test.ubuntu-latest_oldstable" failed
test / Unit tests (windows-latest, stable)
The operation was canceled.
test / Unit tests (ubuntu-latest, stable)
The strategy configuration was canceled because "test.test.ubuntu-latest_oldstable" failed
test / Unit tests (ubuntu-latest, stable)
The operation was canceled.
test / Unit tests (macos-latest, stable)
The strategy configuration was canceled because "test.test.ubuntu-latest_oldstable" failed
test / Unit tests (macos-latest, stable)
The operation was canceled.
Failed Test: github.com/go-openapi/validate - Test_ParallelPool
github.com/go-openapi/validate - Test_ParallelPool: === RUN Test_ParallelPool --- FAIL: Test_ParallelPool (231.05s) - No trace available
Failed Test: github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel
github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel: === RUN Test_ParallelPool/should_validate_in_parallel --- FAIL: Test_ParallelPool/should_validate_in_parallel (0.01s) - No trace available
Failed Test: github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16
github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16: === RUN Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16 === PAUSE Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16 === CONT Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16 testing.go:1617: race detected during execution of test --- FAIL: Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#16 (38.92s) - No trace available
Failed Test: github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18
github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18: === RUN Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18 === PAUSE Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18 === CONT Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18 testing.go:1617: race detected during execution of test --- FAIL: Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#18 (39.30s) - No trace available
Failed Test: github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20
github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20: === RUN Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20 === PAUSE Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20 === CONT Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20 testing.go:1617: race detected during execution of test --- FAIL: Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#20 (38.35s) - No trace available
Failed Test: github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15
github.com/go-openapi/validate - Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15: === RUN Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15 === PAUSE Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15 === CONT Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15 ================== WARNING: DATA RACE Write at 0x00c018e66b00 by goroutine 332: github.com/go-openapi/validate.(*Result).cleared() /home/runner/work/validate/validate/result.go:465 +0x124 github.com/go-openapi/validate.resultsPool.BorrowResult() /home/runner/work/validate/validate/pools.go:361 +0x1d github.com/go-openapi/validate.(*SpecValidator).validateDuplicateOperationIDs() /home/runner/work/validate/validate/spec.go:194 +0x165 github.com/go-openapi/validate.(*SpecValidator).Validate() /home/runner/work/validate/validate/spec.go:122 +0x86b github.com/go-openapi/validate.Spec() /home/runner/work/validate/validate/spec.go:39 +0xb5 github.com/go-openapi/validate_test.Test_ParallelPool.func1.3() /home/runner/work/validate/validate/pools_test.go:47 +0xc4 testing.tRunner() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1934 +0x21c testing.(*T).Run.gowrap1() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x44 Previous read at 0x00c018e66b00 by goroutine 337: github.com/go-openapi/validate.(*Result).IsValid() /home/runner/work/validate/validate/result.go:252 +0x451 github.com/go-openapi/validate.(*SpecValidator).validateRequiredDefinitions() /home/runner/work/validate/validate/spec.go:556 +0x460 github.com/go-openapi/validate.(*SpecValidator).Validate() /home/runner/work/validate/validate/spec.go:129 +0x9e4 github.com/go-openapi/validate.Spec() /home/runner/work/validate/validate/spec.go:39 +0xb5 github.com/go-openapi/validate_test.Test_ParallelPool.func1.2() /home/runner/work/validate/validate/pools_test.go:38 +0xc4 testing.tRunner() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1934 +0x21c testing.(*T).Run.gowrap1() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x44 Goroutine 332 (running) created at: testing.(*T).Run() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x9d2 github.com/go-openapi/validate_test.Test_ParallelPool.func1() /home/runner/work/validate/validate/pools_test.go:41 +0x74 testing.tRunner() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1934 +0x21c testing.(*T).Run.gowrap1() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x44 Goroutine 337 (running) created at: testing.(*T).Run() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x9d2 github.com/go-openapi/validate_test.Test_ParallelPool.func1() /home/runner/work/validate/validate/pools_test.go:32 +0x18a testing.tRunner() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1934 +0x21c testing.(*T).Run.gowrap1() /opt/hostedtoolcache/go/1.25.7/x64/src/testing/testing.go:1997 +0x44 ================== testing.go:1617: race detected during execution of test --- FAIL: Test_ParallelPool/should_validate_in_parallel/validating_fixture_2#15 (3.34s) - No trace available
Fuzz tests found
[]

Artifacts

Produced during runtime
Name Size Digest
unit.coverage.macos-latest-oldstable Expired
28.7 KB
sha256:a06052b91b890e69add1994492a5aa5ca58502e6da0ed6f66999e49509d2d9a6
unit.report.macos-latest-oldstable Expired
24.4 KB
sha256:43f9226f4bf577ff33d02c9afd55a16d1409eaaeddd3bdb121db0a28e434261c
unit.report.ubuntu-latest-oldstable Expired
29.3 KB
sha256:8f5dc35d0c4ca4dea8abd214dcafca7451a964ec45efc6d5efb96e6145f245dc