Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/internal/fips140test:gofips140: TestACVP failures #71719

Open
gopherbot opened this issue Feb 13, 2025 · 3 comments
Open

crypto/internal/fips140test:gofips140: TestACVP failures #71719

gopherbot opened this issue Feb 13, 2025 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "crypto/internal/fips140test:gofips140" && test == "TestACVP"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build2892253562/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ee1c0 m=0 mp=0xa70920 [running]:
        panic({0x7487e0?, 0xc0001bc000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000f0050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005e7e0 sp=0xc00005e7b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 10:59:32 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 10:59:32 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.81s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 13, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/internal/fips140test:gofips140" && test == "TestACVP"
2025-02-13 10:43 gotip-linux-amd64-longtest go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build2892253562/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ee1c0 m=0 mp=0xa70920 [running]:
        panic({0x7487e0?, 0xc0001bc000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000f0050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP865892158/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005e7e0 sp=0xc00005e7b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 10:59:32 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 10:59:32 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.81s)
2025-02-13 10:43 gotip-linux-amd64-longtest-aliastypeparams go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP996301039/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP996301039/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build3656231406/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 20 gp=0xc000102a80 m=0 mp=0xa70940 [running]:
        panic({0x7487e0?, 0xc000244000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000230f08 sp=0xc000230e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc00017e050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP996301039/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000230fc8 sp=0xc000230f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP996301039/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000230fe0 sp=0xc000230fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc0000647e0 sp=0xc0000647b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 11:00:51 Test failed for "vectors/TLS-v1.3.bz2": Failed to process "vectors/TLS-v1.3.bz2"
        2025/02/13 11:00:51 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (34.59s)
2025-02-13 10:43 gotip-linux-amd64-longtest-noswissmap go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP4291699128/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP4291699128/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build3439322499/b313/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ea1c0 m=0 mp=0xa6a920 [running]:
        panic({0x747e60?, 0xc000116000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000ec050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP4291699128/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP4291699128/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005e7e0 sp=0xc00005e7b8 pc=0x41e3ef
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x478641
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 11:01:20 Test failed for "vectors/TLS-v1.3.bz2": Failed to process "vectors/TLS-v1.3.bz2"
        2025/02/13 11:01:20 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.28s)
2025-02-13 10:43 gotip-linux-arm64-longtest go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP4086566173/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP4086566173/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build1861834392/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0x40000ea000 m=4 mp=0x4000059808 [running]:
        panic({0x305540?, 0x40000724e0?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x154 fp=0x4000067ef0 sp=0x4000067e40 pc=0x80a14
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0x40000ce050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP4086566173/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x174 fp=0x4000067fb0 sp=0x4000067ef0 pc=0x25fd04
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP4086566173/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x28 fp=0x4000067fd0 sp=0x4000067fb0 pc=0x25f228
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3c fp=0x40000547d0 sp=0x40000547a0 pc=0x2f8fc
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x40000547d0 sp=0x40000547d0 pc=0x88124
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x78
        2025/02/13 11:00:51 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 11:00:51 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (43.05s)
2025-02-13 10:43 gotip-windows-amd64-longtest go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test"
        data_dir: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP312643465\\001\\github.com\\cpu\\go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test\\acvp_test.config.json"
        tool: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP312643465\\002\\acvptool.exe"
        module-wrapper: "C:\\b\\s\\w\\ir\\x\\t\\go-build520665984\\b313\\fips140test.test.exe"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 20 gp=0xc000086540 m=5 mp=0xc000080008 [running]:
        panic({0x88b880?, 0xc00014a020?})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc00006df08 sp=0xc00006de58 pc=0x5af288
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000fc050)
        	C:/b/s/w/ir/x/t/TestACVP312643465/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc00006dfc8 sp=0xc00006df08 pc=0x7cd028
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	C:/b/s/w/ir/x/t/TestACVP312643465/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc00006dfe0 sp=0xc00006dfc8 pc=0x7cc405
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005ffe0 sp=0xc00005ffb8 pc=0x55f8af
        runtime.goexit({})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x5b6901
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x85
        2025/02/13 03:10:45 Test failed for "vectors/kdf-components.bz2": Failed to process "vectors/kdf-components.bz2"
        2025/02/13 03:10:45 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (40.21s)
2025-02-13 10:49 gotip-linux-386-longtest go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP1533093555/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP1533093555/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build117880237/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xa409568 m=0 mp=0x867f240 [running]:
        panic({0x83b03e0, 0xa4a0000})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x144 fp=0xa45ef7c sp=0xa45ef28 pc=0x80bd2f4
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xa51e270)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP1533093555/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1ef fp=0xa45efe8 sp=0xa45ef7c pc=0x82b9d1f
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP1533093555/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x27 fp=0xa45eff0 sp=0xa45efe8 pc=0x82b91f7
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3a fp=0x94527f0 sp=0x94527e0 pc=0x806971a
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x94527f4 sp=0x94527f0 pc=0x80c3321
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x6c
        2025/02/13 11:09:25 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 11:09:25 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (282.92s)
2025-02-13 10:49 gotip-linux-amd64-longtest go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP672538799/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP672538799/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build1215416364/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ee1c0 m=0 mp=0xa70940 [running]:
        panic({0x7487e0?, 0xc00013c000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000f0050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP672538799/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP672538799/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005e7e0 sp=0xc00005e7b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 11:01:24 Test failed for "vectors/CMAC-AES.bz2": Failed to process "vectors/CMAC-AES.bz2"
        2025/02/13 11:01:24 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (34.98s)
2025-02-13 10:49 gotip-linux-amd64-longtest-aliastypeparams go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP124956567/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP124956567/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build1572052381/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ee1c0 m=0 mp=0xa70960 [running]:
        panic({0x7487e0?, 0xc00007a4e0?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000077f08 sp=0xc000077e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000f0050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP124956567/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000077fc8 sp=0xc000077f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP124956567/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000077fe0 sp=0xc000077fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc0000647e0 sp=0xc0000647b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 11:04:16 Test failed for "vectors/TLS-v1.3.bz2": Failed to process "vectors/TLS-v1.3.bz2"
        2025/02/13 11:04:16 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.47s)
2025-02-13 10:49 gotip-linux-amd64-longtest-noswissmap go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP3530363801/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP3530363801/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build2422039358/b313/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 34 gp=0xc000102380 m=0 mp=0xa6a940 [running]:
        panic({0x747e60?, 0xc0001a41c0?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc000114050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3530363801/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3530363801/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005e7e0 sp=0xc00005e7b8 pc=0x41e3ef
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x478641
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 11:02:59 Test failed for "vectors/TLS-v1.3.bz2": Failed to process "vectors/TLS-v1.3.bz2"
        2025/02/13 11:02:59 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (37.41s)
2025-02-13 10:49 gotip-linux-arm64-longtest go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP543845031/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP543845031/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build236589379/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0x40000ea000 m=3 mp=0x4000059008 [running]:
        panic({0x305540?, 0x40001ba000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x154 fp=0x4000062ef0 sp=0x4000062e40 pc=0x80a14
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0x40000ce050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP543845031/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x174 fp=0x4000062fb0 sp=0x4000062ef0 pc=0x25fd04
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP543845031/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x28 fp=0x4000062fd0 sp=0x4000062fb0 pc=0x25f228
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3c fp=0x40000547d0 sp=0x40000547a0 pc=0x2f8fc
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x40000547d0 sp=0x40000547d0 pc=0x88124
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x78
        2025/02/13 11:06:08 Test failed for "vectors/kdf-components.bz2": Failed to process "vectors/kdf-components.bz2"
        2025/02/13 11:06:08 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (44.92s)
2025-02-13 10:49 gotip-windows-amd64-longtest go@1eb4c0dc crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test"
        data_dir: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP2378845538\\001\\github.com\\cpu\\go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test\\acvp_test.config.json"
        tool: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP2378845538\\002\\acvptool.exe"
        module-wrapper: "C:\\b\\s\\w\\ir\\x\\t\\go-build1096483258\\b313\\fips140test.test.exe"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc000003500 m=0 mp=0xd35560 [running]:
        panic({0xa0b880?, 0xc000064aa0?})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc00006bf08 sp=0xc00006be58 pc=0x72f288
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0001c8050)
        	C:/b/s/w/ir/x/t/TestACVP2378845538/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc00006bfc8 sp=0xc00006bf08 pc=0x94d028
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	C:/b/s/w/ir/x/t/TestACVP2378845538/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc00006bfe0 sp=0xc00006bfc8 pc=0x94c405
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005ffe0 sp=0xc00005ffb8 pc=0x6df8af
        runtime.goexit({})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x736901
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x85
        2025/02/13 03:11:14 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 03:11:14 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (41.94s)
2025-02-13 15:11 gotip-linux-386-longtest go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP660494304/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP660494304/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build1552192828/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 35 gp=0xa1b0248 m=0 mp=0x867f240 [running]:
        panic({0x83b03e0, 0xa11e0a0})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x144 fp=0xa04cf7c sp=0xa04cf28 pc=0x80bd2f4
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xa19a210)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP660494304/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1ef fp=0xa04cfe8 sp=0xa04cf7c pc=0x82b9d1f
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP660494304/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x27 fp=0xa04cff0 sp=0xa04cfe8 pc=0x82b91f7
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3a fp=0x904c7f0 sp=0x904c7e0 pc=0x806971a
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x904c7f4 sp=0x904c7f0 pc=0x80c3321
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x6c
        2025/02/13 15:32:12 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 15:32:12 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (293.77s)
2025-02-13 15:11 gotip-linux-amd64-longtest go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP2903134957/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP2903134957/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build1950996037/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 20 gp=0xc000102a80 m=6 mp=0xc00009c008 [running]:
        panic({0x7487e0?, 0xc000244000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000230f08 sp=0xc000230e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc00017e050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP2903134957/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000230fc8 sp=0xc000230f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP2903134957/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000230fe0 sp=0xc000230fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc0000647e0 sp=0xc0000647b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 15:25:10 Test failed for "vectors/kdf-components.bz2": Failed to process "vectors/kdf-components.bz2"
        2025/02/13 15:25:10 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.27s)
2025-02-13 15:11 gotip-linux-amd64-longtest-aliastypeparams go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP3952900593/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP3952900593/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build2945101427/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 20 gp=0xc000186700 m=0 mp=0xa70960 [running]:
        panic({0x7487e0?, 0xc0001a44c0?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0001f6050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3952900593/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3952900593/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc0000647e0 sp=0xc0000647b8 pc=0x420c0f
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x4786a1
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 15:26:11 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 15:26:11 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (35.74s)
2025-02-13 15:11 gotip-linux-amd64-longtest-noswissmap go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP814862813/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP814862813/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build307108195/b313/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc0000ea1c0 m=0 mp=0xa6a940 [running]:
        panic({0x747e60?, 0xc00023c000?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc000072f08 sp=0xc000072e58 pc=0x471188
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000ec050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP814862813/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc000072fc8 sp=0xc000072f08 pc=0x68a708
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP814862813/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x689ae5
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc0000647e0 sp=0xc0000647b8 pc=0x41e3ef
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x478641
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x79
        2025/02/13 15:26:18 Test failed for "vectors/ACVP-AES-GCM.bz2": Failed to process "vectors/ACVP-AES-GCM.bz2"
        2025/02/13 15:26:18 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (36.26s)
2025-02-13 15:11 gotip-linux-arm64-longtest go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP104784292/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP104784292/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build3542144756/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0x40000ea000 m=5 mp=0x4000100008 [running]:
        panic({0x305540?, 0x40000724e0?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x154 fp=0x4000067ef0 sp=0x4000067e40 pc=0x80a14
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0x40000ce050)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP104784292/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x174 fp=0x4000067fb0 sp=0x4000067ef0 pc=0x25fd04
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP104784292/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x28 fp=0x4000067fd0 sp=0x4000067fb0 pc=0x25f228
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3c fp=0x40000547d0 sp=0x40000547a0 pc=0x2f8fc
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x40000547d0 sp=0x40000547d0 pc=0x88124
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x78
        2025/02/13 15:25:49 Test failed for "vectors/RSA.bz2": Failed to process "vectors/RSA.bz2"
        2025/02/13 15:25:49 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (42.42s)
2025-02-13 15:11 gotip-windows-amd64-longtest go@c4136a43 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test"
        data_dir: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP2391832659\\001\\github.com\\cpu\\go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test\\acvp_test.config.json"
        tool: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP2391832659\\002\\acvptool.exe"
        module-wrapper: "C:\\b\\s\\w\\ir\\x\\t\\go-build3447652713\\b313\\fips140test.test.exe"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 7 gp=0xc000003500 m=0 mp=0x1565560 [running]:
        panic({0x123b880?, 0xc000064aa0?})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x168 fp=0xc00006bf08 sp=0xc00006be58 pc=0xf5f288
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0xc0000c8050)
        	C:/b/s/w/ir/x/t/TestACVP2391832659/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1c8 fp=0xc00006bfc8 sp=0xc00006bf08 pc=0x117d028
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	C:/b/s/w/ir/x/t/TestACVP2391832659/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x25 fp=0xc00006bfe0 sp=0xc00006bfc8 pc=0x117c405
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x2f fp=0xc00005ffe0 sp=0xc00005ffb8 pc=0xf0f8af
        runtime.goexit({})
        	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0xf66901
        created by unique.runtime_registerUni
(... long comment truncated ...)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/internal/fips140test:gofips140" && test == "TestACVP"
2025-02-13 10:43 gotip-linux-386-longtest go@8659ad90 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test"
        data_dir: "/home/swarming/.swarming/w/ir/x/t/TestACVP3609371491/001/github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/acvp_test.config.json"
        tool: "/home/swarming/.swarming/w/ir/x/t/TestACVP3609371491/002/acvptool.exe"
        module-wrapper: "/home/swarming/.swarming/w/ir/x/t/go-build3640299733/b314/fips140test.test"
...
        panic: failed to read from subprocess: expected 1 results from "getConfig" but got 539831597
        
        goroutine 20 gp=0x99065a8 m=0 mp=0x867f220 [running]:
        panic({0x83b03e0, 0x9814020})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:818 +0x144 fp=0x984cf7c sp=0x984cf28 pc=0x80bd2f4
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.(*Subprocess).readerRoutine(0x9938270)
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3609371491/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:300 +0x1ef fp=0x984cfe8 sp=0x984cf7c pc=0x82b9d1f
        boringssl.googlesource.com/boringssl/util/fipstools/acvp/acvptool/subprocess.NewWithIO.gowrap1()
        	/home/swarming/.swarming/w/ir/x/t/TestACVP3609371491/001/boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb/util/fipstools/acvp/acvptool/subprocess/subprocess.go:159 +0x27 fp=0x984cff0 sp=0x984cfe8 pc=0x82b91f7
        runtime.goexit({})
...
        runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1808 +0x3a fp=0x9c527f0 sp=0x9c527e0 pc=0x806971a
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9c527f4 sp=0x9c527f0 pc=0x80c3321
        created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1803 +0x6c
        2025/02/13 11:06:15 Test failed for "vectors/CMAC-AES.bz2": Failed to process "vectors/CMAC-AES.bz2"
        2025/02/13 11:06:15 Failed 39 tests
        exit status 1
--- FAIL: TestACVP (291.35s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/internal/fips140test:gofips140" && test == "TestACVP"
2025-04-07 19:59 gotip-windows-amd64-longtest go@465097b2 crypto/internal/fips140test:gofips140.TestACVP (log)
=== RUN   TestACVP
    fetchmodule.go:45: fetching boringssl.googlesource.com/boringssl.git@v0.0.0-20250207174145-0bb19f6126cb
    acvp_test.go:2094: building acvptool
    fetchmodule.go:45: fetching github.com/cpu/go-acvp@v0.0.0-20250126154732-de1ba727a0be
    acvp_test.go:2118: running check_expected.go
        cwd: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test"
        data_dir: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP3541892170\\001\\github.com\\cpu\\go-acvp@v0.0.0-20250126154732-de1ba727a0be"
        config: "C:\\b\\s\\w\\ir\\x\\w\\goroot\\src\\crypto\\internal\\fips140test\\acvp_test.config.json"
        tool: "C:\\b\\s\\w\\ir\\x\\t\\TestACVP3541892170\\002\\acvptool.exe"
        module-wrapper: "C:\\b\\s\\w\\ir\\x\\t\\go-build2110372772\\b330\\fips140test.test.exe"
    acvp_test.go:2141: failed to run acvp tests: exit status 1
        2025/04/07 13:28:54 Test failed for "vectors/SHA3-384.bz2": Failed to process "vectors/SHA3-384.bz2"
        2025/04/07 13:28:57 Failed 1 tests
        exit status 1
--- FAIL: TestACVP (17.77s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant