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/go: TestScript/embed failures #73162

Closed
gopherbot opened this issue Apr 4, 2025 · 2 comments
Closed

cmd/go: TestScript/embed failures #73162

gopherbot opened this issue Apr 4, 2025 · 2 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 == "cmd/go" && test == "TestScript/embed"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/embed
=== PAUSE TestScript/embed
=== CONT  TestScript/embed
    script_test.go:139: 2025-04-03T19:12:26Z
    script_test.go:141: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-2831004152\tmpdir511918208\embed3709175204
    script_test.go:163: 
        PATH=C:\b\s\w\ir\x\t\cmd-go-test-2831004152\tmpdir511918208\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\Users\chrome-bot\AppData\Local\Microsoft\WindowsApps;C:\b\s\w\ir\cache\tools\cc\windows\gcc32\bin
        USERPROFILE=/no-home
        CCACHE_DISABLE=1
        GOARCH=386
...
        esi     0x1e35714
        ebp     0x21cffc3c
        esp     0x1e35718
        eip     0x20
        eflags  0x10216
        cs      0x23
        fs      0x53
        gs      0x2b
    script_test.go:163: FAIL: testdata\script\embed.txt:8: go list -test -f {{.TestEmbedFiles}}: exit status 2
--- FAIL: TestScript/embed (1.64s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/embed"
2025-04-03 19:02 gotip-windows-386 go@9302a571 cmd/go.TestScript/embed (log)
=== RUN   TestScript/embed
=== PAUSE TestScript/embed
=== CONT  TestScript/embed
    script_test.go:139: 2025-04-03T19:12:26Z
    script_test.go:141: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-2831004152\tmpdir511918208\embed3709175204
    script_test.go:163: 
        PATH=C:\b\s\w\ir\x\t\cmd-go-test-2831004152\tmpdir511918208\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\Users\chrome-bot\AppData\Local\Microsoft\WindowsApps;C:\b\s\w\ir\cache\tools\cc\windows\gcc32\bin
        USERPROFILE=/no-home
        CCACHE_DISABLE=1
        GOARCH=386
...
        esi     0x1e35714
        ebp     0x21cffc3c
        esp     0x1e35718
        eip     0x20
        eflags  0x10216
        cs      0x23
        fs      0x53
        gs      0x2b
    script_test.go:163: FAIL: testdata\script\embed.txt:8: go list -test -f {{.TestEmbedFiles}}: exit status 2
--- FAIL: TestScript/embed (1.64s)

watchflakes

@qmuntal
Copy link
Member

qmuntal commented Apr 4, 2025

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: Done
Development

No branches or pull requests

2 participants