Skip to content

x/crypto/ssh/test: TestCiphers/3des-cbc failures #65733

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

Closed
gopherbot opened this issue Feb 15, 2024 · 2 comments
Closed

x/crypto/ssh/test: TestCiphers/3des-cbc failures #65733

gopherbot opened this issue Feb 15, 2024 · 2 comments
Labels
FrozenDueToAge 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 == "TestCiphers/3des-cbc"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCiphers/3des-cbc
    session_test.go:369: NewSession: write unix ->/Users/swarming/.swarming/w/ir/x/t/unixConnection2186664944/ssh: write: broken pipe
    test_unix_test.go:241: sshd:
        Error reading managed configuration (2: No such file or directory). Proceeding with default configuration.
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 10: Deprecated option KeyRegenerationInterval
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 11: Deprecated option ServerKeyBits
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 17: Deprecated option RSAAuthentication
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 22: Deprecated option RhostsRSAAuthentication
        debug1: inetd sockets after dupping: 4, 5
        BSM audit: getaddrinfo failed for UNKNOWN: nodename nor servname provided, or not known
...
        debug1: restore_uid: (unprivileged)
        debug1: auth_activate_options: setting new authentication options
        Accepted publickey for swarming from UNKNOWN port 65535 ssh2: ECDSA SHA256:DbuSF5a8c3JMmpZ5WiK8oLAx97Uu8zIAFReb/NyTPuo
        debug1: monitor_child_preauth: user swarming authenticated by privileged process
        debug1: auth_activate_options: setting new authentication options [preauth]
        debug2: userauth_pubkey: authenticated 1 pkalg ecdsa-sha2-nistp256 [preauth]
        debug1: monitor_read_log: child log fd closed
        BSM audit: bsm_audit_session_setup: setaudit_addr failed: Invalid argument
        debug1: do_cleanup
--- FAIL: TestCiphers/3des-cbc (0.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 Feb 15, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestCiphers/3des-cbc"
2024-02-08 16:32 x_crypto-go1.22-darwin-amd64-longtest crypto@62c9f179 release-branch.go1.22@20107e05 x/crypto/ssh/test.TestCiphers/3des-cbc (log)
=== RUN   TestCiphers/3des-cbc
    session_test.go:369: NewSession: write unix ->/Users/swarming/.swarming/w/ir/x/t/unixConnection2186664944/ssh: write: broken pipe
    test_unix_test.go:241: sshd:
        Error reading managed configuration (2: No such file or directory). Proceeding with default configuration.
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 10: Deprecated option KeyRegenerationInterval
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 11: Deprecated option ServerKeyBits
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 17: Deprecated option RSAAuthentication
        /Users/swarming/.swarming/w/ir/x/t/sshtest2583648940/sshd_config line 22: Deprecated option RhostsRSAAuthentication
        debug1: inetd sockets after dupping: 4, 5
        BSM audit: getaddrinfo failed for UNKNOWN: nodename nor servname provided, or not known
...
        debug1: restore_uid: (unprivileged)
        debug1: auth_activate_options: setting new authentication options
        Accepted publickey for swarming from UNKNOWN port 65535 ssh2: ECDSA SHA256:DbuSF5a8c3JMmpZ5WiK8oLAx97Uu8zIAFReb/NyTPuo
        debug1: monitor_child_preauth: user swarming authenticated by privileged process
        debug1: auth_activate_options: setting new authentication options [preauth]
        debug2: userauth_pubkey: authenticated 1 pkalg ecdsa-sha2-nistp256 [preauth]
        debug1: monitor_read_log: child log fd closed
        BSM audit: bsm_audit_session_setup: setaudit_addr failed: Invalid argument
        debug1: do_cleanup
--- FAIL: TestCiphers/3des-cbc (0.13s)

watchflakes

@cherrymui
Copy link
Member

Combined into #65732.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2024
@cherrymui cherrymui removed this from Test Flakes Feb 15, 2024
@golang golang locked and limited conversation to collaborators Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants