********* Start testing of tst_NetworkSelfTest *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), macos 26.0.0
PASS   : tst_NetworkSelfTest::initTestCase()
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 0 Connecting to server on port 1081
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 1 Sending "\\5\\1\\0"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 2 Expecting "\\5\\377"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 3 Waiting for remote disconnect
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 4 Reconnecting to server on port 1081
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 5 Sending "\\5\\1\\2\\1\\nqsockstest\\10password"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 6 Expecting "\\5\\2\\1\\0"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 7 Sending "\\5\\1\\0\\1\\177\\0\\0\\1\\0\\25"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 8 Expecting "\\5\\0\\0"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 9 Expecting "\\1"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipping 6 bytes
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipped "\\n\\324\\2\\330\\332%"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 11 Expecting "220"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarded " (vsFTPd 2.2.2)\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 13 Sending "USER anonymous\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 14 Expecting "331"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarded " Please specify the password.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 16 Sending "PASS user@hostname\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 17 Expecting "230"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarded " Login successful.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 19 Sending "CWD pub\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 20 Expecting "250"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 22 Sending "CWD dir-not-readable\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 23 Expecting "550"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarded " Failed to change directory.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 25 Sending "PWD\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 26 Expecting "257 \\\"/pub\\\"\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 27 Sending "SIZE file-not-readable.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 28 Expecting "213 41\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 29 Sending "CWD qxmlquery\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 30 Expecting "250"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 32 Sending "CWD /qtest\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 33 Expecting "250"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 35 Sending "SIZE bigfile\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 36 Expecting "213 519240\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 37 Sending "SIZE rfc3252\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 38 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 39 Sending "SIZE rfc3252.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 40 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 41 Sending "QUIT\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 42 Expecting "221"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarded " Goodbye.\\r\\n"
QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 44 Waiting for remote disconnect
PASS   : tst_NetworkSelfTest::socks5ProxyAuth()
PASS   : tst_NetworkSelfTest::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 8626ms
********* Finished testing of tst_NetworkSelfTest *********
