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

cmd/internal/moddeps: TestAllDependencies/std(thorough) failures [consistent failure] #73069

Open
gopherbot opened this issue Mar 27, 2025 · 7 comments
Labels
FixPending Issues that have a fix which has not yet been reviewed or submitted. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies605735715/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies605735715/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:19:08.603821641 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:18:25.318824174 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (13.13s)

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 Mar 27, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-03-26 20:05 gotip-linux-arm64-longtest go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies605735715/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies605735715/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:19:08.603821641 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:18:25.318824174 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (13.13s)
2025-03-26 20:22 gotip-linux-arm64-longtest go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3464558387/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3464558387/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:28:09.575157470 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:27:25.186168641 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (10.59s)
2025-03-27 00:58 gotip-linux-arm64-longtest go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2874658146/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2874658146/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:06:33.267533107 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:05:48.027436266 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (15.56s)
2025-03-27 11:26 gotip-linux-arm64-longtest go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4218588503/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4218588503/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:34:10.172667302 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:33:24.756527418 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (13.91s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-03-26 20:05 gotip-darwin-amd64-longtest go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Users/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1189092584/003/src/internal/syscall/windows/zsyscall_windows.go /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1189092584/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 14:08:01
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 13:35:25
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (80.13s)
2025-03-26 20:05 gotip-linux-386-longtest go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3763533734/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3763533734/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:20:19.689957012 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:18:52.243899299 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (25.36s)
2025-03-26 20:05 gotip-linux-amd64-longtest go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3236115634/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3236115634/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:16:37.383257655 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:15:22.340940701 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (19.69s)
2025-03-26 20:05 gotip-linux-amd64-longtest-aliastypeparams go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2050424148/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2050424148/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:18:30.592335869 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:17:16.512320589 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (17.21s)
2025-03-26 20:05 gotip-linux-amd64-longtest-noswissmap go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1607915372/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1607915372/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:21:53.032427128 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:20:38.365306955 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.95s)
2025-03-26 20:05 gotip-linux-amd64-longtest-race go@440a8f70 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2095161546/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2095161546/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:22:09.309928908 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:19:03.498411291 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (30.38s)
2025-03-26 20:22 gotip-darwin-amd64-longtest go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Users/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1886928480/003/src/internal/syscall/windows/zsyscall_windows.go /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1886928480/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 15:31:29
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 14:52:35
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (87.89s)
2025-03-26 20:22 gotip-linux-386-longtest go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1352153671/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1352153671/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:31:20.094069597 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:29:52.695501117 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (24.67s)
2025-03-26 20:22 gotip-linux-amd64-longtest go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies173014083/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies173014083/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:29:29.218200031 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:28:19.419428101 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (20.40s)
2025-03-26 20:22 gotip-linux-amd64-longtest-aliastypeparams go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2187591054/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2187591054/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:27:08.694003904 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:25:56.443313048 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.05s)
2025-03-26 20:22 gotip-linux-amd64-longtest-noswissmap go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1976073764/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1976073764/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:28:11.979967759 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:26:53.183768558 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (20.28s)
2025-03-26 20:22 gotip-linux-amd64-longtest-race go@d69ab99f cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies695383218/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies695383218/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:31:34.695484383 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 20:28:32.931947683 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (42.39s)
2025-03-27 00:58 gotip-darwin-amd64-longtest go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Users/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies4016134188/003/src/internal/syscall/windows/zsyscall_windows.go /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies4016134188/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 18:35:19
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-26 17:59:19
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (95.64s)
2025-03-27 00:58 gotip-linux-386-longtest go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3274748083/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3274748083/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:09:54.448930226 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:08:27.525821449 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (24.69s)
2025-03-27 00:58 gotip-linux-amd64-longtest go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4012849534/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4012849534/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:05:24.496612200 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:04:04.363398482 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (23.72s)
2025-03-27 00:58 gotip-linux-amd64-longtest-aliastypeparams go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies36949115/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies36949115/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:10:15.113437722 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:09:03.035674273 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (18.63s)
2025-03-27 00:58 gotip-linux-amd64-longtest-noswissmap go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1778626625/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1778626625/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:09:41.430792893 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:08:27.730330184 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.50s)
2025-03-27 00:58 gotip-linux-amd64-longtest-race go@1763ee19 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3931025435/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3931025435/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:08:45.826858261 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 01:05:45.774643338 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (42.30s)
2025-03-27 11:26 gotip-darwin-amd64-longtest go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Volumes/Work/s/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Volumes/Work/s/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Volumes/Work/s/w/ir/x/t/TestAllDependencies4141862791/003/src/internal/syscall/windows/zsyscall_windows.go /Volumes/Work/s/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /Volumes/Work/s/w/ir/x/t/TestAllDependencies4141862791/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 04:39:23
        +++ /Volumes/Work/s/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 04:27:31
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /Volumes/Work/s/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (64.41s)
2025-03-27 11:26 gotip-linux-386-longtest go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3907816887/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3907816887/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:40:53.175066118 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/
(... long comment truncated ...)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-03-27 11:26 gotip-linux-amd64-longtest go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1479650844/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1479650844/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:39:31.339704640 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:38:19.448373647 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (19.06s)
2025-03-27 11:26 gotip-linux-amd64-longtest-aliastypeparams go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1832839204/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1832839204/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:39:41.299395760 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:38:26.905845268 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (22.81s)
2025-03-27 11:26 gotip-linux-amd64-longtest-noswissmap go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies811980672/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies811980672/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:40:19.120328124 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:39:06.119818338 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (19.90s)
2025-03-27 11:26 gotip-linux-amd64-longtest-race go@d3762488 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies750910704/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies750910704/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:41:03.202642084 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 11:38:15.891625528 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (26.89s)
2025-03-27 12:52 gotip-linux-386-longtest go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2815383044/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2815383044/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:05:17.547414282 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:03:13.842825134 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (30.82s)
2025-03-27 12:52 gotip-linux-amd64-longtest go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2648109348/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2648109348/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:02:33.690954054 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:01:19.400247548 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.28s)
2025-03-27 12:52 gotip-linux-amd64-longtest-aliastypeparams go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2928568208/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2928568208/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:03:51.046904945 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:02:39.466199271 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.19s)
2025-03-27 12:52 gotip-linux-amd64-longtest-noswissmap go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4293439505/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies4293439505/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:06:59.429585730 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:05:40.056731276 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.53s)
2025-03-27 12:52 gotip-linux-amd64-longtest-race go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2800389016/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2800389016/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:05:18.869954550 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:02:19.504403460 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (42.57s)
2025-03-27 12:52 gotip-linux-arm64-longtest go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2812652574/003/src/internal/syscall/windows/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2812652574/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:00:55.217560402 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 13:00:07.550577953 +0000
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (14.25s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/661275 mentions this issue: internal/syscall/windows: run go generate

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-03-27 12:52 gotip-darwin-amd64-longtest go@d88f93f7 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Users/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies2050950984/003/src/internal/syscall/windows/zsyscall_windows.go /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies2050950984/003/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 06:31:11
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/windows/zsyscall_windows.go	2025-03-27 06:05:27
        @@ -268,7 +268,7 @@
         	return
         }
         
        -func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *syscall.SecurityAttributes) (handle syscall.Handle, err error) {
        +func CreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize uint32, defaultTimeout uint32, sa *SecurityAttributes) (handle syscall.Handle, err error) {
         	r0, _, e1 := syscall.Syscall9(procCreateNamedPipeW.Addr(), 8, uintptr(unsafe.Pointer(name)), uintptr(flags), uintptr(pipeMode), uintptr(maxInstances), uintptr(outSize), uintptr(inSize), uintptr(defaultTimeout), uintptr(unsafe.Pointer(sa)), 0)
         	handle = syscall.Handle(r0)
         	if handle == syscall.InvalidHandle {
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (74.04s)

watchflakes

@dmitshur dmitshur added Testing An issue that has been verified to require only test changes, not just a test failure. FixPending Issues that have a fix which has not yet been reviewed or submitted. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Mar 27, 2025
@dmitshur dmitshur moved this to Active in Test Flakes Mar 27, 2025
@dmitshur dmitshur added this to the Go1.25 milestone Mar 27, 2025
@github-project-automation github-project-automation bot moved this from Active to Done in Test Flakes Mar 27, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-04-08 14:56 gotip-linux-386-longtest go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3523011959/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3523011959/003/src/syscall/zsyscall_windows.go	2025-04-08 15:08:47.402169634 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:07:21.833665653 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (27.50s)
2025-04-08 14:56 gotip-linux-amd64-longtest go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies771410460/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies771410460/003/src/syscall/zsyscall_windows.go	2025-04-08 15:05:58.097539699 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:04:39.883264873 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (19.68s)
2025-04-08 14:56 gotip-linux-amd64-longtest-aliastypeparams go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1019159336/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1019159336/003/src/syscall/zsyscall_windows.go	2025-04-08 15:08:52.157372749 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:07:29.982503329 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (22.30s)
2025-04-08 14:56 gotip-linux-amd64-longtest-noswissmap go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies612371928/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies612371928/003/src/syscall/zsyscall_windows.go	2025-04-08 15:08:54.499608985 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:07:31.084188947 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (24.21s)
2025-04-08 14:56 gotip-linux-amd64-longtest-race go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies389187958/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies389187958/003/src/syscall/zsyscall_windows.go	2025-04-08 15:07:31.248648761 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:04:28.107344030 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (31.01s)
2025-04-08 14:56 gotip-linux-arm64-longtest go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3006636139/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3006636139/003/src/syscall/zsyscall_windows.go	2025-04-08 15:09:03.809235520 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:08:15.960233091 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (12.46s)
2025-04-08 15:25 gotip-linux-386-longtest go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2748123470/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2748123470/003/src/syscall/zsyscall_windows.go	2025-04-08 15:42:03.309320108 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:40:30.303586256 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (24.27s)
2025-04-08 15:25 gotip-linux-amd64-longtest go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1633843209/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies1633843209/003/src/syscall/zsyscall_windows.go	2025-04-08 15:39:19.014307561 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:38:04.237236444 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (22.20s)
2025-04-08 15:25 gotip-linux-amd64-longtest-aliastypeparams go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies193829120/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies193829120/003/src/syscall/zsyscall_windows.go	2025-04-08 15:41:17.384710031 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:40:01.891338385 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (21.52s)
2025-04-08 15:25 gotip-linux-amd64-longtest-noswissmap go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2500152117/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2500152117/003/src/syscall/zsyscall_windows.go	2025-04-08 15:40:41.109522861 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:39:22.931506935 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (22.06s)
2025-04-08 15:25 gotip-linux-amd64-longtest-race go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2369604301/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2369604301/003/src/syscall/zsyscall_windows.go	2025-04-08 15:40:40.168839314 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:37:53.981581936 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (32.86s)
2025-04-08 15:25 gotip-linux-arm64-longtest go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /home/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /home/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2631840977/003/src/syscall/zsyscall_windows.go /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2631840977/003/src/syscall/zsyscall_windows.go	2025-04-08 15:39:57.218218514 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 15:39:11.909168578 +0000
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (14.02s)

watchflakes

@gopherbot gopherbot reopened this Apr 8, 2025
@github-project-automation github-project-automation bot moved this from Done to Active in Test Flakes Apr 8, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/std(thorough)"
2025-04-08 14:56 gotip-darwin-amd64-longtest go@3a4f0777 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Users/swarming/.swarming/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies4163877539/003/src/syscall/zsyscall_windows.go /Users/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies4163877539/003/src/syscall/zsyscall_windows.go	2025-04-08 10:36:35
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 10:07:58
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (76.13s)
2025-04-08 15:25 gotip-darwin-amd64-longtest go@559b5d81 cmd/internal/moddeps.TestAllDependencies/std(thorough) (log)
=== RUN   TestAllDependencies/std(thorough)
    moddeps_test.go:177: module std in directory /Volumes/Work/s/w/ir/x/w/goroot/src
    moddeps_test.go:222: Module std in /Volumes/Work/s/w/ir/x/w/goroot/src is not tidy (-want +got):
        
        diff --recursive --unified /Volumes/Work/s/w/ir/x/t/TestAllDependencies3084725692/003/src/syscall/zsyscall_windows.go /Volumes/Work/s/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go
        --- /Volumes/Work/s/w/ir/x/t/TestAllDependencies3084725692/003/src/syscall/zsyscall_windows.go	2025-04-08 09:55:19
        +++ /Volumes/Work/s/w/ir/x/w/goroot/src/syscall/zsyscall_windows.go	2025-04-08 09:44:51
        @@ -948,6 +948,15 @@
         	return
         }
...
        
        $ cd /Volumes/Work/s/w/ir/x/w/goroot/src
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle std               # to regenerate bundled packages
        $ go generate syscall internal/syscall/...  # to regenerate syscall packages
        
        (If module std is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/std(thorough) (82.24s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FixPending Issues that have a fix which has not yet been reviewed or submitted. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Status: Active
Development

No branches or pull requests

2 participants