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/crypto/ssh/test: TestRunCommandStdinError failures #68747

Open
gopherbot opened this issue Aug 6, 2024 · 1 comment
Open

x/crypto/ssh/test: TestRunCommandStdinError failures #68747

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

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestRunCommandStdinError"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestRunCommandStdinError
    session_test.go:113: expected closing write end of pipe, found <nil>
    test_unix_test.go:246: sshd:
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 10: Deprecated option KeyRegenerationInterval
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 11: Deprecated option ServerKeyBits
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 17: Deprecated option RSAAuthentication
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 22: Deprecated option RhostsRSAAuthentication
        debug1: inetd sockets after dupping: 3, 4
        Connection from UNKNOWN port 65535 on /home/swarming/.swarming/w/ir/x/t/unixConnection1635568860/ssh port 65535
        debug1: Local version string SSH-2.0-OpenSSH_8.4p1 Debian-5+deb11u3
...
        debug1: temporarily_use_uid: 1000/1000 (e=1000/1000)
        debug1: restore_uid: (unprivileged)
        Transferred: sent 3364, received 1548 bytes
        Closing connection to UNKNOWN port 65535
        mm_request_receive: read: Broken pipe
        debug1: do_cleanup
        debug1: temporarily_use_uid: 1000/1000 (e=1000/1000)
        debug1: restore_uid: (unprivileged)
        debug1: audit_event: unhandled event 12
--- FAIL: TestRunCommandStdinError (0.05s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestRunCommandStdinError"
2024-07-26 16:39 x_crypto-gotip-linux-amd64-longtest-race crypto@3375612b go@1f0c044d x/crypto/ssh/test.TestRunCommandStdinError (log)
=== RUN   TestRunCommandStdinError
    session_test.go:113: expected closing write end of pipe, found <nil>
    test_unix_test.go:246: sshd:
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 10: Deprecated option KeyRegenerationInterval
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 11: Deprecated option ServerKeyBits
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 17: Deprecated option RSAAuthentication
        /home/swarming/.swarming/w/ir/x/t/sshtest1965832523/sshd_config line 22: Deprecated option RhostsRSAAuthentication
        debug1: inetd sockets after dupping: 3, 4
        Connection from UNKNOWN port 65535 on /home/swarming/.swarming/w/ir/x/t/unixConnection1635568860/ssh port 65535
        debug1: Local version string SSH-2.0-OpenSSH_8.4p1 Debian-5+deb11u3
...
        debug1: temporarily_use_uid: 1000/1000 (e=1000/1000)
        debug1: restore_uid: (unprivileged)
        Transferred: sent 3364, received 1548 bytes
        Closing connection to UNKNOWN port 65535
        mm_request_receive: read: Broken pipe
        debug1: do_cleanup
        debug1: temporarily_use_uid: 1000/1000 (e=1000/1000)
        debug1: restore_uid: (unprivileged)
        debug1: audit_event: unhandled event 12
--- FAIL: TestRunCommandStdinError (0.05s)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Aug 6, 2024
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