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/build/internal/task: TestSyncPrivate failures with context deadline exceeded on darwin #64269

Closed
gopherbot opened this issue Nov 19, 2023 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Nov 19, 2023

#!watchflakes
post <- goos == "darwin" && pkg == "golang.org/x/build/internal/task" && test == "TestSyncPrivate" && `context deadline exceeded`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestSyncPrivate (81.19s)
    tagx_test.go:599: task Sync go-private master to public: started
    tagx_test.go:599: task Sync go-private master to public: started
    tagx_test.go:621: 2023-11-19 13:53:48.249599 -0800 PST m=+62.498902576	task Sync go-private master to public: LOG: task failed, will retry (1 of 3): git command failed: signal: killed, stderr Cloning into '/tmp/buildlet/tmp/relui-git-clone-1676881493'...
        done.
    tagx_test.go:599: task Sync go-private master to public: started
    sync_private_test.go:37: context deadline exceeded

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 Nov 19, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/build/internal/task" && test == "TestSyncPrivate"
2023-11-19 20:11 darwin-amd64-12_0 build@c3768868 go@06145fe0 x/build/internal/task.TestSyncPrivate (log)
--- FAIL: TestSyncPrivate (81.19s)
    tagx_test.go:599: task Sync go-private master to public: started
    tagx_test.go:599: task Sync go-private master to public: started
    tagx_test.go:621: 2023-11-19 13:53:48.249599 -0800 PST m=+62.498902576	task Sync go-private master to public: LOG: task failed, will retry (1 of 3): git command failed: signal: killed, stderr Cloning into '/tmp/buildlet/tmp/relui-git-clone-1676881493'...
        done.
    tagx_test.go:599: task Sync go-private master to public: started
    sync_private_test.go:37: context deadline exceeded

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 19, 2023
@gopherbot gopherbot added this to the Unreleased milestone Nov 19, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 20, 2023

Looks like another failure in the cluster of #63937.

@bcmills bcmills changed the title x/build/internal/task: TestSyncPrivate failures x/build/internal/task: TestSyncPrivate failures with context deadline exceeded on darwin Nov 20, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 20, 2023

Duplicate of #64110

@bcmills bcmills marked this as a duplicate of #64110 Nov 20, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
None yet
Development

No branches or pull requests

2 participants