Skip to content

x/tools/refactor/eg: 'exec format error' Test failures #67033

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 Apr 25, 2024 · 2 comments
Open

x/tools/refactor/eg: 'exec format error' Test failures #67033

gopherbot opened this issue Apr 25, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/refactor/eg" && test == "Test"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/A1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/A2.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/B1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/C1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/D1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/E1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/F1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/G1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/H1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/I1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/J1.go failed: fork/exec /usr/bin/diff: exec format error.
        
--- FAIL: Test (9.30s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/refactor/eg" && test == "Test"
2024-04-23 20:28 x_tools-gotip-darwin-amd64_13 tools@15234410 go@e7aeeae0 x/tools/refactor/eg.Test (log)
=== RUN   Test
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/A1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/A2.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/B1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/C1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/D1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/E1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/F1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/G1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/H1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/I1.go failed: fork/exec /usr/bin/diff: exec format error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo1490007702/refactor/eg/testdata/J1.go failed: fork/exec /usr/bin/diff: exec format error.
        
--- FAIL: Test (9.30s)

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Apr 25, 2024
@gopherbot gopherbot added this to the Unreleased milestone Apr 25, 2024
@adonovan adonovan changed the title x/tools/refactor/eg: Test failures x/tools/refactor/eg: 'exec format error' Test failures Apr 25, 2024
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. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: No status
Development

No branches or pull requests

2 participants
@gopherbot and others