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/cmd(thorough) failures #68449

Open
gopherbot opened this issue Jul 15, 2024 · 1 comment
Open

cmd/internal/moddeps: TestAllDependencies/cmd(thorough) failures #68449

gopherbot opened this issue Jul 15, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1370349823/002/src/cmd/go.sum /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1370349823/002/src/cmd/go.sum	2024-06-24 18:57:23
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 18:37:46
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (20.45s)

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 Jul 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/moddeps" && test == "TestAllDependencies/cmd(thorough)"
2024-06-24 18:55 gotip-darwin-amd64-longtest go@f214a760 cmd/internal/moddeps.TestAllDependencies/cmd(thorough) (log)
=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1370349823/002/src/cmd/go.sum /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /Users/swarming/.swarming/w/ir/x/t/TestAllDependencies1370349823/002/src/cmd/go.sum	2024-06-24 18:57:23
        +++ /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 18:37:46
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (20.45s)
2024-06-24 18:55 gotip-linux-386-longtest go@f214a760 cmd/internal/moddeps.TestAllDependencies/cmd(thorough) (log)
=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3481480095/002/src/cmd/go.sum /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3481480095/002/src/cmd/go.sum	2024-06-24 19:05:38.653998023 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 19:04:25.966105000 +0000
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (4.53s)
2024-06-24 18:55 gotip-linux-amd64-longtest go@f214a760 cmd/internal/moddeps.TestAllDependencies/cmd(thorough) (log)
=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3705397491/002/src/cmd/go.sum /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies3705397491/002/src/cmd/go.sum	2024-06-24 19:05:38.322527814 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 19:04:27.112548814 +0000
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (3.85s)
2024-06-24 18:55 gotip-linux-amd64-longtest-race go@f214a760 cmd/internal/moddeps.TestAllDependencies/cmd(thorough) (log)
=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2497628436/002/src/cmd/go.sum /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies2497628436/002/src/cmd/go.sum	2024-06-24 19:06:52.590647978 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 19:04:18.899743144 +0000
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (15.92s)
2024-06-24 18:55 gotip-linux-arm64-longtest go@f214a760 cmd/internal/moddeps.TestAllDependencies/cmd(thorough) (log)
=== RUN   TestAllDependencies/cmd(thorough)
    moddeps_test.go:177: module cmd in directory /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
    moddeps_test.go:222: Module cmd in /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd is not tidy (-want +got):
        
        diff --recursive --unified /home/swarming/.swarming/w/ir/x/t/TestAllDependencies414060312/003/src/cmd/go.sum /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum
        --- /home/swarming/.swarming/w/ir/x/t/TestAllDependencies414060312/003/src/cmd/go.sum	2024-06-24 19:01:51.543696369 +0000
        +++ /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go.sum	2024-06-24 19:01:07.234715279 +0000
        @@ -16,6 +16,8 @@
         golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
         golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c h1:zNxtD9mZQCgRwCNanVRlJ/XlOyATHcbR+09LzoArRl4=
        +golang.org/x/telemetry v0.0.0-20240621194115-a740542b267c/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05 h1:fzUVo05u80jHc31RGqQsPYEAGMXS8tyK5azYUK2sSms=
         golang.org/x/telemetry v0.0.0-20240624145040-38a44306ed05/go.mod h1:n38mvGdgc4dA684EC4NwQwoPKSw4jyKw8/DgZHDA1Dk=
         golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
        
        To fix it, run:
        
        $ cd /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd
        $ go mod tidy                               # to remove extraneous dependencies
        $ go mod vendor                             # to vendor dependencies
        $ go generate -run=bundle cmd/...               # to regenerate bundled packages
        
        (If module cmd is definitely tidy, this could mean
        there's a problem in the go or bundle command.)
--- FAIL: TestAllDependencies/cmd(thorough) (5.28s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant