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/link: TestScript/randlayout_option failures #71843

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

cmd/link: TestScript/randlayout_option failures #71843

gopherbot opened this issue Feb 19, 2025 · 3 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/link" && test == "TestScript/randlayout_option"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/randlayout_option
=== PAUSE TestScript/randlayout_option
=== CONT  TestScript/randlayout_option
    run.go:223: 2025-02-19T16:40:26Z
    run.go:225: $WORK=C:\b\s\w\ir\x\t\TestScriptrandlayout_option3277545948\001
    run.go:232: 
        ALLUSERSPROFILE=C:\ProgramData
        APPDATA=C:\Users\chrome-bot\AppData\Roaming
        AR=ar
        BOTO_CONFIG=C:\b\s\w\ir\x\a\gsutil-bbagent\.boto
...
        
        # Test that the -randlayout flag randomizes function order and
        # generates a working binary. (0.000s)
        > [short] skip
        [condition not met]
        # Build with random layout using one seed, then run ... (6.275s)
        > go build -o prog123.exe -ldflags=-randlayout=123
        > exec ./prog123.exe
    run.go:232: FAIL: testdata\script\randlayout_option.txt:9: exec ./prog123.exe: exec: WaitDelay expired before I/O complete
--- FAIL: TestScript/randlayout_option (6.55s)

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 19, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestScript/randlayout_option"
2025-02-19 16:27 gotip-windows-amd64-longtest go@9ddeac30 cmd/link.TestScript/randlayout_option (log)
=== RUN   TestScript/randlayout_option
=== PAUSE TestScript/randlayout_option
=== CONT  TestScript/randlayout_option
    run.go:223: 2025-02-19T16:40:26Z
    run.go:225: $WORK=C:\b\s\w\ir\x\t\TestScriptrandlayout_option3277545948\001
    run.go:232: 
        ALLUSERSPROFILE=C:\ProgramData
        APPDATA=C:\Users\chrome-bot\AppData\Roaming
        AR=ar
        BOTO_CONFIG=C:\b\s\w\ir\x\a\gsutil-bbagent\.boto
...
        
        # Test that the -randlayout flag randomizes function order and
        # generates a working binary. (0.000s)
        > [short] skip
        [condition not met]
        # Build with random layout using one seed, then run ... (6.275s)
        > go build -o prog123.exe -ldflags=-randlayout=123
        > exec ./prog123.exe
    run.go:232: FAIL: testdata\script\randlayout_option.txt:9: exec ./prog123.exe: exec: WaitDelay expired before I/O complete
--- FAIL: TestScript/randlayout_option (6.55s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Feb 19, 2025
@mknyszek mknyszek added this to the Go1.25 milestone Feb 19, 2025
@mknyszek
Copy link
Contributor

CC @golang/compiler

Maybe @cherrymui specifically?

@mknyszek
Copy link
Contributor

@dmitshur dmitshur moved this to Active in Test Flakes Feb 19, 2025
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: Active
Development

No branches or pull requests

2 participants