Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build/cmd/buildlet: TestReverseDial failures #65974

Open
gopherbot opened this issue Feb 27, 2024 · 1 comment
Open

x/build/cmd/buildlet: TestReverseDial failures #65974

gopherbot opened this issue Feb 27, 2024 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "golang.org/x/build/cmd/buildlet" && test == "TestReverseDial"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestReverseDial
2024/02/26 18:48:49 Dialing coordinator [::]:32817 ...
2024/02/26 18:48:49 Dialed coordinator [::]:32817.
2024/02/26 18:48:49 Doing TLS handshake with coordinator (verifying hostname "[::]:32817")...
2024/02/26 18:48:49 Registering reverse mode with coordinator...
2024/02/26 18:48:49 Registering reverse buildlet "%H" ([::1]:42340) for host type test-reverse-dial; buildletVersion=28
2024/02/26 18:48:49 Reverse connection %H/[::1]:42340 for test-reverse-dial did not answer status after 4.307µs: parse "http://%H/status": invalid URL escape "%H"
2024/02/26 18:48:49 Connected to coordinator; reverse dialing active
    reverse_test.go:127: Buildlet failed to register within 1s.
    reverse_test.go:91: Server shutdown got err revdial: Listener closed want ErrServerClosed
--- FAIL: TestReverseDial (1.01s)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Builders x/build issues (builders, bots, dashboards) labels Feb 27, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/build/cmd/buildlet" && test == "TestReverseDial"
2024-02-26 18:45 x_build-go1.22-linux-amd64 build@8f1a059b release-branch.go1.22@6cbe522f x/build/cmd/buildlet.TestReverseDial (log)
=== RUN   TestReverseDial
2024/02/26 18:48:49 Dialing coordinator [::]:32817 ...
2024/02/26 18:48:49 Dialed coordinator [::]:32817.
2024/02/26 18:48:49 Doing TLS handshake with coordinator (verifying hostname "[::]:32817")...
2024/02/26 18:48:49 Registering reverse mode with coordinator...
2024/02/26 18:48:49 Registering reverse buildlet "%H" ([::1]:42340) for host type test-reverse-dial; buildletVersion=28
2024/02/26 18:48:49 Reverse connection %H/[::1]:42340 for test-reverse-dial did not answer status after 4.307µs: parse "http://%H/status": invalid URL escape "%H"
2024/02/26 18:48:49 Connected to coordinator; reverse dialing active
    reverse_test.go:127: Buildlet failed to register within 1s.
    reverse_test.go:91: Server shutdown got err revdial: Listener closed want ErrServerClosed
--- FAIL: TestReverseDial (1.01s)
2024-02-26 18:45 x_build-go1.22-linux-amd64-boringcrypto build@8f1a059b release-branch.go1.22@6cbe522f x/build/cmd/buildlet.TestReverseDial (log)
=== RUN   TestReverseDial
2024/02/26 18:49:58 Dialing coordinator [::]:44093 ...
2024/02/26 18:49:58 Dialed coordinator [::]:44093.
2024/02/26 18:49:58 Doing TLS handshake with coordinator (verifying hostname "[::]:44093")...
2024/02/26 18:49:58 Registering reverse mode with coordinator...
2024/02/26 18:49:58 Registering reverse buildlet "%H" (127.0.0.1:53148) for host type test-reverse-dial; buildletVersion=28
2024/02/26 18:49:58 Connected to coordinator; reverse dialing active
2024/02/26 18:49:58 Reverse connection %H/127.0.0.1:53148 for test-reverse-dial did not answer status after 2.406µs: parse "http://%H/status": invalid URL escape "%H"
    reverse_test.go:127: Buildlet failed to register within 1s.
    reverse_test.go:91: Server shutdown got err revdial: Listener closed want ErrServerClosed
--- FAIL: TestReverseDial (1.00s)
2024-02-26 18:45 x_build-go1.22-linux-amd64-longtest build@8f1a059b release-branch.go1.22@6cbe522f x/build/cmd/buildlet.TestReverseDial (log)
=== RUN   TestReverseDial
2024/02/26 18:48:34 Dialing coordinator [::]:46321 ...
2024/02/26 18:48:34 Dialed coordinator [::]:46321.
2024/02/26 18:48:34 Doing TLS handshake with coordinator (verifying hostname "[::]:46321")...
2024/02/26 18:48:34 Registering reverse mode with coordinator...
2024/02/26 18:48:34 Registering reverse buildlet "%H" (127.0.0.1:42102) for host type test-reverse-dial; buildletVersion=28
2024/02/26 18:48:34 Connected to coordinator; reverse dialing active
2024/02/26 18:48:34 Reverse connection %H/127.0.0.1:42102 for test-reverse-dial did not answer status after 3.802µs: parse "http://%H/status": invalid URL escape "%H"
    reverse_test.go:127: Buildlet failed to register within 1s.
    reverse_test.go:91: Server shutdown got err revdial: Listener closed want ErrServerClosed
--- FAIL: TestReverseDial (1.01s)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant