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

Windows innerloop flakiness in main: user_windows_test.go:83: The user name or password is incorrect. #1517

Open
dagood opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@dagood
Copy link
Member

dagood commented Jan 29, 2025

The 5 latest internal innerloop runs hit this error:

##### os/user with tag osusergo
--- FAIL: TestGroupIdsTestUser (2.41s)
    user_windows_test.go:83: The user name or password is incorrect.
FAIL
FAIL	os/user	2.978s
FAIL
##### Testing without libgcc.
ok  	net	0.396s
--- FAIL: TestImpersonated (1.98s)
    user_windows_test.go:83: The user name or password is incorrect.
--- FAIL: TestGroupIdsTestUser (0.81s)
    user_windows_test.go:83: The user name or password is incorrect.
FAIL
FAIL	os/user	3.274s
FAIL

##### internal linking, -buildmode=pie
ok  	reflect	0.293s
ok  	crypto/internal/fips140test	0.406s
--- FAIL: TestGroupIdsTestUser (1.50s)
    user_windows_test.go:83: The user name or password is incorrect.
FAIL
FAIL	os/user	2.242s
FAIL

##### external linking, -buildmode=exe
skipped due to earlier error

Upstream issue back in Nov 2024, suggesting this is a machine issue: golang/go#70396


@dagood dagood added the Test label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant