Created
April 22, 2026 16:15
-
-
Save aaron-prindle/77facff5e224dde7fd7058d934b56932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running tool: /usr/bin/go test -test.fullpath=true -timeout 30s -coverprofile=/tmp/vscode-gobZd0gx/go-code-cover k8s.io/apimachinery/pkg/api/validate | |
| coverage: 28.0% of statements | |
| panic: test timed out after 30s | |
| running tests: | |
| TestMaxProperties (30s) | |
| TestMaxProperties/math.MaxInt-1_properties,_max_MaxInt (30s) | |
| goroutine 242 [running]: | |
| testing.(*M).startAlarm.func1() | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2802 +0x34b | |
| created by time.goFunc | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/time/sleep.go:215 +0x2d | |
| goroutine 1 [chan receive]: | |
| testing.(*T).Run(0x44d7ca55688, {0x8ecd35?, 0x44d7ca5db30?}, 0x911978) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2109 +0x4e5 | |
| testing.runTests.func1(0x44d7ca55688) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2585 +0x37 | |
| testing.tRunner(0x44d7ca55688, 0x44d7ca5dc58) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea | |
| testing.runTests({0x8edfe6, 0x13}, {0x8f8f93, 0x24}, 0x44d7c8a4858, {0xca67e0, 0x39, 0x39}, {0xc2725ad587f64213, 0x6fc37c42f, ...}) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2583 +0x505 | |
| testing.(*M).Run(0x44d7cb21360) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2443 +0x6ac | |
| main.main() | |
| _testmain.go:168 +0x9b | |
| goroutine 161 [chan receive]: | |
| testing.(*T).Run(0x44d7cb89448, {0x8f908f?, 0x1?}, 0x44d7cb29570) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2109 +0x4e5 | |
| k8s.io/apimachinery/pkg/api/validate.TestMaxProperties(0x44d7cb89448) | |
| /usr/local/google/home/aprindle/jetski-v2-kubernetes/staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go:270 +0x33c | |
| testing.tRunner(0x44d7cb89448, 0x911978) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea | |
| created by testing.(*T).Run in goroutine 1 | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2101 +0x4c5 | |
| goroutine 166 [runnable]: | |
| fmt.Sprintf({0x8e718e, 0x2}, {0x44d7c9f8f48, 0x1, 0x1}) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/fmt/print.go:237 +0xa8 | |
| k8s.io/apimachinery/pkg/api/validate.TestMaxProperties.func1(0x44d7cb90008) | |
| /usr/local/google/home/aprindle/jetski-v2-kubernetes/staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go:273 +0x129 | |
| testing.tRunner(0x44d7cb90008, 0x44d7cb29570) | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea | |
| created by testing.(*T).Run in goroutine 161 | |
| /usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2101 +0x4c5 | |
| FAIL k8s.io/apimachinery/pkg/api/validate 30.202s | |
| FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment