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

x/tools/refactor/eg: Test failures #66015

Closed
gopherbot opened this issue Feb 29, 2024 · 2 comments
Closed

x/tools/refactor/eg: Test failures #66015

gopherbot opened this issue Feb 29, 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

#!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/targetrepo2159043388/refactor/eg/testdata/A1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/A2.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/B1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/C1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/D1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/E1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/F1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/G1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/H1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/I1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/J1.go failed: fork/exec /usr/bin/diff: device error.
        
--- FAIL: Test (1.84s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/refactor/eg" && test == "Test"
2024-02-26 20:52 x_tools-go1.21-darwin-amd64_12 tools@97c51a2b release-branch.go1.21@f38fca30 x/tools/refactor/eg.Test (log)
=== RUN   Test
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/A1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/A2.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/B1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/C1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/D1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/E1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/F1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/G1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/H1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/I1.go failed: fork/exec /usr/bin/diff: device error.
        
    eg_test.go:168: eg tests for /Users/swarming/.swarming/w/ir/x/w/targetrepo2159043388/refactor/eg/testdata/J1.go failed: fork/exec /usr/bin/diff: device error.
        
--- FAIL: Test (1.84s)

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Feb 29, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 29, 2024
@bcmills
Copy link
Contributor

bcmills commented Feb 29, 2024

Duplicate of #66016

@bcmills bcmills marked this as a duplicate of #66016 Feb 29, 2024
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 29, 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
None yet
Development

No branches or pull requests

2 participants