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

cmd/compile/internal/test: TestIntendedInlining failures #60261

Open
gopherbot opened this issue May 17, 2023 · 24 comments
Open

cmd/compile/internal/test: TestIntendedInlining failures #60261

gopherbot opened this issue May 17, 2023 · 24 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.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

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 May 17, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-04-03 14:51 netbsd-arm-bsiegert go@f5371581 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER
2023-04-03 18:34 netbsd-arm-bsiegert go@ccad8a9f cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (66.11s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

watchflakes

@cherrymui
Copy link
Member

Old failure. Fixed.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-23 20:25 linux-ppc64le-power9osu go@74af79bc cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (6.36s)
    inl_test.go:334: exit status 1

watchflakes

@gopherbot gopherbot reopened this May 23, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-25 00:13 linux-ppc64le-power10osu go@4406ed6d cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (5.50s)
    inl_test.go:334: exit status 1

watchflakes

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 13, 2023
@mknyszek
Copy link
Contributor

This looks like it's just the ppc64 write barrier issue. (#60368) This is a deterministic test, so if it was specific to the test, we wouldn't expect flakes.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-08-02 17:32 plan9-arm go@ce5e37ec cmd/compile/internal/test.TestIntendedInlining (log)
panic: test timed out after 9m0s
running tests:
	TestIntendedInlining (7m40s)

runtime.gopark(0x508398, 0x0, 0x9, 0x18, 0x1)
	/boot/workdir/go/src/runtime/proc.go:398 +0x104 fp=0x9333ab0 sp=0x9333a9c pc=0x46250
runtime.selectgo(0x9333b8c, 0x9333b78, 0x0, 0x0, 0x2, 0x1)
	/boot/workdir/go/src/runtime/select.go:327 +0xae8 fp=0x9333b4c sp=0x9333ab0 pc=0x592d8
io.(*pipe).read(0x9026380, {0x93b6dda, 0x1226, 0x1226})
	/boot/workdir/go/src/io/pipe.go:57 +0xa0 fp=0x9333b9c sp=0x9333b4c pc=0xabc68
io.(*PipeReader).Read(0x901e288, {0x93b6dda, 0x1226, 0x1226})
	/boot/workdir/go/src/io/pipe.go:136 +0x38 fp=0x9333bbc sp=0x9333b9c pc=0xac314
bufio.(*Scanner).Scan(0x9333e74)
	/boot/workdir/go/src/bufio/scan.go:214 +0x90c fp=0x9333c38 sp=0x9333bbc pc=0x12918c
cmd/compile/internal/test.TestIntendedInlining(0x91411d0)
	/boot/workdir/go/src/cmd/compile/internal/test/inl_test.go:303 +0x1810 fp=0x9333f94 sp=0x9333c38 pc=0x456f20
testing.tRunner(0x91411d0, 0x507bf4)

watchflakes

@gopherbot gopherbot reopened this Aug 2, 2023
@github-project-automation github-project-automation bot moved this from Done to In Progress in Go Compiler / Runtime Aug 2, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-10-23 22:56 plan9-arm go@f09db2bb cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (45.42s)
    inl_test.go:338: exit status: 'go 50187: 2'

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-11-07 21:13 openbsd-riscv64-jsing go@9e90a15b cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (22.13s)
    inl_test.go:338: exit status 1

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-11-08 17:51 openbsd-riscv64-jsing go@eebeca80 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (23.03s)
    inl_test.go:338: exit status 1

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-12-04 18:40 openbsd-riscv64-jsing go@1926a0b5 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (34.73s)
    inl_test.go:349: exit status 1

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-12-26 17:42 openbsd-riscv64-jsing go@36a2463e cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (36.02s)
    inl_test.go:349: exit status 1

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-01-22 17:28 darwin-amd64-nocgo go@b3cfb24f cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (13.15s)
    inl_test.go:349: exit status 2

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-11-30 01:49 gotip-plan9-arm go@dd7ab5ec cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go unicode/utf16 math/big math/rand net internal/runtime/math runtime internal/abi internal/runtime/sys compress/flate regexp sync sync/atomic encoding/base64 reflect bytes unicode/utf8
    inl_test.go:351: exit status: 'go 72283: kill'
--- FAIL: TestIntendedInlining (2282.41s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-12-03 16:22 gotip-plan9-arm go@a8be8349 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go runtime compress/flate unicode/utf8 net bytes internal/abi internal/runtime/math internal/runtime/sys encoding/base64 reflect regexp math/rand unicode/utf16 math/big sync sync/atomic
    inl_test.go:351: exit status: 'go 71962: kill'
--- FAIL: TestIntendedInlining (2282.53s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-12-05 17:15 gotip-plan9-arm go@be0c4547 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    inl_test.go:351: exit status: 'go 68914: 1'
--- FAIL: TestIntendedInlining (20.04s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-12-07 00:43 gotip-plan9-arm go@04cdaa99 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go bytes internal/abi encoding/base64 sync/atomic internal/runtime/math compress/flate unicode/utf8 sync unicode/utf16 reflect regexp runtime internal/runtime/sys math/big math/rand net
    inl_test.go:351: exit status: 'go 116945: kill'
--- FAIL: TestIntendedInlining (2254.46s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-01-07 17:56 go1.24-plan9-arm release-branch.go1.24@9d0772b2 cmd/compile/internal/test.TestIntendedInlining [ABORT] (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go bytes internal/abi math/rand net sync/atomic internal/runtime/sys math/big sync runtime internal/runtime/math unicode/utf8 reflect regexp compress/flate encoding/base64 unicode/utf16

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-01-16 19:01 gotip-darwin-amd64-race go@6a4effa0 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    inl_test.go:351: exit status 1
--- FAIL: TestIntendedInlining (31.71s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-01-29 14:30 go1.24-plan9-arm release-branch.go1.24@4f48ad5c cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    inl_test.go:351: exit status: 'go 26061: 1'
--- FAIL: TestIntendedInlining (5.16s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-02-03 23:44 gotip-plan9-arm go@b07b20fb cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    inl_test.go:351: exit status: 'go 32455: 1'
--- FAIL: TestIntendedInlining (70.70s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-02-07 19:37 gotip-plan9-arm go@d7f6f6fd cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go runtime internal/abi internal/runtime/sys compress/flate unicode/utf8 bytes internal/runtime/math unicode/utf16 regexp math/big sync net encoding/base64 reflect math/rand sync/atomic
    inl_test.go:351: exit status: 'go 27192: kill'
--- FAIL: TestIntendedInlining (2216.24s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-02-19 01:52 gotip-plan9-arm go@34073a73 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go encoding/base64 unicode/utf8 reflect regexp math/rand sync/atomic runtime internal/runtime/sys compress/flate unicode/utf16 bytes internal/abi internal/runtime/math math/big net sync
    inl_test.go:351: exit status: 'go 65029: kill'
--- FAIL: TestIntendedInlining (2221.26s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-02-24 17:43 gotip-plan9-arm go@fda91838 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    exec.go:213: test timed out while running command: /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags=-m -m -tags=math_big_pure_go internal/runtime/math unicode/utf16 math/big bytes internal/abi encoding/base64 unicode/utf8 math/rand internal/runtime/sys compress/flate reflect regexp sync sync/atomic runtime net
    inl_test.go:351: exit status: 'go 27135: kill'
--- FAIL: TestIntendedInlining (2279.49s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2025-02-27 01:35 gotip-plan9-arm go@11c847e5 cmd/compile/internal/test.TestIntendedInlining (log)
=== RUN   TestIntendedInlining
=== PAUSE TestIntendedInlining
=== CONT  TestIntendedInlining
    inl_test.go:351: exit status: 'go 66637: 1'
--- FAIL: TestIntendedInlining (59.31s)

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: In Progress
Status: Done
Development

No branches or pull requests

4 participants