Skip to content

cmd/compile/internal/amd64: unrecognized failures #70107

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

Open
gopherbot opened this issue Oct 29, 2024 · 17 comments
Open

cmd/compile/internal/amd64: unrecognized failures #70107

gopherbot opened this issue Oct 29, 2024 · 17 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""

Issue created automatically to collect these failures.

Example (log):

FAIL	cmd/compile/internal/amd64 [build failed]

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 Oct 29, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2024-10-29 08:17 gotip-windows-arm64 go@851ebc2d cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 29, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2024-10-28 15:09 gotip-windows-arm64 go@9f8bf040 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]

watchflakes

@mknyszek
Copy link
Contributor

CC @golang/windows

@mknyszek mknyszek added this to the Backlog milestone Nov 6, 2024
@cherrymui
Copy link
Member

Looks like #66962. Not sure why it doesn't match the pattern there...

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2024-11-20 20:58 gotip-windows-arm64 go@2e07ff35 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
2024-11-20 20:59 gotip-windows-arm64 go@a947912d cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2024-12-24 01:53 gotip-darwin-amd64_13 go@772f024c cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-01-07 17:56 gotip-netbsd-arm go@9d0772b2 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-02-24 19:03 gotip-netbsd-arm go@dceee2e9 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-03-07 19:32 gotip-netbsd-arm go@e0b110b9 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-03-25 16:45 go1.24-netbsd-arm release-branch.go1.24@e9162e7e cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-07 20:36 gotip-windows-arm64 go@8054d2da cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
# cmd/compile/internal/ssa
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff7b764c905?, 0x4006494000?})
	runtime/panic.go:1089 +0x34 fp=0x49a49ffb20 sp=0x49a49ffaf0 pc=0x7ff7b6d10ea4
runtime.sysUsedOS(0x4006494000, 0x2000)
	runtime/mem_windows.go:83 +0x168 fp=0x49a49ffb80 sp=0x49a49ffb20 pc=0x7ff7b6cae558
...
cmd/compile/internal/syntax.(*parser).fileOrNil(0x4004f1cdc0)
	cmd/compile/internal/syntax/parser.go:450 +0x1d4 fp=0x40001a1e40 sp=0x40001a1d80 pc=0x7ff7b741acf4
cmd/compile/internal/syntax.Parse(0x40056fa180, {0x7ff7b77cb3e0, 0x400556e3f8}, 0x4005697e20, 0x4005697e30, 0x1)
	cmd/compile/internal/syntax/syntax.go:80 +0xa8 fp=0x40001a1ed0 sp=0x40001a1e40 pc=0x7ff7b7432e68
cmd/compile/internal/noder.LoadPackage.func1.1()
	cmd/compile/internal/noder/noder.go:59 +0x1bc fp=0x40001a1fd0 sp=0x40001a1ed0 pc=0x7ff7b74bc3ec
runtime.goexit({})
	runtime/asm_arm64.s:1266 +0x4 fp=0x40001a1fd0 sp=0x40001a1fd0 pc=0x7ff7b6d185c4
created by cmd/compile/internal/noder.LoadPackage.func1 in goroutine 7
	cmd/compile/internal/noder/noder.go:47 +0x4c

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-07 20:59 gotip-windows-arm64 go@92309ff7 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
# cmd/compile/internal/types
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 32768 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
...
runtime.(*mheap).allocManual(0xaa8f1ff9d0?, 0xaa8f1ffa48?, 0x8?)
	runtime/mheap.go:1010 +0x28 fp=0xaa8f1ff940 sp=0xaa8f1ff910 pc=0x7ff6d7393d28
runtime.stackalloc(...)
	runtime/stack.go:408
runtime.copystack(0x4002d0a000, 0x8000)
	runtime/stack.go:874 +0xbb0 fp=0xaa8f1ffb10 sp=0xaa8f1ff940 pc=0x7ff6d73c3fa0
runtime.newstack()
	runtime/stack.go:1116 +0x3a4 fp=0xaa8f1ffc70 sp=0xaa8f1ffb10 pc=0x7ff6d73c45f4
runtime.morestack()
	runtime/asm_arm64.s:390 +0x70 fp=0xaa8f1ffc70 sp=0xaa8f1ffc70 pc=0x7ff6d73e6260

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-11 15:31 gotip-netbsd-arm go@bbf4d57c cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-25 21:43 gotip-netbsd-arm go@9f55e7bc cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-25 19:21 gotip-netbsd-arm go@3f3782fe cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-25 01:28 gotip-netbsd-arm go@fb2c8814 cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/amd64" && test == ""
2025-04-24 19:17 gotip-netbsd-arm go@67e0681a cmd/compile/internal/amd64 (log)
FAIL	cmd/compile/internal/amd64 [build failed]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/compile: signal: killed

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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

3 participants