What were you trying to do that didn't work?
During CTC1, I was running the test "libssh/Regression/bz2091512-unexpected-messages-and-LogLevel" in RHEL-9.8, and the test failed with version curl-7.76.1-38.el9, but when I rerun the test locally, it passes with curl-7.76.1-35.el9_7.1. Maybe this is a regression.
Failed log: https://artifacts.osci.redhat.com/testing-farm/db7aff6c-faa7-4ff7-84a8-e8df4b2260af/
As I understand, the socket fails to connect
[2025/12/09 10:48:27.833398, 3] ssh_connect: Socket connecting, now waiting for the callbacks to work [2025/12/09 10:48:27.833409, 3] ssh_socket_pollcallback: Received POLLOUT in connecting state [2025/12/09 10:48:27.833420, 3] ssh_client_connection_callback: session_state=2 [2025/12/09 10:48:27.833466, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2025/12/09 10:48:27.833476, 3] ssh_connect: current state : 2 [2025/12/09 10:48:27.833502, 3] callback_receive_banner: ssh_protocol_version_exchange: Not allowed at this time [2025/12/09 10:48:27.833511, 3] ssh_connect: current state : 2 [2025/12/09 10:48:27.833529, 1] ssh_socket_exception_callback: Socket exception callback: 1 (0) [2025/12/09 10:48:27.833538, 3] ssh_client_connection_callback: session_state=9 [2025/12/09 10:48:27.833552, 1] ssh_client_connection_callback: Socket error: disconnected [2025/12/09 10:48:27.833560, 3] ssh_connect: current state : 9
What is the impact of this issue to you?
intermitiate
Please provide the package NVR for which the bug is seen:
curl-7.76.1-38.el9
How reproducible is this bug?:
always
Steps to reproduce
- Run "libssh/Regression/bz2091512-unexpected-messages-and-LogLevel" on RHEL-9.8 with curl-7.76.1-38.el9
Expected results
The test phases "Broken auth, try LogLevel VERBOSE in ssh config" and "Broken auth, try LogLevel DEBUG in ssh config" should pass.
Actual results
Test phases fail