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 #59396

Closed
gopherbot opened this issue Apr 3, 2023 · 4 comments
Closed

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

gopherbot opened this issue Apr 3, 2023 · 4 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIntendedInlining (36.73s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -gcflags=-m -m -tags=math_big_pure_go runtime encoding/base64 unicode/utf8 math/big net sync bytes regexp runtime/internal/sys unicode/utf16 runtime/internal/math compress/flate reflect math/rand sync/atomic
    inl_test.go:325: exit status 2

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 Apr 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-03-14 13:17 illumos-amd64 go@035db07d cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (36.73s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -gcflags=-m -m -tags=math_big_pure_go runtime encoding/base64 unicode/utf8 math/big net sync bytes regexp runtime/internal/sys unicode/utf16 runtime/internal/math compress/flate reflect math/rand sync/atomic
    inl_test.go:325: exit status 2

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-03-14 08:10 illumos-amd64 go@cedfcba3 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (90.60s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -gcflags=-m -m -tags=math_big_pure_go bytes sync math/big runtime/internal/math reflect regexp math/rand compress/flate unicode/utf8 encoding/base64 unicode/utf16 net sync/atomic runtime runtime/internal/sys
    inl_test.go:325: exit status 2

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-03-13 19:26 illumos-amd64 go@7c019c62 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (95.98s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -gcflags=-m -m -tags=math_big_pure_go bytes sync/atomic runtime runtime/internal/math regexp net sync unicode/utf8 reflect unicode/utf16 compress/flate encoding/base64 math/rand runtime/internal/sys math/big
    inl_test.go:325: exit status 2

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Apr 3, 2023

Duplicate of #59379

@bcmills bcmills marked this as a duplicate of #59379 Apr 3, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
@golang golang locked and limited conversation to collaborators Apr 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants