#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestCurrent
user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil))
--- FAIL: TestCurrent (0.01s)
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 05:00 gotip-windows-arm64 go@a01820c7 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)2024-08-09 14:40 gotip-windows-arm64 go@38c766ee os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)2024-08-09 14:54 gotip-windows-arm64 go@760b722c os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)2024-08-09 18:45 gotip-windows-arm64 go@f053f4f9 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 19:50 gotip-windows-arm64 go@1443a3ea os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)Comment From: mauri870
There was some rework of user.Current on windows at https://github.com/golang/go/issues/68312, these failures are possibly related.
cc @qmuntal
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 20:14 gotip-windows-arm64 go@f259e4c9 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)2024-08-09 21:16 gotip-windows-arm64 go@820d4458 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)2024-08-09 21:17 gotip-windows-arm64 go@c8ccbcdd os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)2024-08-09 21:22 gotip-windows-arm64 go@bcec5f15 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 20:53 gotip-windows-arm64 go@3de175f3 os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 20:07 gotip-windows-arm64 go@1cf6e31f os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "os/user" && test == "TestCurrent"
2024-08-09 19:57 gotip-windows-arm64 go@ff2a57ba os/user.TestCurrent (log)
=== RUN TestCurrent user_test.go:34: Current: No mapping between account names and security IDs was done. (got (*user.User)(nil)) --- FAIL: TestCurrent (0.02s)Comment From: gopherbot
Change https://go.dev/cl/604555 mentions this issue: Revert "os/user: speed up Current on Windows"